01KYJKX23TSVNQX9NK4K8MX6EF: 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: 01KYJKXKFYJDJXH880AJJFBVVN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-27T20:23:56.978Zjob assigned to worker 01KYJKXMJZ1E18NDBP6Y0TY2N7 [factory aws, i-04c4b38f7c669aa0e] (queued for 52 s)
 
22026-07-27T20:24:05.202Zstarting task 0: "setup"
32026-07-27T20:24:05.207Z++ uname -s
42026-07-27T20:24:05.211Z+ kern=SunOS
52026-07-27T20:24:05.211Z+ build_user=build
62026-07-27T20:24:05.211Z+ build_uid=12345
72026-07-27T20:24:05.211Z+ work_dir=/work
82026-07-27T20:24:05.211Z+ input_dir=/input
92026-07-27T20:24:05.211Z+ [[ 0 == 12345 ]]
102026-07-27T20:24:05.211Z+ case "$kern" in
112026-07-27T20:24:05.211Z+ groupadd -g 12345 build
122026-07-27T20:24:05.214Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-27T20:24:07.273Z+ zfs create -o mountpoint=/work rpool/work
142026-07-27T20:24:07.351Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-27T20:24:07.356Z+ home_fs=zfs
162026-07-27T20:24:07.356Z+ [[ zfs == autofs ]]
172026-07-27T20:24:07.356Z+ mkdir -p /home/build
182026-07-27T20:24:07.361Z+ chown build:build /home/build /work
192026-07-27T20:24:09.362Z+ chmod 0700 /home/build /work
202026-07-27T20:24:09.369Zprocess exited: duration 4165 ms, exit code 0
 
212026-07-27T20:24:09.378Zstarting task 1: "rust-toolchain"
222026-07-27T20:24:09.386Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-27T20:24:09.386Z * rust toolchain channel = "1.97.1"
242026-07-27T20:24:09.386Z * rust toolchain profile = "default"
252026-07-27T20:24:09.386Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-27T20:24:09.386Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-27T20:24:09.386Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-27T20:24:09.389Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-27T20:24:09.389Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-27T20:24:09.502Zinfo: downloading installer
312026-07-27T20:24:11.034Zwarn: It looks like you have an existing rustup settings file at:
322026-07-27T20:24:11.034Zwarn: /home/build/.rustup/settings.toml
332026-07-27T20:24:11.034Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-27T20:24:11.034Zwarn: instead of the one inferred from the default host triple.
352026-07-27T20:24:11.047Zinfo: profile set to default
362026-07-27T20:24:11.047Zinfo: default host triple is x86_64-unknown-illumos
372026-07-27T20:24:11.051Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-27T20:24:11.197Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-27T20:24:11.201Zinfo: downloading 6 components
402026-07-27T20:24:27.021Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-27T20:24:27.021Z
422026-07-27T20:24:27.053Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-27T20:24:27.053Z
442026-07-27T20:24:27.053Z
452026-07-27T20:24:27.053ZRust is installed now. Great!
462026-07-27T20:24:27.053Z
472026-07-27T20:24:27.053ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-27T20:24:27.053Zenvironment variable. This has not been done automatically.
492026-07-27T20:24:27.053Z
502026-07-27T20:24:27.053ZTo configure your current shell, you need to source
512026-07-27T20:24:27.053Zthe corresponding env file under $HOME/.cargo.
522026-07-27T20:24:27.053Z
532026-07-27T20:24:27.053ZThis is usually done by running one of the following (note the leading DOT):
542026-07-27T20:24:27.053Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-27T20:24:27.053Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-27T20:24:27.054Zsource "~/.cargo/env.nu" # For nushell
572026-07-27T20:24:27.054Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-27T20:24:27.054Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-27T20:24:27.054Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-27T20:24:27.057Zwarn: no default linker (`cc`) was found in your PATH
612026-07-27T20:24:27.057Zwarn: many Rust crates require a system C toolchain to build
622026-07-27T20:24:27.161Z+ rustup --version
632026-07-27T20:24:27.171Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-27T20:24:27.171Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-27T20:24:27.191Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-27T20:24:27.195Z+ cargo --version
672026-07-27T20:24:27.204Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-27T20:24:27.208Z+ rustc --version
692026-07-27T20:24:27.229Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-27T20:24:27.232Zprocess exited: duration 17853 ms, exit code 0
 
712026-07-27T20:24:27.239Zstarting task 2: "authentication"
722026-07-27T20:24:27.263Zprocess exited: duration 23 ms, exit code 0
 
732026-07-27T20:24:27.270Zstarting task 3: "clone repository"
742026-07-27T20:24:27.277Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-27T20:24:27.280Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-27T20:24:27.312ZCloning into '/work/oxidecomputer/omicron'...
772026-07-27T20:24:37.193Z+ cd /work/oxidecomputer/omicron
782026-07-27T20:24:37.193Z+ git fetch origin f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
792026-07-27T20:24:37.493ZFrom https://github.com/oxidecomputer/omicron
802026-07-27T20:24:37.493Z * branch f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c -> FETCH_HEAD
812026-07-27T20:24:37.506Z+ [[ -n '' ]]
822026-07-27T20:24:37.506Z+ git reset --hard f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
832026-07-27T20:24:37.552ZHEAD is now at f20be7e2e update rust toolchain to 1.97.1
842026-07-27T20:24:37.559Zprocess exited: duration 10284 ms, exit code 0
 
852026-07-27T20:24:37.565Zstarting task 4: "build"
862026-07-27T20:24:37.576Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
872026-07-27T20:24:37.576Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
882026-07-27T20:24:37.576Ztests will store ephemeral output in /var/tmp/omicron_tmp
892026-07-27T20:24:37.576Z+ mkdir /var/tmp/omicron_tmp
902026-07-27T20:24:37.580Z+ source ./env.sh
912026-07-27T20:24:37.580Z++ OLD_SHELL_OPTS=ehxB
922026-07-27T20:24:37.580Z++ set -o xtrace
932026-07-27T20:24:37.583Z++++ dirname ./env.sh
942026-07-27T20:24:37.586Z+++ readlink -f .
952026-07-27T20:24:37.590Z++ OMICRON_WS=/work/oxidecomputer/omicron
962026-07-27T20:24:37.590Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-07-27T20:24:37.590Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-07-27T20:24:37.590Z++ 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
992026-07-27T20:24:37.590Z++ 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
1002026-07-27T20:24:37.590Z++ 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
1012026-07-27T20:24:37.590Z++ 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
1022026-07-27T20:24:37.590Z++ 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
1032026-07-27T20:24:37.590Z++ 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
1042026-07-27T20:24:37.590Z++ 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
1052026-07-27T20:24:37.590Z++ 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
1062026-07-27T20:24:37.590Z++ case $OLD_SHELL_OPTS in
1072026-07-27T20:24:37.590Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-07-27T20:24:37.591Z+ source .github/buildomat/ci-env.sh
1092026-07-27T20:24:37.591Z++ export CARGO_TERM_COLOR=always
1102026-07-27T20:24:37.591Z++ CARGO_TERM_COLOR=always
1112026-07-27T20:24:37.591Z+++ uname -s
1122026-07-27T20:24:37.595Z++ [[ SunOS == \S\u\n\O\S ]]
1132026-07-27T20:24:37.595Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1142026-07-27T20:24:37.595Z+ target_os=illumos
1152026-07-27T20:24:37.595Z+ NEXTEST_VERSION=0.9.131
1162026-07-27T20:24:37.595Z+ cargo --version
1172026-07-27T20:24:37.604Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-07-27T20:24:37.608Z+ rustc --version
1192026-07-27T20:24:37.630Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-07-27T20:24:37.633Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1212026-07-27T20:24:37.637Z+ gunzip
1222026-07-27T20:24:37.637Z+ tar -xvf - -C /home/build/.cargo/bin
1232026-07-27T20:24:38.564Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1242026-07-27T20:24:38.625Z+ OUTPUT_DIR=/work
1252026-07-27T20:24:38.625Z+ echo 'tests will store non-ephemeral output in /work'
1262026-07-27T20:24:38.625Ztests will store non-ephemeral output in /work
1272026-07-27T20:24:38.625Z+ mkdir -p /work
1282026-07-27T20:24:38.625Z+ banner prerequisites
1292026-07-27T20:24:38.625Z
1302026-07-27T20:24:38.625Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-07-27T20:24:38.625Z # # # # # # # # # # # # # # #
1322026-07-27T20:24:38.625Z # # # # ##### # # ##### # # # # # #### #
1332026-07-27T20:24:38.626Z ##### ##### # ##### # # # # # # # # #
1342026-07-27T20:24:38.626Z # # # # # # # # # # # # # # #
1352026-07-27T20:24:38.626Z # # # ###### # # ###### ### # #### # #### #
1362026-07-27T20:24:38.626Z
1372026-07-27T20:24:38.626Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-07-27T20:24:40.378Z Startup: Refreshing catalog 'helios' ... Done
1392026-07-27T20:24:40.613Z Startup: Caching catalogs ... Done
1402026-07-27T20:24:41.781ZPlanning: Solver setup ... Done (1.087s)
1412026-07-27T20:24:41.826ZPlanning: Running solver ... Done (0.044s)
1422026-07-27T20:24:41.857ZPlanning: Finding local manifests ... Done (0.004s)
1432026-07-27T20:24:41.870ZPlanning: Fetching manifests: 0/2 0% complete
1442026-07-27T20:24:41.888ZPlanning: Fetching manifests: 2/2 100% complete
1452026-07-27T20:24:41.905ZPlanning: Package planning ... Done (0.016s)
1462026-07-27T20:24:41.915ZPlanning: Merging actions ... Done (0.001s)
1472026-07-27T20:24:42.121ZPlanning: Checking for conflicting actions ... Done (0.215s)
1482026-07-27T20:24:42.125ZPlanning: Consolidating action changes ... Done (0.001s)
1492026-07-27T20:24:43.035ZPlanning: Evaluating mediators ... Done (0.908s)
1502026-07-27T20:24:43.041ZPlanning: Planning completed in 2.39 seconds
1512026-07-27T20:24:43.049Z Packages to install: 2
1522026-07-27T20:24:43.049Z Estimated space available: 156.01 GB
1532026-07-27T20:24:43.049ZEstimated space to be consumed: 55.04 MB
1542026-07-27T20:24:43.049Z Create boot environment: No
1552026-07-27T20:24:43.049ZCreate backup boot environment: No
1562026-07-27T20:24:43.049Z Rebuild boot archive: No
1572026-07-27T20:24:43.049Z
1582026-07-27T20:24:43.049ZChanged packages:
1592026-07-27T20:24:43.049Zhelios
1602026-07-27T20:24:43.049Z developer/build-essential
1612026-07-27T20:24:43.049Z None -> 11-3.0
1622026-07-27T20:24:43.050Z library/libxmlsec1
1632026-07-27T20:24:43.050Z None -> 1.2.35-3.0
1642026-07-27T20:24:43.074Z
1652026-07-27T20:24:43.074ZDownload: 0/214 items 0.0/1.3MB 0% complete
1662026-07-27T20:24:43.139ZDownload: Completed 1.28 MB in 0.07 seconds (17.9M/s)
1672026-07-27T20:24:43.286Z Actions: 1/268 actions (Installing new actions)
1682026-07-27T20:24:43.318Z Actions: Completed 268 actions in 0.04 seconds.
1692026-07-27T20:24:43.342ZFinalize: Updating package state database ... Done (0.024s)
1702026-07-27T20:24:43.342ZFinalize: Updating package cache ... Done (0.000s)
1712026-07-27T20:24:43.407ZFinalize: Updating image state ... Done (0.063s)
1722026-07-27T20:24:46.071ZFinalize: Creating fast lookup database ... Done (2.624s)
1732026-07-27T20:24:46.146ZFinalize: Reading search index ... Done (0.013s)
1742026-07-27T20:24:46.154ZFinalize: Updating search index ... Done (0.000s)
1752026-07-27T20:24:46.266ZFinalize: Updating package cache ... Done (0.000s)
1762026-07-27T20:24:46.609ZPlanning: Evaluating mediator changes ... Done
1772026-07-27T20:24:46.715ZPlanning: Checking for conflicting actions ... Done
1782026-07-27T20:24:46.718ZPlanning: Consolidating action changes ... Done
1792026-07-27T20:24:46.872ZPlanning: Evaluating mediators ... Done
1802026-07-27T20:24:46.876ZPlanning: Planning completed in 0.26 seconds
1812026-07-27T20:24:46.903Z Mediators to change: 2
1822026-07-27T20:24:46.903Z Create boot environment: No
1832026-07-27T20:24:46.903ZCreate backup boot environment: No
1842026-07-27T20:24:46.972ZFinalize: Updating package state database ... Done
1852026-07-27T20:24:46.972ZFinalize: Updating package cache ... Done
1862026-07-27T20:24:47.012ZFinalize: Updating image state ... Done
1872026-07-27T20:24:48.968ZFinalize: Creating fast lookup database ... Done
1882026-07-27T20:24:49.028ZFinalize: Reading search index ... Done
1892026-07-27T20:24:49.032ZFinalize: Updating search index ... Done
1902026-07-27T20:24:49.129ZFinalize: Updating package cache ... Done
1912026-07-27T20:24:49.417ZPlanning: Evaluating mediator changes ... Done
1922026-07-27T20:24:49.522ZPlanning: Checking for conflicting actions ... Done
1932026-07-27T20:24:49.525ZPlanning: Consolidating action changes ... Done
1942026-07-27T20:24:49.680ZPlanning: Evaluating mediators ... Done
1952026-07-27T20:24:49.685ZPlanning: Planning completed in 0.26 seconds
1962026-07-27T20:24:49.704Z Mediators to change: 1
1972026-07-27T20:24:49.704Z Create boot environment: No
1982026-07-27T20:24:49.704ZCreate backup boot environment: No
1992026-07-27T20:24:49.763ZFinalize: Updating package state database ... Done
2002026-07-27T20:24:49.763ZFinalize: Updating package cache ... Done
2012026-07-27T20:24:49.796ZFinalize: Updating image state ... Done
2022026-07-27T20:24:51.739ZFinalize: Creating fast lookup database ... Done
2032026-07-27T20:24:51.800ZFinalize: Reading search index ... Done
2042026-07-27T20:24:51.804ZFinalize: Updating search index ... Done
2052026-07-27T20:24:51.903ZFinalize: Updating package cache ... Done
2062026-07-27T20:24:52.214ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-07-27T20:24:52.214Zapache system 2.4 system
2082026-07-27T20:24:52.214Zclang system 15 system
2092026-07-27T20:24:52.214Zcsh system system illumos
2102026-07-27T20:24:52.214Zctags system system illumos
2112026-07-27T20:24:52.214Zfile vendor vendor darwinsys
2122026-07-27T20:24:52.214Zfile system system illumos
2132026-07-27T20:24:52.214Zgcc vendor 14 vendor
2142026-07-27T20:24:52.214Zgcc system 13 system
2152026-07-27T20:24:52.214Zgcc system 10 system
2162026-07-27T20:24:52.214Zgo system 1.25 system
2172026-07-27T20:24:52.214Zllvm system 15 system
2182026-07-27T20:24:52.214Zmariadb system 11.4 system
2192026-07-27T20:24:52.214Zmta vendor vendor dma
2202026-07-27T20:24:52.214Zopenjdk system 17 system
2212026-07-27T20:24:52.214Zopenjdk system 11 system
2222026-07-27T20:24:52.214Zopenssl vendor 3 vendor
2232026-07-27T20:24:52.214Zperl system 5.40 system
2242026-07-27T20:24:52.214Zpostgresql system 18 system
2252026-07-27T20:24:52.214Zpostgresql system 17 system
2262026-07-27T20:24:52.214Zpython vendor 3 vendor
2272026-07-27T20:24:52.214Zpython system 2 system
2282026-07-27T20:24:52.214Zpython3 vendor 3.13 vendor
2292026-07-27T20:24:52.214Zruby system 3.4 system
2302026-07-27T20:24:52.214Zruby system 3.0 system
2312026-07-27T20:24:52.214Zwords vendor vendor american-english
2322026-07-27T20:24:52.215Zwords system system australian-english
2332026-07-27T20:24:52.215Zwords system system british-english
2342026-07-27T20:24:52.215Zwords system system canadian-english
2352026-07-27T20:24:52.215Zwords system system french
2362026-07-27T20:24:52.215Zwords system system italian
2372026-07-27T20:24:52.215Zwords system system ngerman
2382026-07-27T20:24:52.215Zwords system system ogerman
2392026-07-27T20:24:52.215Zwords system system spanish
2402026-07-27T20:24:52.471ZPUBLISHER TYPE STATUS P LOCATION
2412026-07-27T20:24:52.471Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2422026-07-27T20:24:52.876ZFMRI IFO
2432026-07-27T20:24:52.877Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2442026-07-27T20:24:52.877Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2452026-07-27T20:24:52.877Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2462026-07-27T20:24:52.877Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2472026-07-27T20:24:52.877Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2482026-07-27T20:24:52.877Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2492026-07-27T20:24:52.877Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2502026-07-27T20:24:52.877Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2512026-07-27T20:24:52.877Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2522026-07-27T20:24:53.179Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2532026-07-27T20:24:53.493Z Updating crates.io index
2542026-07-27T20:24:53.497Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2552026-07-27T20:24:53.742Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2562026-07-27T20:24:54.038Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572026-07-27T20:24:55.017Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2582026-07-27T20:24:55.528Z Updating git repository `https://github.com/oxidecomputer/crucible`
2592026-07-27T20:24:57.067Z Updating git repository `https://github.com/oxidecomputer/opte`
2602026-07-27T20:24:57.858Z Updating git repository `https://github.com/oxidecomputer/tofino`
2612026-07-27T20:24:58.140Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-07-27T20:24:58.462Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632026-07-27T20:24:59.630Z Updating git repository `https://github.com/oxidecomputer/clickward`
2642026-07-27T20:24:59.815Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-07-27T20:25:00.136Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2662026-07-27T20:25:00.374Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-07-27T20:25:00.834Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-07-27T20:25:01.350Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2692026-07-27T20:25:01.578Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-07-27T20:25:01.815Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2712026-07-27T20:25:02.101Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-07-27T20:25:02.384Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732026-07-27T20:25:02.773Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742026-07-27T20:25:03.016Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752026-07-27T20:25:03.291Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-07-27T20:25:03.689Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772026-07-27T20:25:04.027Z Updating git repository `https://github.com/oxidecomputer/erebor`
2782026-07-27T20:25:04.303Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2792026-07-27T20:25:04.655Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2802026-07-27T20:25:04.899Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2812026-07-27T20:25:05.331Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2822026-07-27T20:25:05.846Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832026-07-27T20:25:06.076Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-07-27T20:25:06.325Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852026-07-27T20:25:06.653Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2862026-07-27T20:25:07.023Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872026-07-27T20:25:07.257Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882026-07-27T20:25:07.534Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2892026-07-27T20:25:07.813Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-07-27T20:25:08.072Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2912026-07-27T20:25:08.322Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-07-27T20:25:08.570Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-07-27T20:25:08.822Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-07-27T20:25:09.068Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-07-27T20:25:12.053Z Downloading crates ...
2962026-07-27T20:25:12.094Z Downloaded block-buffer v0.10.4
2972026-07-27T20:25:12.104Z Downloaded anstream v1.0.0
2982026-07-27T20:25:12.108Z Downloaded camino-tempfile v1.4.1
2992026-07-27T20:25:12.108Z Downloaded bitflags v2.11.0
3002026-07-27T20:25:12.114Z Downloaded toml_datetime v0.6.11
3012026-07-27T20:25:12.114Z Downloaded anstyle v1.0.14
3022026-07-27T20:25:12.114Z Downloaded zmij v1.0.21
3032026-07-27T20:25:12.121Z Downloaded usdt v0.5.0
3042026-07-27T20:25:12.122Z Downloaded unicode-linebreak v0.1.5
3052026-07-27T20:25:12.122Z Downloaded tabled_derive v0.7.0
3062026-07-27T20:25:12.122Z Downloaded fastrand v2.3.0
3072026-07-27T20:25:12.204Z Downloaded anstyle-query v1.1.5
3082026-07-27T20:25:12.204Z Downloaded itoa v1.0.17
3092026-07-27T20:25:12.204Z Downloaded zerocopy v0.7.35
3102026-07-27T20:25:12.211Z Downloaded generic-array v0.14.7
3112026-07-27T20:25:12.212Z Downloaded scroll v0.12.0
3122026-07-27T20:25:12.212Z Downloaded pest_generator v2.8.6
3132026-07-27T20:25:12.212Z Downloaded equivalent v1.0.2
3142026-07-27T20:25:12.212Z Downloaded clap_lex v1.0.0
3152026-07-27T20:25:12.212Z Downloaded crypto-common v0.1.7
3162026-07-27T20:25:12.212Z Downloaded memmap v0.7.0
3172026-07-27T20:25:12.212Z Downloaded pest_derive v2.8.6
3182026-07-27T20:25:12.212Z Downloaded anstyle-parse v1.0.0
3192026-07-27T20:25:12.212Z Downloaded proc-macro2 v1.0.106
3202026-07-27T20:25:12.212Z Downloaded cargo-platform v0.3.2
3212026-07-27T20:25:12.212Z Downloaded fnv v1.0.7
3222026-07-27T20:25:12.212Z Downloaded byteorder v1.5.0
3232026-07-27T20:25:12.212Z Downloaded thread-id v4.2.2
3242026-07-27T20:25:12.212Z Downloaded errno v0.3.14
3252026-07-27T20:25:12.212Z Downloaded bytecount v0.6.9
3262026-07-27T20:25:12.212Z Downloaded heck v0.4.1
3272026-07-27T20:25:12.212Z Downloaded macaddr v1.0.1
3282026-07-27T20:25:12.212Z Downloaded cfg-if v1.0.4
3292026-07-27T20:25:12.213Z Downloaded heck v0.5.0
3302026-07-27T20:25:12.213Z Downloaded scroll_derive v0.12.1
3312026-07-27T20:25:12.213Z Downloaded toml_write v0.1.2
3322026-07-27T20:25:12.213Z Downloaded dtrace-parser v0.2.0
3332026-07-27T20:25:12.213Z Downloaded dof v0.3.0
3342026-07-27T20:25:12.213Z Downloaded cpufeatures v0.2.17
3352026-07-27T20:25:12.213Z Downloaded pretty-hex v0.4.1
3362026-07-27T20:25:12.213Z Downloaded proc-macro-error-attr v1.0.4
3372026-07-27T20:25:12.213Z Downloaded usdt-attr-macro v0.5.0
3382026-07-27T20:25:12.213Z Downloaded smawk v0.3.2
3392026-07-27T20:25:12.213Z Downloaded serde_spanned v0.6.9
3402026-07-27T20:25:12.213Z Downloaded colorchoice v1.0.4
3412026-07-27T20:25:12.213Z Downloaded cargo_metadata v0.23.1
3422026-07-27T20:25:12.219Z Downloaded is_terminal_polyfill v1.70.2
3432026-07-27T20:25:12.220Z Downloaded strsim v0.11.1
3442026-07-27T20:25:12.227Z Downloaded terminal_size v0.4.3
3452026-07-27T20:25:12.228Z Downloaded swrite v0.1.0
3462026-07-27T20:25:12.228Z Downloaded fs-err v3.3.0
3472026-07-27T20:25:12.236Z Downloaded clap_derive v4.6.1
3482026-07-27T20:25:12.236Z Downloaded papergrid v0.11.0
3492026-07-27T20:25:12.236Z Downloaded plain v0.2.3
3502026-07-27T20:25:12.236Z Downloaded usdt-macro v0.5.0
3512026-07-27T20:25:12.236Z Downloaded utf8parse v0.2.2
3522026-07-27T20:25:12.244Z Downloaded serde v1.0.228
3532026-07-27T20:25:12.249Z Downloaded cargo_toml v0.21.0
3542026-07-27T20:25:12.249Z Downloaded digest v0.10.7
3552026-07-27T20:25:12.249Z Downloaded version_check v0.9.5
3562026-07-27T20:25:12.249Z Downloaded proc-macro-error v1.0.4
3572026-07-27T20:25:12.253Z Downloaded autocfg v1.5.0
3582026-07-27T20:25:12.258Z Downloaded thiserror v2.0.18
3592026-07-27T20:25:12.272Z Downloaded thiserror-impl v2.0.18
3602026-07-27T20:25:12.272Z Downloaded quote v1.0.45
3612026-07-27T20:25:12.276Z Downloaded serde_tokenstream v0.2.3
3622026-07-27T20:25:12.276Z Downloaded thiserror-impl v1.0.69
3632026-07-27T20:25:12.276Z Downloaded sha2 v0.10.9
3642026-07-27T20:25:12.282Z Downloaded usdt-impl v0.5.0
3652026-07-27T20:25:12.285Z Downloaded typenum v1.20.1
3662026-07-27T20:25:12.289Z Downloaded thiserror v1.0.69
3672026-07-27T20:25:12.292Z Downloaded camino v1.2.2
3682026-07-27T20:25:12.292Z Downloaded semver v1.0.28
3692026-07-27T20:25:12.298Z Downloaded anyhow v1.0.102
3702026-07-27T20:25:12.302Z Downloaded once_cell v1.21.3
3712026-07-27T20:25:12.306Z Downloaded ucd-trie v0.1.7
3722026-07-27T20:25:12.314Z Downloaded toml v0.8.23
3732026-07-27T20:25:12.318Z Downloaded tempfile v3.25.0
3742026-07-27T20:25:12.321Z Downloaded clap v4.6.1
3752026-07-27T20:25:12.332Z Downloaded getrandom v0.4.1
3762026-07-27T20:25:12.337Z Downloaded pest_meta v2.8.6
3772026-07-27T20:25:12.342Z Downloaded serde_derive v1.0.228
3782026-07-27T20:25:12.342Z Downloaded zerocopy-derive v0.7.35
3792026-07-27T20:25:12.345Z Downloaded log v0.4.29
3802026-07-27T20:25:12.348Z Downloaded toml_edit v0.22.27
3812026-07-27T20:25:12.357Z Downloaded serde_core v1.0.228
3822026-07-27T20:25:12.363Z Downloaded unicode-ident v1.0.24
3832026-07-27T20:25:12.366Z Downloaded textwrap v0.16.2
3842026-07-27T20:25:12.370Z Downloaded pest v2.8.6
3852026-07-27T20:25:12.377Z Downloaded memchr v2.8.0
3862026-07-27T20:25:12.381Z Downloaded serde_json v1.0.150
3872026-07-27T20:25:12.388Z Downloaded indexmap v2.14.0
3882026-07-27T20:25:12.431Z Downloaded clap_builder v4.6.0
3892026-07-27T20:25:12.438Z Downloaded hashbrown v0.17.0
3902026-07-27T20:25:12.447Z Downloaded goblin v0.8.2
3912026-07-27T20:25:12.456Z Downloaded winnow v0.7.14
3922026-07-27T20:25:12.463Z Downloaded tabled v0.15.0
3932026-07-27T20:25:12.488Z Downloaded syn v1.0.109
3942026-07-27T20:25:12.497Z Downloaded syn v2.0.117
3952026-07-27T20:25:12.505Z Downloaded unicode-width v0.2.0
3962026-07-27T20:25:12.508Z Downloaded unicode-width v0.1.14
3972026-07-27T20:25:12.518Z Downloaded rustix v1.1.3
3982026-07-27T20:25:12.543Z Downloaded libc v0.2.185
3992026-07-27T20:25:12.605Z Compiling proc-macro2 v1.0.106
4002026-07-27T20:25:12.605Z Compiling unicode-ident v1.0.24
4012026-07-27T20:25:12.605Z Compiling quote v1.0.45
4022026-07-27T20:25:12.608Z Compiling serde_core v1.0.228
4032026-07-27T20:25:12.608Z Compiling libc v0.2.185
4042026-07-27T20:25:12.608Z Compiling version_check v0.9.5
4052026-07-27T20:25:12.608Z Compiling memchr v2.8.0
4062026-07-27T20:25:12.608Z Compiling serde v1.0.228
4072026-07-27T20:25:12.608Z Compiling zmij v1.0.21
4082026-07-27T20:25:12.799Z Compiling itoa v1.0.17
4092026-07-27T20:25:12.810Z Compiling ucd-trie v0.1.7
4102026-07-27T20:25:12.810Z Compiling thiserror v1.0.69
4112026-07-27T20:25:12.810Z Compiling byteorder v1.5.0
4122026-07-27T20:25:12.810Z Compiling rustix v1.1.3
4132026-07-27T20:25:12.810Z Compiling bitflags v2.11.0
4142026-07-27T20:25:12.810Z Compiling serde_json v1.0.150
4152026-07-27T20:25:12.811Z Compiling camino v1.2.2
4162026-07-27T20:25:12.811Z Compiling syn v1.0.109
4172026-07-27T20:25:12.811Z Compiling plain v0.2.3
4182026-07-27T20:25:12.811Z Compiling equivalent v1.0.2
4192026-07-27T20:25:12.859Z Compiling utf8parse v0.2.2
4202026-07-27T20:25:12.892Z Compiling hashbrown v0.17.0
4212026-07-27T20:25:12.892Z Compiling log v0.4.29
4222026-07-27T20:25:12.892Z Compiling getrandom v0.4.1
4232026-07-27T20:25:12.892Z Compiling anstyle v1.0.14
4242026-07-27T20:25:12.892Z Compiling toml_write v0.1.2
4252026-07-27T20:25:12.893Z Compiling colorchoice v1.0.4
4262026-07-27T20:25:12.893Z Compiling thiserror v2.0.18
4272026-07-27T20:25:12.894Z Compiling is_terminal_polyfill v1.70.2
4282026-07-27T20:25:13.034Z Compiling autocfg v1.5.0
4292026-07-27T20:25:13.054Z Compiling pretty-hex v0.4.1
4302026-07-27T20:25:13.099Z Compiling winnow v0.7.14
4312026-07-27T20:25:13.154Z Compiling anstyle-query v1.1.5
4322026-07-27T20:25:13.287Z Compiling anstyle-parse v1.0.0
4332026-07-27T20:25:13.291Z Compiling cfg-if v1.0.4
4342026-07-27T20:25:13.329Z Compiling fastrand v2.3.0
4352026-07-27T20:25:13.333Z Compiling bytecount v0.6.9
4362026-07-27T20:25:13.352Z Compiling heck v0.5.0
4372026-07-27T20:25:13.352Z Compiling fnv v1.0.7
4382026-07-27T20:25:13.478Z Compiling pest v2.8.6
4392026-07-27T20:25:13.518Z Compiling indexmap v2.14.0
4402026-07-27T20:25:13.596Z Compiling strsim v0.11.1
4412026-07-27T20:25:13.600Z Compiling anyhow v1.0.102
4422026-07-27T20:25:13.673Z Compiling unicode-width v0.1.14
4432026-07-27T20:25:13.745Z Compiling once_cell v1.21.3
4442026-07-27T20:25:13.796Z Compiling clap_lex v1.0.0
4452026-07-27T20:25:13.796Z Compiling anstream v1.0.0
4462026-07-27T20:25:13.796Z Compiling heck v0.4.1
4472026-07-27T20:25:13.831Z Compiling smawk v0.3.2
4482026-07-27T20:25:13.831Z Compiling proc-macro-error-attr v1.0.4
4492026-07-27T20:25:13.835Z Compiling usdt-impl v0.5.0
4502026-07-27T20:25:13.835Z Compiling proc-macro-error v1.0.4
4512026-07-27T20:25:13.841Z Compiling unicode-width v0.2.0
4522026-07-27T20:25:13.889Z Compiling unicode-linebreak v0.1.5
4532026-07-27T20:25:13.908Z Compiling swrite v0.1.0
4542026-07-27T20:25:13.991Z Compiling papergrid v0.11.0
4552026-07-27T20:25:14.191Z Compiling fs-err v3.3.0
4562026-07-27T20:25:14.625Z Compiling errno v0.3.14
4572026-07-27T20:25:14.625Z Compiling thread-id v4.2.2
4582026-07-27T20:25:14.640Z Compiling memmap v0.7.0
4592026-07-27T20:25:14.842Z Compiling syn v2.0.117
4602026-07-27T20:25:14.946Z Compiling pest_meta v2.8.6
4612026-07-27T20:25:15.582Z Compiling terminal_size v0.4.3
4622026-07-27T20:25:15.582Z Compiling tempfile v3.25.0
4632026-07-27T20:25:15.691Z Compiling clap_builder v4.6.0
4642026-07-27T20:25:15.691Z Compiling textwrap v0.16.2
4652026-07-27T20:25:16.090Z Compiling semver v1.0.28
4662026-07-27T20:25:16.090Z Compiling cargo-platform v0.3.2
4672026-07-27T20:25:16.266Z Compiling tabled_derive v0.7.0
4682026-07-27T20:25:16.430Z Compiling camino-tempfile v1.4.1
4692026-07-27T20:25:16.852Z Compiling pest_generator v2.8.6
4702026-07-27T20:25:16.962Z Compiling tabled v0.15.0
4712026-07-27T20:25:17.342Z Compiling serde_derive v1.0.228
4722026-07-27T20:25:17.343Z Compiling thiserror-impl v1.0.69
4732026-07-27T20:25:17.346Z Compiling zerocopy-derive v0.7.35
4742026-07-27T20:25:17.346Z Compiling scroll_derive v0.12.1
4752026-07-27T20:25:17.346Z Compiling thiserror-impl v2.0.18
4762026-07-27T20:25:17.346Z Compiling clap_derive v4.6.1
4772026-07-27T20:25:17.381Z Compiling pest_derive v2.8.6
4782026-07-27T20:25:18.014Z Compiling scroll v0.12.0
4792026-07-27T20:25:18.108Z Compiling zerocopy v0.7.35
4802026-07-27T20:25:18.226Z Compiling goblin v0.8.2
4812026-07-27T20:25:18.405Z Compiling dtrace-parser v0.2.0
4822026-07-27T20:25:18.614Z Compiling clap v4.6.1
4832026-07-27T20:25:19.663Z Compiling toml_datetime v0.6.11
4842026-07-27T20:25:19.663Z Compiling serde_spanned v0.6.9
4852026-07-27T20:25:19.668Z Compiling cargo_metadata v0.23.1
4862026-07-27T20:25:19.668Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4872026-07-27T20:25:19.668Z Compiling macaddr v1.0.1
4882026-07-27T20:25:19.682Z Compiling dof v0.3.0
4892026-07-27T20:25:19.686Z Compiling serde_tokenstream v0.2.3
4902026-07-27T20:25:19.896Z Compiling toml_edit v0.22.27
4912026-07-27T20:25:20.359Z Compiling usdt-attr-macro v0.5.0
4922026-07-27T20:25:20.368Z Compiling usdt-macro v0.5.0
4932026-07-27T20:25:20.972Z Compiling usdt v0.5.0
4942026-07-27T20:25:21.173Z Compiling toml v0.8.23
4952026-07-27T20:25:21.405Z Compiling cargo_toml v0.21.0
4962026-07-27T20:25:22.712Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4972026-07-27T20:25:24.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.79s
4982026-07-27T20:25:25.014Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4992026-07-27T20:25:25.516Z Downloading crates ...
5002026-07-27T20:25:25.571Z Downloaded atomicwrites v0.4.4
5012026-07-27T20:25:25.584Z Downloaded anstream v0.6.21
5022026-07-27T20:25:25.587Z Downloaded backoff v0.4.0
5032026-07-27T20:25:25.587Z Downloaded backon v1.6.0
5042026-07-27T20:25:25.587Z Downloaded base16ct v1.0.0
5052026-07-27T20:25:25.587Z Downloaded atomic-waker v1.1.2
5062026-07-27T20:25:25.591Z Downloaded colored v3.1.1
5072026-07-27T20:25:25.595Z Downloaded anstyle-parse v0.2.7
5082026-07-27T20:25:25.595Z Downloaded async-bb8-diesel v0.2.1
5092026-07-27T20:25:25.601Z Downloaded arrayref v0.3.9
5102026-07-27T20:25:25.604Z Downloaded bit-set v0.5.3
5112026-07-27T20:25:25.604Z Downloaded async-recursion v1.1.1
5122026-07-27T20:25:25.608Z Downloaded async-stream-impl v0.3.6
5132026-07-27T20:25:25.608Z Downloaded async-stream v0.3.6
5142026-07-27T20:25:25.608Z Downloaded bitfield-macros v0.19.4
5152026-07-27T20:25:25.611Z Downloaded ghash v0.6.0
5162026-07-27T20:25:25.611Z Downloaded atty v0.2.14
5172026-07-27T20:25:25.611Z Downloaded futures-core v0.3.32
5182026-07-27T20:25:25.620Z Downloaded bcrypt-pbkdf v0.11.0
5192026-07-27T20:25:25.635Z Downloaded convert_case v0.4.0
5202026-07-27T20:25:25.636Z Downloaded git-stub-vcs v0.1.0
5212026-07-27T20:25:25.636Z Downloaded aead v0.5.2
5222026-07-27T20:25:25.636Z Downloaded base16ct v0.2.0
5232026-07-27T20:25:25.641Z Downloaded fatfs v0.3.6
5242026-07-27T20:25:25.642Z Downloaded flagset v0.4.7
5252026-07-27T20:25:25.642Z Downloaded ascii-canvas v3.0.0
5262026-07-27T20:25:25.648Z Downloaded bb8 v0.8.6
5272026-07-27T20:25:25.648Z Downloaded block-buffer v0.12.1
5282026-07-27T20:25:25.648Z Downloaded array-init v0.0.4
5292026-07-27T20:25:25.649Z Downloaded foreign-types v0.3.2
5302026-07-27T20:25:25.649Z Downloaded foreign-types-shared v0.3.1
5312026-07-27T20:25:25.653Z Downloaded cobs v0.3.0
5322026-07-27T20:25:25.654Z Downloaded fd-lock v4.0.4
5332026-07-27T20:25:25.654Z Downloaded foreign-types-shared v0.1.1
5342026-07-27T20:25:25.654Z Downloaded git-stub v1.0.0
5352026-07-27T20:25:25.666Z Downloaded fixedbitset v0.4.2
5362026-07-27T20:25:25.666Z Downloaded futures-task v0.3.32
5372026-07-27T20:25:25.666Z Downloaded http-body-util v0.1.3
5382026-07-27T20:25:25.666Z Downloaded cfg_aliases v0.2.1
5392026-07-27T20:25:25.667Z Downloaded ciborium-io v0.2.2
5402026-07-27T20:25:25.667Z Downloaded compression-core v0.4.31
5412026-07-27T20:25:25.667Z Downloaded assert_matches v1.5.0
5422026-07-27T20:25:25.667Z Downloaded env_filter v1.0.0
5432026-07-27T20:25:25.688Z Downloaded bit-set v0.8.0
5442026-07-27T20:25:25.688Z Downloaded find-msvc-tools v0.1.9
5452026-07-27T20:25:25.688Z Downloaded futures-channel v0.3.32
5462026-07-27T20:25:25.688Z Downloaded futures-sink v0.3.32
5472026-07-27T20:25:25.688Z Downloaded float-cmp v0.10.0
5482026-07-27T20:25:25.688Z Downloaded foreign-types v0.5.0
5492026-07-27T20:25:25.688Z Downloaded futures-io v0.3.32
5502026-07-27T20:25:25.688Z Downloaded cfg_aliases v0.1.1
5512026-07-27T20:25:25.688Z Downloaded async-trait v0.1.89
5522026-07-27T20:25:25.688Z Downloaded bit-vec v0.6.3
5532026-07-27T20:25:25.688Z Downloaded gethostname v0.5.0
5542026-07-27T20:25:25.688Z Downloaded base64ct v1.8.3
5552026-07-27T20:25:25.688Z Downloaded hex-literal v1.1.0
5562026-07-27T20:25:25.689Z Downloaded ciborium-ll v0.2.2
5572026-07-27T20:25:25.689Z Downloaded form_urlencoded v1.2.2
5582026-07-27T20:25:25.699Z Downloaded funty v2.0.0
5592026-07-27T20:25:25.699Z Downloaded fxhash v0.2.1
5602026-07-27T20:25:25.699Z Downloaded block-padding v0.4.2
5612026-07-27T20:25:25.699Z Downloaded ff v0.14.0
5622026-07-27T20:25:25.702Z Downloaded foldhash v0.2.0
5632026-07-27T20:25:25.702Z Downloaded fs_extra v1.3.0
5642026-07-27T20:25:25.702Z Downloaded hybrid-array v0.4.13
5652026-07-27T20:25:25.702Z Downloaded openssl-probe v0.1.6
5662026-07-27T20:25:25.702Z Downloaded password-hash v0.6.1
5672026-07-27T20:25:25.702Z Downloaded flate2 v1.1.9
5682026-07-27T20:25:25.706Z Downloaded foreign-types-macros v0.2.3
5692026-07-27T20:25:25.706Z Downloaded getrandom v0.2.17
5702026-07-27T20:25:25.709Z Downloaded hash32 v0.2.1
5712026-07-27T20:25:25.709Z Downloaded hubpack_derive v0.1.1
5722026-07-27T20:25:25.710Z Downloaded http-range v0.1.5
5732026-07-27T20:25:25.710Z Downloaded hubpack v0.1.2
5742026-07-27T20:25:25.741Z Downloaded num_enum_derive v0.5.11
5752026-07-27T20:25:25.741Z Downloaded float-ord v0.3.2
5762026-07-27T20:25:25.741Z Downloaded httpdate v1.0.3
5772026-07-27T20:25:25.741Z Downloaded cmake v0.1.57
5782026-07-27T20:25:25.747Z Downloaded aead v0.6.1
5792026-07-27T20:25:25.747Z Downloaded bitfield-struct v0.6.2
5802026-07-27T20:25:25.747Z Downloaded hostname v0.3.1
5812026-07-27T20:25:25.747Z Downloaded globwalk v0.9.1
5822026-07-27T20:25:25.747Z Downloaded http-body v1.0.1
5832026-07-27T20:25:25.747Z Downloaded chacha20 v0.9.1
5842026-07-27T20:25:25.748Z Downloaded futures-macro v0.3.32
5852026-07-27T20:25:25.748Z Downloaded bcs v0.1.6
5862026-07-27T20:25:25.748Z Downloaded cexpr v0.6.0
5872026-07-27T20:25:25.748Z Downloaded hyper-tls v0.6.0
5882026-07-27T20:25:25.748Z Downloaded hash32 v0.3.1
5892026-07-27T20:25:25.748Z Downloaded byte-wrapper v0.1.0
5902026-07-27T20:25:25.748Z Downloaded cassowary v0.3.0
5912026-07-27T20:25:25.748Z Downloaded cbc v0.2.1
5922026-07-27T20:25:25.748Z Downloaded cipher v0.4.4
5932026-07-27T20:25:25.748Z Downloaded cipher v0.5.2
5942026-07-27T20:25:25.748Z Downloaded adler2 v2.0.1
5952026-07-27T20:25:25.748Z Downloaded compression-codecs v0.4.37
5962026-07-27T20:25:25.748Z Downloaded blowfish v0.10.0
5972026-07-27T20:25:25.754Z Downloaded home v0.5.12
5982026-07-27T20:25:25.754Z Downloaded headers-core v0.3.0
5992026-07-27T20:25:25.754Z Downloaded phf_shared v0.13.1
6002026-07-27T20:25:25.754Z Downloaded ahash v0.8.12
6012026-07-27T20:25:25.758Z Downloaded hex v0.4.3
6022026-07-27T20:25:25.758Z Downloaded powerfmt v0.2.0
6032026-07-27T20:25:25.758Z Downloaded futures-executor v0.3.32
6042026-07-27T20:25:25.761Z Downloaded globset v0.4.18
6052026-07-27T20:25:25.761Z Downloaded fixedbitset v0.5.7
6062026-07-27T20:25:25.762Z Downloaded fallible-iterator v0.2.0
6072026-07-27T20:25:25.769Z Downloaded proc-macro-crate v1.3.1
6082026-07-27T20:25:25.769Z Downloaded env_logger v0.11.9
6092026-07-27T20:25:25.769Z Downloaded fs-err v2.11.0
6102026-07-27T20:25:25.770Z Downloaded glob v0.3.3
6112026-07-27T20:25:25.770Z Downloaded hostname v0.4.2
6122026-07-27T20:25:25.773Z Downloaded castaway v0.2.4
6132026-07-27T20:25:25.773Z Downloaded const_format_proc_macros v0.2.34
6142026-07-27T20:25:25.773Z Downloaded buf-list v1.1.2
6152026-07-27T20:25:25.773Z Downloaded bs58 v0.5.1
6162026-07-27T20:25:25.776Z Downloaded constant_time_eq v0.4.2
6172026-07-27T20:25:25.776Z Downloaded bit-vec v0.8.0
6182026-07-27T20:25:25.781Z Downloaded cmov v0.5.4
6192026-07-27T20:25:25.782Z Downloaded num-derive v0.3.3
6202026-07-27T20:25:25.782Z Downloaded bitflags v1.3.2
6212026-07-27T20:25:25.787Z Downloaded oxnet v0.1.6
6222026-07-27T20:25:25.787Z Downloaded progenitor-macro v0.14.0
6232026-07-27T20:25:25.787Z Downloaded radium v0.7.0
6242026-07-27T20:25:25.787Z Downloaded ref-cast v1.0.25
6252026-07-27T20:25:25.791Z Downloaded russh-cryptovec v0.61.0
6262026-07-27T20:25:25.791Z Downloaded rustc_version v0.4.1
6272026-07-27T20:25:25.791Z Downloaded serde-big-array v0.5.1
6282026-07-27T20:25:25.795Z Downloaded same-file v1.0.6
6292026-07-27T20:25:25.795Z Downloaded scheduled-thread-pool v0.2.7
6302026-07-27T20:25:25.795Z Downloaded sapling-renderdag v0.1.0
6312026-07-27T20:25:25.799Z Downloaded owo-colors v4.3.0
6322026-07-27T20:25:25.799Z Downloaded password-hash v0.5.0
6332026-07-27T20:25:25.799Z Downloaded erased-serde v0.3.31
6342026-07-27T20:25:25.802Z Downloaded argon2 v0.5.3
6352026-07-27T20:25:25.802Z Downloaded bzip2 v0.4.4
6362026-07-27T20:25:25.802Z Downloaded clang-sys v1.8.1
6372026-07-27T20:25:25.808Z Downloaded console v0.16.2
6382026-07-27T20:25:25.808Z Downloaded group v0.13.0
6392026-07-27T20:25:25.808Z Downloaded ciborium v0.2.2
6402026-07-27T20:25:25.808Z Downloaded blake2 v0.10.6
6412026-07-27T20:25:25.812Z Downloaded argon2 v0.6.0-rc.8
6422026-07-27T20:25:25.812Z Downloaded bitfield v0.19.4
6432026-07-27T20:25:25.812Z Downloaded cancel-safe-futures v0.1.5
6442026-07-27T20:25:25.812Z Downloaded group v0.14.0
6452026-07-27T20:25:25.812Z Downloaded hyper-staticfile v0.10.1
6462026-07-27T20:25:25.815Z Downloaded colored v2.2.0
6472026-07-27T20:25:25.815Z Downloaded bzip2 v0.6.1
6482026-07-27T20:25:25.815Z Downloaded highway v1.3.0
6492026-07-27T20:25:25.815Z Downloaded arrayvec v0.7.6
6502026-07-27T20:25:25.827Z Downloaded console v0.15.11
6512026-07-27T20:25:25.830Z Downloaded serde_repr v0.1.20
6522026-07-27T20:25:25.831Z Downloaded sha1 v0.10.6
6532026-07-27T20:25:25.831Z Downloaded signal-hook-mio v0.2.5
6542026-07-27T20:25:25.834Z Downloaded signature v3.0.0
6552026-07-27T20:25:25.837Z Downloaded progenitor v0.13.0
6562026-07-27T20:25:25.837Z Downloaded progenitor-extras v0.2.0
6572026-07-27T20:25:25.837Z Downloaded foldhash v0.1.5
6582026-07-27T20:25:25.845Z Downloaded pem v3.0.6
6592026-07-27T20:25:25.845Z Downloaded ff v0.13.1
6602026-07-27T20:25:25.849Z Downloaded chacha20 v0.10.0
6612026-07-27T20:25:25.849Z Downloaded sigpipe v0.1.3
6622026-07-27T20:25:25.853Z Downloaded strip-ansi-escapes v0.2.1
6632026-07-27T20:25:25.853Z Downloaded testing_table v0.3.0
6642026-07-27T20:25:25.853Z Downloaded blake2 v0.11.0-rc.6
6652026-07-27T20:25:25.853Z Downloaded parking_lot v0.11.2
6662026-07-27T20:25:25.861Z Downloaded secrecy v0.8.0
6672026-07-27T20:25:25.865Z Downloaded serde_with_macros v1.5.2
6682026-07-27T20:25:25.865Z Downloaded topological-sort v0.2.2
6692026-07-27T20:25:25.865Z Downloaded unicode-truncate v1.1.0
6702026-07-27T20:25:25.869Z Downloaded utf-8 v0.7.6
6712026-07-27T20:25:25.874Z Downloaded humantime v2.3.0
6722026-07-27T20:25:25.874Z Downloaded unarray v0.1.4
6732026-07-27T20:25:25.874Z Downloaded cpubits v0.1.1
6742026-07-27T20:25:25.874Z Downloaded phf v0.12.1
6752026-07-27T20:25:25.874Z Downloaded ppv-lite86 v0.2.21
6762026-07-27T20:25:25.874Z Downloaded allocator-api2 v0.2.21
6772026-07-27T20:25:25.880Z Downloaded const-oid v0.9.6
6782026-07-27T20:25:25.880Z Downloaded num-rational v0.4.2
6792026-07-27T20:25:25.881Z Downloaded const-oid v0.10.2
6802026-07-27T20:25:25.887Z Downloaded rustls-native-certs v0.8.3
6812026-07-27T20:25:25.887Z Downloaded want v0.3.1
6822026-07-27T20:25:25.888Z Downloaded zerofrom v0.1.6
6832026-07-27T20:25:25.888Z Downloaded camino-tempfile-ext v0.3.3
6842026-07-27T20:25:25.891Z Downloaded poly1305 v0.9.0
6852026-07-27T20:25:25.895Z Downloaded zone v0.3.1
6862026-07-27T20:25:25.895Z Downloaded cstr-argument v0.1.2
6872026-07-27T20:25:25.899Z Downloaded crc-catalog v2.4.0
6882026-07-27T20:25:25.899Z Downloaded defmt v0.3.100
6892026-07-27T20:25:25.899Z Downloaded rustls-pemfile v2.2.0
6902026-07-27T20:25:25.902Z Downloaded sqlformat v0.3.5
6912026-07-27T20:25:25.902Z Downloaded postcard v1.1.3
6922026-07-27T20:25:25.905Z Downloaded half v1.8.3
6932026-07-27T20:25:25.908Z Downloaded darling_macro v0.20.11
6942026-07-27T20:25:25.913Z Downloaded defmt-parser v1.0.0
6952026-07-27T20:25:25.917Z Downloaded downcast-rs v2.0.2
6962026-07-27T20:25:25.917Z Downloaded iana-time-zone v0.1.65
6972026-07-27T20:25:25.920Z Downloaded tiny-keccak v2.0.2
6982026-07-27T20:25:25.920Z Downloaded tls_codec_derive v0.4.2
6992026-07-27T20:25:25.920Z Downloaded toml_writer v1.1.1+spec-1.1.0
7002026-07-27T20:25:25.920Z Downloaded dropshot-api-manager-types v0.7.2
7012026-07-27T20:25:25.920Z Downloaded embedded-io v0.6.1
7022026-07-27T20:25:25.923Z Downloaded ident_case v1.0.1
7032026-07-27T20:25:25.923Z Downloaded linked-hash-map v0.5.6
7042026-07-27T20:25:25.927Z Downloaded internet-checksum v0.2.1
7052026-07-27T20:25:25.927Z Downloaded filetime v0.2.27
7062026-07-27T20:25:25.931Z Downloaded crc8 v0.1.1
7072026-07-27T20:25:25.936Z Downloaded hyper-rustls v0.27.7
7082026-07-27T20:25:25.936Z Downloaded maplit v1.0.2
7092026-07-27T20:25:25.940Z Downloaded slog-json v2.6.1
7102026-07-27T20:25:25.940Z Downloaded slog-scope v4.4.1
7112026-07-27T20:25:25.940Z Downloaded hmac v0.13.0
7122026-07-27T20:25:25.943Z Downloaded digest-io v0.1.0
7132026-07-27T20:25:25.943Z Downloaded dyn-clone v1.0.20
7142026-07-27T20:25:25.949Z Downloaded dunce v1.0.5
7152026-07-27T20:25:25.949Z Downloaded futures v0.3.32
7162026-07-27T20:25:25.963Z Downloaded serde_cbor v0.11.2
7172026-07-27T20:25:25.963Z Downloaded static_assertions v1.1.0
7182026-07-27T20:25:25.964Z Downloaded tagptr v0.2.0
7192026-07-27T20:25:25.964Z Downloaded stringprep v0.1.5
7202026-07-27T20:25:25.964Z Downloaded wyz v0.5.1
7212026-07-27T20:25:25.968Z Downloaded md5 v0.8.0
7222026-07-27T20:25:25.968Z Downloaded nibble_vec v0.1.0
7232026-07-27T20:25:25.968Z Downloaded inout v0.2.2
7242026-07-27T20:25:25.968Z Downloaded oxide-update-engine-types v0.1.2
7252026-07-27T20:25:25.968Z Downloaded thread_local v1.1.9
7262026-07-27T20:25:25.968Z Downloaded base64 v0.22.1
7272026-07-27T20:25:25.968Z Downloaded lru-cache v0.1.2
7282026-07-27T20:25:25.968Z Downloaded pkcs1 v0.7.5
7292026-07-27T20:25:25.972Z Downloaded httparse v1.10.1
7302026-07-27T20:25:25.972Z Downloaded const_format v0.2.35
7312026-07-27T20:25:25.975Z Downloaded ctutils v0.4.2
7322026-07-27T20:25:25.975Z Downloaded daft v0.1.7
7332026-07-27T20:25:25.979Z Downloaded delegate v0.13.5
7342026-07-27T20:25:25.979Z Downloaded openssl-probe v0.2.1
7352026-07-27T20:25:25.982Z Downloaded packed_struct_codegen v0.10.1
7362026-07-27T20:25:25.982Z Downloaded convert_case v0.10.0
7372026-07-27T20:25:25.985Z Downloaded arc-swap v1.8.2
7382026-07-27T20:25:25.988Z Downloaded base64 v0.21.7
7392026-07-27T20:25:25.990Z Downloaded multimap v0.10.1
7402026-07-27T20:25:25.990Z Downloaded normalize-line-endings v0.3.0
7412026-07-27T20:25:25.991Z Downloaded num-iter v0.1.45
7422026-07-27T20:25:25.991Z Downloaded peg-runtime v0.8.5
7432026-07-27T20:25:25.991Z Downloaded phf_shared v0.11.3
7442026-07-27T20:25:25.994Z Downloaded generic-array v1.4.3
7452026-07-27T20:25:25.997Z Downloaded term v1.2.1
7462026-07-27T20:25:26.003Z Downloaded ssh-encoding v0.3.0-rc.9
7472026-07-27T20:25:26.003Z Downloaded tls_codec v0.4.2
7482026-07-27T20:25:26.003Z Downloaded hmac v0.12.1
7492026-07-27T20:25:26.003Z Downloaded enum_dispatch v0.3.13
7502026-07-27T20:25:26.006Z Downloaded pkcs1 v0.8.0-rc.4
7512026-07-27T20:25:26.006Z Downloaded rand_xorshift v0.4.0
7522026-07-27T20:25:26.011Z Downloaded recursive v0.1.1
7532026-07-27T20:25:26.011Z Downloaded half v2.7.1
7542026-07-27T20:25:26.011Z Downloaded chacha20poly1305 v0.10.1
7552026-07-27T20:25:26.015Z Downloaded aes-gcm v0.11.0
7562026-07-27T20:25:26.015Z Downloaded compact_str v0.8.1
7572026-07-27T20:25:26.015Z Downloaded ingot v0.1.1
7582026-07-27T20:25:26.015Z Downloaded libsw-core v0.3.2
7592026-07-27T20:25:26.018Z Downloaded tracing-attributes v0.1.31
7602026-07-27T20:25:26.018Z Downloaded getrandom v0.3.4
7612026-07-27T20:25:26.019Z Downloaded critical-section v1.2.0
7622026-07-27T20:25:26.027Z Downloaded unicode-properties v0.1.4
7632026-07-27T20:25:26.034Z Downloaded vergen v9.1.0
7642026-07-27T20:25:26.034Z Downloaded scopeguard v1.2.0
7652026-07-27T20:25:26.034Z Downloaded string_cache v0.8.9
7662026-07-27T20:25:26.040Z Downloaded seq-macro v0.3.6
7672026-07-27T20:25:26.040Z Downloaded digest v0.11.3
7682026-07-27T20:25:26.040Z Downloaded shell-words v1.1.1
7692026-07-27T20:25:26.040Z Downloaded slog-bunyan v2.5.0
7702026-07-27T20:25:26.040Z Downloaded bytes v1.11.1
7712026-07-27T20:25:26.040Z Downloaded num_enum_derive v0.7.6
7722026-07-27T20:25:26.040Z Downloaded precomputed-hash v0.1.1
7732026-07-27T20:25:26.046Z Downloaded papergrid v0.17.0
7742026-07-27T20:25:26.053Z Downloaded bumpalo v3.20.2
7752026-07-27T20:25:26.054Z Downloaded darling v0.21.3
7762026-07-27T20:25:26.059Z Downloaded tokio-stream v0.1.18
7772026-07-27T20:25:26.059Z Downloaded serde_urlencoded v0.7.1
7782026-07-27T20:25:26.059Z Downloaded signal-hook-tokio v0.3.1
7792026-07-27T20:25:26.059Z Downloaded either v1.15.0
7802026-07-27T20:25:26.059Z Downloaded signature v2.2.0
7812026-07-27T20:25:26.059Z Downloaded ar_archive_writer v0.5.1
7822026-07-27T20:25:26.059Z Downloaded async-compression v0.4.41
7832026-07-27T20:25:26.125Z Downloaded derive_builder_core v0.20.2
7842026-07-27T20:25:26.125Z Downloaded parse-display v0.10.0
7852026-07-27T20:25:26.125Z Downloaded rustc_version v0.1.7
7862026-07-27T20:25:26.125Z Downloaded structmeta-derive v0.3.0
7872026-07-27T20:25:26.125Z Downloaded parse-display-derive v0.10.0
7882026-07-27T20:25:26.125Z Downloaded primeorder v0.13.6
7892026-07-27T20:25:26.125Z Downloaded primeorder v0.14.0-rc.10
7902026-07-27T20:25:26.125Z Downloaded psm v0.1.30
7912026-07-27T20:25:26.138Z Downloaded tokio-macros v2.7.0
7922026-07-27T20:25:26.138Z Downloaded tower-layer v0.3.3
7932026-07-27T20:25:26.138Z Downloaded try-lock v0.2.5
7942026-07-27T20:25:26.138Z Downloaded yasna v0.5.2
7952026-07-27T20:25:26.138Z Downloaded unit-prefix v0.5.2
7962026-07-27T20:25:26.138Z Downloaded mime_guess v2.0.5
7972026-07-27T20:25:26.138Z Downloaded nanorand v0.7.0
7982026-07-27T20:25:26.138Z Downloaded sqlparser_derive v0.5.0
7992026-07-27T20:25:26.139Z Downloaded sync_wrapper v1.0.2
8002026-07-27T20:25:26.139Z Downloaded vte v0.14.1
8012026-07-27T20:25:26.139Z Downloaded flume v0.11.1
8022026-07-27T20:25:26.139Z Downloaded xattr v1.6.1
8032026-07-27T20:25:26.139Z Downloaded zeroize_derive v1.4.3
8042026-07-27T20:25:26.139Z Downloaded cc v1.2.56
8052026-07-27T20:25:26.139Z Downloaded sec1 v0.7.3
8062026-07-27T20:25:26.139Z Downloaded pem-rfc7468 v0.7.0
8072026-07-27T20:25:26.139Z Downloaded crc32fast v1.5.0
8082026-07-27T20:25:26.139Z Downloaded time-core v0.1.8
8092026-07-27T20:25:26.140Z Downloaded tokio-test v0.4.5
8102026-07-27T20:25:26.140Z Downloaded slog-dtrace v0.3.0
8112026-07-27T20:25:26.140Z Downloaded universal-hash v0.5.1
8122026-07-27T20:25:26.140Z Downloaded usdt v0.6.0
8132026-07-27T20:25:26.140Z Downloaded usdt-attr-macro v0.6.0
8142026-07-27T20:25:26.140Z Downloaded wait-timeout v0.2.1
8152026-07-27T20:25:26.140Z Downloaded heapless v0.7.17
8162026-07-27T20:25:26.140Z Downloaded curve25519-dalek-derive v0.1.1
8172026-07-27T20:25:26.140Z Downloaded quinn v0.11.9
8182026-07-27T20:25:26.140Z Downloaded tracing-core v0.1.36
8192026-07-27T20:25:26.147Z Downloaded des v0.9.0
8202026-07-27T20:25:26.147Z Downloaded port-file v0.1.0
8212026-07-27T20:25:26.147Z Downloaded dof v0.4.0
8222026-07-27T20:25:26.147Z Downloaded idna_adapter v1.2.1
8232026-07-27T20:25:26.147Z Downloaded rand_core v0.6.4
8242026-07-27T20:25:26.148Z Downloaded crucible-workspace-hack v0.1.0
8252026-07-27T20:25:26.148Z Downloaded hyper-util v0.1.20
8262026-07-27T20:25:26.154Z Downloaded kstat-rs v0.2.4
8272026-07-27T20:25:26.154Z Downloaded toml v0.7.8
8282026-07-27T20:25:26.159Z Downloaded serde_path_to_error v0.1.20
8292026-07-27T20:25:26.159Z Downloaded tui-tree-widget v0.23.1
8302026-07-27T20:25:26.163Z Downloaded dirs-next v2.0.0
8312026-07-27T20:25:26.171Z Downloaded hickory-server v0.25.2
8322026-07-27T20:25:26.174Z Downloaded is_ci v1.2.0
8332026-07-27T20:25:26.174Z Downloaded whoami v1.6.1
8342026-07-27T20:25:26.178Z Downloaded lzss v0.8.2
8352026-07-27T20:25:26.178Z Downloaded mime v0.3.17
8362026-07-27T20:25:26.181Z Downloaded num v0.4.3
8372026-07-27T20:25:26.181Z Downloaded num_threads v0.1.7
8382026-07-27T20:25:26.185Z Downloaded stacker v0.1.23
8392026-07-27T20:25:26.189Z Downloaded strum_macros v0.27.2
8402026-07-27T20:25:26.195Z Downloaded newtype_derive v0.1.6
8412026-07-27T20:25:26.198Z Downloaded parse-size v1.1.0
8422026-07-27T20:25:26.198Z Downloaded new_debug_unreachable v1.0.6
8432026-07-27T20:25:26.198Z Downloaded darling_core v0.21.3
8442026-07-27T20:25:26.206Z Downloaded corncobs v0.1.4
8452026-07-27T20:25:26.211Z Downloaded headers v0.4.1
8462026-07-27T20:25:26.211Z Downloaded heapless v0.8.0
8472026-07-27T20:25:26.212Z Downloaded hickory-resolver v0.25.2
8482026-07-27T20:25:26.216Z Downloaded icu_collections v2.1.1
8492026-07-27T20:25:26.216Z Downloaded predicates-core v1.0.10
8502026-07-27T20:25:26.220Z Downloaded predicates-tree v1.0.13
8512026-07-27T20:25:26.220Z Downloaded prettyplease v0.2.37
8522026-07-27T20:25:26.221Z Downloaded recursive-proc-macro-impl v0.1.1
8532026-07-27T20:25:26.221Z Downloaded snafu v0.8.9
8542026-07-27T20:25:26.225Z Downloaded hickory-resolver v0.24.4
8552026-07-27T20:25:26.225Z Downloaded tokio-tungstenite v0.21.0
8562026-07-27T20:25:26.229Z Downloaded hashbrown v0.12.3
8572026-07-27T20:25:26.229Z Downloaded document-features v0.2.12
8582026-07-27T20:25:26.233Z Downloaded expectorate v1.2.0
8592026-07-27T20:25:26.233Z Downloaded pin-project-lite v0.2.17
8602026-07-27T20:25:26.233Z Downloaded pkcs8 v0.11.0
8612026-07-27T20:25:26.236Z Downloaded postgres-types v0.2.12
8622026-07-27T20:25:26.236Z Downloaded serde_plain v1.0.2
8632026-07-27T20:25:26.240Z Downloaded num-bigint v0.4.6
8642026-07-27T20:25:26.244Z Downloaded ryu v1.0.23
8652026-07-27T20:25:26.248Z Downloaded yansi v1.0.1
8662026-07-27T20:25:26.252Z Downloaded libbz2-rs-sys v0.2.2
8672026-07-27T20:25:26.255Z Downloaded libsw v3.5.0
8682026-07-27T20:25:26.260Z Downloaded lru-slab v0.1.2
8692026-07-27T20:25:26.260Z Downloaded ecdsa v0.16.9
8702026-07-27T20:25:26.260Z Downloaded scroll_derive v0.13.1
8712026-07-27T20:25:26.260Z Downloaded serde_spanned v1.1.1
8722026-07-27T20:25:26.261Z Downloaded ingot-types v0.1.2
8732026-07-27T20:25:26.264Z Downloaded tabled_derive v0.11.0
8742026-07-27T20:25:26.277Z Downloaded rand v0.8.6
8752026-07-27T20:25:26.281Z Downloaded spin v0.9.8
8762026-07-27T20:25:26.285Z Downloaded zerotrie v0.2.3
8772026-07-27T20:25:26.290Z Downloaded parking_lot_core v0.8.6
8782026-07-27T20:25:26.290Z Downloaded phc v0.6.1
8792026-07-27T20:25:26.290Z Downloaded data-encoding v2.10.0
8802026-07-27T20:25:26.293Z Downloaded omicron-zone-package v0.12.3
8812026-07-27T20:25:26.293Z Downloaded libefi-sys v0.1.0
8822026-07-27T20:25:26.297Z Downloaded postgres-protocol v0.6.10
8832026-07-27T20:25:26.297Z Downloaded tower-service v0.3.3
8842026-07-27T20:25:26.298Z Downloaded num-integer v0.1.46
8852026-07-27T20:25:26.298Z Downloaded typify-macro v0.6.2
8862026-07-27T20:25:26.298Z Downloaded universal-hash v0.6.1
8872026-07-27T20:25:26.301Z Downloaded futures-util v0.3.32
8882026-07-27T20:25:26.307Z Downloaded progenitor-impl v0.13.0
8892026-07-27T20:25:26.309Z Downloaded hashbrown v0.13.2
8902026-07-27T20:25:26.312Z Downloaded oso v0.27.3
8912026-07-27T20:25:26.316Z Downloaded term v0.7.0
8922026-07-27T20:25:26.316Z Downloaded pin-project-internal v1.1.11
8932026-07-27T20:25:26.319Z Downloaded rand_seeder v0.4.0
8942026-07-27T20:25:26.319Z Downloaded http v1.4.2
8952026-07-27T20:25:26.324Z Downloaded yoke-derive v0.8.1
8962026-07-27T20:25:26.324Z Downloaded psl-types v2.0.11
8972026-07-27T20:25:26.328Z Downloaded zerofrom-derive v0.1.6
8982026-07-27T20:25:26.328Z Downloaded crc v3.4.0
8992026-07-27T20:25:26.328Z Downloaded crunchy v0.2.4
9002026-07-27T20:25:26.328Z Downloaded unicase v2.9.0
9012026-07-27T20:25:26.332Z Downloaded rusty-fork v0.3.1
9022026-07-27T20:25:26.332Z Downloaded scrypt v0.12.0
9032026-07-27T20:25:26.341Z Downloaded rustls-platform-verifier v0.6.2
9042026-07-27T20:25:26.345Z Downloaded darling_macro v0.21.3
9052026-07-27T20:25:26.345Z Downloaded darling_macro v0.13.4
9062026-07-27T20:25:26.349Z Downloaded icu_properties v2.1.2
9072026-07-27T20:25:26.349Z Downloaded steno v0.4.1
9082026-07-27T20:25:26.352Z Downloaded ron v0.8.1
9092026-07-27T20:25:26.356Z Downloaded signal-hook-registry v1.4.8
9102026-07-27T20:25:26.359Z Downloaded slab v0.4.12
9112026-07-27T20:25:26.359Z Downloaded spki v0.8.0
9122026-07-27T20:25:26.362Z Downloaded termios v0.3.3
9132026-07-27T20:25:26.362Z Downloaded thiserror-no-std v2.0.2
9142026-07-27T20:25:26.365Z Downloaded ssh-cipher v0.3.0-rc.9
9152026-07-27T20:25:26.365Z Downloaded illumos-nvpair-sys v0.2.0
9162026-07-27T20:25:26.365Z Downloaded indent_write v2.2.0
9172026-07-27T20:25:26.370Z Downloaded memoffset v0.9.1
9182026-07-27T20:25:26.374Z Downloaded tokio-native-tls v0.3.1
9192026-07-27T20:25:26.377Z Downloaded managed v0.8.0
9202026-07-27T20:25:26.377Z Downloaded schemars v0.8.22
9212026-07-27T20:25:26.380Z Downloaded parking_lot_core v0.9.12
9222026-07-27T20:25:26.383Z Downloaded usdt-impl v0.6.0
9232026-07-27T20:25:26.384Z Downloaded nodrop v0.1.14
9242026-07-27T20:25:26.389Z Downloaded openssl-sys v0.9.115
9252026-07-27T20:25:26.389Z Downloaded subprocess v0.2.15
9262026-07-27T20:25:26.392Z Downloaded litemap v0.8.1
9272026-07-27T20:25:26.392Z Downloaded oxide-update-engine v0.1.2
9282026-07-27T20:25:26.392Z Downloaded icu_provider v2.1.1
9292026-07-27T20:25:26.395Z Downloaded elliptic-curve v0.14.0-rc.33
9302026-07-27T20:25:26.399Z Downloaded opaque-debug v0.3.1
9312026-07-27T20:25:26.402Z Downloaded vergen-lib v9.1.0
9322026-07-27T20:25:26.402Z Downloaded toml_parser v1.1.2+spec-1.1.0
9332026-07-27T20:25:26.406Z Downloaded uzers v0.12.2
9342026-07-27T20:25:26.412Z Downloaded zeroize v1.8.2
9352026-07-27T20:25:26.416Z Downloaded zstd-safe v7.2.4
9362026-07-27T20:25:26.419Z Downloaded snafu-derive v0.8.9
9372026-07-27T20:25:26.422Z Downloaded ml-kem v0.3.2
9382026-07-27T20:25:26.425Z Downloaded ref-cast-impl v1.0.25
9392026-07-27T20:25:26.425Z Downloaded ctr v0.10.1
9402026-07-27T20:25:26.425Z Downloaded aes v0.9.1
9412026-07-27T20:25:26.428Z Downloaded rtoolbox v0.0.3
9422026-07-27T20:25:26.439Z Downloaded derive_more v0.99.20
9432026-07-27T20:25:26.442Z Downloaded displaydoc v0.2.5
9442026-07-27T20:25:26.446Z Downloaded impl-trait-for-tuples v0.2.3
9452026-07-27T20:25:26.446Z Downloaded slog-term v2.9.2
9462026-07-27T20:25:26.451Z Downloaded derive-ex v0.1.8
9472026-07-27T20:25:26.455Z Downloaded semver v0.1.20
9482026-07-27T20:25:26.458Z Downloaded subtle v2.6.1
9492026-07-27T20:25:26.458Z Downloaded termtree v0.5.1
9502026-07-27T20:25:26.463Z Downloaded structmeta v0.3.0
9512026-07-27T20:25:26.466Z Downloaded thread-id v5.1.0
9522026-07-27T20:25:26.466Z Downloaded aho-corasick v1.1.4
9532026-07-27T20:25:26.469Z Downloaded walkdir v2.5.0
9542026-07-27T20:25:26.473Z Downloaded icu_locale_core v2.1.1
9552026-07-27T20:25:26.478Z Downloaded rustyline v14.0.0
9562026-07-27T20:25:26.481Z Downloaded nu-ansi-term v0.50.3
9572026-07-27T20:25:26.481Z Downloaded packed_struct v0.10.1
9582026-07-27T20:25:26.481Z Downloaded untrusted v0.7.1
9592026-07-27T20:25:26.485Z Downloaded untrusted v0.9.0
9602026-07-27T20:25:26.485Z Downloaded void v1.0.2
9612026-07-27T20:25:26.485Z Downloaded primefield v0.14.0
9622026-07-27T20:25:26.485Z Downloaded pkcs8 v0.10.2
9632026-07-27T20:25:26.491Z Downloaded pem-rfc7468 v1.0.0
9642026-07-27T20:25:26.494Z Downloaded unicode-normalization v0.1.25
9652026-07-27T20:25:26.494Z Downloaded unicode-segmentation v1.12.0
9662026-07-27T20:25:26.500Z Downloaded writeable v0.6.2
9672026-07-27T20:25:26.504Z Downloaded url v2.5.8
9682026-07-27T20:25:26.504Z Downloaded rand_core v0.9.5
9692026-07-27T20:25:26.504Z Downloaded darling_macro v0.23.0
9702026-07-27T20:25:26.504Z Downloaded debug-ignore v1.0.5
9712026-07-27T20:25:26.507Z Downloaded cpufeatures v0.3.0
9722026-07-27T20:25:26.507Z Downloaded dirs-sys-next v0.1.2
9732026-07-27T20:25:26.511Z Downloaded difflib v0.4.0
9742026-07-27T20:25:26.511Z Downloaded diff v0.1.13
9752026-07-27T20:25:26.511Z Downloaded derive_builder_macro v0.20.2
9762026-07-27T20:25:26.514Z Downloaded derive_more-impl v2.1.1
9772026-07-27T20:25:26.527Z Downloaded tinyvec v1.10.0
9782026-07-27T20:25:26.534Z Downloaded rand_core v0.10.0
9792026-07-27T20:25:26.534Z Downloaded kem v0.3.0
9802026-07-27T20:25:26.534Z Downloaded progenitor v0.14.0
9812026-07-27T20:25:26.534Z Downloaded progenitor-client v0.13.0
9822026-07-27T20:25:26.534Z Downloaded r2d2 v0.8.10
9832026-07-27T20:25:26.534Z Downloaded linear-map v1.2.0
9842026-07-27T20:25:26.534Z Downloaded slog-async v2.8.0
9852026-07-27T20:25:26.544Z Downloaded libscf-sys v1.1.0
9862026-07-27T20:25:26.544Z Downloaded md-5 v0.10.6
9872026-07-27T20:25:26.544Z Downloaded p384 v0.14.0-rc.10
9882026-07-27T20:25:26.544Z Downloaded schemars_derive v0.8.22
9892026-07-27T20:25:26.547Z Downloaded prefix-trie v0.7.0
9902026-07-27T20:25:26.547Z Downloaded newtype-uuid-macros v0.1.0
9912026-07-27T20:25:26.547Z Downloaded tokio-dtrace v0.1.1
9922026-07-27T20:25:26.547Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9932026-07-27T20:25:26.554Z Downloaded ed25519-dalek v2.2.0
9942026-07-27T20:25:26.558Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9952026-07-27T20:25:26.561Z Downloaded potential_utf v0.1.4
9962026-07-27T20:25:26.561Z Downloaded yoke v0.8.1
9972026-07-27T20:25:26.564Z Downloaded libloading v0.8.9
9982026-07-27T20:25:26.564Z Downloaded proc-macro-error-attr2 v2.0.0
9992026-07-27T20:25:26.567Z Downloaded oso-derive v0.27.3
10002026-07-27T20:25:26.567Z Downloaded spki v0.7.3
10012026-07-27T20:25:26.567Z Downloaded support-bundle-viewer v0.1.2
10022026-07-27T20:25:26.571Z Downloaded minimal-lexical v0.2.1
10032026-07-27T20:25:26.574Z Downloaded typed-path v0.9.3
10042026-07-27T20:25:26.577Z Downloaded tar v0.4.46
10052026-07-27T20:25:26.584Z Downloaded memmap2 v0.9.10
10062026-07-27T20:25:26.584Z Downloaded x509-cert v0.2.5
10072026-07-27T20:25:26.595Z Downloaded rsa v0.10.0-rc.18
10082026-07-27T20:25:26.595Z Downloaded russh-util v0.52.0
10092026-07-27T20:25:26.598Z Downloaded serde_with v1.14.0
10102026-07-27T20:25:26.602Z Downloaded hashbrown v0.15.5
10112026-07-27T20:25:26.608Z Downloaded crossbeam-channel v0.5.15
10122026-07-27T20:25:26.608Z Downloaded take_mut v0.2.2
10132026-07-27T20:25:26.608Z Downloaded toml v1.1.2+spec-1.1.0
10142026-07-27T20:25:26.624Z Downloaded hashbrown v0.16.1
10152026-07-27T20:25:26.624Z Downloaded zerovec-derive v0.11.2
10162026-07-27T20:25:26.624Z Downloaded ipnet v2.11.0
10172026-07-27T20:25:26.624Z Downloaded toml_edit v0.23.10+spec-1.0.0
10182026-07-27T20:25:26.629Z Downloaded der v0.7.10
10192026-07-27T20:25:26.629Z Downloaded pbkdf2 v0.13.0
10202026-07-27T20:25:26.629Z Downloaded slog-envlogger v2.2.0
10212026-07-27T20:25:26.629Z Downloaded strum v0.26.3
10222026-07-27T20:25:26.630Z Downloaded unicode-xid v0.2.6
10232026-07-27T20:25:26.630Z Downloaded utf8_iter v1.0.4
10242026-07-27T20:25:26.630Z Downloaded rand v0.9.2
10252026-07-27T20:25:26.630Z Downloaded itertools v0.13.0
10262026-07-27T20:25:26.630Z Downloaded num_enum v0.5.11
10272026-07-27T20:25:26.635Z Downloaded num-traits v0.2.19
10282026-07-27T20:25:26.635Z Downloaded ed25519 v3.0.0
10292026-07-27T20:25:26.635Z Downloaded schemars v0.9.0
10302026-07-27T20:25:26.639Z Downloaded simd-adler32 v0.3.8
10312026-07-27T20:25:26.639Z Downloaded diesel_table_macro_syntax v0.3.0
10322026-07-27T20:25:26.642Z Downloaded darling_core v0.23.0
10332026-07-27T20:25:26.643Z Downloaded smallvec v1.15.1
10342026-07-27T20:25:26.647Z Downloaded crossbeam-utils v0.8.21
10352026-07-27T20:25:26.650Z Downloaded drift v0.2.0
10362026-07-27T20:25:26.653Z Downloaded display-error-chain v0.2.2
10372026-07-27T20:25:26.657Z Downloaded instant v0.1.13
10382026-07-27T20:25:26.657Z Downloaded serde_derive_internals v0.29.1
10392026-07-27T20:25:26.657Z Downloaded illumos-nvpair v0.3.0
10402026-07-27T20:25:26.657Z Downloaded match_cfg v0.1.0
10412026-07-27T20:25:26.661Z Downloaded openssl-macros v0.1.1
10422026-07-27T20:25:26.661Z Downloaded indexmap v1.9.3
10432026-07-27T20:25:26.664Z Downloaded blake3 v1.8.5
10442026-07-27T20:25:26.670Z Downloaded num-conv v0.2.0
10452026-07-27T20:25:26.673Z Downloaded rfc6979 v0.5.0
10462026-07-27T20:25:26.678Z Downloaded salsa20 v0.11.0
10472026-07-27T20:25:26.682Z Downloaded icu_normalizer v2.1.1
10482026-07-27T20:25:26.683Z Downloaded hyper v1.10.1
10492026-07-27T20:25:26.686Z Downloaded time-macros v0.2.27
10502026-07-27T20:25:26.686Z Downloaded serde-hex v0.1.0
10512026-07-27T20:25:26.691Z Downloaded iri-string v0.7.10
10522026-07-27T20:25:26.703Z Downloaded darling v0.20.11
10532026-07-27T20:25:26.703Z Downloaded strum_macros v0.26.4
10542026-07-27T20:25:26.703Z Downloaded progenitor-client v0.14.0
10552026-07-27T20:25:26.703Z Downloaded progenitor-macro v0.13.0
10562026-07-27T20:25:26.703Z Downloaded serdect v0.4.3
10572026-07-27T20:25:26.703Z Downloaded slog-stdlog v4.1.1
10582026-07-27T20:25:26.708Z Downloaded tinyvec_macros v0.1.1
10592026-07-27T20:25:26.708Z Downloaded vsss-rs v3.3.4
10602026-07-27T20:25:26.708Z Downloaded darling v0.13.4
10612026-07-27T20:25:26.708Z Downloaded ena v0.14.4
10622026-07-27T20:25:26.708Z Downloaded ingot-macros v0.1.1
10632026-07-27T20:25:26.708Z Downloaded qorb v0.4.1
10642026-07-27T20:25:26.708Z Downloaded diesel_derives v2.3.7
10652026-07-27T20:25:26.713Z Downloaded stable_deref_trait v1.2.1
10662026-07-27T20:25:26.713Z Downloaded supports-color v3.0.2
10672026-07-27T20:25:26.713Z Downloaded rsa v0.9.10
10682026-07-27T20:25:26.713Z Downloaded itertools v0.10.5
10692026-07-27T20:25:26.720Z Downloaded defmt v1.0.1
10702026-07-27T20:25:26.729Z Downloaded peg v0.8.5
10712026-07-27T20:25:26.735Z Downloaded keccak v0.2.0
10722026-07-27T20:25:26.739Z Downloaded phf_shared v0.12.1
10732026-07-27T20:25:26.740Z Downloaded derive_more v2.1.1
10742026-07-27T20:25:26.744Z Downloaded indicatif v0.18.4
10752026-07-27T20:25:26.750Z Downloaded indoc v1.0.9
10762026-07-27T20:25:26.754Z Downloaded maybe-uninit v2.0.0
10772026-07-27T20:25:26.754Z Downloaded predicates v3.1.4
10782026-07-27T20:25:26.754Z Downloaded enum-as-inner v0.6.1
10792026-07-27T20:25:26.754Z Downloaded rustc-hash v2.1.1
10802026-07-27T20:25:26.759Z Downloaded oxide-update-engine-display v0.1.2
10812026-07-27T20:25:26.759Z Downloaded proc-macro-crate v3.4.0
10822026-07-27T20:25:26.759Z Downloaded scroll v0.13.0
10832026-07-27T20:25:26.764Z Downloaded zerovec v0.11.5
10842026-07-27T20:25:26.768Z Downloaded rpassword v7.5.4
10852026-07-27T20:25:26.768Z Downloaded miniz_oxide v0.8.9
10862026-07-27T20:25:26.768Z Downloaded resolv-conf v0.7.6
10872026-07-27T20:25:26.772Z Downloaded num-bigint-dig v0.8.6
10882026-07-27T20:25:26.772Z Downloaded serde_bytes v0.11.19
10892026-07-27T20:25:26.776Z Downloaded sha1 v0.11.0
10902026-07-27T20:25:26.776Z Downloaded oxide-tokio-rt v0.1.4
10912026-07-27T20:25:26.779Z Downloaded idna v1.1.0
10922026-07-27T20:25:26.783Z Downloaded publicsuffix v2.3.0
10932026-07-27T20:25:26.783Z Downloaded der v0.8.0
10942026-07-27T20:25:26.786Z Downloaded reqwest v0.13.2
10952026-07-27T20:25:26.793Z Downloaded progenitor-impl v0.14.0
10962026-07-27T20:25:26.796Z Downloaded tabwriter v1.4.1
10972026-07-27T20:25:26.796Z Downloaded sync-ptr v0.1.4
10982026-07-27T20:25:26.800Z Downloaded zone_cfg_derive v0.3.1
10992026-07-27T20:25:26.806Z Downloaded itertools v0.14.0
11002026-07-27T20:25:26.810Z Downloaded newline-converter v0.3.0
11012026-07-27T20:25:26.810Z Downloaded num-derive v0.4.2
11022026-07-27T20:25:26.810Z Downloaded path-slash v0.1.5
11032026-07-27T20:25:26.810Z Downloaded h2 v0.4.15
11042026-07-27T20:25:26.813Z Downloaded rfc6979 v0.4.0
11052026-07-27T20:25:26.817Z Downloaded zip v4.6.1
11062026-07-27T20:25:26.817Z Downloaded deranged v0.5.8
11072026-07-27T20:25:26.832Z Downloaded ed25519 v2.2.3
11082026-07-27T20:25:26.832Z Downloaded ignore v0.4.25
11092026-07-27T20:25:26.839Z Downloaded bitvec v1.0.1
11102026-07-27T20:25:26.849Z Downloaded instability v0.3.11
11112026-07-27T20:25:26.867Z Downloaded is-terminal v0.4.17
11122026-07-27T20:25:26.867Z Downloaded jobserver v0.1.34
11132026-07-27T20:25:26.867Z Downloaded num-complex v0.4.6
11142026-07-27T20:25:26.867Z Downloaded xshell v0.2.7
11152026-07-27T20:25:26.867Z Downloaded bindgen v0.71.1
11162026-07-27T20:25:26.867Z Downloaded tungstenite v0.23.0
11172026-07-27T20:25:26.867Z Downloaded olpc-cjson v0.1.4
11182026-07-27T20:25:26.867Z Downloaded thiserror-impl-no-std v2.0.2
11192026-07-27T20:25:26.873Z Downloaded strum v0.27.2
11202026-07-27T20:25:26.873Z Downloaded serde_with_macros v3.21.0
11212026-07-27T20:25:26.873Z Downloaded smallvec v0.6.14
11222026-07-27T20:25:26.873Z Downloaded iddqd v0.4.2
11232026-07-27T20:25:26.873Z Downloaded uuid v1.23.4
11242026-07-27T20:25:26.873Z Downloaded zopfli v0.8.3
11252026-07-27T20:25:26.874Z Downloaded tap v1.0.1
11262026-07-27T20:25:26.874Z Downloaded endian-type v0.1.2
11272026-07-27T20:25:26.874Z Downloaded native-tls v0.2.18
11282026-07-27T20:25:26.874Z Downloaded rayon-core v1.13.0
11292026-07-27T20:25:26.878Z Downloaded daft-derive v0.1.7
11302026-07-27T20:25:26.878Z Downloaded tokio-util v0.7.18
11312026-07-27T20:25:26.884Z Downloaded usdt-macro v0.6.0
11322026-07-27T20:25:26.887Z Downloaded winnow v0.5.40
11332026-07-27T20:25:26.891Z Downloaded derive-where v1.6.0
11342026-07-27T20:25:26.895Z Downloaded pkcs5 v0.8.1
11352026-07-27T20:25:26.899Z Downloaded typify v0.6.2
11362026-07-27T20:25:26.904Z Downloaded proc-macro-error2 v2.0.1
11372026-07-27T20:25:26.909Z Downloaded quick-error v1.2.3
11382026-07-27T20:25:26.909Z Downloaded elliptic-curve v0.13.8
11392026-07-27T20:25:26.913Z Downloaded dsl_auto_type v0.2.0
11402026-07-27T20:25:26.913Z Downloaded hkdf v0.13.0
11412026-07-27T20:25:26.913Z Downloaded strum_macros v0.24.3
11422026-07-27T20:25:26.918Z Downloaded tinystr v0.8.2
11432026-07-27T20:25:26.918Z Downloaded inout v0.1.4
11442026-07-27T20:25:26.918Z Downloaded pkg-config v0.3.32
11452026-07-27T20:25:26.918Z Downloaded zip v0.6.6
11462026-07-27T20:25:26.922Z Downloaded jiff-static v0.2.21
11472026-07-27T20:25:26.927Z Downloaded vergen-git2 v9.1.0
11482026-07-27T20:25:26.927Z Downloaded whoami v2.1.0
11492026-07-27T20:25:26.927Z Downloaded embedded-io v0.4.0
11502026-07-27T20:25:26.931Z Downloaded ipnetwork v0.21.1
11512026-07-27T20:25:26.931Z Downloaded pin-project v1.1.11
11522026-07-27T20:25:26.935Z Downloaded phf v0.13.1
11532026-07-27T20:25:26.935Z Downloaded aws-lc-rs v1.16.3
11542026-07-27T20:25:26.939Z Downloaded lazy_static v1.5.0
11552026-07-27T20:25:26.943Z Downloaded nonempty v0.12.0
11562026-07-27T20:25:26.943Z Downloaded signal-hook v0.3.18
11572026-07-27T20:25:26.943Z Downloaded twox-hash v2.1.2
11582026-07-27T20:25:26.946Z Downloaded shlex v1.3.0
11592026-07-27T20:25:26.947Z Downloaded parking_lot v0.12.5
11602026-07-27T20:25:26.947Z Downloaded crc-any v2.5.0
11612026-07-27T20:25:26.947Z Downloaded lock_api v0.4.14
11622026-07-27T20:25:26.954Z Downloaded num_enum v0.7.6
11632026-07-27T20:25:26.954Z Downloaded rand_chacha v0.3.1
11642026-07-27T20:25:26.954Z Downloaded secrecy v0.10.3
11652026-07-27T20:25:26.954Z Downloaded toml_edit v0.19.15
11662026-07-27T20:25:26.960Z Downloaded icu_properties_data v2.1.2
11672026-07-27T20:25:26.967Z Downloaded trait-variant v0.1.2
11682026-07-27T20:25:26.971Z Downloaded der_derive v0.7.3
11692026-07-27T20:25:26.971Z Downloaded p521 v0.14.0-rc.10
11702026-07-27T20:25:26.971Z Downloaded rand_chacha v0.9.0
11712026-07-27T20:25:26.971Z Downloaded waitgroup v0.1.2
11722026-07-27T20:25:26.971Z Downloaded libm v0.2.16
11732026-07-27T20:25:26.975Z Downloaded percent-encoding v2.3.2
11742026-07-27T20:25:26.975Z Downloaded synstructure v0.13.2
11752026-07-27T20:25:26.982Z Downloaded siphasher v1.0.2
11762026-07-27T20:25:26.982Z Downloaded icu_normalizer_data v2.1.1
11772026-07-27T20:25:26.982Z Downloaded smf v0.2.3
11782026-07-27T20:25:26.982Z Downloaded crypto-common v0.2.2
11792026-07-27T20:25:26.988Z Downloaded rawzip v0.4.4
11802026-07-27T20:25:26.988Z Downloaded multer v3.1.0
11812026-07-27T20:25:26.988Z Downloaded polyval v0.7.1
11822026-07-27T20:25:26.988Z Downloaded sec1 v0.8.1
11832026-07-27T20:25:26.989Z Downloaded dtrace-parser v0.3.0
11842026-07-27T20:25:26.993Z Downloaded strsim v0.10.0
11852026-07-27T20:25:26.993Z Downloaded paste v1.0.15
11862026-07-27T20:25:26.993Z Downloaded zstd v0.13.3
11872026-07-27T20:25:26.999Z Downloaded rcgen v0.12.1
11882026-07-27T20:25:27.000Z Downloaded hkdf v0.12.4
11892026-07-27T20:25:27.000Z Downloaded crypto-bigint v0.5.5
11902026-07-27T20:25:27.009Z Downloaded serde_yaml v0.9.34+deprecated
11912026-07-27T20:25:27.009Z Downloaded derive_builder v0.20.2
11922026-07-27T20:25:27.009Z Downloaded newtype-uuid v1.3.2
11932026-07-27T20:25:27.009Z Downloaded darling v0.23.0
11942026-07-27T20:25:27.014Z Downloaded litrs v1.0.0
11952026-07-27T20:25:27.014Z Downloaded xshell-macros v0.2.7
11962026-07-27T20:25:27.014Z Downloaded crossbeam-deque v0.8.6
11972026-07-27T20:25:27.014Z Downloaded lru v0.12.5
11982026-07-27T20:25:27.014Z Downloaded tungstenite v0.21.0
11992026-07-27T20:25:27.018Z Downloaded keccak v0.1.6
12002026-07-27T20:25:27.018Z Downloaded unicode-bidi v0.3.18
12012026-07-27T20:25:27.018Z Downloaded crossterm v0.28.1
12022026-07-27T20:25:27.021Z Downloaded crossterm v0.29.0
12032026-07-27T20:25:27.026Z Downloaded chrono v0.4.45
12042026-07-27T20:25:27.027Z Downloaded schemars v1.2.1
12052026-07-27T20:25:27.034Z Downloaded diesel-dtrace v0.5.0
12062026-07-27T20:25:27.038Z Downloaded lalrpop-util v0.19.12
12072026-07-27T20:25:27.038Z Downloaded peg-macros v0.8.5
12082026-07-27T20:25:27.038Z Downloaded tokio-tungstenite v0.23.1
12092026-07-27T20:25:27.038Z Downloaded vergen-gitcl v1.0.8
12102026-07-27T20:25:27.042Z Downloaded regex v1.12.3
12112026-07-27T20:25:27.042Z Downloaded cookie_store v0.22.1
12122026-07-27T20:25:27.047Z Downloaded internal-russh-num-bigint v0.5.0
12132026-07-27T20:25:27.047Z Downloaded indoc v2.0.7
12142026-07-27T20:25:27.053Z Downloaded darling_core v0.13.4
12152026-07-27T20:25:27.053Z Downloaded csv-core v0.1.13
12162026-07-27T20:25:27.060Z Downloaded module-lattice v0.2.3
12172026-07-27T20:25:27.060Z Downloaded dropshot_endpoint v0.17.1
12182026-07-27T20:25:27.060Z Downloaded tokio-postgres v0.7.16
12192026-07-27T20:25:27.066Z Downloaded vergen-lib v0.1.6
12202026-07-27T20:25:27.066Z Downloaded rustversion v1.0.22
12212026-07-27T20:25:27.066Z Downloaded socket2 v0.5.10
12222026-07-27T20:25:27.066Z Downloaded tokio-rustls v0.26.4
12232026-07-27T20:25:27.066Z Downloaded p256 v0.14.0-rc.10
12242026-07-27T20:25:27.066Z Downloaded defmt-macros v1.0.1
12252026-07-27T20:25:27.072Z Downloaded poly1305 v0.8.0
12262026-07-27T20:25:27.076Z Downloaded cookie v0.18.1
12272026-07-27T20:25:27.080Z Downloaded vcpkg v0.2.15
12282026-07-27T20:25:27.103Z Downloaded rustls-pki-types v1.14.0
12292026-07-27T20:25:27.110Z Downloaded ecdsa v0.17.0-rc.18
12302026-07-27T20:25:27.110Z Downloaded pretty_assertions v1.4.1
12312026-07-27T20:25:27.110Z Downloaded crossbeam-epoch v0.9.18
12322026-07-27T20:25:27.110Z Downloaded quinn-udp v0.5.14
12332026-07-27T20:25:27.115Z Downloaded darling_core v0.20.11
12342026-07-27T20:25:27.115Z Downloaded test-strategy v0.4.5
12352026-07-27T20:25:27.119Z Downloaded proptest v1.10.0
12362026-07-27T20:25:27.123Z Downloaded sha2 v0.11.0
12372026-07-27T20:25:27.126Z Downloaded slog v2.8.2
12382026-07-27T20:25:27.136Z Downloaded git2 v0.20.4
12392026-07-27T20:25:27.140Z Downloaded quick-xml v0.37.5
12402026-07-27T20:25:27.144Z Downloaded similar v2.7.0
12412026-07-27T20:25:27.148Z Downloaded unsafe-libyaml v0.2.11
12422026-07-27T20:25:27.152Z Downloaded socket2 v0.6.3
12432026-07-27T20:25:27.156Z Downloaded zerocopy v0.6.6
12442026-07-27T20:25:27.156Z Downloaded winnow v0.6.26
12452026-07-27T20:25:27.163Z Downloaded ssh-key v0.7.0-rc.10
12462026-07-27T20:25:27.171Z Downloaded regex-syntax v0.6.29
12472026-07-27T20:25:27.180Z Downloaded rand v0.10.1
12482026-07-27T20:25:27.186Z Downloaded zerocopy-derive v0.8.40
12492026-07-27T20:25:27.199Z Downloaded nom v8.0.0
12502026-07-27T20:25:27.203Z Downloaded reqwest v0.12.28
12512026-07-27T20:25:27.203Z Downloaded libxml v0.3.3
12522026-07-27T20:25:27.208Z Downloaded nix v0.27.1
12532026-07-27T20:25:27.261Z Downloaded tower v0.5.3
12542026-07-27T20:25:27.261Z Downloaded tough v0.22.0
12552026-07-27T20:25:27.262Z Downloaded tabled v0.20.0
12562026-07-27T20:25:27.262Z Downloaded samael v0.0.19
12572026-07-27T20:25:27.262Z Downloaded dropshot-api-manager v0.7.2
12582026-07-27T20:25:27.262Z Downloaded radix_trie v0.2.1
12592026-07-27T20:25:27.262Z Downloaded bstr v1.12.1
12602026-07-27T20:25:27.262Z Downloaded smoltcp v0.9.1
12612026-07-27T20:25:27.262Z Downloaded rustls-webpki v0.103.13
12622026-07-27T20:25:27.262Z Downloaded itertools v0.12.1
12632026-07-27T20:25:27.269Z Downloaded object v0.30.4
12642026-07-27T20:25:27.272Z Downloaded crypto-primes v0.7.2
12652026-07-27T20:25:27.275Z Downloaded tower-http v0.6.8
12662026-07-27T20:25:27.279Z Downloaded petname v2.0.2
12672026-07-27T20:25:27.287Z Downloaded goblin v0.10.5
12682026-07-27T20:25:27.291Z Downloaded object v0.37.3
12692026-07-27T20:25:27.296Z Downloaded unicode_categories v0.1.1
12702026-07-27T20:25:27.299Z Downloaded regex-syntax v0.8.10
12712026-07-27T20:25:27.302Z Downloaded regress v0.10.5
12722026-07-27T20:25:27.306Z Downloaded openapiv3 v2.2.0
12732026-07-27T20:25:27.312Z Downloaded polar-core v0.27.3
12742026-07-27T20:25:27.316Z Downloaded ed25519-dalek v3.0.0-rc.0
12752026-07-27T20:25:27.320Z Downloaded rayon v1.11.0
12762026-07-27T20:25:27.342Z Downloaded mio v1.2.0
12772026-07-27T20:25:27.372Z Downloaded time v0.3.47
12782026-07-27T20:25:27.379Z Downloaded nix v0.28.0
12792026-07-27T20:25:27.383Z Downloaded portable-atomic v1.13.1
12802026-07-27T20:25:27.387Z Downloaded nom v7.1.3
12812026-07-27T20:25:27.390Z Downloaded curve25519-dalek v5.0.0-rc.0
12822026-07-27T20:25:27.403Z Downloaded p384 v0.13.1
12832026-07-27T20:25:27.424Z Downloaded reedline v0.40.0
12842026-07-27T20:25:27.428Z Downloaded quinn-proto v0.11.13
12852026-07-27T20:25:27.444Z Downloaded sled v0.34.7
12862026-07-27T20:25:27.449Z Downloaded smoltcp v0.11.0
12872026-07-27T20:25:27.462Z Downloaded nix v0.31.2
12882026-07-27T20:25:27.468Z Downloaded lalrpop v0.19.12
12892026-07-27T20:25:27.474Z Downloaded serde_with v3.21.0
12902026-07-27T20:25:27.486Z Downloaded moka v0.12.13
12912026-07-27T20:25:27.500Z Downloaded sha3 v0.11.0
12922026-07-27T20:25:27.505Z Downloaded salty v0.3.0
12932026-07-27T20:25:27.518Z Downloaded russh v0.61.2
12942026-07-27T20:25:27.530Z Downloaded zlib-rs v0.6.2
12952026-07-27T20:25:27.537Z Downloaded zerocopy-derive v0.6.6
12962026-07-27T20:25:27.547Z Downloaded winnow v1.0.3
12972026-07-27T20:25:27.550Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-27T20:25:27.568Z Downloaded zerocopy v0.8.40
12992026-07-27T20:25:27.591Z Downloaded diesel v2.3.7
13002026-07-27T20:25:27.602Z Downloaded petgraph v0.6.5
13012026-07-27T20:25:27.614Z Downloaded curve25519-dalek v4.1.3
13022026-07-27T20:25:27.618Z Downloaded openssl v0.10.79
13032026-07-27T20:25:27.623Z Downloaded hickory-proto v0.24.4
13042026-07-27T20:25:27.631Z Downloaded crypto-bigint v0.7.5
13052026-07-27T20:25:27.641Z Downloaded chrono-tz v0.10.4
13062026-07-27T20:25:27.651Z Downloaded jiff v0.2.21
13072026-07-27T20:25:27.666Z Downloaded hickory-proto v0.25.2
13082026-07-27T20:25:27.673Z Downloaded rustls v0.23.41
13092026-07-27T20:25:27.678Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-07-27T20:25:27.686Z Downloaded regress v0.11.1
13112026-07-27T20:25:27.691Z Downloaded dropshot v0.17.1
13122026-07-27T20:25:27.718Z Downloaded rustix v0.38.44
13132026-07-27T20:25:27.763Z Downloaded ratatui v0.29.0
13142026-07-27T20:25:27.776Z Downloaded sqlparser v0.61.0
13152026-07-27T20:25:27.781Z Downloaded tracing v0.1.44
13162026-07-27T20:25:27.795Z Downloaded fiat-crypto v0.3.0
13172026-07-27T20:25:27.814Z Downloaded encoding_rs v0.8.35
13182026-07-27T20:25:27.827Z Downloaded typify-impl v0.6.2
13192026-07-27T20:25:27.840Z Downloaded ring v0.17.14
13202026-07-27T20:25:27.926Z Downloaded regex-automata v0.4.14
13212026-07-27T20:25:27.936Z Downloaded libgit2-sys v0.18.3+1.9.2
13222026-07-27T20:25:27.989Z Downloaded sha3 v0.10.8
13232026-07-27T20:25:27.997Z Downloaded libz-sys v1.1.24
13242026-07-27T20:25:28.010Z Downloaded petgraph v0.8.3
13252026-07-27T20:25:28.037Z Downloaded csv v1.4.0
13262026-07-27T20:25:28.049Z Downloaded tokio v1.52.1
13272026-07-27T20:25:28.482Z Downloaded aws-lc-sys v0.40.0
13282026-07-27T20:25:28.734Z Compiling libc v0.2.185
13292026-07-27T20:25:28.735Z Compiling serde_core v1.0.228
13302026-07-27T20:25:28.738Z Compiling serde v1.0.228
13312026-07-27T20:25:28.738Z Compiling log v0.4.29
13322026-07-27T20:25:28.738Z Compiling smallvec v1.15.1
13332026-07-27T20:25:28.738Z Compiling find-msvc-tools v0.1.9
13342026-07-27T20:25:28.738Z Compiling shlex v1.3.0
13352026-07-27T20:25:28.738Z Compiling subtle v2.6.1
13362026-07-27T20:25:28.738Z Compiling scopeguard v1.2.0
13372026-07-27T20:25:28.738Z Compiling stable_deref_trait v1.2.1
13382026-07-27T20:25:28.738Z Compiling typenum v1.20.1
13392026-07-27T20:25:28.882Z Compiling serde_json v1.0.150
13402026-07-27T20:25:28.888Z Compiling portable-atomic v1.13.1
13412026-07-27T20:25:28.888Z Compiling zerocopy v0.8.40
13422026-07-27T20:25:28.888Z Compiling parking_lot_core v0.9.12
13432026-07-27T20:25:28.888Z Compiling pin-project-lite v0.2.17
13442026-07-27T20:25:28.895Z Compiling getrandom v0.4.1
13452026-07-27T20:25:28.899Z Compiling pkg-config v0.3.32
13462026-07-27T20:25:28.899Z Compiling critical-section v1.2.0
13472026-07-27T20:25:28.899Z Compiling libm v0.2.16
13482026-07-27T20:25:28.899Z Compiling futures-core v0.3.32
13492026-07-27T20:25:28.899Z Compiling rand_core v0.10.0
13502026-07-27T20:25:28.899Z Compiling litemap v0.8.1
13512026-07-27T20:25:29.062Z Compiling num-traits v0.2.19
13522026-07-27T20:25:29.067Z Compiling generic-array v0.14.7
13532026-07-27T20:25:29.067Z Compiling percent-encoding v2.3.2
13542026-07-27T20:25:29.067Z Compiling const-oid v0.9.6
13552026-07-27T20:25:29.079Z Compiling writeable v0.6.2
13562026-07-27T20:25:29.129Z Compiling lock_api v0.4.14
13572026-07-27T20:25:29.143Z Compiling icu_properties_data v2.1.2
13582026-07-27T20:25:29.160Z Compiling syn v2.0.117
13592026-07-27T20:25:29.163Z Compiling icu_normalizer_data v2.1.1
13602026-07-27T20:25:29.177Z Compiling futures-sink v0.3.32
13612026-07-27T20:25:29.180Z Compiling futures-io v0.3.32
13622026-07-27T20:25:29.180Z Compiling slab v0.4.12
13632026-07-27T20:25:29.193Z Compiling futures-task v0.3.32
13642026-07-27T20:25:29.197Z Compiling utf8_iter v1.0.4
13652026-07-27T20:25:29.264Z Compiling getrandom v0.3.4
13662026-07-27T20:25:29.299Z Compiling rustversion v1.0.22
13672026-07-27T20:25:29.648Z Compiling form_urlencoded v1.2.2
13682026-07-27T20:25:29.653Z Compiling rustix v1.1.3
13692026-07-27T20:25:29.653Z Compiling fs_extra v1.3.0
13702026-07-27T20:25:29.668Z Compiling ident_case v1.0.1
13712026-07-27T20:25:29.671Z Compiling iana-time-zone v0.1.65
13722026-07-27T20:25:29.671Z Compiling dunce v1.0.5
13732026-07-27T20:25:29.725Z Compiling futures-channel v0.3.32
13742026-07-27T20:25:29.755Z Compiling regex-syntax v0.8.10
13752026-07-27T20:25:29.773Z Compiling base64ct v1.8.3
13762026-07-27T20:25:29.799Z Compiling vcpkg v0.2.15
13772026-07-27T20:25:29.807Z Compiling base64 v0.22.1
13782026-07-27T20:25:29.840Z Compiling flagset v0.4.7
13792026-07-27T20:25:29.904Z Compiling aws-lc-rs v1.16.3
13802026-07-27T20:25:29.921Z Compiling tinyvec_macros v0.1.1
13812026-07-27T20:25:29.926Z Compiling httparse v1.10.1
13822026-07-27T20:25:29.958Z Compiling openssl-probe v0.2.1
13832026-07-27T20:25:30.010Z Compiling dyn-clone v1.0.20
13842026-07-27T20:25:30.083Z Compiling cmov v0.5.4
13852026-07-27T20:25:30.094Z Compiling schemars v0.8.22
13862026-07-27T20:25:30.100Z Compiling aho-corasick v1.1.4
13872026-07-27T20:25:30.100Z Compiling tower-service v0.3.3
13882026-07-27T20:25:30.116Z Compiling tower-layer v0.3.3
13892026-07-27T20:25:30.150Z Compiling untrusted v0.7.1
13902026-07-27T20:25:30.155Z Compiling atomic-waker v1.1.2
13912026-07-27T20:25:30.155Z Compiling try-lock v0.2.5
13922026-07-27T20:25:30.169Z Compiling cpufeatures v0.2.17
13932026-07-27T20:25:30.174Z Compiling httpdate v1.0.3
13942026-07-27T20:25:30.253Z Compiling openssl v0.10.79
13952026-07-27T20:25:30.269Z Compiling untrusted v0.9.0
13962026-07-27T20:25:30.272Z Compiling foreign-types-shared v0.1.1
13972026-07-27T20:25:30.272Z Compiling rustls v0.23.41
13982026-07-27T20:25:30.283Z Compiling spin v0.9.8
13992026-07-27T20:25:30.314Z Compiling pem-rfc7468 v0.7.0
14002026-07-27T20:25:30.330Z Compiling want v0.3.1
14012026-07-27T20:25:30.334Z Compiling native-tls v0.2.18
14022026-07-27T20:25:30.346Z Compiling num-conv v0.2.0
14032026-07-27T20:25:30.408Z Compiling powerfmt v0.2.0
14042026-07-27T20:25:30.412Z Compiling time-core v0.1.8
14052026-07-27T20:25:30.412Z Compiling crc32fast v1.5.0
14062026-07-27T20:25:30.439Z Compiling tinyvec v1.10.0
14072026-07-27T20:25:30.474Z Compiling ctutils v0.4.2
14082026-07-27T20:25:30.494Z Compiling sync_wrapper v1.0.2
14092026-07-27T20:25:30.538Z Compiling crossbeam-utils v0.8.21
14102026-07-27T20:25:30.585Z Compiling usdt-impl v0.6.0
14112026-07-27T20:25:30.597Z Compiling quick-error v1.2.3
14122026-07-27T20:25:30.616Z Compiling bit-vec v0.8.0
14132026-07-27T20:25:30.651Z Compiling siphasher v1.0.2
14142026-07-27T20:25:30.667Z Compiling simd-adler32 v0.3.8
14152026-07-27T20:25:30.701Z Compiling deranged v0.5.8
14162026-07-27T20:25:30.784Z Compiling num_threads v0.1.7
14172026-07-27T20:25:30.787Z Compiling syn v1.0.109
14182026-07-27T20:25:30.800Z Compiling cookie v0.18.1
14192026-07-27T20:25:30.804Z Compiling allocator-api2 v0.2.21
14202026-07-27T20:25:30.804Z Compiling signal-hook v0.3.18
14212026-07-27T20:25:30.870Z Compiling jobserver v0.1.34
14222026-07-27T20:25:30.962Z Compiling errno v0.3.14
14232026-07-27T20:25:30.997Z Compiling getrandom v0.2.17
14242026-07-27T20:25:31.033Z Compiling mio v1.2.0
14252026-07-27T20:25:31.052Z Compiling socket2 v0.6.3
14262026-07-27T20:25:31.062Z Compiling foreign-types v0.3.2
14272026-07-27T20:25:31.062Z Compiling unicode-normalization v0.1.25
14282026-07-27T20:25:31.128Z Compiling time-macros v0.2.27
14292026-07-27T20:25:31.146Z Compiling signal-hook-registry v1.4.8
14302026-07-27T20:25:31.181Z Compiling cc v1.2.56
14312026-07-27T20:25:31.198Z Compiling wait-timeout v0.2.1
14322026-07-27T20:25:31.215Z Compiling rand_core v0.6.4
14332026-07-27T20:25:31.234Z Compiling rand_core v0.9.5
14342026-07-27T20:25:31.253Z Compiling slog v2.8.2
14352026-07-27T20:25:31.275Z Compiling thread-id v5.1.0
14362026-07-27T20:25:31.289Z Compiling bit-set v0.8.0
14372026-07-27T20:25:31.292Z Compiling anyhow v1.0.102
14382026-07-27T20:25:31.320Z Compiling unicode-bidi v0.3.18
14392026-07-27T20:25:31.353Z Compiling once_cell v1.21.3
14402026-07-27T20:25:31.357Z Compiling unicode-properties v0.1.4
14412026-07-27T20:25:31.384Z Compiling parking_lot v0.12.5
14422026-07-27T20:25:31.388Z Compiling iri-string v0.7.10
14432026-07-27T20:25:31.388Z Compiling zstd-safe v7.2.4
14442026-07-27T20:25:31.471Z Compiling rand_xorshift v0.4.0
14452026-07-27T20:25:31.486Z Compiling adler2 v2.0.1
14462026-07-27T20:25:31.525Z Compiling bitflags v2.11.0
14472026-07-27T20:25:31.538Z Compiling semver v1.0.28
14482026-07-27T20:25:31.557Z Compiling indexmap v2.14.0
14492026-07-27T20:25:31.606Z Compiling uuid v1.23.4
14502026-07-27T20:25:31.610Z Compiling tracing-core v0.1.36
14512026-07-27T20:25:31.624Z Compiling regex-automata v0.4.14
14522026-07-27T20:25:31.641Z Compiling paste v1.0.15
14532026-07-27T20:25:31.658Z Compiling ryu v1.0.23
14542026-07-27T20:25:31.698Z Compiling unarray v0.1.4
14552026-07-27T20:25:31.713Z Compiling miniz_oxide v0.8.9
14562026-07-27T20:25:31.730Z Compiling camino v1.2.2
14572026-07-27T20:25:31.820Z Compiling rustc_version v0.4.1
14582026-07-27T20:25:31.922Z Compiling vergen-lib v9.1.0
14592026-07-27T20:25:31.934Z Compiling hash32 v0.2.1
14602026-07-27T20:25:31.943Z Compiling encoding_rs v0.8.35
14612026-07-27T20:25:31.952Z Compiling cmake v0.1.57
14622026-07-27T20:25:31.970Z Compiling memoffset v0.9.1
14632026-07-27T20:25:31.973Z Compiling litrs v1.0.0
14642026-07-27T20:25:32.001Z Compiling stringprep v0.1.5
14652026-07-27T20:25:32.018Z Compiling num-bigint-dig v0.8.6
14662026-07-27T20:25:32.069Z Compiling num-integer v0.1.46
14672026-07-27T20:25:32.086Z Compiling zlib-rs v0.6.2
14682026-07-27T20:25:32.103Z Compiling ref-cast v1.0.25
14692026-07-27T20:25:32.121Z Compiling smoltcp v0.9.1
14702026-07-27T20:25:32.153Z Compiling fallible-iterator v0.2.0
14712026-07-27T20:25:32.186Z Compiling rustix v0.38.44
14722026-07-27T20:25:32.236Z Compiling psl-types v2.0.11
14732026-07-27T20:25:32.244Z Compiling mime v0.3.17
14742026-07-27T20:25:32.244Z Compiling cfg_aliases v0.2.1
14752026-07-27T20:25:32.308Z Compiling synstructure v0.13.2
14762026-07-27T20:25:32.386Z Compiling serde_derive_internals v0.29.1
14772026-07-27T20:25:32.403Z Compiling pest_generator v2.8.6
14782026-07-27T20:25:32.421Z Compiling darling_core v0.20.11
14792026-07-27T20:25:32.455Z Compiling heapless v0.7.17
14802026-07-27T20:25:32.459Z Compiling darling_core v0.23.0
14812026-07-27T20:25:32.475Z Compiling curve25519-dalek v4.1.3
14822026-07-27T20:25:32.478Z Compiling nix v0.31.2
14832026-07-27T20:25:32.522Z Compiling num-iter v0.1.45
14842026-07-27T20:25:32.582Z Compiling cargo-platform v0.3.2
14852026-07-27T20:25:32.597Z Compiling ff v0.13.1
14862026-07-27T20:25:32.636Z Compiling vergen v9.1.0
14872026-07-27T20:25:32.668Z Compiling time v0.3.47
14882026-07-27T20:25:32.709Z Compiling lazy_static v1.5.0
14892026-07-27T20:25:32.726Z Compiling phf_shared v0.13.1
14902026-07-27T20:25:32.731Z Compiling anstyle-parse v0.2.7
14912026-07-27T20:25:32.731Z Compiling ahash v0.8.12
14922026-07-27T20:25:32.761Z Compiling fs-err v3.3.0
14932026-07-27T20:25:32.777Z Compiling foldhash v0.2.0
14942026-07-27T20:25:32.830Z Compiling bitflags v1.3.2
14952026-07-27T20:25:32.844Z Compiling object v0.37.3
14962026-07-27T20:25:32.847Z Compiling bumpalo v3.20.2
14972026-07-27T20:25:32.878Z Compiling document-features v0.2.12
14982026-07-27T20:25:32.882Z Compiling aws-lc-sys v0.40.0
14992026-07-27T20:25:32.897Z Compiling openssl-sys v0.9.115
15002026-07-27T20:25:32.934Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-07-27T20:25:32.940Z Compiling bzip2-sys v0.1.13+1.0.8
15022026-07-27T20:25:33.009Z Compiling tempfile v3.25.0
15032026-07-27T20:25:33.012Z Compiling terminal_size v0.4.3
15042026-07-27T20:25:33.027Z Compiling same-file v1.0.6
15052026-07-27T20:25:33.030Z Compiling winnow v0.5.40
15062026-07-27T20:25:33.030Z Compiling managed v0.8.0
15072026-07-27T20:25:33.030Z Compiling foldhash v0.1.5
15082026-07-27T20:25:33.046Z Compiling base16ct v0.2.0
15092026-07-27T20:25:33.050Z Compiling libbz2-rs-sys v0.2.2
15102026-07-27T20:25:33.084Z Compiling unicode-segmentation v1.12.0
15112026-07-27T20:25:33.119Z Compiling zopfli v0.8.3
15122026-07-27T20:25:33.181Z Compiling walkdir v2.5.0
15132026-07-27T20:25:33.198Z Compiling clap_builder v4.6.0
15142026-07-27T20:25:33.203Z Compiling hashbrown v0.16.1
15152026-07-27T20:25:33.257Z Compiling phf v0.13.1
15162026-07-27T20:25:33.289Z Compiling hashbrown v0.15.5
15172026-07-27T20:25:33.358Z Compiling anstream v0.6.21
15182026-07-27T20:25:33.362Z Compiling signal-hook-mio v0.2.5
15192026-07-27T20:25:33.414Z Compiling rusty-fork v0.3.1
15202026-07-27T20:25:33.414Z Compiling group v0.13.0
15212026-07-27T20:25:33.436Z Compiling float-cmp v0.10.0
15222026-07-27T20:25:33.516Z Compiling thread-id v4.2.2
15232026-07-27T20:25:33.551Z Compiling memmap2 v0.9.10
15242026-07-27T20:25:33.570Z Compiling phf_shared v0.11.3
15252026-07-27T20:25:33.613Z Compiling pem v3.0.6
15262026-07-27T20:25:33.618Z Compiling env_filter v1.0.0
15272026-07-27T20:25:33.618Z Compiling precomputed-hash v0.1.1
15282026-07-27T20:25:33.634Z Compiling bzip2 v0.6.1
15292026-07-27T20:25:33.646Z Compiling keccak v0.1.6
15302026-07-27T20:25:33.707Z Compiling either v1.15.0
15312026-07-27T20:25:33.721Z Compiling fixedbitset v0.4.2
15322026-07-27T20:25:33.757Z Compiling new_debug_unreachable v1.0.6
15332026-07-27T20:25:33.773Z Compiling jiff v0.2.21
15342026-07-27T20:25:33.779Z Compiling data-encoding v2.10.0
15352026-07-27T20:25:33.824Z Compiling fixedbitset v0.5.7
15362026-07-27T20:25:33.838Z Compiling difflib v0.4.0
15372026-07-27T20:25:33.842Z Compiling static_assertions v1.1.0
15382026-07-27T20:25:33.863Z Compiling cpufeatures v0.3.0
15392026-07-27T20:25:33.877Z Compiling typed-path v0.9.3
15402026-07-27T20:25:33.925Z Compiling winnow v1.0.3
15412026-07-27T20:25:33.943Z Compiling whoami v2.1.0
15422026-07-27T20:25:33.947Z Compiling const-oid v0.10.2
15432026-07-27T20:25:33.947Z Compiling normalize-line-endings v0.3.0
15442026-07-27T20:25:34.015Z Compiling predicates-core v1.0.10
15452026-07-27T20:25:34.019Z Compiling itertools v0.13.0
15462026-07-27T20:25:34.019Z Compiling env_logger v0.11.9
15472026-07-27T20:25:34.088Z Compiling heck v0.4.1
15482026-07-27T20:25:34.122Z Compiling crossbeam-epoch v0.9.18
15492026-07-27T20:25:34.142Z Compiling serde_derive v1.0.228
15502026-07-27T20:25:34.185Z Compiling zeroize_derive v1.4.3
15512026-07-27T20:25:34.203Z Compiling zerofrom-derive v0.1.6
15522026-07-27T20:25:34.234Z Compiling yoke-derive v0.8.1
15532026-07-27T20:25:34.256Z Compiling zerovec-derive v0.11.2
15542026-07-27T20:25:34.322Z Compiling zerocopy-derive v0.8.40
15552026-07-27T20:25:34.369Z Compiling displaydoc v0.2.5
15562026-07-27T20:25:34.398Z Compiling tokio-macros v2.7.0
15572026-07-27T20:25:34.415Z Compiling futures-macro v0.3.32
15582026-07-27T20:25:34.436Z Compiling tracing-attributes v0.1.31
15592026-07-27T20:25:34.457Z Compiling thiserror-impl v2.0.18
15602026-07-27T20:25:34.473Z Compiling der_derive v0.7.3
15612026-07-27T20:25:34.493Z Compiling schemars_derive v0.8.22
15622026-07-27T20:25:34.508Z Compiling pest_derive v2.8.6
15632026-07-27T20:25:34.551Z Compiling scroll_derive v0.13.1
15642026-07-27T20:25:34.568Z Compiling openssl-macros v0.1.1
15652026-07-27T20:25:34.602Z Compiling scroll_derive v0.12.1
15662026-07-27T20:25:34.621Z Compiling thiserror-impl v1.0.69
15672026-07-27T20:25:34.666Z Compiling bstr v1.12.1
15682026-07-27T20:25:34.819Z Compiling darling_macro v0.20.11
15692026-07-27T20:25:34.922Z Compiling zeroize v1.8.2
15702026-07-27T20:25:35.059Z Compiling async-trait v0.1.89
15712026-07-27T20:25:35.221Z Compiling rustls-pki-types v1.14.0
15722026-07-27T20:25:35.275Z Compiling hybrid-array v0.4.13
15732026-07-27T20:25:35.291Z Compiling darling_macro v0.23.0
15742026-07-27T20:25:35.318Z Compiling zerocopy-derive v0.7.35
15752026-07-27T20:25:35.418Z Compiling futures-util v0.3.32
15762026-07-27T20:25:35.439Z Compiling pin-project-internal v1.1.11
15772026-07-27T20:25:35.490Z Compiling scroll v0.12.0
15782026-07-27T20:25:35.521Z Compiling flate2 v1.1.9
15792026-07-27T20:25:35.538Z Compiling darling v0.20.11
15802026-07-27T20:25:35.572Z Compiling scroll v0.13.0
15812026-07-27T20:25:35.593Z Compiling rustls-native-certs v0.8.3
15822026-07-27T20:25:35.596Z Compiling regex v1.12.3
15832026-07-27T20:25:35.633Z Compiling der v0.7.10
15842026-07-27T20:25:35.659Z Compiling derive_builder_core v0.20.2
15852026-07-27T20:25:35.698Z Compiling daft-derive v0.1.7
15862026-07-27T20:25:35.774Z Compiling block-buffer v0.10.4
15872026-07-27T20:25:35.849Z Compiling zerofrom v0.1.6
15882026-07-27T20:25:35.868Z Compiling crypto-common v0.1.7
15892026-07-27T20:25:35.891Z Compiling goblin v0.10.5
15902026-07-27T20:25:35.941Z Compiling goblin v0.8.2
15912026-07-27T20:25:35.998Z Compiling yoke v0.8.1
15922026-07-27T20:25:36.056Z Compiling digest v0.10.7
15932026-07-27T20:25:36.059Z Compiling tracing v0.1.44
15942026-07-27T20:25:36.059Z Compiling curve25519-dalek-derive v0.1.1
15952026-07-27T20:25:36.064Z Compiling ref-cast-impl v1.0.25
15962026-07-27T20:25:36.064Z Compiling snafu-derive v0.8.9
15972026-07-27T20:25:36.125Z Compiling block-buffer v0.12.1
15982026-07-27T20:25:36.144Z Compiling crypto-common v0.2.2
15992026-07-27T20:25:36.159Z Compiling thiserror v2.0.18
16002026-07-27T20:25:36.162Z Compiling block-padding v0.4.2
16012026-07-27T20:25:36.162Z Compiling hubpack_derive v0.1.1
16022026-07-27T20:25:36.233Z Compiling thiserror v1.0.69
16032026-07-27T20:25:36.252Z Compiling darling v0.23.0
16042026-07-27T20:25:36.255Z Compiling strum_macros v0.27.2
16052026-07-27T20:25:36.325Z Compiling zerovec v0.11.5
16062026-07-27T20:25:36.341Z Compiling zerotrie v0.2.3
16072026-07-27T20:25:36.360Z Compiling dtrace-parser v0.3.0
16082026-07-27T20:25:36.364Z Compiling inout v0.2.2
16092026-07-27T20:25:36.437Z Compiling crypto-bigint v0.5.5
16102026-07-27T20:25:36.445Z Compiling zerocopy v0.7.35
16112026-07-27T20:25:36.445Z Compiling serde_with_macros v3.21.0
16122026-07-27T20:25:36.445Z Compiling dtrace-parser v0.2.0
16132026-07-27T20:25:36.445Z Compiling bzip2 v0.4.4
16142026-07-27T20:25:36.445Z Compiling globset v0.4.18
16152026-07-27T20:25:36.539Z Compiling sha2 v0.10.9
16162026-07-27T20:25:36.560Z Compiling hmac v0.12.1
16172026-07-27T20:25:36.610Z Compiling spki v0.7.3
16182026-07-27T20:25:36.646Z Compiling signature v2.2.0
16192026-07-27T20:25:36.673Z Compiling derive_builder_macro v0.20.2
16202026-07-27T20:25:36.785Z Compiling md-5 v0.10.6
16212026-07-27T20:25:36.812Z Compiling hkdf v0.12.4
16222026-07-27T20:25:36.816Z Compiling pin-project v1.1.11
16232026-07-27T20:25:36.849Z Compiling enum-as-inner v0.6.1
16242026-07-27T20:25:36.864Z Compiling pkcs8 v0.10.2
16252026-07-27T20:25:36.935Z Compiling tinystr v0.8.2
16262026-07-27T20:25:36.956Z Compiling potential_utf v0.1.4
16272026-07-27T20:25:36.992Z Compiling cipher v0.5.2
16282026-07-27T20:25:37.018Z Compiling async-recursion v1.1.1
16292026-07-27T20:25:37.030Z Compiling strum_macros v0.26.4
16302026-07-27T20:25:37.060Z Compiling serde_repr v0.1.20
16312026-07-27T20:25:37.089Z Compiling pkcs1 v0.7.5
16322026-07-27T20:25:37.187Z Compiling icu_locale_core v2.1.1
16332026-07-27T20:25:37.206Z Compiling icu_collections v2.1.1
16342026-07-27T20:25:37.223Z Compiling ed25519 v2.2.3
16352026-07-27T20:25:37.243Z Compiling sec1 v0.7.3
16362026-07-27T20:25:37.243Z Compiling clap_derive v4.6.1
16372026-07-27T20:25:37.277Z Compiling digest v0.11.3
16382026-07-27T20:25:37.301Z Compiling chacha20 v0.10.0
16392026-07-27T20:25:37.321Z Compiling x509-cert v0.2.5
16402026-07-27T20:25:37.353Z Compiling zip v0.6.6
16412026-07-27T20:25:37.374Z Compiling derive_builder v0.20.2
16422026-07-27T20:25:37.400Z Compiling sha3 v0.10.8
16432026-07-27T20:25:37.476Z Compiling predicates v3.1.4
16442026-07-27T20:25:37.562Z Compiling elliptic-curve v0.13.8
16452026-07-27T20:25:37.562Z Compiling similar v2.7.0
16462026-07-27T20:25:37.694Z Compiling futures-executor v0.3.32
16472026-07-27T20:25:37.724Z Compiling toml_parser v1.1.2+spec-1.1.0
16482026-07-27T20:25:37.761Z Compiling lalrpop-util v0.19.12
16492026-07-27T20:25:37.790Z Compiling peg-runtime v0.8.5
16502026-07-27T20:25:37.807Z Compiling thread_local v1.1.9
16512026-07-27T20:25:37.910Z Compiling bytes v1.11.1
16522026-07-27T20:25:37.942Z Compiling icu_provider v2.1.1
16532026-07-27T20:25:37.969Z Compiling chrono v0.4.45
16542026-07-27T20:25:37.988Z Compiling ipnet v2.11.0
16552026-07-27T20:25:37.993Z Compiling erased-serde v0.3.31
16562026-07-27T20:25:38.024Z Compiling serde_tokenstream v0.2.3
16572026-07-27T20:25:38.031Z Compiling hex v0.4.3
16582026-07-27T20:25:38.031Z Compiling serde_spanned v0.6.9
16592026-07-27T20:25:38.031Z Compiling toml_datetime v0.6.11
16602026-07-27T20:25:38.095Z Compiling serde_urlencoded v0.7.1
16612026-07-27T20:25:38.113Z Compiling serde_plain v1.0.2
16622026-07-27T20:25:38.128Z Compiling cargo_metadata v0.23.1
16632026-07-27T20:25:38.143Z Compiling olpc-cjson v0.1.4
16642026-07-27T20:25:38.191Z Compiling serde-big-array v0.5.1
16652026-07-27T20:25:38.202Z Compiling hubpack v0.1.2
16662026-07-27T20:25:38.221Z Compiling icu_properties v2.1.2
16672026-07-27T20:25:38.243Z Compiling icu_normalizer v2.1.1
16682026-07-27T20:25:38.269Z Compiling snafu v0.8.9
16692026-07-27T20:25:38.304Z Compiling toml_edit v0.19.15
16702026-07-27T20:25:38.342Z Compiling futures v0.3.32
16712026-07-27T20:25:38.365Z Compiling toml_edit v0.22.27
16722026-07-27T20:25:38.381Z Compiling crossterm v0.28.1
16732026-07-27T20:25:38.388Z Compiling dof v0.3.0
16742026-07-27T20:25:38.389Z Compiling petgraph v0.6.5
16752026-07-27T20:25:38.424Z Compiling tokio v1.52.1
16762026-07-27T20:25:38.436Z Compiling http v1.4.2
16772026-07-27T20:25:38.493Z Compiling string_cache v0.8.9
16782026-07-27T20:25:38.508Z Compiling petgraph v0.8.3
16792026-07-27T20:25:38.508Z Compiling openapiv3 v2.2.0
16802026-07-27T20:25:38.508Z Compiling ed25519-dalek v2.2.0
16812026-07-27T20:25:38.527Z Compiling slog-async v2.8.0
16822026-07-27T20:25:38.542Z Compiling strum v0.27.2
16832026-07-27T20:25:38.601Z Compiling crossbeam-channel v0.5.15
16842026-07-27T20:25:38.619Z Compiling filetime v0.2.27
16852026-07-27T20:25:38.627Z Compiling is-terminal v0.4.17
16862026-07-27T20:25:38.711Z Compiling term v1.2.1
16872026-07-27T20:25:38.737Z Compiling xattr v1.6.1
16882026-07-27T20:25:38.760Z Compiling take_mut v0.2.2
16892026-07-27T20:25:38.777Z Compiling camino-tempfile v1.4.1
16902026-07-27T20:25:38.793Z Compiling usdt-impl v0.5.0
16912026-07-27T20:25:38.878Z Compiling tar v0.4.46
16922026-07-27T20:25:38.956Z Compiling strum v0.26.3
16932026-07-27T20:25:39.014Z Compiling slog-term v2.9.2
16942026-07-27T20:25:39.125Z Compiling idna_adapter v1.2.1
16952026-07-27T20:25:39.137Z Compiling http-body v1.0.1
16962026-07-27T20:25:39.172Z Compiling clap v4.6.1
16972026-07-27T20:25:39.240Z Compiling ppv-lite86 v0.2.21
16982026-07-27T20:25:39.270Z Compiling idna v1.1.0
16992026-07-27T20:25:39.318Z Compiling http-body-util v0.1.3
17002026-07-27T20:25:39.402Z Compiling dof v0.4.0
17012026-07-27T20:25:39.402Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17022026-07-27T20:25:39.456Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-07-27T20:25:39.567Z Compiling rand_chacha v0.9.0
17042026-07-27T20:25:39.581Z Compiling rand_chacha v0.3.1
17052026-07-27T20:25:39.597Z Compiling url v2.5.8
17062026-07-27T20:25:39.622Z Compiling publicsuffix v2.3.0
17072026-07-27T20:25:39.707Z Compiling toml v0.7.8
17082026-07-27T20:25:39.781Z Compiling rand v0.9.2
17092026-07-27T20:25:39.842Z Compiling rand v0.8.6
17102026-07-27T20:25:39.973Z Compiling zstd v0.13.3
17112026-07-27T20:25:40.120Z Compiling cookie_store v0.22.1
17122026-07-27T20:25:40.172Z Compiling zip v4.6.1
17132026-07-27T20:25:40.338Z Compiling proptest v1.10.0
17142026-07-27T20:25:40.339Z Compiling postgres-protocol v0.6.10
17152026-07-27T20:25:40.542Z Compiling usdt-macro v0.6.0
17162026-07-27T20:25:40.542Z Compiling usdt-attr-macro v0.6.0
17172026-07-27T20:25:40.792Z Compiling postgres-types v0.2.12
17182026-07-27T20:25:40.960Z Compiling ipnetwork v0.21.1
17192026-07-27T20:25:40.993Z Compiling byte-wrapper v0.1.0
17202026-07-27T20:25:40.993Z Compiling serde_with v3.21.0
17212026-07-27T20:25:41.196Z Compiling oxnet v0.1.6
17222026-07-27T20:25:41.486Z Compiling usdt v0.6.0
17232026-07-27T20:25:41.514Z Compiling rsa v0.9.10
17242026-07-27T20:25:42.344Z Compiling tokio-util v0.7.18
17252026-07-27T20:25:42.345Z Compiling tower v0.5.3
17262026-07-27T20:25:42.353Z Compiling tokio-native-tls v0.3.1
17272026-07-27T20:25:42.353Z Compiling hickory-proto v0.25.2
17282026-07-27T20:25:42.354Z Compiling buf-list v1.1.2
17292026-07-27T20:25:42.803Z Compiling tower-http v0.6.8
17302026-07-27T20:25:42.815Z Compiling newtype-uuid v1.3.2
17312026-07-27T20:25:43.059Z Compiling daft v0.1.7
17322026-07-27T20:25:43.163Z Compiling h2 v0.4.15
17332026-07-27T20:25:43.163Z Compiling tokio-postgres v0.7.16
17342026-07-27T20:25:43.171Z Compiling tokio-stream v0.1.18
17352026-07-27T20:25:43.310Z Compiling iddqd v0.4.2
17362026-07-27T20:25:45.798Z Compiling hyper v1.10.1
17372026-07-27T20:25:46.730Z Compiling hyper-util v0.1.20
17382026-07-27T20:25:47.741Z Compiling hyper-tls v0.6.0
17392026-07-27T20:25:47.901Z Compiling reqwest v0.12.28
17402026-07-27T20:25:57.830Z Compiling rustls-webpki v0.103.13
17412026-07-27T20:26:00.481Z Compiling tokio-rustls v0.26.4
17422026-07-27T20:26:00.481Z Compiling rustls-platform-verifier v0.6.2
17432026-07-27T20:26:00.517Z Compiling tough v0.22.0
17442026-07-27T20:26:00.682Z Compiling hyper-rustls v0.27.7
17452026-07-27T20:26:00.865Z Compiling reqwest v0.13.2
17462026-07-27T20:26:03.009Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-07-27T20:26:03.218Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-07-27T20:26:06.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.00s
17492026-07-27T20:26:06.234Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17502026-07-27T20:26:06.286ZJul 27 20:26:05.113 INFO Starting download, target: Clickhouse
17512026-07-27T20:26:06.286ZJul 27 20:26:05.114 INFO Starting download, target: Cockroach
17522026-07-27T20:26:06.286ZJul 27 20:26:05.114 INFO Starting download, target: Console
17532026-07-27T20:26:06.286ZJul 27 20:26:05.114 INFO Starting download, target: DendriteStub
17542026-07-27T20:26:06.286ZJul 27 20:26:05.114 INFO Starting download, target: MaghemiteMgd
17552026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Starting download, target: TransceiverControl
17562026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Starting download, target: MaghemiteDdmd
17572026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17602026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-07-27T20:26:06.319ZJul 27 20:26:05.114 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-07-27T20:26:07.244ZJul 27 20:26:06.035 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-07-27T20:26:07.450ZJul 27 20:26:06.249 INFO Download complete, target: TransceiverControl
17662026-07-27T20:26:08.402ZJul 27 20:26:06.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-07-27T20:26:08.500ZJul 27 20:26:07.244 INFO Download complete, target: Console
17682026-07-27T20:26:09.347ZJul 27 20:26:08.106 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-07-27T20:26:11.157ZJul 27 20:26:09.929 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17702026-07-27T20:26:11.189ZJul 27 20:26:09.959 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-07-27T20:26:11.881ZJul 27 20:26:10.702 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-07-27T20:26:13.271ZJul 27 20:26:12.107 INFO Download complete, target: MaghemiteDdmd
17732026-07-27T20:26:13.577ZJul 27 20:26:12.399 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-07-27T20:26:13.577ZJul 27 20:26:12.399 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-07-27T20:26:13.721ZJul 27 20:26:12.516 INFO Download complete, target: DendriteStub
17762026-07-27T20:26:14.760ZJul 27 20:26:13.550 INFO Download complete, target: MaghemiteMgd
17772026-07-27T20:26:16.317ZJul 27 20:26:15.125 INFO Checking that binary works, target: Clickhouse
17782026-07-27T20:26:16.382ZJul 27 20:26:15.213 INFO Download complete, target: Clickhouse
17792026-07-27T20:26:18.339ZJul 27 20:26:17.171 INFO Checking that binary works, target: Cockroach
17802026-07-27T20:26:18.490ZJul 27 20:26:17.306 INFO Download complete, target: Cockroach
17812026-07-27T20:26:18.502ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-07-27T20:26:18.502Z
17832026-07-27T20:26:18.502Zreal 1:39.915513306
17842026-07-27T20:26:18.502Zuser 6:33.715036805
17852026-07-27T20:26:18.502Zsys 2:08.680596679
17862026-07-27T20:26:18.503Ztrap 0.221809343
17872026-07-27T20:26:18.503Ztflt 1.463574996
17882026-07-27T20:26:18.503Zdflt 2.663638426
17892026-07-27T20:26:18.503Zkflt 0.023722604
17902026-07-27T20:26:18.503Zlock 28:24.300522561
17912026-07-27T20:26:18.503Zslp 15:34.054773974
17922026-07-27T20:26:18.503Zlat 13.280431686
17932026-07-27T20:26:18.503Zstop 5:35.061134845
17942026-07-27T20:26:18.503Z++ bmat factory name
17952026-07-27T20:26:18.511Z++ bmat factory private
17962026-07-27T20:26:18.521Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-04c4b38f7c669aa0e '{
17972026-07-27T20:26:18.521Z buildomat: {
17982026-07-27T20:26:18.521Z factory: {
17992026-07-27T20:26:18.521Z name: $bmat_factory_name,
18002026-07-27T20:26:18.521Z private: $bmat_factory_private,
18012026-07-27T20:26:18.521Z },
18022026-07-27T20:26:18.521Z },
18032026-07-27T20:26:18.521Z }'
18042026-07-27T20:26:18.540Z+ banner ls-apis
18052026-07-27T20:26:18.562Z
18062026-07-27T20:26:18.563Z # #### ## ##### # ####
18072026-07-27T20:26:18.563Z # # # # # # # #
18082026-07-27T20:26:18.563Z # #### ##### # # # # # ####
18092026-07-27T20:26:18.563Z # # ###### ##### # #
18102026-07-27T20:26:18.563Z # # # # # # # # #
18112026-07-27T20:26:18.563Z ###### #### # # # # ####
18122026-07-27T20:26:18.565Z
18132026-07-27T20:26:18.565Z+ source ./tools/include/force-git-over-https.sh
18142026-07-27T20:26:18.565Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18152026-07-27T20:26:18.565Z++ (( i = 0 ))
18162026-07-27T20:26:18.566Z++ (( i < 5 ))
18172026-07-27T20:26:18.566Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18182026-07-27T20:26:18.566Z++ (( i++ ))
18192026-07-27T20:26:18.566Z++ (( i < 5 ))
18202026-07-27T20:26:18.566Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18212026-07-27T20:26:18.566Z++ (( i++ ))
18222026-07-27T20:26:18.566Z++ (( i < 5 ))
18232026-07-27T20:26:18.566Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18242026-07-27T20:26:18.566Z++ (( i++ ))
18252026-07-27T20:26:18.566Z++ (( i < 5 ))
18262026-07-27T20:26:18.566Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18272026-07-27T20:26:18.587Z++ (( i++ ))
18282026-07-27T20:26:18.588Z++ (( i < 5 ))
18292026-07-27T20:26:18.588Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18302026-07-27T20:26:18.588Z++ (( i++ ))
18312026-07-27T20:26:18.590Z++ (( i < 5 ))
18322026-07-27T20:26:18.590Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18332026-07-27T20:26:18.590Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18342026-07-27T20:26:18.590Z+ ptime -m cargo xtask ls-apis apis
18352026-07-27T20:26:18.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18362026-07-27T20:26:19.021Z Running `target/debug/xtask ls-apis apis`
18372026-07-27T20:26:19.773Z Compiling rayon-core v1.13.0
18382026-07-27T20:26:19.773Z Compiling semver v0.1.20
18392026-07-27T20:26:19.936Z Compiling crossbeam-deque v0.8.6
18402026-07-27T20:26:19.936Z Compiling blake3 v1.8.5
18412026-07-27T20:26:19.945Z Compiling structmeta-derive v0.3.0
18422026-07-27T20:26:19.945Z Compiling constant_time_eq v0.4.2
18432026-07-27T20:26:19.945Z Compiling arrayvec v0.7.6
18442026-07-27T20:26:19.945Z Compiling arrayref v0.3.9
18452026-07-27T20:26:19.946Z Compiling topological-sort v0.2.2
18462026-07-27T20:26:19.946Z Compiling toml v0.8.23
18472026-07-27T20:26:19.946Z Compiling itertools v0.14.0
18482026-07-27T20:26:19.946Z Compiling indent_write v2.2.0
18492026-07-27T20:26:20.055Z Compiling rustc_version v0.1.7
18502026-07-27T20:26:20.315Z Compiling newtype_derive v0.1.6
18512026-07-27T20:26:20.556Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
18522026-07-27T20:26:20.787Z Compiling structmeta v0.3.0
18532026-07-27T20:26:20.880Z Compiling omicron-zone-package v0.12.3
18542026-07-27T20:26:20.992Z Compiling parse-display-derive v0.10.0
18552026-07-27T20:26:22.070Z Compiling parse-display v0.10.0
18562026-07-27T20:26:22.220Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18572026-07-27T20:26:26.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
18582026-07-27T20:26:26.833Z Running `target/debug/ls-apis apis`
18592026-07-27T20:26:26.875Zloading metadata for workspace omicron from current workspace
18602026-07-27T20:26:30.528Znote: 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.
18612026-07-27T20:26:30.533Z - 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" }
18622026-07-27T20:26:30.533Z - 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" }
18632026-07-27T20:26:30.549Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
18642026-07-27T20:26:30.558Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
18652026-07-27T20:26:30.558Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
18662026-07-27T20:26:30.558Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
18672026-07-27T20:26:30.558Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
18682026-07-27T20:26:30.558Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
18692026-07-27T20:27:01.006Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18702026-07-27T20:27:01.084Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18712026-07-27T20:27:01.394ZBootstrap Agent (client: bootstrap-agent-client)
18722026-07-27T20:27:01.394Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18732026-07-27T20:27:01.395Z consumed by: wicketd (omicron/wicketd) via 1 path
18742026-07-27T20:27:01.395Z
18752026-07-27T20:27:01.395ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18762026-07-27T20:27:01.395Z consumed by: wicketd (omicron/wicketd) via 1 path
18772026-07-27T20:27:01.395Z
18782026-07-27T20:27:01.395ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18792026-07-27T20:27:01.395Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18802026-07-27T20:27:01.395Z
18812026-07-27T20:27:01.395ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18822026-07-27T20:27:01.395Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18832026-07-27T20:27:01.395Z
18842026-07-27T20:27:01.395ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18852026-07-27T20:27:01.395Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18862026-07-27T20:27:01.395Z
18872026-07-27T20:27:01.395ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18882026-07-27T20:27:01.395Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18892026-07-27T20:27:01.404Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18902026-07-27T20:27:01.404Z
18912026-07-27T20:27:01.404ZCrucible Agent (client: crucible-agent-client)
18922026-07-27T20:27:01.404Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18932026-07-27T20:27:01.405Z
18942026-07-27T20:27:01.405ZCrucible Control (for testing only) (client: crucible-control-client)
18952026-07-27T20:27:01.405Z
18962026-07-27T20:27:01.405ZCrucible Pantry (client: crucible-pantry-client)
18972026-07-27T20:27:01.405Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18982026-07-27T20:27:01.405Z
18992026-07-27T20:27:01.405ZMaghemite DDM Admin (client: ddm-admin-client)
19002026-07-27T20:27:01.405Z consumed by: installinator (omicron/installinator) via 1 path
19012026-07-27T20:27:01.405Z consumed by: mgd (maghemite/mgd) via 1 path
19022026-07-27T20:27:01.405Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19032026-07-27T20:27:01.405Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19042026-07-27T20:27:01.405Z consumed by: wicketd (omicron/wicketd) via 1 path
19052026-07-27T20:27:01.405Z
19062026-07-27T20:27:01.405ZDNS Server (client: dns-service-client)
19072026-07-27T20:27:01.405Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19082026-07-27T20:27:01.405Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19092026-07-27T20:27:01.405Z
19102026-07-27T20:27:01.405ZDendrite DPD (client: dpd-client)
19112026-07-27T20:27:01.405Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19122026-07-27T20:27:01.406Z consumed by: lldpd (lldp/lldpd) via 2 paths
19132026-07-27T20:27:01.406Z consumed by: mgd (maghemite/mgd) via 1 path
19142026-07-27T20:27:01.406Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19152026-07-27T20:27:01.406Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19162026-07-27T20:27:01.406Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19172026-07-27T20:27:01.406Z consumed by: wicketd (omicron/wicketd) via 2 paths
19182026-07-27T20:27:01.406Z
19192026-07-27T20:27:01.406ZDownstairs Controller (debugging only) (client: dsc-client)
19202026-07-27T20:27:01.406Z
19212026-07-27T20:27:01.406ZManagement Gateway Service (client: gateway-client)
19222026-07-27T20:27:01.406Z consumed by: dpd (dendrite/dpd) via 1 path
19232026-07-27T20:27:01.406Z consumed by: lldpd (lldp/lldpd) via 1 path
19242026-07-27T20:27:01.406Z consumed by: mgd (maghemite/mgd) via 1 path
19252026-07-27T20:27:01.406Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
19262026-07-27T20:27:01.407Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19272026-07-27T20:27:01.409Z consumed by: wicketd (omicron/wicketd) via 3 paths
19282026-07-27T20:27:01.409Z
19292026-07-27T20:27:01.409ZWicketd Installinator (client: installinator-client)
19302026-07-27T20:27:01.410Z consumed by: installinator (omicron/installinator) via 1 path
19312026-07-27T20:27:01.410Z
19322026-07-27T20:27:01.410ZLLDP daemon (client: lldpd-client)
19332026-07-27T20:27:01.410Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19342026-07-27T20:27:01.410Z consumed by: tfportd (dendrite/tfportd) via 1 path
19352026-07-27T20:27:01.410Z
19362026-07-27T20:27:01.410ZMaghemite MG Admin (client: mg-admin-client)
19372026-07-27T20:27:01.418Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19382026-07-27T20:27:01.418Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19392026-07-27T20:27:01.418Z
19402026-07-27T20:27:01.418ZNexus Internal API (client: nexus-client)
19412026-07-27T20:27:01.418Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19422026-07-27T20:27:01.418Z consumed by: dpd (dendrite/dpd) via 1 path
19432026-07-27T20:27:01.418Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19442026-07-27T20:27:01.418Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19452026-07-27T20:27:01.418Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19462026-07-27T20:27:01.418Z
19472026-07-27T20:27:01.418ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19482026-07-27T20:27:01.418Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19492026-07-27T20:27:01.418Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
19502026-07-27T20:27:01.418Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19512026-07-27T20:27:01.418Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
19522026-07-27T20:27:01.418Z
19532026-07-27T20:27:01.418ZNTP Admin (client: ntp-admin-client)
19542026-07-27T20:27:01.418Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19552026-07-27T20:27:01.419Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19562026-07-27T20:27:01.419Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
19572026-07-27T20:27:01.419Z
19582026-07-27T20:27:01.419ZExternal API (client: oxide-client)
19592026-07-27T20:27:01.419Z
19602026-07-27T20:27:01.419ZOximeter (client: oximeter-client)
19612026-07-27T20:27:01.419Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19622026-07-27T20:27:01.419Z
19632026-07-27T20:27:01.419ZPropolis (client: propolis-client)
19642026-07-27T20:27:01.419Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19652026-07-27T20:27:01.419Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19662026-07-27T20:27:01.419Z
19672026-07-27T20:27:01.419ZCrucible Repair (client: repair-client)
19682026-07-27T20:27:01.419Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19692026-07-27T20:27:01.419Z
19702026-07-27T20:27:01.419ZRepo Depot API (client: repo-depot-client)
19712026-07-27T20:27:01.420Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19722026-07-27T20:27:01.420Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19732026-07-27T20:27:01.420Z
19742026-07-27T20:27:01.420ZSled Agent (client: sled-agent-client)
19752026-07-27T20:27:01.420Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
19762026-07-27T20:27:01.420Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
19772026-07-27T20:27:01.420Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19782026-07-27T20:27:01.420Z
19792026-07-27T20:27:01.420ZWicketd (client: wicketd-client)
19802026-07-27T20:27:01.420Z
19812026-07-27T20:27:01.421ZWicketd Commission (client: wicketd-commission-client)
19822026-07-27T20:27:01.421Z
19832026-07-27T20:27:01.511Z
19842026-07-27T20:27:01.511Zreal 42.931884692
19852026-07-27T20:27:01.511Zuser 33.120572177
19862026-07-27T20:27:01.520Zsys 11.661357845
19872026-07-27T20:27:01.520Ztrap 0.004688690
19882026-07-27T20:27:01.520Ztflt 0.148743928
19892026-07-27T20:27:01.520Zdflt 0.217717284
19902026-07-27T20:27:01.520Zkflt 0.000188850
19912026-07-27T20:27:01.521Zlock 4:31.192193286
19922026-07-27T20:27:01.521Zslp 6:52.015189443
19932026-07-27T20:27:01.521Zlat 0.971964683
19942026-07-27T20:27:01.521Zstop 3.462356867
19952026-07-27T20:27:01.521Z+ ptime -m cargo xtask ls-apis deployment-units
19962026-07-27T20:27:01.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19972026-07-27T20:27:02.005Z Running `target/debug/xtask ls-apis deployment-units`
19982026-07-27T20:27:02.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19992026-07-27T20:27:02.851Z Running `target/debug/ls-apis deployment-units`
20002026-07-27T20:27:02.907Zloading metadata for workspace omicron from current workspace
20012026-07-27T20:27:03.973Znote: 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.
20022026-07-27T20:27:03.986Z - 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" }
20032026-07-27T20:27:03.986Z - 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" }
20042026-07-27T20:27:03.991Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20052026-07-27T20:27:03.998Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
20062026-07-27T20:27:03.998Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
20072026-07-27T20:27:03.998Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
20082026-07-27T20:27:03.998Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
20092026-07-27T20:27:03.998Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
20102026-07-27T20:27:06.707Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20112026-07-27T20:27:06.786Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20122026-07-27T20:27:07.090ZClickHouse
20132026-07-27T20:27:07.090Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20142026-07-27T20:27:07.091Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20152026-07-27T20:27:07.091Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20162026-07-27T20:27:07.091Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20172026-07-27T20:27:07.091Z
20182026-07-27T20:27:07.091Z
20192026-07-27T20:27:07.091ZCockroach
20202026-07-27T20:27:07.092Z omicron-cockroach-admin (omicron/cockroach-admin)
20212026-07-27T20:27:07.092Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20222026-07-27T20:27:07.092Z
20232026-07-27T20:27:07.102Z
20242026-07-27T20:27:07.102ZCrucible
20252026-07-27T20:27:07.102Z crucible-agent (crucible/agent)
20262026-07-27T20:27:07.102Z exposes: Crucible Agent (client = crucible-agent-client)
20272026-07-27T20:27:07.103Z
20282026-07-27T20:27:07.103Z crucible-downstairs (crucible/downstairs)
20292026-07-27T20:27:07.103Z exposes: Crucible Repair (client = repair-client)
20302026-07-27T20:27:07.109Z consumes: repair-client
20312026-07-27T20:27:07.109Z
20322026-07-27T20:27:07.110Z
20332026-07-27T20:27:07.110ZCrucible Pantry
20342026-07-27T20:27:07.110Z crucible-pantry (crucible/pantry)
20352026-07-27T20:27:07.110Z exposes: Crucible Pantry (client = crucible-pantry-client)
20362026-07-27T20:27:07.110Z consumes: nexus-client
20372026-07-27T20:27:07.110Z
20382026-07-27T20:27:07.110Z
20392026-07-27T20:27:07.110ZDNS Server
20402026-07-27T20:27:07.110Z dns-server (omicron/dns-server)
20412026-07-27T20:27:07.110Z exposes: DNS Server (client = dns-service-client)
20422026-07-27T20:27:07.110Z
20432026-07-27T20:27:07.110Z
20442026-07-27T20:27:07.110ZHost OS
20452026-07-27T20:27:07.110Z ddmd (maghemite/ddmd)
20462026-07-27T20:27:07.110Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20472026-07-27T20:27:07.111Z consumes: dpd-client (intra-deployment-unit-only)
20482026-07-27T20:27:07.111Z
20492026-07-27T20:27:07.111Z dpd (dendrite/dpd)
20502026-07-27T20:27:07.111Z exposes: Dendrite DPD (client = dpd-client)
20512026-07-27T20:27:07.111Z consumes: gateway-client (intra-deployment-unit-only)
20522026-07-27T20:27:07.111Z consumes: nexus-client
20532026-07-27T20:27:07.111Z
20542026-07-27T20:27:07.111Z lldpd (lldp/lldpd)
20552026-07-27T20:27:07.111Z exposes: LLDP daemon (client = lldpd-client)
20562026-07-27T20:27:07.111Z consumes: dpd-client (intra-deployment-unit-only)
20572026-07-27T20:27:07.111Z consumes: gateway-client (intra-deployment-unit-only)
20582026-07-27T20:27:07.111Z
20592026-07-27T20:27:07.111Z mgd (maghemite/mgd)
20602026-07-27T20:27:07.111Z exposes: Maghemite MG Admin (client = mg-admin-client)
20612026-07-27T20:27:07.111Z consumes: ddm-admin-client (intra-deployment-unit-only)
20622026-07-27T20:27:07.111Z consumes: dpd-client (intra-deployment-unit-only)
20632026-07-27T20:27:07.111Z consumes: gateway-client (intra-deployment-unit-only)
20642026-07-27T20:27:07.111Z
20652026-07-27T20:27:07.111Z omicron-gateway (omicron/gateway)
20662026-07-27T20:27:07.111Z exposes: Management Gateway Service (client = gateway-client)
20672026-07-27T20:27:07.111Z
20682026-07-27T20:27:07.112Z omicron-sled-agent (omicron/sled-agent)
20692026-07-27T20:27:07.112Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20702026-07-27T20:27:07.112Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20712026-07-27T20:27:07.112Z exposes: Repo Depot API (client = repo-depot-client)
20722026-07-27T20:27:07.112Z exposes: Sled Agent (client = sled-agent-client)
20732026-07-27T20:27:07.112Z consumes: bootstrap-agent-client
20742026-07-27T20:27:07.112Z consumes: ddm-admin-client (intra-deployment-unit-only)
20752026-07-27T20:27:07.112Z consumes: dpd-client (intra-deployment-unit-only)
20762026-07-27T20:27:07.112Z consumes: gateway-client (intra-deployment-unit-only)
20772026-07-27T20:27:07.112Z consumes: mg-admin-client (intra-deployment-unit-only)
20782026-07-27T20:27:07.112Z consumes: nexus-client
20792026-07-27T20:27:07.112Z consumes: nexus-lockstep-client
20802026-07-27T20:27:07.112Z consumes: ntp-admin-client
20812026-07-27T20:27:07.112Z consumes: propolis-client (intra-deployment-unit-only)
20822026-07-27T20:27:07.112Z consumes: repo-depot-client
20832026-07-27T20:27:07.112Z
20842026-07-27T20:27:07.112Z propolis-server (propolis/bin/propolis-server)
20852026-07-27T20:27:07.112Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20862026-07-27T20:27:07.112Z exposes: Propolis (client = propolis-client)
20872026-07-27T20:27:07.112Z consumes: nexus-client
20882026-07-27T20:27:07.113Z consumes: sled-agent-client (intra-deployment-unit-only)
20892026-07-27T20:27:07.113Z
20902026-07-27T20:27:07.113Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
20912026-07-27T20:27:07.113Z consumes: cockroach-admin-client
20922026-07-27T20:27:07.113Z consumes: ddm-admin-client
20932026-07-27T20:27:07.113Z consumes: dns-service-client
20942026-07-27T20:27:07.113Z consumes: nexus-lockstep-client
20952026-07-27T20:27:07.113Z consumes: ntp-admin-client
20962026-07-27T20:27:07.113Z consumes: sled-agent-client
20972026-07-27T20:27:07.113Z
20982026-07-27T20:27:07.113Z tfportd (dendrite/tfportd)
20992026-07-27T20:27:07.113Z consumes: dpd-client (intra-deployment-unit-only)
21002026-07-27T20:27:07.113Z consumes: lldpd-client (intra-deployment-unit-only)
21012026-07-27T20:27:07.113Z
21022026-07-27T20:27:07.113Z wicketd (omicron/wicketd)
21032026-07-27T20:27:07.113Z exposes: Wicketd Installinator (client = installinator-client)
21042026-07-27T20:27:07.113Z exposes: Wicketd (client = wicketd-client)
21052026-07-27T20:27:07.113Z exposes: Wicketd Commission (client = wicketd-commission-client)
21062026-07-27T20:27:07.113Z consumes: bootstrap-agent-client
21072026-07-27T20:27:07.114Z consumes: bootstrap-agent-lockstep-client
21082026-07-27T20:27:07.114Z consumes: ddm-admin-client (intra-deployment-unit-only)
21092026-07-27T20:27:07.114Z consumes: dpd-client (intra-deployment-unit-only)
21102026-07-27T20:27:07.114Z consumes: gateway-client (intra-deployment-unit-only)
21112026-07-27T20:27:07.114Z
21122026-07-27T20:27:07.114Z
21132026-07-27T20:27:07.114ZInstallinator
21142026-07-27T20:27:07.114Z installinator (omicron/installinator)
21152026-07-27T20:27:07.114Z consumes: ddm-admin-client
21162026-07-27T20:27:07.114Z consumes: installinator-client
21172026-07-27T20:27:07.114Z
21182026-07-27T20:27:07.114Z
21192026-07-27T20:27:07.114ZNTP
21202026-07-27T20:27:07.114Z omicron-ntp-admin (omicron/ntp-admin)
21212026-07-27T20:27:07.114Z exposes: NTP Admin (client = ntp-admin-client)
21222026-07-27T20:27:07.114Z
21232026-07-27T20:27:07.114Z
21242026-07-27T20:27:07.115ZNexus
21252026-07-27T20:27:07.115Z omicron-nexus (omicron/nexus)
21262026-07-27T20:27:07.115Z exposes: Nexus Internal API (client = nexus-client)
21272026-07-27T20:27:07.115Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21282026-07-27T20:27:07.115Z exposes: External API (client = oxide-client)
21292026-07-27T20:27:07.115Z consumes: clickhouse-admin-keeper-client
21302026-07-27T20:27:07.121Z consumes: clickhouse-admin-server-client
21312026-07-27T20:27:07.122Z consumes: clickhouse-admin-single-client
21322026-07-27T20:27:07.122Z consumes: cockroach-admin-client
21332026-07-27T20:27:07.122Z consumes: crucible-agent-client
21342026-07-27T20:27:07.122Z consumes: crucible-pantry-client
21352026-07-27T20:27:07.122Z consumes: dns-service-client
21362026-07-27T20:27:07.122Z consumes: dpd-client
21372026-07-27T20:27:07.122Z consumes: gateway-client
21382026-07-27T20:27:07.122Z consumes: lldpd-client
21392026-07-27T20:27:07.122Z consumes: mg-admin-client
21402026-07-27T20:27:07.122Z consumes: ntp-admin-client
21412026-07-27T20:27:07.122Z consumes: oximeter-client
21422026-07-27T20:27:07.122Z consumes: propolis-client
21432026-07-27T20:27:07.122Z consumes: repo-depot-client
21442026-07-27T20:27:07.122Z consumes: sled-agent-client
21452026-07-27T20:27:07.123Z
21462026-07-27T20:27:07.123Z
21472026-07-27T20:27:07.123ZOximeter
21482026-07-27T20:27:07.123Z oximeter-collector (omicron/oximeter/collector)
21492026-07-27T20:27:07.123Z exposes: Oximeter (client = oximeter-client)
21502026-07-27T20:27:07.123Z consumes: nexus-client
21512026-07-27T20:27:07.123Z
21522026-07-27T20:27:07.123Z
21532026-07-27T20:27:07.236Z
21542026-07-27T20:27:07.236Zreal 5.662770164
21552026-07-27T20:27:07.236Zuser 4.822267321
21562026-07-27T20:27:07.236Zsys 2.256947290
21572026-07-27T20:27:07.236Ztrap 0.000540650
21582026-07-27T20:27:07.236Ztflt 0.156825712
21592026-07-27T20:27:07.236Zdflt 0.096108435
21602026-07-27T20:27:07.240Zkflt 0.000002820
21612026-07-27T20:27:07.241Zlock 2.446799517
21622026-07-27T20:27:07.241Zslp 26.431854929
21632026-07-27T20:27:07.241Zlat 0.099057346
21642026-07-27T20:27:07.241Zstop 0.010154425
21652026-07-27T20:27:07.241Z+ ptime -m cargo xtask ls-apis servers
21662026-07-27T20:27:07.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21672026-07-27T20:27:07.668Z Running `target/debug/xtask ls-apis servers`
21682026-07-27T20:27:08.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21692026-07-27T20:27:08.477Z Running `target/debug/ls-apis servers`
21702026-07-27T20:27:08.524Zloading metadata for workspace omicron from current workspace
21712026-07-27T20:27:09.582Znote: 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.
21722026-07-27T20:27:09.582Z - 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" }
21732026-07-27T20:27:09.588Z - 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" }
21742026-07-27T20:27:09.600Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
21752026-07-27T20:27:09.607Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
21762026-07-27T20:27:09.607Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21772026-07-27T20:27:09.607Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
21782026-07-27T20:27:09.607Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
21792026-07-27T20:27:09.607Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
21802026-07-27T20:27:12.681Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21812026-07-27T20:27:12.681Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21822026-07-27T20:27:12.681Zcrucible-agent (crucible/agent)
21832026-07-27T20:27:12.681Z exposes: Crucible Agent (client = crucible-agent-client)
21842026-07-27T20:27:12.681Z
21852026-07-27T20:27:12.681Zcrucible-downstairs (crucible/downstairs)
21862026-07-27T20:27:12.681Z exposes: Crucible Repair (client = repair-client)
21872026-07-27T20:27:12.681Z consumes: repair-client
21882026-07-27T20:27:12.681Z
21892026-07-27T20:27:12.681Zcrucible-pantry (crucible/pantry)
21902026-07-27T20:27:12.707Z exposes: Crucible Pantry (client = crucible-pantry-client)
21912026-07-27T20:27:12.708Z consumes: nexus-client
21922026-07-27T20:27:12.708Z
21932026-07-27T20:27:12.708Zddmd (maghemite/ddmd)
21942026-07-27T20:27:12.708Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21952026-07-27T20:27:12.708Z consumes: dpd-client (intra-deployment-unit-only)
21962026-07-27T20:27:12.708Z
21972026-07-27T20:27:12.708Zdns-server (omicron/dns-server)
21982026-07-27T20:27:12.708Z exposes: DNS Server (client = dns-service-client)
21992026-07-27T20:27:12.708Z
22002026-07-27T20:27:12.708Zdpd (dendrite/dpd)
22012026-07-27T20:27:12.708Z exposes: Dendrite DPD (client = dpd-client)
22022026-07-27T20:27:12.708Z consumes: gateway-client (intra-deployment-unit-only)
22032026-07-27T20:27:12.708Z consumes: nexus-client
22042026-07-27T20:27:12.708Z
22052026-07-27T20:27:12.708Zinstallinator (omicron/installinator)
22062026-07-27T20:27:12.708Z consumes: ddm-admin-client
22072026-07-27T20:27:12.708Z consumes: installinator-client
22082026-07-27T20:27:12.708Z
22092026-07-27T20:27:12.708Zlldpd (lldp/lldpd)
22102026-07-27T20:27:12.708Z exposes: LLDP daemon (client = lldpd-client)
22112026-07-27T20:27:12.708Z consumes: dpd-client (intra-deployment-unit-only)
22122026-07-27T20:27:12.708Z consumes: gateway-client (intra-deployment-unit-only)
22132026-07-27T20:27:12.708Z
22142026-07-27T20:27:12.708Zmgd (maghemite/mgd)
22152026-07-27T20:27:12.709Z exposes: Maghemite MG Admin (client = mg-admin-client)
22162026-07-27T20:27:12.709Z consumes: ddm-admin-client (intra-deployment-unit-only)
22172026-07-27T20:27:12.709Z consumes: dpd-client (intra-deployment-unit-only)
22182026-07-27T20:27:12.709Z consumes: gateway-client (intra-deployment-unit-only)
22192026-07-27T20:27:12.709Z
22202026-07-27T20:27:12.709Zomicron-clickhouse-admin (omicron/clickhouse-admin)
22212026-07-27T20:27:12.709Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
22222026-07-27T20:27:12.709Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
22232026-07-27T20:27:12.709Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
22242026-07-27T20:27:12.709Z
22252026-07-27T20:27:12.709Zomicron-cockroach-admin (omicron/cockroach-admin)
22262026-07-27T20:27:12.709Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
22272026-07-27T20:27:12.709Z
22282026-07-27T20:27:12.709Zomicron-gateway (omicron/gateway)
22292026-07-27T20:27:12.709Z exposes: Management Gateway Service (client = gateway-client)
22302026-07-27T20:27:12.709Z
22312026-07-27T20:27:12.710Zomicron-nexus (omicron/nexus)
22322026-07-27T20:27:12.710Z exposes: Nexus Internal API (client = nexus-client)
22332026-07-27T20:27:12.710Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22342026-07-27T20:27:12.710Z exposes: External API (client = oxide-client)
22352026-07-27T20:27:12.710Z consumes: clickhouse-admin-keeper-client
22362026-07-27T20:27:12.710Z consumes: clickhouse-admin-server-client
22372026-07-27T20:27:12.710Z consumes: clickhouse-admin-single-client
22382026-07-27T20:27:12.710Z consumes: cockroach-admin-client
22392026-07-27T20:27:12.710Z consumes: crucible-agent-client
22402026-07-27T20:27:12.710Z consumes: crucible-pantry-client
22412026-07-27T20:27:12.710Z consumes: dns-service-client
22422026-07-27T20:27:12.710Z consumes: dpd-client
22432026-07-27T20:27:12.710Z consumes: gateway-client
22442026-07-27T20:27:12.710Z consumes: lldpd-client
22452026-07-27T20:27:12.710Z consumes: mg-admin-client
22462026-07-27T20:27:12.710Z consumes: ntp-admin-client
22472026-07-27T20:27:12.710Z consumes: oximeter-client
22482026-07-27T20:27:12.710Z consumes: propolis-client
22492026-07-27T20:27:12.710Z consumes: repo-depot-client
22502026-07-27T20:27:12.710Z consumes: sled-agent-client
22512026-07-27T20:27:12.710Z
22522026-07-27T20:27:12.710Zomicron-ntp-admin (omicron/ntp-admin)
22532026-07-27T20:27:12.710Z exposes: NTP Admin (client = ntp-admin-client)
22542026-07-27T20:27:12.710Z
22552026-07-27T20:27:12.710Zomicron-sled-agent (omicron/sled-agent)
22562026-07-27T20:27:12.710Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
22572026-07-27T20:27:12.710Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22582026-07-27T20:27:12.710Z exposes: Repo Depot API (client = repo-depot-client)
22592026-07-27T20:27:12.710Z exposes: Sled Agent (client = sled-agent-client)
22602026-07-27T20:27:12.710Z consumes: bootstrap-agent-client
22612026-07-27T20:27:12.710Z consumes: ddm-admin-client (intra-deployment-unit-only)
22622026-07-27T20:27:12.710Z consumes: dpd-client (intra-deployment-unit-only)
22632026-07-27T20:27:12.711Z consumes: gateway-client (intra-deployment-unit-only)
22642026-07-27T20:27:12.711Z consumes: mg-admin-client (intra-deployment-unit-only)
22652026-07-27T20:27:12.711Z consumes: nexus-client
22662026-07-27T20:27:12.711Z consumes: nexus-lockstep-client
22672026-07-27T20:27:12.711Z consumes: ntp-admin-client
22682026-07-27T20:27:12.711Z consumes: propolis-client (intra-deployment-unit-only)
22692026-07-27T20:27:12.711Z consumes: repo-depot-client
22702026-07-27T20:27:12.711Z
22712026-07-27T20:27:12.711Zoximeter-collector (omicron/oximeter/collector)
22722026-07-27T20:27:12.711Z exposes: Oximeter (client = oximeter-client)
22732026-07-27T20:27:12.711Z consumes: nexus-client
22742026-07-27T20:27:12.711Z
22752026-07-27T20:27:12.711Zpropolis-server (propolis/bin/propolis-server)
22762026-07-27T20:27:12.711Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22772026-07-27T20:27:12.711Z exposes: Propolis (client = propolis-client)
22782026-07-27T20:27:12.711Z consumes: nexus-client
22792026-07-27T20:27:12.711Z consumes: sled-agent-client (intra-deployment-unit-only)
22802026-07-27T20:27:12.711Z
22812026-07-27T20:27:12.711Z
22822026-07-27T20:27:12.711Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22832026-07-27T20:27:12.711Z consumes: cockroach-admin-client
22842026-07-27T20:27:12.711Zreal 5.360407897
22852026-07-27T20:27:12.711Z consumes: ddm-admin-client
22862026-07-27T20:27:12.711Zuser 4.775227377
22872026-07-27T20:27:12.711Z consumes: dns-service-client
22882026-07-27T20:27:12.711Zsys 1.872454468
22892026-07-27T20:27:12.711Z consumes: nexus-lockstep-client
22902026-07-27T20:27:12.846Ztrap 0.000729030
22912026-07-27T20:27:12.846Ztflt 0.000065130
22922026-07-27T20:27:12.846Z consumes: ntp-admin-client
22932026-07-27T20:27:12.846Zdflt 0.000367260
22942026-07-27T20:27:12.846Z consumes: sled-agent-client
22952026-07-27T20:27:12.846Zkflt 0.000000000
22962026-07-27T20:27:12.846Z
22972026-07-27T20:27:12.846Zlock 2.070191498
22982026-07-27T20:27:12.846Ztfportd (dendrite/tfportd)
22992026-07-27T20:27:12.846Zslp 23.617469937
23002026-07-27T20:27:12.846Z consumes: dpd-client (intra-deployment-unit-only)
23012026-07-27T20:27:12.846Zlat 0.062081446
23022026-07-27T20:27:12.846Z consumes: lldpd-client (intra-deployment-unit-only)
23032026-07-27T20:27:12.846Zstop 0.013271787
23042026-07-27T20:27:12.846Z
23052026-07-27T20:27:12.846Zwicketd (omicron/wicketd)
23062026-07-27T20:27:12.847Z+ ptime -m cargo xtask ls-apis check
23072026-07-27T20:27:12.847Z exposes: Wicketd Installinator (client = installinator-client)
23082026-07-27T20:27:12.847Z exposes: Wicketd (client = wicketd-client)
23092026-07-27T20:27:12.847Z exposes: Wicketd Commission (client = wicketd-commission-client)
23102026-07-27T20:27:12.847Z consumes: bootstrap-agent-client
23112026-07-27T20:27:12.847Z consumes: bootstrap-agent-lockstep-client
23122026-07-27T20:27:12.847Z consumes: ddm-admin-client (intra-deployment-unit-only)
23132026-07-27T20:27:12.847Z consumes: dpd-client (intra-deployment-unit-only)
23142026-07-27T20:27:12.847Z consumes: gateway-client (intra-deployment-unit-only)
23152026-07-27T20:27:12.847Z
23162026-07-27T20:27:13.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
23172026-07-27T20:27:13.038Z Running `target/debug/xtask ls-apis check`
23182026-07-27T20:27:13.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23192026-07-27T20:27:13.839Z Running `target/debug/ls-apis check`
23202026-07-27T20:27:13.887Zloading metadata for workspace omicron from current workspace
23212026-07-27T20:27:14.943Znote: 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.
23222026-07-27T20:27:14.943Z - 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" }
23232026-07-27T20:27:14.955Z - 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" }
23242026-07-27T20:27:14.960Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
23252026-07-27T20:27:14.960Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23262026-07-27T20:27:14.960Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
23272026-07-27T20:27:14.960Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
23282026-07-27T20:27:14.960Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
23292026-07-27T20:27:14.960Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
23302026-07-27T20:27:17.426Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23312026-07-27T20:27:17.545Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23322026-07-27T20:27:17.978Z
23332026-07-27T20:27:17.978Z
23342026-07-27T20:27:17.978ZServer-managed APIs:
23352026-07-27T20:27:17.978Z
23362026-07-27T20:27:17.979Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23372026-07-27T20:27:17.979Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23382026-07-27T20:27:17.979Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23392026-07-27T20:27:17.979Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23402026-07-27T20:27:17.979Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23412026-07-27T20:27:17.980Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23422026-07-27T20:27:17.980Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23432026-07-27T20:27:17.980Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23442026-07-27T20:27:17.981Z DNS Server (dns-service-client, exposed by dns-server)
23452026-07-27T20:27:17.981Z Dendrite DPD (dpd-client, exposed by dpd)
23462026-07-27T20:27:17.981Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23472026-07-27T20:27:17.981Z LLDP daemon (lldpd-client, exposed by lldpd)
23482026-07-27T20:27:17.981Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23492026-07-27T20:27:17.981Z External API (oxide-client, exposed by omicron-nexus)
23502026-07-27T20:27:17.981Z Oximeter (oximeter-client, exposed by oximeter-collector)
23512026-07-27T20:27:17.981Z Propolis (propolis-client, exposed by propolis-server)
23522026-07-27T20:27:17.981Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23532026-07-27T20:27:17.992Z Wicketd (wicketd-client, exposed by wicketd)
23542026-07-27T20:27:17.992Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
23552026-07-27T20:27:17.993Z
23562026-07-27T20:27:17.993Z
23572026-07-27T20:27:17.993ZClient-managed API:
23582026-07-27T20:27:17.993Z
23592026-07-27T20:27:17.993Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23602026-07-27T20:27:17.993Z reason: depends on itself (i.e., instances call each other)
23612026-07-27T20:27:17.993Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23622026-07-27T20:27:17.993Z reason: wicketd can wind up calling into sled agent on different sleds
23632026-07-27T20:27:17.993Z Wicketd Installinator (installinator-client, exposed by wicketd)
23642026-07-27T20:27:17.993Z reason: client is provided implicitly by the operator
23652026-07-27T20:27:17.993Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23662026-07-27T20:27:17.993Z reason: Circular dependencies between Nexus and other services
23672026-07-27T20:27:17.993Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23682026-07-27T20:27:17.993Z reason: Circular dependencies between Nexus and other services
23692026-07-27T20:27:17.993Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23702026-07-27T20:27:17.993Z 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.
23712026-07-27T20:27:17.994Z
23722026-07-27T20:27:17.994Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23732026-07-27T20:27:17.994Z reason: depends on itself (i.e., instances call each other)
23742026-07-27T20:27:17.994Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23752026-07-27T20:27:17.994Z reason: depends on itself (i.e., instances call each other)
23762026-07-27T20:27:17.996Z
23772026-07-27T20:27:17.996Z
23782026-07-27T20:27:17.996ZAPIs with unknown version management: none
23792026-07-27T20:27:17.996Z
23802026-07-27T20:27:17.996Z
23812026-07-27T20:27:17.997ZAPIs that failed consumer checks: none
23822026-07-27T20:27:18.119Z
23832026-07-27T20:27:18.119Zreal 5.401967487
23842026-07-27T20:27:18.119Zuser 4.848480451
23852026-07-27T20:27:18.119Zsys 1.830661618
23862026-07-27T20:27:18.119Ztrap 0.000410750
23872026-07-27T20:27:18.119Ztflt 0.000085750
23882026-07-27T20:27:18.218Zdflt 0.000138400
23892026-07-27T20:27:18.218Zkflt 0.000004580
23902026-07-27T20:27:18.218Zlock 2.036278552
23912026-07-27T20:27:18.218Zslp 23.255390363
23922026-07-27T20:27:18.218Zlat 0.061004115
23932026-07-27T20:27:18.218Zstop 0.009726172
23942026-07-27T20:27:18.218Z+ ptime -m cargo xtask ls-apis adoc
23952026-07-27T20:27:18.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
23962026-07-27T20:27:18.485Z Running `target/debug/xtask ls-apis adoc`
23972026-07-27T20:27:19.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23982026-07-27T20:27:19.552Z Running `target/debug/ls-apis adoc`
23992026-07-27T20:27:19.552Zloading metadata for workspace omicron from current workspace
24002026-07-27T20:27:20.475Znote: 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.
24012026-07-27T20:27:20.535Z - 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" }
24022026-07-27T20:27:20.536Z - 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" }
24032026-07-27T20:27:20.536Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24042026-07-27T20:27:20.536Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
24052026-07-27T20:27:20.536Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
24062026-07-27T20:27:20.536Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24072026-07-27T20:27:20.537Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
24082026-07-27T20:27:20.537Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
24092026-07-27T20:27:22.910Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24102026-07-27T20:27:22.940Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24112026-07-27T20:27:23.417Z
24122026-07-27T20:27:23.537Zreal 5.277879865
24132026-07-27T20:27:23.538Zuser 4.755184991
24142026-07-27T20:27:23.538Zsys 1.819591700
24152026-07-27T20:27:23.538Ztrap 0.000525500
24162026-07-27T20:27:23.538Ztflt 0.000044320
24172026-07-27T20:27:23.538Zdflt 0.000240460
24182026-07-27T20:27:23.538Zkflt 0.000000000
24192026-07-27T20:27:23.538Zlock 2.042337066
24202026-07-27T20:27:23.538Zslp 23.157840719
24212026-07-27T20:27:23.542Zlat 0.056436770
24222026-07-27T20:27:23.542Zstop 0.012186537
24232026-07-27T20:27:23.542Z+ banner build
24242026-07-27T20:27:23.542Z
24252026-07-27T20:27:23.542Z ##### # # # # #####
24262026-07-27T20:27:23.543Z # # # # # # # #
24272026-07-27T20:27:23.543Z ##### # # # # # #
24282026-07-27T20:27:23.543Z # # # # # # # #
24292026-07-27T20:27:23.543Z # # # # # # # #
24302026-07-27T20:27:23.543Z ##### #### # ###### #####
24312026-07-27T20:27:23.543Z
24322026-07-27T20:27:23.543Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24332026-07-27T20:27:23.543Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24342026-07-27T20:27:23.543Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24352026-07-27T20:27:23.543Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24362026-07-27T20:27:23.543Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24372026-07-27T20:27:23.543Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24382026-07-27T20:27:23.543Z+ export TMPDIR=/var/tmp/omicron_tmp
24392026-07-27T20:27:23.543Z+ TMPDIR=/var/tmp/omicron_tmp
24402026-07-27T20:27:23.543Z+ export RUST_BACKTRACE=1
24412026-07-27T20:27:23.543Z+ RUST_BACKTRACE=1
24422026-07-27T20:27:23.544Z+ export CARGO_INCREMENTAL=0
24432026-07-27T20:27:23.544Z+ CARGO_INCREMENTAL=0
24442026-07-27T20:27:23.544Z+ export RUSTC_BOOTSTRAP=1
24452026-07-27T20:27:23.544Z+ RUSTC_BOOTSTRAP=1
24462026-07-27T20:27:23.544Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
24472026-07-27T20:27:25.483Z Compiling proc-macro2 v1.0.106
24482026-07-27T20:27:25.483Z Compiling unicode-ident v1.0.24
24492026-07-27T20:27:25.484Z Compiling quote v1.0.45
24502026-07-27T20:27:25.484Z Compiling libc v0.2.185
24512026-07-27T20:27:25.588Z Compiling serde_core v1.0.228
24522026-07-27T20:27:25.588Z Compiling cfg-if v1.0.4
24532026-07-27T20:27:25.588Z Compiling serde v1.0.228
24542026-07-27T20:27:25.588Z Compiling memchr v2.8.0
24552026-07-27T20:27:25.588Z Compiling smallvec v1.15.1
24562026-07-27T20:27:25.588Z Compiling autocfg v1.5.0
24572026-07-27T20:27:25.588Z Compiling log v0.4.29
24582026-07-27T20:27:25.588Z Compiling itoa v1.0.17
24592026-07-27T20:27:25.588Z Compiling rand_core v0.10.0
24602026-07-27T20:27:25.588Z Compiling getrandom v0.4.1
24612026-07-27T20:27:25.588Z Compiling libm v0.2.16
24622026-07-27T20:27:25.588Z Compiling subtle v2.6.1
24632026-07-27T20:27:25.589Z Compiling version_check v0.9.5
24642026-07-27T20:27:25.789Z Compiling zmij v1.0.21
24652026-07-27T20:27:25.880Z Compiling serde_json v1.0.150
24662026-07-27T20:27:25.880Z Compiling scopeguard v1.2.0
24672026-07-27T20:27:25.880Z Compiling stable_deref_trait v1.2.1
24682026-07-27T20:27:25.880Z Compiling typenum v1.20.1
24692026-07-27T20:27:25.881Z Compiling percent-encoding v2.3.2
24702026-07-27T20:27:25.881Z Compiling litemap v0.8.1
24712026-07-27T20:27:25.881Z Compiling writeable v0.6.2
24722026-07-27T20:27:25.881Z Compiling icu_properties_data v2.1.2
24732026-07-27T20:27:25.881Z Compiling icu_normalizer_data v2.1.1
24742026-07-27T20:27:25.881Z Compiling utf8_iter v1.0.4
24752026-07-27T20:27:25.881Z Compiling portable-atomic v1.13.1
24762026-07-27T20:27:25.881Z Compiling parking_lot_core v0.9.12
24772026-07-27T20:27:25.881Z Compiling critical-section v1.2.0
24782026-07-27T20:27:25.881Z Compiling zerocopy v0.8.40
24792026-07-27T20:27:25.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/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`
24802026-07-27T20:27:25.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/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`
24812026-07-27T20:27:25.881Z 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`
24822026-07-27T20:27:25.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/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`
24832026-07-27T20:27:25.881Z 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`
24842026-07-27T20:27:25.882Z 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`
24852026-07-27T20:27:25.882Z 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`
24862026-07-27T20:27:25.884Z 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`
24872026-07-27T20:27:25.994Z 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`
24882026-07-27T20:27:25.994Z 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`
24892026-07-27T20:27:25.994Z 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`
24902026-07-27T20:27:25.994Z 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`
24912026-07-27T20:27:26.338Z 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`
24922026-07-27T20:27:26.417Z 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`
24932026-07-27T20:27:26.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/zerocopy-0.8.40/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=10a8380bb8c20de9 -C extra-filename=-c66f73ec85377537 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-c66f73ec85377537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942026-07-27T20:27:26.419Z 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`
24952026-07-27T20:27:26.419Z 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.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="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=67c91d10e4956791 -C extra-filename=-29fe31c54d5c23c8 --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`
24962026-07-27T20:27:26.420Z 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`
24972026-07-27T20:27:26.421Z 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`
24982026-07-27T20:27:26.421Z 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`
24992026-07-27T20:27:26.421Z 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`
25002026-07-27T20:27:26.421Z 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`
25012026-07-27T20:27:26.421Z 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`
25022026-07-27T20:27:26.422Z 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.150/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=d7cbc5530191f0e0 -C extra-filename=-3da3f15fea4332fd --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-3da3f15fea4332fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032026-07-27T20:27:26.423Z 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`
25042026-07-27T20:27:26.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`
25052026-07-27T20:27:26.423Z Compiling pin-project-lite v0.2.17
25062026-07-27T20:27:26.531Z 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`
25072026-07-27T20:27:26.531Z 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`
25082026-07-27T20:27:26.589Z 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`
25092026-07-27T20:27:26.593Z 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.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 '--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=5898818949f1e7a1 -C extra-filename=-5ffb4c886a11b426 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-5ffb4c886a11b426 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102026-07-27T20:27:26.594Z 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`
25112026-07-27T20:27:26.599Z 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`
25122026-07-27T20:27:26.801Z Compiling lock_api v0.4.14
25132026-07-27T20:27:26.897Z Compiling form_urlencoded v1.2.2
25142026-07-27T20:27:26.898Z Compiling equivalent v1.0.2
25152026-07-27T20:27:26.898Z Compiling thiserror v2.0.18
25162026-07-27T20:27:26.898Z Compiling shlex v1.3.0
25172026-07-27T20:27:26.898Z 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`
25182026-07-27T20:27:27.106Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-bd931bcdebfb2835/build-script-build`
25192026-07-27T20:27:27.106Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-c60aa0859c6cdac8/build-script-build`
25202026-07-27T20:27:27.106Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-280df15876766ab0/build-script-build`
25212026-07-27T20:27:27.111Z Compiling num-traits v0.2.19
25222026-07-27T20:27:27.111Z Compiling fnv v1.0.7
25232026-07-27T20:27:27.111Z Compiling find-msvc-tools v0.1.9
25242026-07-27T20:27:27.111Z Compiling heck v0.5.0
25252026-07-27T20:27:27.111Z Compiling iana-time-zone v0.1.65
25262026-07-27T20:27:27.111Z 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`
25272026-07-27T20:27:27.299Z 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`
25282026-07-27T20:27:27.310Z 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`
25292026-07-27T20:27:27.310Z 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`
25302026-07-27T20:27:27.310Z 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`
25312026-07-27T20:27:27.310Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-dec7d4e7a928cca7/build-script-build`
25322026-07-27T20:27:27.404Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-b1ad757f3d1feadb/build-script-build`
25332026-07-27T20:27:27.409Z Compiling rustversion v1.0.22
25342026-07-27T20:27:27.409Z Compiling hashbrown v0.17.0
25352026-07-27T20:27:27.409Z Compiling regex-syntax v0.8.10
25362026-07-27T20:27:27.409Z Compiling schemars v0.8.22
25372026-07-27T20:27:27.409Z Compiling dyn-clone v1.0.20
25382026-07-27T20:27:27.409Z Compiling strsim v0.11.1
25392026-07-27T20:27:27.409Z Compiling futures-core v0.3.32
25402026-07-27T20:27:27.435Z Compiling syn v1.0.109
25412026-07-27T20:27:27.441Z Compiling rustix v1.1.3
25422026-07-27T20:27:27.441Z Compiling aho-corasick v1.1.4
25432026-07-27T20:27:27.441Z Compiling byteorder v1.5.0
25442026-07-27T20:27:27.468Z Compiling cmov v0.5.4
25452026-07-27T20:27:27.472Z 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`
25462026-07-27T20:27:27.472Z 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`
25472026-07-27T20:27:27.472Z 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`
25482026-07-27T20:27:27.472Z 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`
25492026-07-27T20:27:27.473Z 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`
25502026-07-27T20:27:27.473Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-149ac3b1bfbf1a94/build-script-build`
25512026-07-27T20:27:27.473Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e9e341c45ff69dd5/build-script-build`
25522026-07-27T20:27:27.473Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-2a5e5fd126512cc3/build-script-build`
25532026-07-27T20:27:27.805Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-5ffb4c886a11b426/build-script-build`
25542026-07-27T20:27:27.805Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-f722ed462eeafd77/build-script-build`
25552026-07-27T20:27:27.821Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4284572ba3c6271f/build-script-build`
25562026-07-27T20:27:27.821Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-3da3f15fea4332fd/build-script-build`
25572026-07-27T20:27:27.822Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c66f73ec85377537/build-script-build`
25582026-07-27T20:27:27.822Z 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`
25592026-07-27T20:27:27.822Z 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`
25602026-07-27T20:27:27.822Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-682ec8ae79a89f0e/build-script-build`
25612026-07-27T20:27:27.822Z 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`
25622026-07-27T20:27:27.822Z 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`
25632026-07-27T20:27:27.822Z 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`
25642026-07-27T20:27:27.837Z Compiling futures-sink v0.3.32
25652026-07-27T20:27:27.849Z Compiling getrandom v0.3.4
25662026-07-27T20:27:27.862Z Compiling generic-array v0.14.7
25672026-07-27T20:27:27.872Z Compiling thiserror v1.0.69
25682026-07-27T20:27:27.872Z Compiling slab v0.4.12
25692026-07-27T20:27:27.872Z 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`
25702026-07-27T20:27:27.873Z 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`
25712026-07-27T20:27:27.874Z 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`
25722026-07-27T20:27:27.874Z 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`
25732026-07-27T20:27:27.874Z 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.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 --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=e51df1d3e6b68794 -C extra-filename=-7cfe84318559abd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-7cfe84318559abd2 -L 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-07-27T20:27:27.874Z 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`
25752026-07-27T20:27:27.874Z 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`
25762026-07-27T20:27:28.211Z 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)'`
25772026-07-27T20:27:28.216Z Compiling futures-task v0.3.32
25782026-07-27T20:27:28.240Z Compiling futures-io v0.3.32
25792026-07-27T20:27:28.243Z Compiling anyhow v1.0.102
25802026-07-27T20:27:28.243Z Compiling ident_case v1.0.1
25812026-07-27T20:27:28.243Z Compiling base64ct v1.8.3
25822026-07-27T20:27:28.243Z Compiling const-oid v0.9.6
25832026-07-27T20:27:28.243Z 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"))'`
25842026-07-27T20:27:28.243Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-682ebd8c594b97dd/build-script-build`
25852026-07-27T20:27:28.243Z 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`
25862026-07-27T20:27:28.243Z 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`
25872026-07-27T20:27:28.244Z 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)'`
25882026-07-27T20:27:28.282Z 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`
25892026-07-27T20:27:28.288Z 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`
25902026-07-27T20:27:28.288Z 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`
25912026-07-27T20:27:28.347Z 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)'`
25922026-07-27T20:27:28.352Z 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"))'`
25932026-07-27T20:27:28.596Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-5ca8dd11e0470c2c/build-script-build`
25942026-07-27T20:27:28.606Z Compiling ctutils v0.4.2
25952026-07-27T20:27:28.606Z Compiling pkg-config v0.3.32
25962026-07-27T20:27:28.606Z Compiling base64 v0.22.1
25972026-07-27T20:27:28.606Z Compiling utf8parse v0.2.2
25982026-07-27T20:27:28.632Z 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)'`
25992026-07-27T20:27:28.643Z 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`
26002026-07-27T20:27:28.643Z 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`
26012026-07-27T20:27:28.644Z 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`
26022026-07-27T20:27:28.644Z 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.102/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=77c1e504dd28fbb7 -C extra-filename=-53f70a5a26cd2946 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-53f70a5a26cd2946 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032026-07-27T20:27:28.644Z 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`
26042026-07-27T20:27:28.644Z 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`
26052026-07-27T20:27:28.991Z 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)'`
26062026-07-27T20:27:28.996Z Compiling once_cell v1.21.3
26072026-07-27T20:27:28.996Z Compiling anstyle v1.0.14
26082026-07-27T20:27:28.996Z Compiling num-conv v0.2.0
26092026-07-27T20:27:28.996Z Compiling either v1.15.0
26102026-07-27T20:27:28.996Z Compiling time-core v0.1.8
26112026-07-27T20:27:28.996Z 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)'`
26122026-07-27T20:27:28.996Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-a24e6e36e86e48a1/build-script-build`
26132026-07-27T20:27:28.997Z 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`
26142026-07-27T20:27:28.997Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5e8f4331a0938315/build-script-build`
26152026-07-27T20:27:28.997Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-1f1c0aac613a8fc8/build-script-build`
26162026-07-27T20:27:29.004Z 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`
26172026-07-27T20:27:29.004Z 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`
26182026-07-27T20:27:29.004Z 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`
26192026-07-27T20:27:29.284Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-7cfe84318559abd2/build-script-build`
26202026-07-27T20:27:29.288Z Compiling errno v0.3.14
26212026-07-27T20:27:29.288Z Compiling jobserver v0.1.34
26222026-07-27T20:27:29.288Z Compiling mio v1.2.0
26232026-07-27T20:27:29.288Z Compiling socket2 v0.6.3
26242026-07-27T20:27:29.288Z Compiling getrandom v0.2.17
26252026-07-27T20:27:29.288Z Compiling regex-automata v0.4.14
26262026-07-27T20:27:29.323Z 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`
26272026-07-27T20:27:29.334Z 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`
26282026-07-27T20:27:29.337Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d59a04826277e404/build-script-build`
26292026-07-27T20:27:29.337Z 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`
26302026-07-27T20:27:29.337Z 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`
26312026-07-27T20:27:29.338Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c906e444f986cb52/build-script-build`
26322026-07-27T20:27:29.338Z 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`
26332026-07-27T20:27:29.679Z 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)'`
26342026-07-27T20:27:29.680Z 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`
26352026-07-27T20:27:29.680Z 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.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::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=3f16ba5059ed7348 -C extra-filename=-424c475af672f094 --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`
26362026-07-27T20:27:29.687Z 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=f17d99729f78275f -C extra-filename=-6fae212c3eebe0ee --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-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372026-07-27T20:27:29.687Z 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"))'`
26382026-07-27T20:27:29.687Z 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`
26392026-07-27T20:27:29.688Z 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`
26402026-07-27T20:27:29.688Z 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)'`
26412026-07-27T20:27:29.688Z 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`
26422026-07-27T20:27:29.688Z Compiling futures-channel v0.3.32
26432026-07-27T20:27:29.688Z Compiling tracing-core v0.1.36
26442026-07-27T20:27:29.688Z Compiling powerfmt v0.2.0
26452026-07-27T20:27:29.688Z Compiling num_threads v0.1.7
26462026-07-27T20:27:29.688Z Compiling is_terminal_polyfill v1.70.2
26472026-07-27T20:27:29.688Z Compiling anstyle-query v1.1.5
26482026-07-27T20:27:29.688Z Compiling colorchoice v1.0.4
26492026-07-27T20:27:29.688Z Compiling crossbeam-utils v0.8.21
26502026-07-27T20:27:29.688Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-75c354370bd8be15/build-script-build`
26512026-07-27T20:27:29.688Z 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`
26522026-07-27T20:27:29.998Z 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)'`
26532026-07-27T20:27:30.008Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-53f70a5a26cd2946/build-script-build`
26542026-07-27T20:27:30.008Z 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`
26552026-07-27T20:27:30.008Z Compiling syn v2.0.117
26562026-07-27T20:27:30.031Z Compiling bitflags v2.11.0
26572026-07-27T20:27:30.037Z Compiling semver v1.0.28
26582026-07-27T20:27:30.037Z Compiling parking_lot v0.12.5
26592026-07-27T20:27:30.037Z Compiling signal-hook-registry v1.4.8
26602026-07-27T20:27:30.037Z Compiling indexmap v2.14.0
26612026-07-27T20:27:30.037Z Compiling rand_core v0.6.4
26622026-07-27T20:27:30.060Z Compiling time-macros v0.2.27
26632026-07-27T20:27:30.067Z Compiling anstyle-parse v1.0.0
26642026-07-27T20:27:30.097Z 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`
26652026-07-27T20:27:30.111Z 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`
26662026-07-27T20:27:30.111Z 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`
26672026-07-27T20:27:30.111Z 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`
26682026-07-27T20:27:30.111Z 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`
26692026-07-27T20:27:30.112Z 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`
26702026-07-27T20:27:30.112Z 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`
26712026-07-27T20:27:30.389Z 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`
26722026-07-27T20:27:30.392Z 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.150/src/lib.rs --error-format=json --json=diagnostic-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=654bb9e5681bd213 -C extra-filename=-2f728c48b3467468 --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"))'`
26732026-07-27T20:27:30.393Z 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`
26742026-07-27T20:27:30.430Z 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`
26752026-07-27T20:27:30.436Z 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`
26762026-07-27T20:27:30.437Z 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`
26772026-07-27T20:27:30.437Z 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`
26782026-07-27T20:27:30.437Z 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`
26792026-07-27T20:27:30.437Z 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`
26802026-07-27T20:27:30.437Z Compiling cc v1.2.56
26812026-07-27T20:27:30.437Z Compiling uuid v1.23.4
26822026-07-27T20:27:30.461Z Compiling deranged v0.5.8
26832026-07-27T20:27:30.466Z Compiling const-oid v0.10.2
26842026-07-27T20:27:30.466Z Compiling allocator-api2 v0.2.21
26852026-07-27T20:27:30.466Z Compiling clap_lex v1.0.0
26862026-07-27T20:27:30.466Z Compiling httparse v1.10.1
26872026-07-27T20:27:30.466Z Compiling dunce v1.0.5
26882026-07-27T20:27:30.466Z Compiling fs_extra v1.3.0
26892026-07-27T20:27:30.466Z 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`
26902026-07-27T20:27:30.467Z 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`
26912026-07-27T20:27:30.571Z 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`
26922026-07-27T20:27:30.812Z 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`
26932026-07-27T20:27:30.812Z 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=2999d8b5d1b4b063 -C extra-filename=-d6b59a0477c81f00 --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-424c475af672f094.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`
26942026-07-27T20:27:30.812Z 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`
26952026-07-27T20:27:30.819Z Compiling rand_core v0.9.5
26962026-07-27T20:27:30.819Z Compiling anstream v1.0.0
26972026-07-27T20:27:30.819Z Compiling slog v2.8.2
26982026-07-27T20:27:30.819Z Compiling cpufeatures v0.3.0
26992026-07-27T20:27:30.819Z Compiling camino v1.2.2
27002026-07-27T20:27:30.819Z Compiling fastrand v2.3.0
27012026-07-27T20:27:30.820Z Compiling ryu v1.0.23
27022026-07-27T20:27:30.839Z 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`
27032026-07-27T20:27:30.871Z 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`
27042026-07-27T20:27:30.876Z 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`
27052026-07-27T20:27:30.876Z 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`
27062026-07-27T20:27:30.876Z 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`
27072026-07-27T20:27:30.876Z 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`
27082026-07-27T20:27:31.158Z 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.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(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=6fabf1d5d46d22b7 -C extra-filename=-c7af5135fc7c0b96 --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`
27092026-07-27T20:27:31.163Z 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.102/src/lib.rs --error-format=json --json=diagnostic-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=a25073cc98460f31 -C extra-filename=-ed57f8967b351c78 --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)'`
27102026-07-27T20:27:31.163Z 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`
27112026-07-27T20:27:31.164Z 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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=fcb779e3d740836d -C extra-filename=-5fcbdd5a3b33b9fe --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-5fcbdd5a3b33b9fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122026-07-27T20:27:31.165Z 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`
27132026-07-27T20:27:31.165Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0d89cb4948c31710/build-script-build`
27142026-07-27T20:27:31.165Z 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`
27152026-07-27T20:27:31.165Z 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`
27162026-07-27T20:27:31.165Z 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`
27172026-07-27T20:27:31.165Z Compiling aws-lc-rs v1.16.3
27182026-07-27T20:27:31.165Z Compiling cpufeatures v0.2.17
27192026-07-27T20:27:31.165Z Compiling atomic-waker v1.1.2
27202026-07-27T20:27:31.165Z Compiling untrusted v0.7.1
27212026-07-27T20:27:31.165Z Compiling httpdate v1.0.3
27222026-07-27T20:27:31.165Z Compiling try-lock v0.2.5
27232026-07-27T20:27:31.165Z Compiling tower-service v0.3.3
27242026-07-27T20:27:31.205Z 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`
27252026-07-27T20:27:31.416Z 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`
27262026-07-27T20:27:31.428Z Compiling tower-layer v0.3.3
27272026-07-27T20:27:31.428Z Compiling rustc_version v0.4.1
27282026-07-27T20:27:31.428Z Compiling ucd-trie v0.1.7
27292026-07-27T20:27:31.428Z Compiling pem-rfc7468 v0.7.0
27302026-07-27T20:27:31.428Z Compiling spin v0.9.8
27312026-07-27T20:27:31.428Z Compiling flagset v0.4.7
27322026-07-27T20:27:31.428Z Compiling rustls v0.23.41
27332026-07-27T20:27:31.428Z Compiling untrusted v0.9.0
27342026-07-27T20:27:31.428Z Compiling mime v0.3.17
27352026-07-27T20:27:31.450Z 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`
27362026-07-27T20:27:31.454Z 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`
27372026-07-27T20:27:31.454Z 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`
27382026-07-27T20:27:31.454Z 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`
27392026-07-27T20:27:31.454Z 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`
27402026-07-27T20:27:31.454Z 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`
27412026-07-27T20:27:31.799Z 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)'`
27422026-07-27T20:27:31.800Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-ca293ae9ebaa38f7/build-script-build`
27432026-07-27T20:27:31.800Z 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`
27442026-07-27T20:27:31.800Z 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`
27452026-07-27T20:27:31.800Z 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`
27462026-07-27T20:27:31.804Z 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`
27472026-07-27T20:27:31.804Z 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`
27482026-07-27T20:27:31.804Z Compiling cmake v0.1.57
27492026-07-27T20:27:31.804Z Compiling want v0.3.1
27502026-07-27T20:27:31.804Z Compiling pretty-hex v0.4.1
27512026-07-27T20:27:31.804Z Compiling plain v0.2.3
27522026-07-27T20:27:31.804Z Compiling simd-adler32 v0.3.8
27532026-07-27T20:27:31.804Z Compiling adler2 v2.0.1
27542026-07-27T20:27:31.804Z Compiling openssl-probe v0.2.1
27552026-07-27T20:27:31.806Z Compiling unicode-segmentation v1.12.0
27562026-07-27T20:27:31.806Z 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`
27572026-07-27T20:27:31.806Z 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`
27582026-07-27T20:27:31.806Z 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`
27592026-07-27T20:27:31.806Z 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`
27602026-07-27T20:27:32.108Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ca54b41f76ec7228/build-script-build`
27612026-07-27T20:27:32.122Z 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`
27622026-07-27T20:27:32.122Z Compiling regex v1.12.3
27632026-07-27T20:27:32.122Z Compiling time v0.3.47
27642026-07-27T20:27:32.135Z Compiling encoding_rs v0.8.35
27652026-07-27T20:27:32.139Z Compiling crc32fast v1.5.0
27662026-07-27T20:27:32.140Z Compiling vcpkg v0.2.15
27672026-07-27T20:27:32.140Z Compiling sync_wrapper v1.0.2
27682026-07-27T20:27:32.140Z Compiling foldhash v0.2.0
27692026-07-27T20:27:32.140Z Compiling iri-string v0.7.10
27702026-07-27T20:27:32.140Z Compiling paste v1.0.15
27712026-07-27T20:27:32.164Z Compiling static_assertions v1.1.0
27722026-07-27T20:27:32.169Z 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`
27732026-07-27T20:27:32.169Z 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`
27742026-07-27T20:27:32.169Z 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`
27752026-07-27T20:27:32.171Z 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`
27762026-07-27T20:27:32.171Z 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`
27772026-07-27T20:27:32.171Z 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`
27782026-07-27T20:27:32.195Z 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`
27792026-07-27T20:27:32.199Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-5fcbdd5a3b33b9fe/build-script-build`
27802026-07-27T20:27:32.521Z 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`
27812026-07-27T20:27:32.522Z 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`
27822026-07-27T20:27:32.522Z 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`
27832026-07-27T20:27:32.522Z 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`
27842026-07-27T20:27:32.522Z 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`
27852026-07-27T20:27:32.526Z 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`
27862026-07-27T20:27:32.526Z 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`
27872026-07-27T20:27:32.527Z 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`
27882026-07-27T20:27:32.527Z 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`
27892026-07-27T20:27:32.527Z 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`
27902026-07-27T20:27:32.527Z Compiling terminal_size v0.4.3
27912026-07-27T20:27:32.527Z Compiling tempfile v3.25.0
27922026-07-27T20:27:32.528Z Compiling pest v2.8.6
27932026-07-27T20:27:32.528Z Compiling zlib-rs v0.6.2
27942026-07-27T20:27:32.528Z Compiling bit-vec v0.8.0
27952026-07-27T20:27:32.528Z Compiling lazy_static v1.5.0
27962026-07-27T20:27:32.528Z Compiling wait-timeout v0.2.1
27972026-07-27T20:27:32.528Z Compiling cookie v0.18.1
27982026-07-27T20:27:32.528Z Compiling litrs v1.0.0
27992026-07-27T20:27:32.528Z Compiling winnow v1.0.3
28002026-07-27T20:27:32.528Z 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`
28012026-07-27T20:27:32.885Z 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=1cb8ee6db84e07ab -C extra-filename=-9a893232469b57cd --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-c7af5135fc7c0b96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-07-27T20:27:32.893Z 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`
28032026-07-27T20:27:32.893Z Compiling aws-lc-sys v0.40.0
28042026-07-27T20:27:32.893Z Compiling miniz_oxide v0.8.9
28052026-07-27T20:27:32.893Z Compiling hashbrown v0.16.1
28062026-07-27T20:27:32.893Z Compiling psl-types v2.0.11
28072026-07-27T20:27:32.893Z Compiling quick-error v1.2.3
28082026-07-27T20:27:32.894Z Compiling rand_xorshift v0.4.0
28092026-07-27T20:27:32.894Z Compiling num-integer v0.1.46
28102026-07-27T20:27:32.922Z Compiling ahash v0.8.12
28112026-07-27T20:27:32.925Z Compiling winnow v0.7.14
28122026-07-27T20:27:32.972Z Compiling unarray v0.1.4
28132026-07-27T20:27:32.994Z Compiling usdt-impl v0.6.0
28142026-07-27T20:27:32.995Z 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`
28152026-07-27T20:27:32.996Z 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`
28162026-07-27T20:27:32.996Z 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`
28172026-07-27T20:27:32.996Z 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`
28182026-07-27T20:27:32.996Z 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`
28192026-07-27T20:27:33.003Z 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.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="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=a21126408ff4b1fe -C extra-filename=-5771112c62489400 --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-424c475af672f094.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202026-07-27T20:27:33.003Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=f027c7564d0c3640 -C extra-filename=-5215acc21a4c0bb1 --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`
28212026-07-27T20:27:33.004Z 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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=5bb4cc49fc203546 -C extra-filename=-8a9e02ae24a3d662 --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)'`
28222026-07-27T20:27:33.005Z 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`
28232026-07-27T20:27:33.141Z 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`
28242026-07-27T20:27:33.141Z 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`
28252026-07-27T20:27:33.147Z 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`
28262026-07-27T20:27:33.148Z 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`
28272026-07-27T20:27:33.148Z 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`
28282026-07-27T20:27:33.165Z 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`
28292026-07-27T20:27:33.165Z 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`
28302026-07-27T20:27:33.168Z 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`
28312026-07-27T20:27:33.214Z Compiling synstructure v0.13.2
28322026-07-27T20:27:33.236Z Compiling serde_derive_internals v0.29.1
28332026-07-27T20:27:33.240Z Compiling clap_builder v4.6.0
28342026-07-27T20:27:33.240Z 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`
28352026-07-27T20:27:33.241Z 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`
28362026-07-27T20:27:33.241Z 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`
28372026-07-27T20:27:33.471Z 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`
28382026-07-27T20:27:33.476Z Compiling bit-set v0.8.0
28392026-07-27T20:27:33.476Z Compiling toml_parser v1.1.2+spec-1.1.0
28402026-07-27T20:27:33.476Z Compiling tinyvec_macros v0.1.1
28412026-07-27T20:27:33.477Z Compiling darling_core v0.23.0
28422026-07-27T20:27:33.477Z Compiling thread-id v5.1.0
28432026-07-27T20:27:33.477Z Compiling memmap2 v0.9.10
28442026-07-27T20:27:33.477Z 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`
28452026-07-27T20:27:33.477Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-ea55963f21942ba7/build-script-build`
28462026-07-27T20:27:33.477Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-ef368058533ce1eb/build-script-build`
28472026-07-27T20:27:33.477Z 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=c270059239d6550d -C extra-filename=-93ec28f88e11622c --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-9a893232469b57cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482026-07-27T20:27:33.687Z 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`
28492026-07-27T20:27:33.841Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a598f3360ed386eb/build-script-build`
28502026-07-27T20:27:33.841Z Compiling document-features v0.2.12
28512026-07-27T20:27:33.841Z Compiling rusty-fork v0.3.1
28522026-07-27T20:27:33.841Z Compiling anstyle-parse v0.2.7
28532026-07-27T20:27:33.841Z Compiling darling_core v0.20.11
28542026-07-27T20:27:33.841Z Compiling openssl-sys v0.9.115
28552026-07-27T20:27:33.841Z Compiling memoffset v0.9.1
28562026-07-27T20:27:33.841Z Compiling rustix v0.38.44
28572026-07-27T20:27:33.841Z 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`
28582026-07-27T20:27:33.841Z 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`
28592026-07-27T20:27:33.841Z 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`
28602026-07-27T20:27:33.841Z 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`
28612026-07-27T20:27:33.841Z 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=e7b3e0cbd05d67ef -C extra-filename=-f52b23f0e36c311f --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-5215acc21a4c0bb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622026-07-27T20:27:34.002Z 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"))'`
28632026-07-27T20:27:34.037Z 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=9e94cfde2f5ede52 -C extra-filename=-1893d5cefc19997f --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-5771112c62489400.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`
28642026-07-27T20:27:34.042Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-cf10ad52720b7f39/build-script-build`
28652026-07-27T20:27:34.042Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-7d8de335c1864872/build-script-build`
28662026-07-27T20:27:34.042Z 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`
28672026-07-27T20:27:34.043Z 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`
28682026-07-27T20:27:34.043Z 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.115/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=a70ef23f374ded85 -C extra-filename=-5ecf08202113f04e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ecf08202113f04e -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`
28692026-07-27T20:27:34.043Z 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`
28702026-07-27T20:27:34.043Z 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`
28712026-07-27T20:27:34.073Z Compiling data-encoding v2.10.0
28722026-07-27T20:27:34.076Z Compiling winnow v0.5.40
28732026-07-27T20:27:34.076Z Compiling object v0.37.3
28742026-07-27T20:27:34.076Z Compiling bstr v1.12.1
28752026-07-27T20:27:34.077Z 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`
28762026-07-27T20:27:34.297Z 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)'`
28772026-07-27T20:27:34.297Z 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`
28782026-07-27T20:27:34.302Z 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`
28792026-07-27T20:27:34.302Z 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`
28802026-07-27T20:27:34.302Z Compiling pest_meta v2.8.6
28812026-07-27T20:27:34.302Z Compiling tinyvec v1.10.0
28822026-07-27T20:27:34.302Z Compiling num-iter v0.1.45
28832026-07-27T20:27:34.302Z Compiling crossbeam-epoch v0.9.18
28842026-07-27T20:27:34.302Z Compiling num-bigint-dig v0.8.6
28852026-07-27T20:27:34.302Z Compiling cfg_aliases v0.2.1
28862026-07-27T20:27:34.302Z Compiling siphasher v1.0.2
28872026-07-27T20:27:34.303Z 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`
28882026-07-27T20:27:34.303Z 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`
28892026-07-27T20:27:34.407Z 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`
28902026-07-27T20:27:34.407Z 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`
28912026-07-27T20:27:34.412Z Compiling hubpack_derive v0.1.1
28922026-07-27T20:27:34.412Z Compiling anstream v0.6.21
28932026-07-27T20:27:34.441Z Compiling heck v0.4.1
28942026-07-27T20:27:34.450Z Compiling itertools v0.13.0
28952026-07-27T20:27:34.471Z Compiling usdt-impl v0.5.0
28962026-07-27T20:27:34.475Z Compiling env_filter v1.0.0
28972026-07-27T20:27:34.508Z 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`
28982026-07-27T20:27:34.527Z 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`
28992026-07-27T20:27:34.527Z 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`
29002026-07-27T20:27:34.527Z 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`
29012026-07-27T20:27:34.527Z 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`
29022026-07-27T20:27:34.576Z 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`
29032026-07-27T20:27:34.580Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-a39a0a37aa1e9bb6/build-script-build`
29042026-07-27T20:27:34.580Z 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`
29052026-07-27T20:27:34.581Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-bcb6a513b977619f/build-script-build`
29062026-07-27T20:27:34.614Z 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`
29072026-07-27T20:27:34.619Z 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`
29082026-07-27T20:27:34.619Z Compiling bzip2-sys v0.1.13+1.0.8
29092026-07-27T20:27:34.619Z Compiling thread-id v4.2.2
29102026-07-27T20:27:34.619Z 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`
29112026-07-27T20:27:34.655Z 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-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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=0a14abbe0e908602 -C extra-filename=-784563b58c7033c9 --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-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-07-27T20:27:34.865Z Compiling serde_derive v1.0.228
29132026-07-27T20:27:34.869Z Compiling zeroize_derive v1.4.3
29142026-07-27T20:27:34.869Z Compiling zerofrom-derive v0.1.6
29152026-07-27T20:27:34.869Z Compiling yoke-derive v0.8.1
29162026-07-27T20:27:34.939Z 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`
29172026-07-27T20:27:34.975Z 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`
29182026-07-27T20:27:35.059Z Compiling zerovec-derive v0.11.2
29192026-07-27T20:27:35.059Z Compiling displaydoc v0.2.5
29202026-07-27T20:27:35.063Z Compiling zerocopy-derive v0.8.40
29212026-07-27T20:27:35.063Z Compiling thiserror-impl v2.0.18
29222026-07-27T20:27:35.063Z Compiling tokio-macros v2.7.0
29232026-07-27T20:27:35.063Z Compiling schemars_derive v0.8.22
29242026-07-27T20:27:35.063Z Compiling futures-macro v0.3.32
29252026-07-27T20:27:35.063Z Compiling thiserror-impl v1.0.69
29262026-07-27T20:27:35.063Z Compiling tracing-attributes v0.1.31
29272026-07-27T20:27:35.063Z Compiling clap_derive v4.6.1
29282026-07-27T20:27:35.063Z Compiling der_derive v0.7.3
29292026-07-27T20:27:35.063Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.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=dfcbf68f8110a96f -C extra-filename=-27415fea3c163e2c --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`
29302026-07-27T20:27:35.063Z 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`
29312026-07-27T20:27:35.063Z 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`
29322026-07-27T20:27:35.063Z 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`
29332026-07-27T20:27:35.063Z 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`
29342026-07-27T20:27:35.063Z 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`
29352026-07-27T20:27:35.063Z Compiling async-trait v0.1.89
29362026-07-27T20:27:35.063Z Compiling scroll_derive v0.13.1
29372026-07-27T20:27:35.095Z Compiling strum_macros v0.26.4
29382026-07-27T20:27:35.115Z Compiling scroll_derive v0.12.1
29392026-07-27T20:27:35.129Z 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`
29402026-07-27T20:27:35.136Z 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`
29412026-07-27T20:27:35.136Z 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`
29422026-07-27T20:27:35.136Z 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`
29432026-07-27T20:27:35.136Z 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`
29442026-07-27T20:27:35.136Z 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`
29452026-07-27T20:27:35.136Z 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.40/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_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca6dd7a6916e25b0 -C extra-filename=-bf3559dba3b42c46 --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`
29462026-07-27T20:27:35.136Z 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`
29472026-07-27T20:27:35.137Z 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`
29482026-07-27T20:27:35.137Z 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`
29492026-07-27T20:27:35.137Z 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`
29502026-07-27T20:27:35.137Z 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`
29512026-07-27T20:27:35.137Z 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`
29522026-07-27T20:27:35.137Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ecf08202113f04e/build-script-main`
29532026-07-27T20:27:35.302Z Running `/work/oxidecomputer/omicron/target/debug/build/object-d9214cbcc9079bb7/build-script-build`
29542026-07-27T20:27:35.306Z 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`
29552026-07-27T20:27:35.377Z 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`
29562026-07-27T20:27:35.438Z Compiling zerocopy-derive v0.7.35
29572026-07-27T20:27:35.446Z 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`
29582026-07-27T20:27:35.505Z Compiling pest_generator v2.8.6
29592026-07-27T20:27:35.540Z 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`
29602026-07-27T20:27:35.671Z Compiling flate2 v1.1.9
29612026-07-27T20:27:35.705Z 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`
29622026-07-27T20:27:35.807Z Compiling zeroize v1.8.2
29632026-07-27T20:27:35.851Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-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 --cfg 'feature="aarch64"' --cfg 'feature="alloc"' --cfg 'feature="default"' --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=16e750f59585c50b -C extra-filename=-3ccf8edcfcf2d8c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-27415fea3c163e2c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-07-27T20:27:35.889Z 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)'`
29652026-07-27T20:27:35.927Z Compiling nix v0.31.2
29662026-07-27T20:27:35.931Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-1b7290e58fd8df9a/build-script-build`
29672026-07-27T20:27:35.971Z Compiling daft-derive v0.1.7
29682026-07-27T20:27:35.975Z 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`
29692026-07-27T20:27:35.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.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(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36439c1630bf518c -C extra-filename=-90bff88815a79bb8 --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`
29702026-07-27T20:27:36.048Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-c12be9d13de3c398/build-script-build`
29712026-07-27T20:27:36.157Z Compiling hybrid-array v0.4.13
29722026-07-27T20:27:36.185Z 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=a4b1332f03dc4b75 -C extra-filename=-34758055085d0c4e --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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732026-07-27T20:27:36.192Z Compiling rustls-pki-types v1.14.0
29742026-07-27T20:27:36.192Z 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=45c41892c974dfb6 -C extra-filename=-3df25504d1629998 --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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29752026-07-27T20:27:36.193Z 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=95522cb3888be9b3 -C extra-filename=-8cd0d535429f9850 --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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-07-27T20:27:36.270Z Compiling scroll v0.13.0
29772026-07-27T20:27:36.311Z 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`
29782026-07-27T20:27:36.316Z Compiling darling_macro v0.20.11
29792026-07-27T20:27:36.316Z Compiling darling_macro v0.23.0
29802026-07-27T20:27:36.316Z 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`
29812026-07-27T20:27:36.316Z 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`
29822026-07-27T20:27:36.386Z Compiling scroll v0.12.0
29832026-07-27T20:27:36.390Z Compiling env_logger v0.11.9
29842026-07-27T20:27:36.390Z 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`
29852026-07-27T20:27:36.463Z 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.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 --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=b74dc5d0cf43957d -C extra-filename=-3ace9999e1597e03 --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 env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-784563b58c7033c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862026-07-27T20:27:36.478Z Compiling curve25519-dalek-derive v0.1.1
29872026-07-27T20:27:36.483Z 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`
29882026-07-27T20:27:36.528Z Compiling foreign-types-shared v0.1.1
29892026-07-27T20:27:36.536Z Compiling futures-util v0.3.32
29902026-07-27T20:27:36.536Z Compiling openssl v0.10.79
29912026-07-27T20:27:36.536Z 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`
29922026-07-27T20:27:36.601Z 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`
29932026-07-27T20:27:36.605Z 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.79/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=3ca3fdb151784cd6 -C extra-filename=-fb19494bcd8ea341 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-fb19494bcd8ea341 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-07-27T20:27:36.637Z Compiling goblin v0.10.5
29952026-07-27T20:27:36.681Z Compiling pest_derive v2.8.6
29962026-07-27T20:27:36.685Z Compiling rustls-native-certs v0.8.3
29972026-07-27T20:27:36.685Z 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=0e3356aa6fcc854a -C extra-filename=-8f665feb62c1782e --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-29fe31c54d5c23c8.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`
29982026-07-27T20:27:36.685Z Compiling foreign-types v0.3.2
29992026-07-27T20:27:36.729Z 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`
30002026-07-27T20:27:36.736Z 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=00b6739ee00d3b57 -C extra-filename=-8962e3d024b85f6e --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-8cd0d535429f9850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-07-27T20:27:36.736Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-671cb10abd26c79b/build-script-build`
30022026-07-27T20:27:36.758Z 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.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=1000aafe254edf45 -C extra-filename=-7cd139d648b2eb8b --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)'`
30032026-07-27T20:27:36.836Z 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`
30042026-07-27T20:27:36.848Z Compiling goblin v0.8.2
30052026-07-27T20:27:36.923Z Compiling zerofrom v0.1.6
30062026-07-27T20:27:36.924Z Compiling crypto-common v0.1.7
30072026-07-27T20:27:36.931Z Compiling block-buffer v0.10.4
30082026-07-27T20:27:36.931Z 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=129335e83397891c -C extra-filename=-3c0e6c9ea0757c60 --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-29fe31c54d5c23c8.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`
30092026-07-27T20:27:37.046Z Compiling der v0.7.10
30102026-07-27T20:27:37.046Z Compiling zerocopy v0.7.35
30112026-07-27T20:27:37.051Z Compiling openssl-macros v0.1.1
30122026-07-27T20:27:37.051Z Compiling ff v0.13.1
30132026-07-27T20:27:37.051Z Compiling cargo-platform v0.3.2
30142026-07-27T20:27:37.051Z 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`
30152026-07-27T20:27:37.052Z 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=b9db4b10afd46893 -C extra-filename=-de4d536622d090a5 --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-3df25504d1629998.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`
30162026-07-27T20:27:37.052Z 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=a627935e04c1772a -C extra-filename=-e7303d02d11cc88b --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-3df25504d1629998.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172026-07-27T20:27:37.052Z 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=ee16b39215d38ea1 -C extra-filename=-f78f640880c6271a --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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182026-07-27T20:27:37.052Z Compiling crypto-common v0.2.2
30192026-07-27T20:27:37.080Z 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`
30202026-07-27T20:27:37.084Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac311e4903ed2a9/build-script-build`
30212026-07-27T20:27:37.084Z 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"))'`
30222026-07-27T20:27:37.084Z 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`
30232026-07-27T20:27:37.084Z 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`
30242026-07-27T20:27:37.085Z 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`
30252026-07-27T20:27:37.085Z 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=26791bf87a1cc317 -C extra-filename=-eeec7ef5b6fb2a67 --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-424c475af672f094.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.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`
30262026-07-27T20:27:37.226Z Compiling yoke v0.8.1
30272026-07-27T20:27:37.302Z Compiling block-buffer v0.12.1
30282026-07-27T20:27:37.308Z Compiling digest v0.10.7
30292026-07-27T20:27:37.308Z 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`
30302026-07-27T20:27:37.460Z Compiling block-padding v0.4.2
30312026-07-27T20:27:37.460Z Compiling darling v0.23.0
30322026-07-27T20:27:37.471Z Compiling darling v0.20.11
30332026-07-27T20:27:37.471Z Compiling base16ct v0.2.0
30342026-07-27T20:27:37.471Z Compiling same-file v1.0.6
30352026-07-27T20:27:37.471Z 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=7aa7bf0a2a8fc4c3 -C extra-filename=-f0fcb061dea218fc --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-34758055085d0c4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-07-27T20:27:37.471Z 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=5e2f5fbd99044c7c -C extra-filename=-c3522e0ff62d0920 --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-e7303d02d11cc88b.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-de4d536622d090a5.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`
30372026-07-27T20:27:37.493Z 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)'`
30382026-07-27T20:27:37.496Z Compiling tracing v0.1.44
30392026-07-27T20:27:37.496Z Compiling strum v0.26.3
30402026-07-27T20:27:37.530Z Compiling group v0.13.0
30412026-07-27T20:27:37.535Z Compiling crypto-bigint v0.5.5
30422026-07-27T20:27:37.535Z Compiling vergen-lib v9.1.0
30432026-07-27T20:27:37.535Z 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=18489b57071e121b -C extra-filename=-33681f64c6ba3da7 --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-34758055085d0c4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-07-27T20:27:37.535Z 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)'`
30452026-07-27T20:27:37.535Z 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`
30462026-07-27T20:27:37.535Z 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`
30472026-07-27T20:27:37.535Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-fb19494bcd8ea341/build-script-build`
30482026-07-27T20:27:37.535Z 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`
30492026-07-27T20:27:37.536Z 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`
30502026-07-27T20:27:37.603Z Compiling foldhash v0.1.5
30512026-07-27T20:27:37.607Z Compiling keccak v0.1.6
30522026-07-27T20:27:37.638Z 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.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="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=b895d3bdb20c9fdf -C extra-filename=-7ae81451c44d6552 --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-bf3559dba3b42c46.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_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)'`
30532026-07-27T20:27:37.642Z 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`
30542026-07-27T20:27:37.642Z 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`
30552026-07-27T20:27:37.642Z 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=490559c3265f638d -C extra-filename=-8e15305bb1d43b7a --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-29fe31c54d5c23c8.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`
30562026-07-27T20:27:37.642Z 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`
30572026-07-27T20:27:37.642Z 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=e58bd09bdfac948b -C extra-filename=-4fd9ca50a53da6d3 --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-3df25504d1629998.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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-07-27T20:27:37.749Z 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`
30592026-07-27T20:27:37.749Z 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`
30602026-07-27T20:27:37.851Z Compiling zerovec v0.11.5
30612026-07-27T20:27:37.857Z Compiling zerotrie v0.2.3
30622026-07-27T20:27:37.857Z Compiling sha2 v0.10.9
30632026-07-27T20:27:38.063Z Compiling clap v4.6.1
30642026-07-27T20:27:38.067Z Compiling signature v2.2.0
30652026-07-27T20:27:38.067Z Compiling dtrace-parser v0.3.0
30662026-07-27T20:27:38.067Z Compiling hmac v0.12.1
30672026-07-27T20:27:38.067Z Compiling signal-hook v0.3.18
30682026-07-27T20:27:38.067Z 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`
30692026-07-27T20:27:38.067Z 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=cd2748961705e6c2 -C extra-filename=-0e167e790e1c096c --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-c3522e0ff62d0920.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-07-27T20:27:38.067Z 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`
30712026-07-27T20:27:38.328Z 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=d66751a4df57263d -C extra-filename=-d4c30dc959312179 --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-93ec28f88e11622c.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`
30722026-07-27T20:27:38.332Z Compiling digest v0.11.3
30732026-07-27T20:27:38.332Z Compiling spki v0.7.3
30742026-07-27T20:27:38.334Z Compiling derive_builder_core v0.20.2
30752026-07-27T20:27:38.334Z Compiling serde_with_macros v3.21.0
30762026-07-27T20:27:38.334Z Compiling walkdir v2.5.0
30772026-07-27T20:27:38.334Z Compiling native-tls v0.2.18
30782026-07-27T20:27:38.334Z 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=4ebfb1c51bdfbc23 -C extra-filename=-018757d13f18996b --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-c3522e0ff62d0920.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`
30792026-07-27T20:27:38.334Z 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=705a5eebc6be94fd -C extra-filename=-460f0eb09f802b2d --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-c3522e0ff62d0920.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802026-07-27T20:27:38.334Z 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`
30812026-07-27T20:27:38.335Z 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`
30822026-07-27T20:27:38.545Z Compiling inout v0.2.2
30832026-07-27T20:27:38.545Z Compiling dtrace-parser v0.2.0
30842026-07-27T20:27:38.550Z Compiling sha3 v0.10.8
30852026-07-27T20:27:38.550Z Compiling hashbrown v0.15.5
30862026-07-27T20:27:38.577Z Compiling unicode-normalization v0.1.25
30872026-07-27T20:27:38.581Z 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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=c7cb784038715f34 -C extra-filename=-c619fbabeb68e8b6 --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-f0fcb061dea218fc.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-eeec7ef5b6fb2a67.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`
30882026-07-27T20:27:38.581Z 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`
30892026-07-27T20:27:38.581Z 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`
30902026-07-27T20:27:38.581Z 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`
30912026-07-27T20:27:38.581Z 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`
30922026-07-27T20:27:38.582Z 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=10fce1f9943c58f2 -C extra-filename=-61c39d8e104c1b2d --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-f78f640880c6271a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932026-07-27T20:27:38.582Z 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`
30942026-07-27T20:27:38.582Z 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.79/src/lib.rs --error-format=json --json=diagnostic-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=4b337657ee4f72e3 -C extra-filename=-c57c3f9b64252cee --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-7cd139d648b2eb8b.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)'`
30952026-07-27T20:27:38.815Z 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)'`
30962026-07-27T20:27:38.819Z 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`
30972026-07-27T20:27:38.819Z Compiling tinystr v0.8.2
30982026-07-27T20:27:38.844Z Compiling potential_utf v0.1.4
30992026-07-27T20:27:38.849Z Compiling hkdf v0.12.4
31002026-07-27T20:27:38.849Z Compiling bzip2 v0.4.4
31012026-07-27T20:27:38.849Z 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`
31022026-07-27T20:27:38.850Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a6425e9036706528/build-script-build`
31032026-07-27T20:27:38.850Z 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=040217620566438d -C extra-filename=-b1ad731872666ad8 --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-33681f64c6ba3da7.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042026-07-27T20:27:38.850Z 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=bbb77f6d9237caa5 -C extra-filename=-acf170c708ad13fd --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-c3522e0ff62d0920.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`
31052026-07-27T20:27:38.850Z 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`
31062026-07-27T20:27:39.038Z Compiling futures-executor v0.3.32
31072026-07-27T20:27:39.039Z Compiling pkcs8 v0.10.2
31082026-07-27T20:27:39.042Z Compiling x509-cert v0.2.5
31092026-07-27T20:27:39.042Z Compiling zstd-sys v2.0.16+zstd.1.5.7
31102026-07-27T20:27:39.042Z Compiling curve25519-dalek v4.1.3
31112026-07-27T20:27:39.042Z 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`
31122026-07-27T20:27:39.043Z 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`
31132026-07-27T20:27:39.043Z 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=bf2ba0f6378603b8 -C extra-filename=-308e4b9bbd1d2754 --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-460f0eb09f802b2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-07-27T20:27:39.043Z 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`
31152026-07-27T20:27:39.043Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-654ecd60793851a5/build-script-build`
31162026-07-27T20:27:39.220Z 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`
31172026-07-27T20:27:39.225Z Compiling bytes v1.11.1
31182026-07-27T20:27:39.225Z Compiling icu_collections v2.1.1
31192026-07-27T20:27:39.225Z Compiling chrono v0.4.45
31202026-07-27T20:27:39.226Z Compiling ipnet v2.11.0
31212026-07-27T20:27:39.226Z Compiling serde_tokenstream v0.2.3
31222026-07-27T20:27:39.226Z Compiling erased-serde v0.3.31
31232026-07-27T20:27:39.226Z Compiling hex v0.4.3
31242026-07-27T20:27:39.226Z 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=f5e653a2cbd30237 -C extra-filename=-19e6cd253a3077ed --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-f78f640880c6271a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-61c39d8e104c1b2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-07-27T20:27:39.226Z 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`
31262026-07-27T20:27:39.226Z 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`
31272026-07-27T20:27:39.226Z 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=bccb90c49336851c -C extra-filename=-323ada560c6a45fc --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-f78f640880c6271a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-61c39d8e104c1b2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-07-27T20:27:39.428Z 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`
31292026-07-27T20:27:39.431Z Compiling icu_locale_core v2.1.1
31302026-07-27T20:27:39.431Z Compiling serde_urlencoded v0.7.1
31312026-07-27T20:27:39.431Z Compiling cipher v0.5.2
31322026-07-27T20:27:39.459Z Compiling futures v0.3.32
31332026-07-27T20:27:39.465Z Compiling openapiv3 v2.2.0
31342026-07-27T20:27:39.465Z Compiling hubpack v0.1.2
31352026-07-27T20:27:39.465Z Compiling serde_spanned v0.6.9
31362026-07-27T20:27:39.465Z Compiling toml_datetime v0.6.11
31372026-07-27T20:27:39.496Z 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`
31382026-07-27T20:27:39.500Z 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.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=a7a84d890e1769a4 -C extra-filename=-0813ae563d0ff353 --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`
31392026-07-27T20:27:39.500Z 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`
31402026-07-27T20:27:39.500Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ad1b17897127141a/build-script-main`
31412026-07-27T20:27:39.500Z 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`
31422026-07-27T20:27:39.500Z 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`
31432026-07-27T20:27:39.500Z 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`
31442026-07-27T20:27:39.629Z 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`
31452026-07-27T20:27:39.633Z 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`
31462026-07-27T20:27:39.633Z 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`
31472026-07-27T20:27:39.633Z 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="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=664b9bc748dfa0c5 -C extra-filename=-1db1d54dd00fc13d --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-f0fcb061dea218fc.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-eeec7ef5b6fb2a67.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-b1ad731872666ad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-07-27T20:27:39.633Z 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=6df5bb87a242378c -C extra-filename=-781ac313f1e7b876 --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-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492026-07-27T20:27:39.633Z Compiling pkcs1 v0.7.5
31502026-07-27T20:27:39.633Z Compiling dof v0.3.0
31512026-07-27T20:27:39.634Z Compiling sec1 v0.7.3
31522026-07-27T20:27:39.662Z Compiling cargo_metadata v0.23.1
31532026-07-27T20:27:39.668Z 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`
31542026-07-27T20:27:39.668Z 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`
31552026-07-27T20:27:39.668Z 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`
31562026-07-27T20:27:39.844Z Compiling derive_builder_macro v0.20.2
31572026-07-27T20:27:39.849Z Compiling vergen v9.1.0
31582026-07-27T20:27:39.849Z Compiling bitflags v1.3.2
31592026-07-27T20:27:39.849Z 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=2fc7fde707d7faef -C extra-filename=-f7aeb53eb355882b --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-f78f640880c6271a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-19e6cd253a3077ed.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-61c39d8e104c1b2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-07-27T20:27:39.850Z 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=1d36909015b5df0e -C extra-filename=-bf18832f6708c78f --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-3c0e6c9ea0757c60.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-2f728c48b3467468.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`
31612026-07-27T20:27:39.850Z 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=a442e28990bf5207 -C extra-filename=-67aec8b9d9585af2 --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-f78f640880c6271a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3df25504d1629998.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-19e6cd253a3077ed.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-07-27T20:27:39.917Z 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=4391360b9f858769 -C extra-filename=-a173bf0661dfcd83 --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-8a9e02ae24a3d662.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-2f728c48b3467468.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`
31632026-07-27T20:27:40.095Z Compiling tokio v1.52.1
31642026-07-27T20:27:40.095Z Compiling http v1.4.2
31652026-07-27T20:27:40.098Z Compiling toml_edit v0.19.15
31662026-07-27T20:27:40.098Z Compiling zip v0.6.6
31672026-07-27T20:27:40.098Z 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`
31682026-07-27T20:27:40.098Z 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`
31692026-07-27T20:27:40.099Z 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`
31702026-07-27T20:27:40.099Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-43fcf23702ca3a79/build-script-build`
31712026-07-27T20:27:40.264Z 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=fa035f181711fa7b -C extra-filename=-647ac05d49bd5831 --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-6fae212c3eebe0ee.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`
31722026-07-27T20:27:40.267Z Compiling elliptic-curve v0.13.8
31732026-07-27T20:27:40.296Z Compiling enum-as-inner v0.6.1
31742026-07-27T20:27:40.300Z Compiling managed v0.8.0
31752026-07-27T20:27:40.300Z Compiling ref-cast v1.0.25
31762026-07-27T20:27:40.300Z Compiling chacha20 v0.10.0
31772026-07-27T20:27:40.332Z Compiling globset v0.4.18
31782026-07-27T20:27:40.337Z Compiling ref-cast-impl v1.0.25
31792026-07-27T20:27:40.337Z 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)'`
31802026-07-27T20:27:40.368Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-69210f3b419ed01b/build-script-build`
31812026-07-27T20:27:40.372Z 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`
31822026-07-27T20:27:40.372Z 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`
31832026-07-27T20:27:40.372Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a878194eeb807c78/build-script-build`
31842026-07-27T20:27:40.372Z 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`
31852026-07-27T20:27:40.511Z 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`
31862026-07-27T20:27:40.514Z 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=e7e3bd388a1e258e -C extra-filename=-13459c985e22d00f --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-4fd9ca50a53da6d3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c3522e0ff62d0920.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3df25504d1629998.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-308e4b9bbd1d2754.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-19e6cd253a3077ed.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-67aec8b9d9585af2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-07-27T20:27:40.515Z 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`
31882026-07-27T20:27:40.515Z 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`
31892026-07-27T20:27:40.515Z 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`
31902026-07-27T20:27:40.515Z 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=1ab282683a555193 -C extra-filename=-ccff37e3487cf682 --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-1db1d54dd00fc13d.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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-07-27T20:27:40.515Z Compiling icu_provider v2.1.1
31922026-07-27T20:27:40.543Z 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`
31932026-07-27T20:27:40.543Z 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=1c528c0a9d17ccf1 -C extra-filename=-8ac6205960204119 --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-29fe31c54d5c23c8.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`
31942026-07-27T20:27:40.692Z Compiling ppv-lite86 v0.2.21
31952026-07-27T20:27:40.692Z Compiling dof v0.4.0
31962026-07-27T20:27:40.695Z 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`
31972026-07-27T20:27:40.696Z 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=51444958e4308de5 -C extra-filename=-57efd2d424ffd661 --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-bf18832f6708c78f.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-2f728c48b3467468.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`
31982026-07-27T20:27:40.881Z Compiling pin-project-internal v1.1.11
31992026-07-27T20:27:40.885Z Compiling phf_shared v0.11.3
32002026-07-27T20:27:40.885Z Compiling fs-err v3.3.0
32012026-07-27T20:27:40.885Z Compiling zstd-safe v7.2.4
32022026-07-27T20:27:40.911Z 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=d2832fa63cc9a644 -C extra-filename=-6deeef8a4e774d52 --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-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-07-27T20:27:40.914Z 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=d9cd5e3f7297f39f -C extra-filename=-67f202f8931df806 --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-7ae81451c44d6552.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)'`
32042026-07-27T20:27:40.915Z 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=41a9b37ca81c5f10 -C extra-filename=-3089cbb6e1f1cf0f --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-c3522e0ff62d0920.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-3ccf8edcfcf2d8c4.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"'`
32052026-07-27T20:27:40.915Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-81bf552516d177f6/build-script-build`
32062026-07-27T20:27:40.915Z 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=260767b85776440b -C extra-filename=-4063adc2bdb14cde --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-8f665feb62c1782e.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-2f728c48b3467468.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-07-27T20:27:41.019Z 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`
32082026-07-27T20:27:41.019Z 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`
32092026-07-27T20:27:41.020Z 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`
32102026-07-27T20:27:41.024Z Compiling icu_properties v2.1.2
32112026-07-27T20:27:41.024Z Compiling icu_normalizer v2.1.1
32122026-07-27T20:27:41.024Z Compiling http-body v1.0.1
32132026-07-27T20:27:41.024Z Compiling derive_builder v0.20.2
32142026-07-27T20:27:41.024Z Compiling new_debug_unreachable v1.0.6
32152026-07-27T20:27:41.024Z Compiling toml_write v0.1.2
32162026-07-27T20:27:41.024Z Compiling fixedbitset v0.4.2
32172026-07-27T20:27:41.024Z Compiling precomputed-hash v0.1.1
32182026-07-27T20:27:41.024Z 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`
32192026-07-27T20:27:41.057Z Compiling rand_chacha v0.9.0
32202026-07-27T20:27:41.060Z Compiling rand_chacha v0.3.1
32212026-07-27T20:27:41.060Z Compiling signal-hook-mio v0.2.5
32222026-07-27T20:27:41.093Z 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`
32232026-07-27T20:27:41.097Z 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`
32242026-07-27T20:27:41.097Z 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`
32252026-07-27T20:27:41.098Z 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`
32262026-07-27T20:27:41.098Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-7a9e8d75a7304093/build-script-build`
32272026-07-27T20:27:41.098Z 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`
32282026-07-27T20:27:41.098Z 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`
32292026-07-27T20:27:41.098Z 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`
32302026-07-27T20:27:41.098Z 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`
32312026-07-27T20:27:41.098Z 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=4bdb5f34eddca155 -C extra-filename=-707727270d7346e8 --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-6deeef8a4e774d52.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`
32322026-07-27T20:27:41.099Z 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=b3309239906856c9 -C extra-filename=-7459907f9cefcd51 --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-6deeef8a4e774d52.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`
32332026-07-27T20:27:41.124Z 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=0577c73888dcd94d -C extra-filename=-197ebb5ab8cdb1a3 --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-6fae212c3eebe0ee.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`
32342026-07-27T20:27:41.164Z 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=40f62d077dde4cbe -C extra-filename=-39da7163bbae26e6 --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-29fe31c54d5c23c8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.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-7cd139d648b2eb8b.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)'`
32352026-07-27T20:27:41.202Z Compiling ed25519 v2.2.3
32362026-07-27T20:27:41.205Z 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=ce9f283baaab07c6 -C extra-filename=-75af87010e00a2e5 --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-19e6cd253a3077ed.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-018757d13f18996b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-07-27T20:27:41.344Z Compiling snafu-derive v0.8.9
32382026-07-27T20:27:41.347Z Compiling heapless v0.7.17
32392026-07-27T20:27:41.347Z Compiling pem v3.0.6
32402026-07-27T20:27:41.567Z Compiling rand v0.8.6
32412026-07-27T20:27:41.571Z Compiling libbz2-rs-sys v0.2.2
32422026-07-27T20:27:41.571Z Compiling lalrpop-util v0.19.12
32432026-07-27T20:27:41.571Z Compiling fixedbitset v0.5.7
32442026-07-27T20:27:41.571Z Compiling bumpalo v3.20.2
32452026-07-27T20:27:41.571Z 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`
32462026-07-27T20:27:41.571Z 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`
32472026-07-27T20:27:41.573Z 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`
32482026-07-27T20:27:41.778Z 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=13ae9be57ca7f256 -C extra-filename=-23b3cd3cd8639803 --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-7459907f9cefcd51.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`
32492026-07-27T20:27:41.781Z Compiling rand v0.9.2
32502026-07-27T20:27:41.811Z Compiling http-body-util v0.1.3
32512026-07-27T20:27:41.815Z 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`
32522026-07-27T20:27:41.815Z 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`
32532026-07-27T20:27:41.815Z 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`
32542026-07-27T20:27:41.815Z 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`
32552026-07-27T20:27:41.815Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2944404662698069/build-script-build`
32562026-07-27T20:27:41.993Z 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=12c0638e5aa977d1 -C extra-filename=-bdefc8f0c020360c --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-707727270d7346e8.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`
32572026-07-27T20:27:41.993Z 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`
32582026-07-27T20:27:41.997Z Compiling toml v0.7.8
32592026-07-27T20:27:41.997Z Compiling petgraph v0.6.5
32602026-07-27T20:27:41.997Z Compiling toml_edit v0.22.27
32612026-07-27T20:27:41.997Z Compiling string_cache v0.8.9
32622026-07-27T20:27:41.997Z Compiling ed25519-dalek v2.2.0
32632026-07-27T20:27:41.997Z Compiling crossterm v0.28.1
32642026-07-27T20:27:41.997Z 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=4287db100e7891c0 -C extra-filename=-19a63705374d72b4 --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-4063adc2bdb14cde.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-2f728c48b3467468.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)'`
32652026-07-27T20:27:41.997Z 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=b72731bf6ed64890 -C extra-filename=-71364a506ce5ce15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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)'`
32662026-07-27T20:27:42.141Z Compiling idna_adapter v1.2.1
32672026-07-27T20:27:42.145Z Compiling petgraph v0.8.3
32682026-07-27T20:27:42.145Z Compiling zopfli v0.8.3
32692026-07-27T20:27:42.145Z Compiling olpc-cjson v0.1.4
32702026-07-27T20:27:42.145Z Compiling serde-big-array v0.5.1
32712026-07-27T20:27:42.177Z 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`
32722026-07-27T20:27:42.180Z 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`
32732026-07-27T20:27:42.180Z 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`
32742026-07-27T20:27:42.181Z 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`
32752026-07-27T20:27:42.181Z 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=43fb4493092b04cc -C extra-filename=-b00a6b7922727e79 --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-3089cbb6e1f1cf0f.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-75af87010e00a2e5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-018757d13f18996b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-07-27T20:27:42.181Z 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=e44c26c0c4ead54f -C extra-filename=-e34ae4a80beee20a --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-6fae212c3eebe0ee.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-197ebb5ab8cdb1a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-07-27T20:27:42.182Z 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)'`
32782026-07-27T20:27:42.323Z 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`
32792026-07-27T20:27:42.326Z Compiling bzip2 v0.6.1
32802026-07-27T20:27:42.326Z Compiling serde_plain v1.0.2
32812026-07-27T20:27:42.326Z 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`
32822026-07-27T20:27:42.326Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-139c7c960402cb5f/build-script-build`
32832026-07-27T20:27:42.354Z 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=d8fcc849cb9501fd -C extra-filename=-ac1d6ec4e32690ed --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-29fe31c54d5c23c8.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`
32842026-07-27T20:27:42.358Z 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=b3e4271cabc585e9 -C extra-filename=-db5862564b0909db --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-2f728c48b3467468.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`
32852026-07-27T20:27:42.358Z 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`
32862026-07-27T20:27:42.567Z Compiling idna v1.1.0
32872026-07-27T20:27:42.571Z Compiling pin-project v1.1.11
32882026-07-27T20:27:42.572Z Compiling similar v2.7.0
32892026-07-27T20:27:42.572Z Compiling serde_repr v0.1.20
32902026-07-27T20:27:42.572Z Compiling async-recursion v1.1.1
32912026-07-27T20:27:42.608Z 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=040cc8b3b26fb502 -C extra-filename=-5ec7745ebb0337dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.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-71364a506ce5ce15.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)'`
32922026-07-27T20:27:42.612Z 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`
32932026-07-27T20:27:42.612Z 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`
32942026-07-27T20:27:42.754Z 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`
32952026-07-27T20:27:42.758Z Compiling proptest v1.10.0
32962026-07-27T20:27:42.758Z Compiling hash32 v0.2.1
32972026-07-27T20:27:42.758Z Compiling smoltcp v0.9.1
32982026-07-27T20:27:42.758Z Compiling unicode-bidi v0.3.18
32992026-07-27T20:27:42.758Z Compiling typed-path v0.9.3
33002026-07-27T20:27:42.758Z 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`
33012026-07-27T20:27:42.758Z 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`
33022026-07-27T20:27:42.758Z 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`
33032026-07-27T20:27:42.758Z 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`
33042026-07-27T20:27:42.931Z 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.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="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", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=3cb3ff9ca6cfaa42 -C extra-filename=-5c576007de8eeda9 --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-bdefc8f0c020360c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.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-1893d5cefc19997f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.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`
33052026-07-27T20:27:42.937Z Compiling usdt-attr-macro v0.6.0
33062026-07-27T20:27:42.937Z Compiling usdt-macro v0.6.0
33072026-07-27T20:27:42.937Z Compiling jiff v0.2.21
33082026-07-27T20:27:42.937Z Compiling unicode-properties v0.1.4
33092026-07-27T20:27:42.962Z Compiling predicates-core v1.0.10
33102026-07-27T20:27:42.966Z Compiling md-5 v0.10.6
33112026-07-27T20:27:42.966Z Compiling strum_macros v0.27.2
33122026-07-27T20:27:42.966Z 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=172c35bfa62c9900 -C extra-filename=-7e8ac7c2e5b332f0 --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-23b3cd3cd8639803.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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
33132026-07-27T20:27:42.967Z 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`
33142026-07-27T20:27:42.967Z 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`
33152026-07-27T20:27:42.967Z 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`
33162026-07-27T20:27:42.967Z 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`
33172026-07-27T20:27:43.072Z Compiling url v2.5.8
33182026-07-27T20:27:43.105Z Compiling publicsuffix v2.3.0
33192026-07-27T20:27:43.109Z Compiling float-cmp v0.10.0
33202026-07-27T20:27:43.110Z 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=76db9d45d3705057 -C extra-filename=-8dd96b16d0d4edd8 --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-19a63705374d72b4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212026-07-27T20:27:43.110Z 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`
33222026-07-27T20:27:43.144Z 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`
33232026-07-27T20:27:43.147Z 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=389e910dee0ddf57 -C extra-filename=-37a4cbb3e66b0e26 --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-19a63705374d72b4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-07-27T20:27:43.148Z 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.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --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", "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=350672ba65e86d56 -C extra-filename=-fe3b7d40269d7936 --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`
33252026-07-27T20:27:43.148Z 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=b6531e7bfce6af53 -C extra-filename=-1067a30d3855c604 --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-c3522e0ff62d0920.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-07-27T20:27:43.148Z 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`
33272026-07-27T20:27:43.213Z Compiling fallible-iterator v0.2.0
33282026-07-27T20:27:43.217Z Compiling difflib v0.4.0
33292026-07-27T20:27:43.247Z 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`
33302026-07-27T20:27:43.250Z 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`
33312026-07-27T20:27:43.250Z 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`
33322026-07-27T20:27:43.250Z Compiling normalize-line-endings v0.3.0
33332026-07-27T20:27:43.250Z 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`
33342026-07-27T20:27:43.281Z 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`
33352026-07-27T20:27:43.285Z 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`
33362026-07-27T20:27:43.285Z 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`
33372026-07-27T20:27:43.384Z Compiling stringprep v0.1.5
33382026-07-27T20:27:43.416Z Compiling phf_shared v0.13.1
33392026-07-27T20:27:43.520Z Compiling peg-runtime v0.8.5
33402026-07-27T20:27:43.524Z 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`
33412026-07-27T20:27:43.524Z 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`
33422026-07-27T20:27:43.597Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33432026-07-27T20:27:43.597Z Compiling whoami v2.1.0
33442026-07-27T20:27:43.601Z Compiling is-terminal v0.4.17
33452026-07-27T20:27:43.601Z Compiling crossbeam-channel v0.5.15
33462026-07-27T20:27:43.601Z Compiling thread_local v1.1.9
33472026-07-27T20:27:43.601Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-2ea582ec3dcdd41e/build-script-build`
33482026-07-27T20:27:43.601Z 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`
33492026-07-27T20:27:43.601Z Compiling slog-async v2.8.0
33502026-07-27T20:27:43.630Z Compiling take_mut v0.2.2
33512026-07-27T20:27:43.634Z Compiling term v1.2.1
33522026-07-27T20:27:43.634Z 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=acebda43e3107773 -C extra-filename=-eb60c353522be4c8 --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-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-07-27T20:27:43.634Z 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`
33542026-07-27T20:27:43.634Z 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`
33552026-07-27T20:27:43.634Z 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`
33562026-07-27T20:27:43.634Z 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`
33572026-07-27T20:27:43.635Z 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`
33582026-07-27T20:27:43.664Z 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`
33592026-07-27T20:27:43.668Z 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`
33602026-07-27T20:27:43.767Z Compiling postgres-protocol v0.6.10
33612026-07-27T20:27:43.971Z Compiling snafu v0.8.9
33622026-07-27T20:27:43.971Z Compiling predicates v3.1.4
33632026-07-27T20:27:43.975Z Compiling phf v0.13.1
33642026-07-27T20:27:43.975Z Compiling structmeta-derive v0.3.0
33652026-07-27T20:27:43.975Z 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=35b46cce40cb0ede -C extra-filename=-ff59cbe6fbc0c729 --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-460f0eb09f802b2d.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1067a30d3855c604.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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`
33662026-07-27T20:27:44.122Z Compiling tokio-util v0.7.18
33672026-07-27T20:27:44.123Z Compiling tower v0.5.3
33682026-07-27T20:27:44.128Z Compiling cookie_store v0.22.1
33692026-07-27T20:27:44.128Z 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`
33702026-07-27T20:27:44.128Z 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`
33712026-07-27T20:27:44.129Z 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`
33722026-07-27T20:27:44.129Z 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`
33732026-07-27T20:27:44.193Z Compiling rsa v0.9.10
33742026-07-27T20:27:44.196Z Compiling tokio-native-tls v0.3.1
33752026-07-27T20:27:44.196Z Compiling hickory-proto v0.25.2
33762026-07-27T20:27:44.196Z Compiling buf-list v1.1.2
33772026-07-27T20:27:44.226Z 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=a5d8f97a52845754 -C extra-filename=-0517fff741baa4c3 --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-2f728c48b3467468.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33782026-07-27T20:27:44.230Z 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=f54137485f1a97f5 -C extra-filename=-ce32b403c43323e2 --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-647ac05d49bd5831.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`
33792026-07-27T20:27:44.233Z 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=0ecd64a63fb162d3 -C extra-filename=-5cd8180e903ce038 --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-29fe31c54d5c23c8.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-2f728c48b3467468.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`
33802026-07-27T20:27:44.233Z 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=d3b60efedb470654 -C extra-filename=-843d3021399c4de9 --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812026-07-27T20:27:44.306Z 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=728361612d7f5ee3 -C extra-filename=-083464a1a085e4df --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-647ac05d49bd5831.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)'`
33822026-07-27T20:27:44.310Z 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=f43f791df7713f5b -C extra-filename=-9245614867878c68 --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-c3522e0ff62d0920.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7e8ac7c2e5b332f0.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-f7aeb53eb355882b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-19e6cd253a3077ed.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-0e167e790e1c096c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-018757d13f18996b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-61c39d8e104c1b2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832026-07-27T20:27:44.310Z 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=dc163f65cb8d09b0 -C extra-filename=-bc5f1d7843af69d4 --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-0813ae563d0ff353.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.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`
33842026-07-27T20:27:44.310Z 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=89902f1c49a0feaa -C extra-filename=-635f92619abce321 --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-07-27T20:27:44.310Z 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=0d02cf93d040105c -C extra-filename=-63445f566f11d998 --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-39da7163bbae26e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
33862026-07-27T20:27:44.376Z Compiling slog-term v2.9.2
33872026-07-27T20:27:44.382Z 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`
33882026-07-27T20:27:44.382Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-7b294c2e2faf637b/build-script-build`
33892026-07-27T20:27:44.483Z Compiling postgres-types v0.2.12
33902026-07-27T20:27:44.487Z Compiling match_cfg v0.1.0
33912026-07-27T20:27:44.487Z Compiling slog-json v2.6.1
33922026-07-27T20:27:44.487Z 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`
33932026-07-27T20:27:44.666Z Compiling usdt v0.6.0
33942026-07-27T20:27:44.669Z Compiling newtype-uuid-macros v0.1.0
33952026-07-27T20:27:44.669Z Compiling debug-ignore v1.0.5
33962026-07-27T20:27:44.670Z Compiling sha1 v0.11.0
33972026-07-27T20:27:44.735Z 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=5661bbef7de5f0a5 -C extra-filename=-5789f940d3a78840 --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-ff59cbe6fbc0c729.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-2f728c48b3467468.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982026-07-27T20:27:44.740Z 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`
33992026-07-27T20:27:44.740Z 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=1de958f14d792da5 -C extra-filename=-c4c9a05383803b02 --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-2f728c48b3467468.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`
34002026-07-27T20:27:44.809Z Compiling serde_spanned v1.1.1
34012026-07-27T20:27:44.809Z Compiling serde_path_to_error v0.1.20
34022026-07-27T20:27:44.814Z 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=adcea3ff672edd90 -C extra-filename=-2a805057c52897aa --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-4063adc2bdb14cde.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8f665feb62c1782e.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-8dd96b16d0d4edd8.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-19a63705374d72b4.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-37a4cbb3e66b0e26.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032026-07-27T20:27:44.844Z 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`
34042026-07-27T20:27:44.940Z 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`
34052026-07-27T20:27:44.944Z 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=10fbc1cab93cd127 -C extra-filename=-697d91e3c242e885 --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-c619fbabeb68e8b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-07-27T20:27:44.947Z Compiling hostname v0.3.1
34072026-07-27T20:27:44.947Z Compiling toml_datetime v1.1.1+spec-1.1.0
34082026-07-27T20:27:44.947Z Compiling multer v3.1.0
34092026-07-27T20:27:44.947Z Compiling toml_writer v1.1.1+spec-1.1.0
34102026-07-27T20:27:44.947Z Compiling compression-core v0.4.31
34112026-07-27T20:27:44.947Z Compiling async-stream-impl v0.3.6
34122026-07-27T20:27:44.947Z Compiling dropshot v0.17.1
34132026-07-27T20:27:44.948Z 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`
34142026-07-27T20:27:44.948Z 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`
34152026-07-27T20:27:44.948Z 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`
34162026-07-27T20:27:45.097Z 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`
34172026-07-27T20:27:45.102Z Compiling h2 v0.4.15
34182026-07-27T20:27:45.102Z Compiling tower-http v0.6.8
34192026-07-27T20:27:45.102Z Compiling tokio-stream v0.1.18
34202026-07-27T20:27:45.102Z 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`
34212026-07-27T20:27:45.102Z 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`
34222026-07-27T20:27:45.104Z 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`
34232026-07-27T20:27:45.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`
34242026-07-27T20:27:45.165Z 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`
34252026-07-27T20:27:45.168Z 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`
34262026-07-27T20:27:45.203Z 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=0625ca7c00148c1f -C extra-filename=-58556d65b6f6641e --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-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-07-27T20:27:45.207Z 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=09488842f8e38644 -C extra-filename=-0cf4b65cb8f628e3 --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-ce32b403c43323e2.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`
34282026-07-27T20:27:45.207Z 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=20bebd8631dfc354 -C extra-filename=-78600561ff598267 --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-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-07-27T20:27:45.313Z Compiling ipnetwork v0.21.1
34302026-07-27T20:27:45.314Z Compiling serde_with v3.21.0
34312026-07-27T20:27:45.318Z Compiling byte-wrapper v0.1.0
34322026-07-27T20:27:45.318Z Compiling tokio-postgres v0.7.16
34332026-07-27T20:27:45.318Z Compiling slog-bunyan v2.5.0
34342026-07-27T20:27:45.319Z Compiling newtype-uuid v1.3.2
34352026-07-27T20:27:45.350Z Compiling compression-codecs v0.4.37
34362026-07-27T20:27:45.353Z Compiling dropshot_endpoint v0.17.1
34372026-07-27T20:27:45.353Z Compiling rustls-pemfile v2.2.0
34382026-07-27T20:27:45.353Z Compiling waitgroup v0.1.2
34392026-07-27T20:27:45.354Z 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=66a8af7bc3aef123 -C extra-filename=-275e7b2697f8fc09 --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-0517fff741baa4c3.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`
34402026-07-27T20:27:45.354Z 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=681785e7586cc51b -C extra-filename=-870875cf85414f7e --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-0517fff741baa4c3.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-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-07-27T20:27:45.354Z 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=9b2dd6a8debc6600 -C extra-filename=-4185b4017d5ad625 --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-29fe31c54d5c23c8.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-ff59cbe6fbc0c729.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5789f940d3a78840.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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`
34422026-07-27T20:27:45.354Z 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=d05f50cb8ec6a496 -C extra-filename=-9644d6002b9d09d2 --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-0517fff741baa4c3.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-2f728c48b3467468.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`
34432026-07-27T20:27:45.355Z 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=c952378c240ca6e8 -C extra-filename=-19fe6dab4968d318 --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-c4c9a05383803b02.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`
34442026-07-27T20:27:45.355Z 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=ddd4243b6b0c6841 -C extra-filename=-e6aa5f47b60546fd --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-5c576007de8eeda9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-07-27T20:27:45.382Z 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`
34462026-07-27T20:27:45.386Z 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`
34472026-07-27T20:27:45.386Z 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`
34482026-07-27T20:27:45.386Z 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=80da917c2d7cf301 -C extra-filename=-141608b1c87c345d --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-8cd0d535429f9850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-07-27T20:27:45.455Z Compiling strum v0.27.2
34502026-07-27T20:27:45.526Z Compiling toml v1.1.2+spec-1.1.0
34512026-07-27T20:27:45.530Z Compiling hostname v0.4.2
34522026-07-27T20:27:45.633Z 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`
34532026-07-27T20:27:45.698Z Compiling structmeta v0.3.0
34542026-07-27T20:27:45.702Z Compiling itertools v0.14.0
34552026-07-27T20:27:45.702Z 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=69348d603b5b69e6 -C extra-filename=-6b5d68318f1447cb --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-f52b23f0e36c311f.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-0aaa482e0f219b35.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5215acc21a4c0bb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-07-27T20:27:45.702Z 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`
34572026-07-27T20:27:45.817Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34582026-07-27T20:27:45.822Z Compiling atomicwrites v0.4.4
34592026-07-27T20:27:45.822Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34602026-07-27T20:27:45.822Z 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`
34612026-07-27T20:27:45.822Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-d24cfe68db28428a/build-script-build`
34622026-07-27T20:27:45.855Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-e329542ecfd8f9d4/build-script-build`
34632026-07-27T20:27:45.859Z 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`
34642026-07-27T20:27:45.961Z Compiling async-compression v0.4.41
34652026-07-27T20:27:45.965Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34662026-07-27T20:27:45.965Z Compiling macaddr v1.0.1
34672026-07-27T20:27:45.965Z Compiling regress v0.10.5
34682026-07-27T20:27:45.965Z 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=f147936759717370 -C extra-filename=-ca42f478fa95b756 --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-5771112c62489400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-07-27T20:27:45.966Z 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=ecf9efc984ca7ee0 -C extra-filename=-daca8ac59d4197f2 --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-d6b59a0477c81f00.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702026-07-27T20:27:45.966Z 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`
34712026-07-27T20:27:46.178Z Compiling async-stream v0.3.6
34722026-07-27T20:27:46.181Z Compiling instant v0.1.13
34732026-07-27T20:27:46.181Z Compiling backon v1.6.0
34742026-07-27T20:27:46.181Z Compiling humantime v2.3.0
34752026-07-27T20:27:46.181Z Compiling unicode-width v0.2.0
34762026-07-27T20:27:46.181Z Compiling convert_case v0.4.0
34772026-07-27T20:27:46.181Z Compiling half v2.7.1
34782026-07-27T20:27:46.181Z Compiling ciborium-io v0.2.2
34792026-07-27T20:27:46.181Z 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=a956f087b8e5e163 -C extra-filename=-2ff134b093098c29 --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-07-27T20:27:46.181Z 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`
34812026-07-27T20:27:46.181Z 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`
34822026-07-27T20:27:46.182Z 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`
34832026-07-27T20:27:46.217Z 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`
34842026-07-27T20:27:46.221Z 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`
34852026-07-27T20:27:46.221Z Compiling oxnet v0.1.6
34862026-07-27T20:27:46.221Z Compiling derive-ex v0.1.8
34872026-07-27T20:27:46.253Z 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`
34882026-07-27T20:27:46.257Z 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`
34892026-07-27T20:27:46.257Z 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`
34902026-07-27T20:27:46.257Z 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`
34912026-07-27T20:27:46.257Z 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=11395edda2a60b10 -C extra-filename=-d3c54851419989fa --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-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-07-27T20:27:46.257Z 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`
34932026-07-27T20:27:46.257Z 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`
34942026-07-27T20:27:46.257Z 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=ed8fa305342b82e5 -C extra-filename=-b754a8d6defcb251 --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-275e7b2697f8fc09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952026-07-27T20:27:46.284Z 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`
34962026-07-27T20:27:46.321Z Compiling parse-display-derive v0.10.0
34972026-07-27T20:27:46.357Z 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`
34982026-07-27T20:27:46.419Z Compiling backoff v0.4.0
34992026-07-27T20:27:46.483Z Compiling secrecy v0.10.3
35002026-07-27T20:27:46.487Z Compiling indent_write v2.2.0
35012026-07-27T20:27:46.487Z 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=90dac0ed5c030777 -C extra-filename=-2e74c5650cf6c026 --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-23b3cd3cd8639803.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-07-27T20:27:46.516Z Compiling crucible-workspace-hack v0.1.0
35032026-07-27T20:27:46.522Z 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=f70e42f6aba5ec18 -C extra-filename=-cdbff5a3b52a1e6b --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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042026-07-27T20:27:46.523Z 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`
35052026-07-27T20:27:46.523Z 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`
35062026-07-27T20:27:46.553Z Compiling regress v0.11.1
35072026-07-27T20:27:46.589Z Compiling inout v0.1.4
35082026-07-27T20:27:46.593Z 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`
35092026-07-27T20:27:46.628Z Compiling daft v0.1.7
35102026-07-27T20:27:46.631Z 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=7919455289c55e12 -C extra-filename=-ebac9d58f7855cf1 --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-3df25504d1629998.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-07-27T20:27:46.631Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --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=00cde9d8b76c957e -C extra-filename=-8b75db687acd3a41 --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-90bff88815a79bb8.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-07-27T20:27:46.663Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
35132026-07-27T20:27:46.666Z 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`
35142026-07-27T20:27:46.833Z Compiling ciborium-ll v0.2.2
35152026-07-27T20:27:46.870Z Compiling derive_more v0.99.20
35162026-07-27T20:27:46.908Z 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=4e43e44c8e39b815 -C extra-filename=-41acc1fef411ace6 --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-d3c54851419989fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172026-07-27T20:27:46.949Z Compiling cipher v0.4.4
35182026-07-27T20:27:46.953Z Compiling universal-hash v0.5.1
35192026-07-27T20:27:46.985Z 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`
35202026-07-27T20:27:47.056Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-95cb76ea30bf53b6/build-script-build`
35212026-07-27T20:27:47.060Z Compiling iddqd v0.4.2
35222026-07-27T20:27:47.060Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35232026-07-27T20:27:47.060Z Compiling thiserror-impl-no-std v2.0.2
35242026-07-27T20:27:47.060Z Compiling camino-tempfile v1.4.1
35252026-07-27T20:27:47.060Z Compiling opaque-debug v0.3.1
35262026-07-27T20:27:47.060Z 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=b272d5c1ed805f4a -C extra-filename=-21baff0ebf32386a --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-de4d536622d090a5.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ebac9d58f7855cf1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-07-27T20:27:47.060Z 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=83e72aaa94e22d94 -C extra-filename=-0fffc1df2e28fc73 --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-de4d536622d090a5.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`
35282026-07-27T20:27:47.200Z 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=92111ad97bb13a29 -C extra-filename=-3360310f583175c4 --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-8b75db687acd3a41.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-5c576007de8eeda9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-07-27T20:27:47.204Z Compiling aead v0.5.2
35302026-07-27T20:27:47.204Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35312026-07-27T20:27:47.205Z Compiling unsafe-libyaml v0.2.11
35322026-07-27T20:27:47.205Z 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=0261f3529c6e579c -C extra-filename=-1cbf4cbfb3b43b52 --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-8b75db687acd3a41.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-0517fff741baa4c3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332026-07-27T20:27:47.205Z 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=07e32ea71fee5901 -C extra-filename=-61d40eb247d93516 --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-8a9e02ae24a3d662.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-07-27T20:27:47.206Z 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`
35352026-07-27T20:27:47.207Z 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`
35362026-07-27T20:27:47.299Z Compiling ciborium v0.2.2
35372026-07-27T20:27:47.303Z 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=2ba302537b5399f6 -C extra-filename=-6bd75ca28c3d88aa --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-de4d536622d090a5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3df25504d1629998.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-07-27T20:27:47.303Z 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/979b728/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=7871cd6cd3732eea -C extra-filename=-59d48a7fbf013d8e --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-0517fff741baa4c3.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`
35392026-07-27T20:27:47.303Z 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`
35402026-07-27T20:27:47.407Z Compiling chacha20 v0.9.1
35412026-07-27T20:27:47.411Z Compiling poly1305 v0.8.0
35422026-07-27T20:27:47.411Z Compiling blake2 v0.10.6
35432026-07-27T20:27:47.411Z 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=fb5c144bc0b56379 -C extra-filename=-fefc6777a713c6c1 --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-41acc1fef411ace6.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`
35442026-07-27T20:27:47.411Z 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`
35452026-07-27T20:27:47.525Z Compiling password-hash v0.5.0
35462026-07-27T20:27:47.531Z Compiling swrite v0.1.0
35472026-07-27T20:27:47.531Z Compiling crossbeam-deque v0.8.6
35482026-07-27T20:27:47.531Z Compiling rayon-core v1.13.0
35492026-07-27T20:27:47.531Z 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=d9bbfee45907c918 -C extra-filename=-1e60b58b111cca68 --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-21baff0ebf32386a.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`
35502026-07-27T20:27:47.531Z 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=c80e7a9f1396112c -C extra-filename=-f7974eb03ec736d3 --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-0fffc1df2e28fc73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-07-27T20:27:47.531Z 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=d3d436c42d699375 -C extra-filename=-abd2a556534dfea4 --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-c3522e0ff62d0920.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-07-27T20:27:47.633Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35532026-07-27T20:27:47.637Z Compiling toml_datetime v0.7.5+spec-1.1.0
35542026-07-27T20:27:47.637Z Compiling glob v0.3.3
35552026-07-27T20:27:47.637Z Compiling darling_core v0.21.3
35562026-07-27T20:27:47.637Z 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`
35572026-07-27T20:27:47.637Z 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`
35582026-07-27T20:27:47.637Z 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`
35592026-07-27T20:27:47.637Z 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`
35602026-07-27T20:27:47.664Z 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/2bfe090/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=b8d396a31889aecc -C extra-filename=-08124855f34011b9 --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-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-07-27T20:27:47.664Z 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`
35622026-07-27T20:27:47.669Z 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`
35632026-07-27T20:27:47.669Z 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`
35642026-07-27T20:27:47.730Z Compiling proc-macro-error-attr v1.0.4
35652026-07-27T20:27:47.734Z 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`
35662026-07-27T20:27:47.798Z Compiling chacha20poly1305 v0.10.1
35672026-07-27T20:27:47.837Z 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=6e0094a5584116a0 -C extra-filename=-b9f855a142767605 --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-6bd75ca28c3d88aa.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1e60b58b111cca68.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-21baff0ebf32386a.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-f7974eb03ec736d3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-07-27T20:27:47.871Z 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`
35692026-07-27T20:27:47.993Z Compiling serde_yaml v0.9.34+deprecated
35702026-07-27T20:27:47.997Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-d47b6dc1883b2bff/build-script-build`
35712026-07-27T20:27:48.035Z Compiling argon2 v0.5.3
35722026-07-27T20:27:48.038Z Compiling toml_edit v0.23.10+spec-1.0.0
35732026-07-27T20:27:48.038Z Compiling proc-macro-error v1.0.4
35742026-07-27T20:27:48.038Z 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`
35752026-07-27T20:27:48.039Z 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=3c75d6995a6dc8b5 -C extra-filename=-7fd9ba8bd28c9dda --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-abd2a556534dfea4.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`
35762026-07-27T20:27:48.040Z 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=0a696145f03c4ec9 -C extra-filename=-40368d2e51469188 --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-f52b23f0e36c311f.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`
35772026-07-27T20:27:48.072Z 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`
35782026-07-27T20:27:48.075Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-c01283b8ccdba98f/build-script-build`
35792026-07-27T20:27:48.174Z Compiling tabwriter v1.4.1
35802026-07-27T20:27:48.220Z Compiling heapless v0.8.0
35812026-07-27T20:27:48.223Z Compiling colored v3.1.1
35822026-07-27T20:27:48.299Z 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`
35832026-07-27T20:27:48.303Z Compiling hash32 v0.3.1
35842026-07-27T20:27:48.303Z Compiling smoltcp v0.11.0
35852026-07-27T20:27:48.303Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35862026-07-27T20:27:48.303Z Compiling toml v0.8.23
35872026-07-27T20:27:48.303Z Compiling cobs v0.3.0
35882026-07-27T20:27:48.303Z 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`
35892026-07-27T20:27:48.303Z 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`
35902026-07-27T20:27:48.333Z 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`
35912026-07-27T20:27:48.339Z 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`
35922026-07-27T20:27:48.339Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-57011ca35090ff1e/build-script-build`
35932026-07-27T20:27:48.339Z Compiling test-strategy v0.4.5
35942026-07-27T20:27:48.365Z Compiling typify-impl v0.6.2
35952026-07-27T20:27:48.369Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35962026-07-27T20:27:48.369Z 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`
35972026-07-27T20:27:48.370Z 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`
35982026-07-27T20:27:48.398Z 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`
35992026-07-27T20:27:48.404Z 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`
36002026-07-27T20:27:48.404Z 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`
36012026-07-27T20:27:48.404Z 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`
36022026-07-27T20:27:48.404Z 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=b79a5f70cd4fb89b -C extra-filename=-30de22123f137a1e --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-29fe31c54d5c23c8.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-0517fff741baa4c3.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-2f728c48b3467468.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`
36032026-07-27T20:27:48.432Z 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/d9645f8/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`
36042026-07-27T20:27:48.497Z Compiling hyper v1.10.1
36052026-07-27T20:27:48.534Z 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=0e56e88a655c6426 -C extra-filename=-939181460a661ce0 --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-58556d65b6f6641e.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-647ac05d49bd5831.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`
36062026-07-27T20:27:48.602Z Compiling zstd v0.13.3
36072026-07-27T20:27:48.606Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36082026-07-27T20:27:48.642Z Compiling parse-display v0.10.0
36092026-07-27T20:27:48.645Z 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`
36102026-07-27T20:27:48.681Z 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/979b728/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=ad73454d425f1357 -C extra-filename=-d88b64cda5b53036 --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-08124855f34011b9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-59d48a7fbf013d8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112026-07-27T20:27:48.685Z 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`
36122026-07-27T20:27:48.791Z Compiling proc-macro-crate v1.3.1
36132026-07-27T20:27:48.795Z Compiling rand v0.10.1
36142026-07-27T20:27:48.865Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-3ededf8acefdf945/build-script-build`
36152026-07-27T20:27:48.977Z Compiling thiserror-no-std v2.0.2
36162026-07-27T20:27:48.981Z Compiling proc-macro-crate v3.4.0
36172026-07-27T20:27:48.981Z Compiling foreign-types-macros v0.2.3
36182026-07-27T20:27:48.981Z 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`
36192026-07-27T20:27:48.981Z 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`
36202026-07-27T20:27:48.981Z 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=501b51d07365a521 -C extra-filename=-f7838d0330be4b2b --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-ccff37e3487cf682.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.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`
36212026-07-27T20:27:49.122Z 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`
36222026-07-27T20:27:49.125Z 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=246d062b5746e10c -C extra-filename=-42ed6c2043433593 --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-40368d2e51469188.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-07-27T20:27:49.126Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-031cfbfbecc369bd/build-script-build`
36242026-07-27T20:27:49.126Z Compiling zip v4.6.1
36252026-07-27T20:27:49.126Z Compiling postcard v1.1.3
36262026-07-27T20:27:49.155Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b/build-script-build`
36272026-07-27T20:27:49.159Z 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`
36282026-07-27T20:27:49.159Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7111f7c00b3ae43f/build-script-build`
36292026-07-27T20:27:49.275Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36302026-07-27T20:27:49.279Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36312026-07-27T20:27:49.279Z Compiling foreign-types-shared v0.3.1
36322026-07-27T20:27:49.279Z 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=c489488d1016b095 -C extra-filename=-2748f28f1ff7c1e3 --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-fe3b7d40269d7936.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-ac1d6ec4e32690ed.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`
36332026-07-27T20:27:49.279Z 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`
36342026-07-27T20:27:49.379Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c654da965748e743/build-script-build`
36352026-07-27T20:27:49.383Z 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/ab2941c/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=eea46b660dc103bd -C extra-filename=-818dd6a21244c46c --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`
36362026-07-27T20:27:49.383Z Compiling rayon v1.11.0
36372026-07-27T20:27:49.383Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36382026-07-27T20:27:49.383Z Compiling num-derive v0.4.2
36392026-07-27T20:27:49.413Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36402026-07-27T20:27:49.417Z 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/ab2941c/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=23a560355685bb8c -C extra-filename=-959fc990ea55d310 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-959fc990ea55d310 -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`
36412026-07-27T20:27:49.417Z 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`
36422026-07-27T20:27:49.417Z 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`
36432026-07-27T20:27:49.489Z Compiling vsss-rs v3.3.4
36442026-07-27T20:27:49.495Z 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`
36452026-07-27T20:27:49.495Z 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`
36462026-07-27T20:27:49.495Z 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/d9645f8/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`
36472026-07-27T20:27:49.495Z 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`
36482026-07-27T20:27:49.495Z 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/ab2941c/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=4b97e315f4e99e04 -C extra-filename=-2f1db90b18b9bc9b --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`
36492026-07-27T20:27:49.595Z Compiling num_enum_derive v0.5.11
36502026-07-27T20:27:49.599Z Compiling sigpipe v0.1.3
36512026-07-27T20:27:49.599Z Compiling cstr-argument v0.1.2
36522026-07-27T20:27:49.599Z 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=af6f57cd4efb5c58 -C extra-filename=-e6e7f59a6bc02633 --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-3089cbb6e1f1cf0f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-13459c985e22d00f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532026-07-27T20:27:49.599Z 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`
36542026-07-27T20:27:49.799Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
36552026-07-27T20:27:49.803Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36562026-07-27T20:27:49.803Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36572026-07-27T20:27:49.803Z Compiling itertools v0.12.1
36582026-07-27T20:27:49.803Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36592026-07-27T20:27:49.803Z 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`
36602026-07-27T20:27:49.804Z 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`
36612026-07-27T20:27:49.804Z 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`
36622026-07-27T20:27:49.916Z 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`
36632026-07-27T20:27:49.916Z 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/1e40efd/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`
36642026-07-27T20:27:49.916Z Compiling num_enum_derive v0.7.6
36652026-07-27T20:27:49.916Z Compiling smf v0.2.3
36662026-07-27T20:27:49.971Z Compiling whoami v1.6.1
36672026-07-27T20:27:49.975Z Compiling usdt-attr-macro v0.5.0
36682026-07-27T20:27:49.975Z Compiling usdt-macro v0.5.0
36692026-07-27T20:27:49.975Z 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`
36702026-07-27T20:27:49.975Z 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`
36712026-07-27T20:27:49.975Z 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`
36722026-07-27T20:27:49.976Z 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/979b728/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=6f88fd9ac8d26ba1 -C extra-filename=-46bb58704b091549 --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`
36732026-07-27T20:27:49.976Z 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=acd87dacdaa39e1e -C extra-filename=-fab954ab258bc816 --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-42ed6c2043433593.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`
36742026-07-27T20:27:49.976Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-959fc990ea55d310/build-script-build`
36752026-07-27T20:27:50.045Z 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`
36762026-07-27T20:27:50.049Z 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`
36772026-07-27T20:27:50.049Z 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=e943f55c2800cf00 -C extra-filename=-82ff3ea354c261f1 --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-57efd2d424ffd661.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-07-27T20:27:50.050Z Compiling hyper-util v0.1.20
36792026-07-27T20:27:50.050Z 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=c304f6c5f65d4cda -C extra-filename=-f8754c2bd69e3a81 --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-57efd2d424ffd661.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802026-07-27T20:27:50.223Z Compiling foreign-types v0.5.0
36812026-07-27T20:27:50.227Z Compiling memmap v0.7.0
36822026-07-27T20:27:50.227Z Compiling derive-where v1.6.0
36832026-07-27T20:27:50.227Z Compiling console v0.15.11
36842026-07-27T20:27:50.227Z 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=4f0ad80f1e0d01e0 -C extra-filename=-4b5fdaa3dacbe613 --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-939181460a661ce0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.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-647ac05d49bd5831.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-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-07-27T20:27:50.404Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
36862026-07-27T20:27:50.408Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36872026-07-27T20:27:50.408Z Compiling newline-converter v0.3.0
36882026-07-27T20:27:50.472Z 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`
36892026-07-27T20:27:50.477Z 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`
36902026-07-27T20:27:50.477Z 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`
36912026-07-27T20:27:50.477Z 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`
36922026-07-27T20:27:50.477Z 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`
36932026-07-27T20:27:50.581Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36942026-07-27T20:27:50.584Z Compiling zone_cfg_derive v0.3.1
36952026-07-27T20:27:50.584Z Compiling bytecount v0.6.9
36962026-07-27T20:27:50.584Z 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=a78f096c4d9c59dc -C extra-filename=-60a8cafcf9e3e797 --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-8b75db687acd3a41.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
36972026-07-27T20:27:50.612Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0/build-script-build`
36982026-07-27T20:27:50.617Z 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`
36992026-07-27T20:27:50.619Z 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`
37002026-07-27T20:27:50.619Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-57dad7792e01b921/build-script-build`
37012026-07-27T20:27:50.760Z Compiling darling_macro v0.21.3
37022026-07-27T20:27:50.763Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
37032026-07-27T20:27:50.763Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37042026-07-27T20:27:50.763Z Compiling num-rational v0.4.2
37052026-07-27T20:27:50.763Z Compiling num-complex v0.4.6
37062026-07-27T20:27:50.763Z 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/979b728/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=8eb32235ec289dd3 -C extra-filename=-a85f22e02398bb51 --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-08124855f34011b9.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-d88b64cda5b53036.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-07-27T20:27:50.763Z 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`
37082026-07-27T20:27:50.763Z 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`
37092026-07-27T20:27:50.942Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
37102026-07-27T20:27:50.946Z Compiling expectorate v1.2.0
37112026-07-27T20:27:50.946Z Compiling unicode-width v0.1.14
37122026-07-27T20:27:50.946Z Compiling float-ord v0.3.2
37132026-07-27T20:27:50.946Z Compiling cancel-safe-futures v0.1.5
37142026-07-27T20:27:50.971Z Compiling gethostname v0.5.0
37152026-07-27T20:27:50.974Z 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`
37162026-07-27T20:27:50.975Z 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`
37172026-07-27T20:27:50.975Z 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`
37182026-07-27T20:27:50.975Z 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/979b728/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=12930f4c07512900 -C extra-filename=-bbdd37abcdcdc1a6 --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-46bb58704b091549.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`
37192026-07-27T20:27:50.975Z 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`
37202026-07-27T20:27:50.975Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2a144f6d32b8ed23/build-script-build`
37212026-07-27T20:27:51.040Z Compiling linear-map v1.2.0
37222026-07-27T20:27:51.046Z Compiling prettyplease v0.2.37
37232026-07-27T20:27:51.076Z 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`
37242026-07-27T20:27:51.114Z 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`
37252026-07-27T20:27:51.117Z 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=3cdbd19b5c2c8133 -C extra-filename=-b0644021d9746fe3 --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-ca42f478fa95b756.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`
37262026-07-27T20:27:51.117Z 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`
37272026-07-27T20:27:51.117Z 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`
37282026-07-27T20:27:51.117Z 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/2bfe090/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=be47f0ee06ffed20 -C extra-filename=-a77127af3ef849a4 --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`
37292026-07-27T20:27:51.145Z Compiling resolv-conf v0.7.6
37302026-07-27T20:27:51.177Z Compiling owo-colors v4.3.0
37312026-07-27T20:27:51.181Z 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`
37322026-07-27T20:27:51.181Z 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`
37332026-07-27T20:27:51.253Z Compiling num_enum v0.5.11
37342026-07-27T20:27:51.256Z Compiling convert_case v0.10.0
37352026-07-27T20:27:51.256Z 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`
37362026-07-27T20:27:51.256Z 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`
37372026-07-27T20:27:51.329Z Compiling num v0.4.3
37382026-07-27T20:27:51.363Z Compiling unicode-linebreak v0.1.5
37392026-07-27T20:27:51.367Z Compiling smawk v0.3.2
37402026-07-27T20:27:51.431Z 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`
37412026-07-27T20:27:51.434Z 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`
37422026-07-27T20:27:51.511Z Compiling num_enum v0.7.6
37432026-07-27T20:27:51.515Z Compiling usdt v0.5.0
37442026-07-27T20:27:51.515Z Compiling tabled_derive v0.7.0
37452026-07-27T20:27:51.515Z Compiling slog-dtrace v0.3.0
37462026-07-27T20:27:51.515Z Compiling linked-hash-map v0.5.6
37472026-07-27T20:27:51.515Z Compiling hickory-proto v0.24.4
37482026-07-27T20:27:51.515Z Compiling termtree v0.5.1
37492026-07-27T20:27:51.515Z Compiling fd-lock v4.0.4
37502026-07-27T20:27:51.515Z Compiling vte v0.14.1
37512026-07-27T20:27:51.516Z 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`
37522026-07-27T20:27:51.544Z 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`
37532026-07-27T20:27:51.549Z 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`
37542026-07-27T20:27:51.621Z 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=8d49ff9b9afe18c2 -C extra-filename=-825ac460e0d73b9a --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-fab954ab258bc816.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`
37552026-07-27T20:27:51.625Z Compiling hyper-tls v0.6.0
37562026-07-27T20:27:51.625Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37572026-07-27T20:27:51.625Z 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=3b1b50cbae4f44d2 -C extra-filename=-1e00ef318c0ddf2f --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-bf18832f6708c78f.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-3c0e6c9ea0757c60.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-f8754c2bd69e3a81.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-57efd2d424ffd661.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-82ff3ea354c261f1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582026-07-27T20:27:51.625Z 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`
37592026-07-27T20:27:51.625Z 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`
37602026-07-27T20:27:51.625Z 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`
37612026-07-27T20:27:51.625Z 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`
37622026-07-27T20:27:51.626Z 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=3b629ad8049586a9 -C extra-filename=-0e060e746cd0740d --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-c7af5135fc7c0b96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-07-27T20:27:51.626Z 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`
37642026-07-27T20:27:51.656Z 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=8c89644119da10fc -C extra-filename=-935d98854f7f73f3 --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-0813ae563d0ff353.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.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-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.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`
37652026-07-27T20:27:51.932Z Compiling darling v0.21.3
37662026-07-27T20:27:51.932Z Compiling zone v0.3.1
37672026-07-27T20:27:51.935Z Compiling papergrid v0.11.0
37682026-07-27T20:27:51.935Z Compiling minimal-lexical v0.2.1
37692026-07-27T20:27:51.935Z Compiling display-error-chain v0.2.2
37702026-07-27T20:27:51.935Z Compiling nu-ansi-term v0.50.3
37712026-07-27T20:27:51.935Z Compiling unicode-xid v0.2.6
37722026-07-27T20:27:51.935Z Compiling ar_archive_writer v0.5.1
37732026-07-27T20:27:51.935Z 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=ae629bc2d2e69810 -C extra-filename=-9e69d34f2b08dcd5 --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-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-39da7163bbae26e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-63445f566f11d998.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`
37742026-07-27T20:27:51.937Z 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=0cc209983b15f8ce -C extra-filename=-7428413208f54b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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`
37752026-07-27T20:27:51.938Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4dca313bba6f29aa/build-script-build`
37762026-07-27T20:27:52.230Z 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`
37772026-07-27T20:27:52.234Z 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=d7f5f5a858e30cc1 -C extra-filename=-b31694965d06d1e0 --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-647ac05d49bd5831.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`
37782026-07-27T20:27:52.234Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f7d66778cba9be8a/build-script-build`
37792026-07-27T20:27:52.234Z Compiling reqwest v0.12.28
37802026-07-27T20:27:52.235Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37812026-07-27T20:27:52.235Z Compiling oxide-update-engine-types v0.1.2
37822026-07-27T20:27:52.235Z Compiling derive_more-impl v2.1.1
37832026-07-27T20:27:52.235Z Compiling strip-ansi-escapes v0.2.1
37842026-07-27T20:27:52.235Z Compiling textwrap v0.16.2
37852026-07-27T20:27:52.235Z Compiling stacker v0.1.23
37862026-07-27T20:27:52.235Z Compiling csv-core v0.1.13
37872026-07-27T20:27:52.235Z 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`
37882026-07-27T20:27:52.235Z 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`
37892026-07-27T20:27:52.235Z 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`
37902026-07-27T20:27:52.235Z 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`
37912026-07-27T20:27:52.236Z 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`
37922026-07-27T20:27:52.236Z 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`
37932026-07-27T20:27:52.549Z 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=fc60977c4f377a22 -C extra-filename=-1f2322ca8152c734 --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-58556d65b6f6641e.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-939181460a661ce0.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-9e69d34f2b08dcd5.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-39da7163bbae26e6.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-8cd0d535429f9850.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-63445f566f11d998.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-ce32b403c43323e2.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-0cf4b65cb8f628e3.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`
37942026-07-27T20:27:52.560Z 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=2a5a986124286761 -C extra-filename=-fde5535ea3092390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7428413208f54b5c.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`
37952026-07-27T20:27:52.560Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-a1514b54d0d1a3b3/build-script-build`
37962026-07-27T20:27:52.561Z Compiling tokio-dtrace v0.1.1
37972026-07-27T20:27:52.570Z Compiling lru-cache v0.1.2
37982026-07-27T20:27:52.570Z Compiling cfg_aliases v0.1.1
37992026-07-27T20:27:52.598Z Compiling highway v1.3.0
38002026-07-27T20:27:52.602Z Compiling semver v0.1.20
38012026-07-27T20:27:52.602Z Compiling nibble_vec v0.1.0
38022026-07-27T20:27:52.602Z Compiling endian-type v0.1.2
38032026-07-27T20:27:52.602Z 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=6c05a23175dc7e22 -C extra-filename=-f781436d4669f07c --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-9a893232469b57cd.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`
38042026-07-27T20:27:52.602Z 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`
38052026-07-27T20:27:52.602Z 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`
38062026-07-27T20:27:52.602Z 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`
38072026-07-27T20:27:52.602Z 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)'`
38082026-07-27T20:27:52.602Z 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=50253b8915100569 -C extra-filename=-9bcaded542b461b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-e6aa5f47b60546fd.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-07-27T20:27:52.603Z 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="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=f200520836be7f18 -C extra-filename=-6b1286191a419a29 --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`
38102026-07-27T20:27:52.603Z 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/d9645f8/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=d38d3f73411d1a7d -C extra-filename=-2f21348b932ca7dd --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-825ac460e0d73b9a.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`
38112026-07-27T20:27:52.732Z 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=a61af0b68404c798 -C extra-filename=-6dd4a1622461c740 --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-647ac05d49bd5831.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122026-07-27T20:27:52.736Z 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=801944a90e8c0b24 -C extra-filename=-d057ef516e0c8612 --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-07-27T20:27:52.736Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-782d71b8a944d0bf/build-script-build`
38142026-07-27T20:27:52.767Z 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`
38152026-07-27T20:27:52.767Z 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`
38162026-07-27T20:27:52.802Z 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`
38172026-07-27T20:27:52.805Z 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`
38182026-07-27T20:27:52.805Z Compiling ingot-macros v0.1.1
38192026-07-27T20:27:52.805Z Compiling nom v7.1.3
38202026-07-27T20:27:52.805Z Compiling reedline v0.40.0
38212026-07-27T20:27:52.837Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38222026-07-27T20:27:52.841Z Compiling recursive-proc-macro-impl v0.1.1
38232026-07-27T20:27:52.870Z 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`
38242026-07-27T20:27:52.873Z 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`
38252026-07-27T20:27:53.044Z 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)'`
38262026-07-27T20:27:53.044Z 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.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=95d4c860f67d0423 -C extra-filename=-01da403e78d3c66a --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.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.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`
38272026-07-27T20:27:53.048Z 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`
38282026-07-27T20:27:53.080Z Compiling tabled v0.15.0
38292026-07-27T20:27:53.085Z Compiling csv v1.4.0
38302026-07-27T20:27:53.085Z Compiling radix_trie v0.2.1
38312026-07-27T20:27:53.085Z Compiling phf_shared v0.12.1
38322026-07-27T20:27:53.113Z 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=fb90ea3c79dca3fa -C extra-filename=-316b583aa55bb914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-07-27T20:27:53.145Z 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=c145b90f2421e462 -C extra-filename=-194435b6ea5ec4a1 --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-e34ae4a80beee20a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-0e060e746cd0740d.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`
38342026-07-27T20:27:53.250Z 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`
38352026-07-27T20:27:53.320Z 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/1e40efd/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=fdee438e375d45cf -C extra-filename=-fb8792cdfbaee22d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-2f21348b932ca7dd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-825ac460e0d73b9a.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-b754a8d6defcb251.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f7838d0330be4b2b.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-8e15305bb1d43b7a.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 -l kstat`
38362026-07-27T20:27:53.324Z Compiling typify-macro v0.6.2
38372026-07-27T20:27:53.324Z Compiling psm v0.1.30
38382026-07-27T20:27:53.324Z Compiling rustc_version v0.1.7
38392026-07-27T20:27:53.324Z Compiling nix v0.28.0
38402026-07-27T20:27:53.324Z Compiling chrono-tz v0.10.4
38412026-07-27T20:27:53.324Z Compiling const_format_proc_macros v0.2.34
38422026-07-27T20:27:53.324Z Compiling peg-macros v0.8.5
38432026-07-27T20:27:53.324Z Compiling sqlparser_derive v0.5.0
38442026-07-27T20:27:53.324Z 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`
38452026-07-27T20:27:53.325Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-7a13e54d75218f73/build-script-build`
38462026-07-27T20:27:53.355Z 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`
38472026-07-27T20:27:53.360Z 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`
38482026-07-27T20:27:53.360Z 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`
38492026-07-27T20:27:53.500Z 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=e75a9f1620a1ebbd -C extra-filename=-35188ad0e567ff04 --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-0517fff741baa4c3.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-2f728c48b3467468.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-30de22123f137a1e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-07-27T20:27:53.503Z 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=9216649a06e7d4a7 -C extra-filename=-222ed2b42ff2dbbc --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-2f728c48b3467468.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-07-27T20:27:53.503Z 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`
38522026-07-27T20:27:53.504Z 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`
38532026-07-27T20:27:53.504Z 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`
38542026-07-27T20:27:53.504Z Compiling oxide-tokio-rt v0.1.4
38552026-07-27T20:27:53.532Z Compiling oxide-update-engine v0.1.2
38562026-07-27T20:27:53.536Z Compiling derive_more v2.1.1
38572026-07-27T20:27:53.536Z Compiling nom v8.0.0
38582026-07-27T20:27:53.570Z 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`
38592026-07-27T20:27:53.573Z 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`
38602026-07-27T20:27:53.573Z 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`
38612026-07-27T20:27:53.574Z 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`
38622026-07-27T20:27:53.644Z 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=7dd285c1c37ff714 -C extra-filename=-f7d98d2d73bbbc76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-6dd4a1622461c740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-07-27T20:27:53.648Z 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=de387c8248a6d20f -C extra-filename=-92c1ae210e5bdaf6 --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-d057ef516e0c8612.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-9bcaded542b461b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-07-27T20:27:53.680Z Compiling phf v0.12.1
38652026-07-27T20:27:53.684Z Compiling winnow v0.6.26
38662026-07-27T20:27:53.684Z Compiling unicode_categories v0.1.1
38672026-07-27T20:27:53.684Z 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`
38682026-07-27T20:27:53.684Z 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="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=3034a8f407ad1d47 -C extra-filename=-8e25c09bd8a81179 --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-6b1286191a419a29.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692026-07-27T20:27:53.843Z Compiling home v0.5.12
38702026-07-27T20:27:53.847Z Compiling bcs v0.1.6
38712026-07-27T20:27:53.847Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38722026-07-27T20:27:53.847Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
38732026-07-27T20:27:53.847Z 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`
38742026-07-27T20:27:53.847Z 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`
38752026-07-27T20:27:53.847Z 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`
38762026-07-27T20:27:53.991Z Compiling crossterm v0.29.0
38772026-07-27T20:27:53.994Z Compiling hickory-resolver v0.24.4
38782026-07-27T20:27:53.995Z Compiling sha1 v0.10.6
38792026-07-27T20:27:53.995Z 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`
38802026-07-27T20:27:53.995Z 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`
38812026-07-27T20:27:54.061Z 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/65cc70a/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=85829d020aef02fd -C extra-filename=-070eb91ece0fd8e6 --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`
38822026-07-27T20:27:54.067Z 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=672e625a2d94a8f8 -C extra-filename=-5a3b6ac74e8ba6c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
38832026-07-27T20:27:54.131Z Compiling newtype_derive v0.1.6
38842026-07-27T20:27:54.131Z Compiling filetime v0.2.27
38852026-07-27T20:27:54.136Z Compiling xattr v1.6.1
38862026-07-27T20:27:54.164Z 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=254da0f5d565dabd -C extra-filename=-5a94eeaee0c4fb51 --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-8e25c09bd8a81179.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-6fae212c3eebe0ee.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.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-197ebb5ab8cdb1a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872026-07-27T20:27:54.198Z 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=ddf8c2ec506e56d1 -C extra-filename=-11e67775e59f524c --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-c3522e0ff62d0920.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-07-27T20:27:54.203Z 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=1484cc55646af578 -C extra-filename=-1701fcf73de791cb --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-935d98854f7f73f3.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-23b3cd3cd8639803.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-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-07-27T20:27:54.203Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-01db3c969981324d/build-script-build`
38902026-07-27T20:27:54.308Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-95a928092ecc51dc/build-script-build`
38912026-07-27T20:27:54.312Z Compiling base64 v0.21.7
38922026-07-27T20:27:54.312Z Compiling subprocess v0.2.15
38932026-07-27T20:27:54.312Z Compiling headers-core v0.3.0
38942026-07-27T20:27:54.312Z Compiling yasna v0.5.2
38952026-07-27T20:27:54.312Z 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`
38962026-07-27T20:27:54.312Z 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`
38972026-07-27T20:27:54.312Z 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`
38982026-07-27T20:27:54.460Z Compiling port-file v0.1.0
38992026-07-27T20:27:54.464Z Compiling dropshot-api-manager-types v0.7.2
39002026-07-27T20:27:54.467Z 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`
39012026-07-27T20:27:54.534Z 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`
39022026-07-27T20:27:54.539Z 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`
39032026-07-27T20:27:54.540Z 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`
39042026-07-27T20:27:54.602Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39052026-07-27T20:27:54.602Z Compiling tar v0.4.46
39062026-07-27T20:27:54.605Z Compiling tagptr v0.2.0
39072026-07-27T20:27:54.605Z Compiling utf-8 v0.7.6
39082026-07-27T20:27:54.605Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39092026-07-27T20:27:54.605Z 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`
39102026-07-27T20:27:54.605Z 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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c176373adc102ca6 -C extra-filename=-a88fb895da57e7de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112026-07-27T20:27:54.605Z 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=eab7d34a2dcf4d76 -C extra-filename=-d2f5fd122237173f --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-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-07-27T20:27:54.605Z 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`
39132026-07-27T20:27:54.606Z Compiling const_format v0.2.35
39142026-07-27T20:27:54.606Z Compiling headers v0.4.1
39152026-07-27T20:27:54.635Z Compiling libefi-sys v0.1.0
39162026-07-27T20:27:54.639Z Compiling bitfield-struct v0.6.2
39172026-07-27T20:27:54.639Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-bdf4e9316ab6d716/build-script-build`
39182026-07-27T20:27:54.639Z 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`
39192026-07-27T20:27:54.639Z 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`
39202026-07-27T20:27:54.639Z 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`
39212026-07-27T20:27:54.639Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c55380cd4b2540ca/build-script-build`
39222026-07-27T20:27:54.639Z 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=60bd872455aa9246 -C extra-filename=-786b85e0d2667d7e --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-11e67775e59f524c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-07-27T20:27:54.670Z 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`
39242026-07-27T20:27:54.675Z 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`
39252026-07-27T20:27:54.702Z 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`
39262026-07-27T20:27:54.706Z 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=4189f2fc20c79643 -C extra-filename=-c9006707daa950cf --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-c9006707daa950cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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`
39272026-07-27T20:27:54.706Z 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`
39282026-07-27T20:27:54.806Z Compiling radium v0.7.0
39292026-07-27T20:27:54.810Z 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)'`
39302026-07-27T20:27:54.843Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39312026-07-27T20:27:54.847Z 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`
39322026-07-27T20:27:54.847Z 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`
39332026-07-27T20:27:54.879Z Compiling moka v0.12.13
39342026-07-27T20:27:54.884Z 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=8d862fdd7d71d8e9 -C extra-filename=-821fc58412512bc9 --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-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-07-27T20:27:54.924Z Compiling tungstenite v0.21.0
39362026-07-27T20:27:54.929Z 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=74f810acac347bdf -C extra-filename=-a0f1e429698ac769 --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-29fe31c54d5c23c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-11e67775e59f524c.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`
39372026-07-27T20:27:55.006Z Compiling ron v0.8.1
39382026-07-27T20:27:55.010Z 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`
39392026-07-27T20:27:55.044Z Compiling tap v1.0.1
39402026-07-27T20:27:55.081Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39412026-07-27T20:27:55.085Z 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`
39422026-07-27T20:27:55.119Z Compiling sqlformat v0.3.5
39432026-07-27T20:27:55.157Z 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`
39442026-07-27T20:27:55.191Z 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`
39452026-07-27T20:27:55.195Z Compiling peg v0.8.5
39462026-07-27T20:27:55.195Z 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`
39472026-07-27T20:27:55.227Z Compiling qorb v0.4.1
39482026-07-27T20:27:55.233Z 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`
39492026-07-27T20:27:55.374Z Compiling maybe-uninit v2.0.0
39502026-07-27T20:27:55.378Z Compiling wyz v0.5.1
39512026-07-27T20:27:55.378Z 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=0009a450fb7f3aab -C extra-filename=-711a361c6b1e9173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-1701fcf73de791cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522026-07-27T20:27:55.409Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-3186560d67818c9c/build-script-build`
39532026-07-27T20:27:55.507Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1957a6b0d9ecc753/build-script-build`
39542026-07-27T20:27:55.511Z Compiling steno v0.4.1
39552026-07-27T20:27:55.511Z Compiling zerocopy-derive v0.6.6
39562026-07-27T20:27:55.511Z Compiling packed_struct v0.10.1
39572026-07-27T20:27:55.511Z Compiling funty v2.0.0
39582026-07-27T20:27:55.511Z 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`
39592026-07-27T20:27:55.511Z 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`
39602026-07-27T20:27:55.650Z Compiling crc-catalog v2.4.0
39612026-07-27T20:27:55.653Z 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=ddfedad13d3b330f -C extra-filename=-e27a5514505dab80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622026-07-27T20:27:55.654Z 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`
39632026-07-27T20:27:55.722Z 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`
39642026-07-27T20:27:55.726Z 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`
39652026-07-27T20:27:55.756Z Compiling rustyline v14.0.0
39662026-07-27T20:27:55.760Z Compiling tokio-tungstenite v0.21.0
39672026-07-27T20:27:55.892Z 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`
39682026-07-27T20:27:55.896Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-c9006707daa950cf/build-script-build`
39692026-07-27T20:27:55.896Z 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`
39702026-07-27T20:27:55.924Z Compiling typify v0.6.2
39712026-07-27T20:27:55.928Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39722026-07-27T20:27:55.928Z Compiling bitfield-macros v0.19.4
39732026-07-27T20:27:55.928Z Compiling packed_struct_codegen v0.10.1
39742026-07-27T20:27:55.928Z 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=6be96545b67847d0 -C extra-filename=-06a96d52232bb510 --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-0e060e746cd0740d.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-29fe31c54d5c23c8.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`
39752026-07-27T20:27:55.928Z 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=813db1277f4c6b50 -C extra-filename=-727c99d04e760c89 --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-29fe31c54d5c23c8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a0f1e429698ac769.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762026-07-27T20:27:55.929Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-eb57260caa6a5abb/build-script-build`
39772026-07-27T20:27:55.929Z Compiling recursive v0.1.1
39782026-07-27T20:27:55.929Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
39792026-07-27T20:27:55.929Z Compiling crc v3.4.0
39802026-07-27T20:27:55.929Z Compiling indexmap v1.9.3
39812026-07-27T20:27:55.929Z Compiling nodrop v0.1.14
39822026-07-27T20:27:55.958Z 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=c1596d81b0081e73 -C extra-filename=-90e578f61eaf7081 --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-30de22123f137a1e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-35188ad0e567ff04.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832026-07-27T20:27:55.962Z 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`
39842026-07-27T20:27:55.962Z 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`
39852026-07-27T20:27:55.962Z 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`
39862026-07-27T20:27:55.962Z 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`
39872026-07-27T20:27:55.962Z 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`
39882026-07-27T20:27:55.962Z 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`
39892026-07-27T20:27:55.962Z 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/65cc70a/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=6b71c15afb481aad -C extra-filename=-c70ea286af5c1ab6 --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-825ac460e0d73b9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-07-27T20:27:55.963Z 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`
39912026-07-27T20:27:55.963Z 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`
39922026-07-27T20:27:55.963Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-e8e063e0da78079c/build-script-build`
39932026-07-27T20:27:55.995Z Compiling hashbrown v0.12.3
39942026-07-27T20:27:55.999Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-25fa411a0cd8060c/build-script-build`
39952026-07-27T20:27:55.999Z 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`
39962026-07-27T20:27:56.033Z Compiling hashbrown v0.13.2
39972026-07-27T20:27:56.072Z 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=1a7dc1b7026b2bec -C extra-filename=-158a6a9808e86d00 --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-67f202f8931df806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-07-27T20:27:56.077Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-ad8d6e3a26ba0c9a/build-script-build`
39992026-07-27T20:27:56.106Z Compiling crc-any v2.5.0
40002026-07-27T20:27:56.146Z Compiling hickory-resolver v0.25.2
40012026-07-27T20:27:56.149Z 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`
40022026-07-27T20:27:56.218Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
40032026-07-27T20:27:56.218Z Compiling array-init v0.0.4
40042026-07-27T20:27:56.253Z 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=bdd6fa5f27d6c18f -C extra-filename=-c65177d768ace70c --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-bc5f1d7843af69d4.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-821fc58412512bc9.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-bdefc8f0c020360c.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-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052026-07-27T20:27:56.328Z Compiling xshell-macros v0.2.7
40062026-07-27T20:27:56.332Z Compiling path-slash v0.1.5
40072026-07-27T20:27:56.333Z 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`
40082026-07-27T20:27:56.334Z 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=2678184bdc9c5fa7 -C extra-filename=-14e07d7419006893 --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-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092026-07-27T20:27:56.334Z 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`
40102026-07-27T20:27:56.391Z Compiling half v1.8.3
40112026-07-27T20:27:56.430Z 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`
40122026-07-27T20:27:56.434Z 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`
40132026-07-27T20:27:56.434Z 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`
40142026-07-27T20:27:56.434Z 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`
40152026-07-27T20:27:56.536Z Compiling ingot-types v0.1.2
40162026-07-27T20:27:56.543Z Compiling sqlparser v0.61.0
40172026-07-27T20:27:56.543Z Compiling num-derive v0.3.3
40182026-07-27T20:27:56.544Z Compiling proc-macro-error-attr2 v2.0.0
40192026-07-27T20:27:56.544Z 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`
40202026-07-27T20:27:56.544Z 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`
40212026-07-27T20:27:56.638Z Compiling progenitor-impl v0.14.0
40222026-07-27T20:27:56.642Z Compiling maplit v1.0.2
40232026-07-27T20:27:56.642Z 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.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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3118e3c9f540d424 -C extra-filename=-38a59a1a254c59c6 --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-01da403e78d3c66a.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-07-27T20:27:56.642Z 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=47a2eb451bde8702 -C extra-filename=-4d4a181c14af0587 --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-29fe31c54d5c23c8.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`
40252026-07-27T20:27:56.642Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.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("full-syntax"))' -C metadata=d8b2fa06d7753d2a -C extra-filename=-42ee0a11a9d0a919 --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`
40262026-07-27T20:27:56.642Z 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`
40272026-07-27T20:27:56.711Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40282026-07-27T20:27:56.715Z Compiling smallvec v0.6.14
40292026-07-27T20:27:56.746Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-cebbf38fcbdc4d9b/build-script-build`
40302026-07-27T20:27:56.750Z 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`
40312026-07-27T20:27:56.938Z 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=e2b4bbe26eb8f79f -C extra-filename=-5d882398d58d460f --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-781ac313f1e7b876.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-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-90e578f61eaf7081.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`
40322026-07-27T20:27:56.938Z Compiling serde_cbor v0.11.2
40332026-07-27T20:27:56.938Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40342026-07-27T20:27:56.938Z Compiling papergrid v0.17.0
40352026-07-27T20:27:56.938Z Compiling testing_table v0.3.0
40362026-07-27T20:27:56.938Z 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`
40372026-07-27T20:27:56.938Z 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`
40382026-07-27T20:27:56.981Z Compiling zerocopy v0.6.6
40392026-07-27T20:27:56.981Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40402026-07-27T20:27:56.981Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40412026-07-27T20:27:56.981Z Compiling unicase v2.9.0
40422026-07-27T20:27:56.982Z 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`
40432026-07-27T20:27:56.982Z 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=ec1a0b97b30be360 -C extra-filename=-86ae4bb3960723db --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-2f728c48b3467468.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-07-27T20:27:57.017Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=36b1cf739921ec03 -C extra-filename=-b7e2b488c3093dfb --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`
40452026-07-27T20:27:57.017Z 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.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 --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=d0d3547e46965145 -C extra-filename=-1bf385dc94623e16 --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`
40462026-07-27T20:27:57.020Z Compiling bitvec v1.0.1
40472026-07-27T20:27:57.020Z 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`
40482026-07-27T20:27:57.020Z 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/8116765/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=691e3dc47cb042f4 -C extra-filename=-6605e57d896e400e --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-d4c30dc959312179.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
40492026-07-27T20:27:57.020Z 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/8116765/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`
40502026-07-27T20:27:57.020Z 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`
40512026-07-27T20:27:57.057Z Compiling crc8 v0.1.1
40522026-07-27T20:27:57.057Z 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`
40532026-07-27T20:27:57.062Z Compiling fxhash v0.2.1
40542026-07-27T20:27:57.062Z 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`
40552026-07-27T20:27:57.063Z 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`
40562026-07-27T20:27:57.087Z Compiling vergen-lib v0.1.6
40572026-07-27T20:27:57.097Z 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`
40582026-07-27T20:27:57.156Z Compiling diesel_derives v2.3.7
40592026-07-27T20:27:57.192Z Compiling xshell v0.2.7
40602026-07-27T20:27:57.201Z 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`
40612026-07-27T20:27:57.201Z 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`
40622026-07-27T20:27:57.286Z Compiling bitfield v0.19.4
40632026-07-27T20:27:57.290Z 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`
40642026-07-27T20:27:57.324Z Compiling serde-hex v0.1.0
40652026-07-27T20:27:57.328Z Compiling diff v0.1.13
40662026-07-27T20:27:57.386Z Compiling ingot v0.1.1
40672026-07-27T20:27:57.390Z 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`
40682026-07-27T20:27:57.390Z 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`
40692026-07-27T20:27:57.390Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=2be64669d6869109 -C extra-filename=-41e19b1825e1c777 --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-01da403e78d3c66a.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-38a59a1a254c59c6.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-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-07-27T20:27:57.391Z 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`
40712026-07-27T20:27:57.454Z Compiling proc-macro-error2 v2.0.1
40722026-07-27T20:27:57.488Z Compiling dsl_auto_type v0.2.0
40732026-07-27T20:27:57.492Z Compiling diesel_table_macro_syntax v0.3.0
40742026-07-27T20:27:57.562Z 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`
40752026-07-27T20:27:57.566Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d503e132c28cbc7/build-script-build`
40762026-07-27T20:27:57.591Z Compiling scheduled-thread-pool v0.2.7
40772026-07-27T20:27:57.597Z Compiling vergen-gitcl v1.0.8
40782026-07-27T20:27:57.597Z 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`
40792026-07-27T20:27:57.621Z 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`
40802026-07-27T20:27:57.685Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40812026-07-27T20:27:57.689Z Compiling downcast-rs v2.0.2
40822026-07-27T20:27:57.690Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-8a8ba252072ecaec/build-script-build`
40832026-07-27T20:27:57.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/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`
40842026-07-27T20:27:57.690Z 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`
40852026-07-27T20:27:57.721Z Compiling dirs-sys-next v0.1.2
40862026-07-27T20:27:57.726Z 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`
40872026-07-27T20:27:57.752Z 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`
40882026-07-27T20:27:57.784Z 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`
40892026-07-27T20:27:57.790Z 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=a1c02200ed4a7295 -C extra-filename=-dbe552e09c1d875c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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)'`
40902026-07-27T20:27:57.815Z Compiling crunchy v0.2.4
40912026-07-27T20:27:57.821Z 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`
40922026-07-27T20:27:57.864Z Compiling clang-sys v1.8.1
40932026-07-27T20:27:57.882Z 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`
40942026-07-27T20:27:57.894Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4/build-script-build`
40952026-07-27T20:27:57.917Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40962026-07-27T20:27:57.921Z 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`
40972026-07-27T20:27:57.954Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-66390a81747ae68d/build-script-build`
40982026-07-27T20:27:57.984Z Compiling dirs-next v2.0.0
40992026-07-27T20:27:57.987Z 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`
41002026-07-27T20:27:58.020Z Compiling git-stub v1.0.0
41012026-07-27T20:27:58.024Z 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=81760330fcc93cdd -C extra-filename=-0ba38be11a9ae81b --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-8a9e02ae24a3d662.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`
41022026-07-27T20:27:58.055Z Compiling tiny-keccak v2.0.2
41032026-07-27T20:27:58.090Z Compiling libscf-sys v1.1.0
41042026-07-27T20:27:58.094Z 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`
41052026-07-27T20:27:58.094Z 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.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=159f1736646e9137 -C extra-filename=-18d241b31693b441 --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-42ee0a11a9d0a919.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`
41062026-07-27T20:27:58.125Z Compiling kstat-rs v0.2.4
41072026-07-27T20:27:58.134Z 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.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=5fc24886a3887cc5 -C extra-filename=-e51190b69dfd32af --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`
41082026-07-27T20:27:58.186Z Compiling object v0.30.4
41092026-07-27T20:27:58.190Z 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=9975d139012e97f2 -C extra-filename=-74f5eef272e84b20 --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-158a6a9808e86d00.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`
41102026-07-27T20:27:58.221Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-738d25bd16306a00/build-script-build`
41112026-07-27T20:27:58.256Z Compiling arc-swap v1.8.2
41122026-07-27T20:27:58.290Z Compiling bit-vec v0.6.3
41132026-07-27T20:27:58.295Z 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`
41142026-07-27T20:27:58.325Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
41152026-07-27T20:27:58.329Z 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`
41162026-07-27T20:27:58.360Z Compiling r2d2 v0.8.10
41172026-07-27T20:27:58.363Z 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/8116765/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=13552086fcb3a3a3 -C extra-filename=-d25b830ee48ee9b4 --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-0517fff741baa4c3.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-6605e57d896e400e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182026-07-27T20:27:58.363Z 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=562e95e7f161d96e -C extra-filename=-8e417292b4ef15fe --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-29fe31c54d5c23c8.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`
41192026-07-27T20:27:58.434Z Compiling git-stub-vcs v0.1.0
41202026-07-27T20:27:58.441Z 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=abfd57b4d9ba577c -C extra-filename=-c19395013983631b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-5ec7745ebb0337dc.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-dbe552e09c1d875c.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)'`
41212026-07-27T20:27:58.441Z 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=15a28088c511c2ee -C extra-filename=-cddff8334dcb8163 --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-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-0ba38be11a9ae81b.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`
41222026-07-27T20:27:58.469Z Compiling term v0.7.0
41232026-07-27T20:27:58.540Z Compiling parking_lot_core v0.8.6
41242026-07-27T20:27:58.546Z 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`
41252026-07-27T20:27:58.608Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41262026-07-27T20:27:58.611Z Compiling tabled_derive v0.11.0
41272026-07-27T20:27:58.612Z Compiling itertools v0.10.5
41282026-07-27T20:27:58.644Z 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`
41292026-07-27T20:27:58.647Z 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`
41302026-07-27T20:27:58.678Z Compiling ena v0.14.4
41312026-07-27T20:27:58.682Z Compiling libloading v0.8.9
41322026-07-27T20:27:58.682Z Compiling regex-syntax v0.6.29
41332026-07-27T20:27:58.682Z 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`
41342026-07-27T20:27:58.682Z 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.11.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=243a85151862c9b9 -C extra-filename=-1dfcdf315014480f --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`
41352026-07-27T20:27:58.682Z 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`
41362026-07-27T20:27:58.682Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-bc0d1f1fbf807eb5/build-script-build`
41372026-07-27T20:27:58.707Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41382026-07-27T20:27:58.711Z 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=071204703b444fdc -C extra-filename=-d387ab8893eaeb40 --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-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392026-07-27T20:27:58.711Z 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`
41402026-07-27T20:27:58.711Z 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`
41412026-07-27T20:27:58.746Z 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=4b81508ecf0139bb -C extra-filename=-5aec273fc556751b --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-18d241b31693b441.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`
41422026-07-27T20:27:58.806Z Compiling slog-scope v4.4.1
41432026-07-27T20:27:58.841Z 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`
41442026-07-27T20:27:58.878Z 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`
41452026-07-27T20:27:58.882Z 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`
41462026-07-27T20:27:58.944Z Compiling bindgen v0.71.1
41472026-07-27T20:27:58.948Z 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/`
41482026-07-27T20:27:58.948Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-fd9e37c7b942ab19/build-script-build`
41492026-07-27T20:27:58.948Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-86584aebc2f30b3e/build-script-build`
41502026-07-27T20:27:58.988Z 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`
41512026-07-27T20:27:59.081Z Compiling cexpr v0.6.0
41522026-07-27T20:27:59.084Z 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`
41532026-07-27T20:27:59.126Z Compiling rustc-hash v2.1.1
41542026-07-27T20:27:59.152Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
41552026-07-27T20:27:59.155Z Compiling prefix-trie v0.7.0
41562026-07-27T20:27:59.155Z 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`
41572026-07-27T20:27:59.181Z Compiling libxml v0.3.3
41582026-07-27T20:27:59.185Z 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/65cc70a/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=7ee0c7691f24750b -C extra-filename=-1b8f989a86978657 --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-b754a8d6defcb251.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
41592026-07-27T20:27:59.185Z 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=a85ccca16667cfd6 -C extra-filename=-a2f93757c9220581 --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-0813ae563d0ff353.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`
41602026-07-27T20:27:59.185Z 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`
41612026-07-27T20:27:59.217Z Compiling ascii-canvas v3.0.0
41622026-07-27T20:27:59.221Z 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`
41632026-07-27T20:27:59.253Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bfaea1a6d4440491/build-script-build`
41642026-07-27T20:27:59.318Z Compiling bit-set v0.5.3
41652026-07-27T20:27:59.352Z 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`
41662026-07-27T20:27:59.357Z 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`
41672026-07-27T20:27:59.412Z Compiling strum_macros v0.24.3
41682026-07-27T20:27:59.417Z Compiling nanorand v0.7.0
41692026-07-27T20:27:59.479Z 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`
41702026-07-27T20:27:59.485Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41712026-07-27T20:27:59.485Z 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`
41722026-07-27T20:27:59.511Z 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=24512a0009e45db3 -C extra-filename=-a4e20467c31915dc --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-a4e20467c31915dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-cddff8334dcb8163.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732026-07-27T20:27:59.552Z Compiling slog-stdlog v4.1.1
41742026-07-27T20:27:59.584Z Compiling salty v0.3.0
41752026-07-27T20:27:59.618Z 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`
41762026-07-27T20:27:59.725Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41772026-07-27T20:27:59.732Z 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=77bf06cfd8ad4be8 -C extra-filename=-faed042422f14b03 --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-29fe31c54d5c23c8.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`
41782026-07-27T20:27:59.732Z 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`
41792026-07-27T20:27:59.732Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
41802026-07-27T20:27:59.732Z Compiling indoc v1.0.9
41812026-07-27T20:27:59.732Z Compiling quick-xml v0.37.5
41822026-07-27T20:27:59.732Z 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/ab2941c/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=49fd499f2a884c30 -C extra-filename=-94230666d09f333f --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-818dd6a21244c46c.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-41e19b1825e1c777.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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`
41832026-07-27T20:27:59.732Z 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`
41842026-07-27T20:27:59.763Z Compiling flume v0.11.1
41852026-07-27T20:27:59.767Z 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=bdc2014f000c91c5 -C extra-filename=-5dff1d7af9d502d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-5dff1d7af9d502d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-c19395013983631b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-07-27T20:27:59.767Z 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`
41872026-07-27T20:27:59.767Z 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`
41882026-07-27T20:27:59.767Z 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`
41892026-07-27T20:27:59.834Z Compiling slog-envlogger v2.2.0
41902026-07-27T20:27:59.840Z 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=1499e3271d6edf85 -C extra-filename=-c2137c19b537a351 --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-29fe31c54d5c23c8.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-faed042422f14b03.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`
41912026-07-27T20:27:59.871Z Compiling progenitor-macro v0.14.0
41922026-07-27T20:27:59.904Z Compiling impl-trait-for-tuples v0.2.3
41932026-07-27T20:27:59.945Z 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=c26a2b00fa1e9c3f -C extra-filename=-49110d1ad3bdca62 --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-781ac313f1e7b876.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-5d882398d58d460f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
41942026-07-27T20:27:59.949Z Compiling oso-derive v0.27.3
41952026-07-27T20:27:59.949Z 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`
41962026-07-27T20:28:00.011Z Compiling openssl-probe v0.1.6
41972026-07-27T20:28:00.020Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41982026-07-27T20:28:00.020Z 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`
41992026-07-27T20:28:00.044Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-9d2906a400a6585d/build-script-build`
42002026-07-27T20:28:00.048Z Compiling lalrpop v0.19.12
42012026-07-27T20:28:00.048Z 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`
42022026-07-27T20:28:00.048Z 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=c1f2bfb95336d7dd -C extra-filename=-0d01b1ff091582df --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-fefc6777a713c6c1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-9644d6002b9d09d2.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`
42032026-07-27T20:28:00.078Z 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=5d543bb87c33ddcf -C extra-filename=-e0699f0d48a58c38 --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-d387ab8893eaeb40.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`
42042026-07-27T20:28:00.082Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-5fa6de7992aca748/build-script-build`
42052026-07-27T20:28:00.210Z Compiling tabled v0.20.0
42062026-07-27T20:28:00.214Z 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.20.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="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --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=7bdf7d854f4e5b8b -C extra-filename=-615eabeb7fe39a5c --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-1bf385dc94623e16.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-1dfcdf315014480f.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-b7e2b488c3093dfb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-07-27T20:28:00.243Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
42082026-07-27T20:28:00.247Z Compiling hickory-server v0.25.2
42092026-07-27T20:28:00.279Z 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/65cc70a/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=5a85240ec39c549f -C extra-filename=-fbf571a1185a0d0a --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-1b8f989a86978657.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102026-07-27T20:28:00.348Z 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=3031a1691410e47a -C extra-filename=-928aefc64ad98282 --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-bc5f1d7843af69d4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-a2f93757c9220581.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-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112026-07-27T20:28:00.353Z Compiling parking_lot v0.11.2
42122026-07-27T20:28:00.353Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-a4e20467c31915dc/build-script-build`
42132026-07-27T20:28:00.384Z 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`
42142026-07-27T20:28:00.394Z 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`
42152026-07-27T20:28:00.421Z Compiling trait-variant v0.1.2
42162026-07-27T20:28:00.425Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25124a9817a4eb26/build-script-build`
42172026-07-27T20:28:00.452Z 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`
42182026-07-27T20:28:00.487Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
42192026-07-27T20:28:00.521Z Compiling progenitor-impl v0.13.0
42202026-07-27T20:28:00.526Z 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=d95ad2a4f92fb3ef -C extra-filename=-315ea350c6794505 --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-d4c30dc959312179.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`
42212026-07-27T20:28:00.526Z 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=22aa3a622e510029 -C extra-filename=-002be4de43cd155c --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-781ac313f1e7b876.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-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-90e578f61eaf7081.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`
42222026-07-27T20:28:00.553Z Compiling fs-err v2.11.0
42232026-07-27T20:28:00.558Z 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`
42242026-07-27T20:28:00.622Z Compiling rfc6979 v0.4.0
42252026-07-27T20:28:00.625Z 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=a59e0fef2b3b55b3 -C extra-filename=-c06b2a0e6f160442 --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-460f0eb09f802b2d.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`
42262026-07-27T20:28:00.688Z Compiling predicates-tree v1.0.13
42272026-07-27T20:28:00.693Z 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=465f7692e8011533 -C extra-filename=-aee5a4a76fd5ffea --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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42282026-07-27T20:28:00.724Z 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`
42292026-07-27T20:28:00.728Z Compiling bb8 v0.8.6
42302026-07-27T20:28:00.758Z Compiling sled v0.34.7
42312026-07-27T20:28:00.763Z 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=e39159aebe3925ba -C extra-filename=-c60183443cd126ec --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-07-27T20:28:00.763Z 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=10f212ce849704f1 -C extra-filename=-5f487b8c183c0e5a --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-29fe31c54d5c23c8.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`
42332026-07-27T20:28:00.794Z 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/ab2941c/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=78a7210b68c467d9 -C extra-filename=-34ddd8cb916420c6 --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-818dd6a21244c46c.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-41e19b1825e1c777.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-2f1db90b18b9bc9b.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-94230666d09f333f.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-7ae81451c44d6552.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)'`
42342026-07-27T20:28:00.896Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
42352026-07-27T20:28:00.927Z 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/65cc70a/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=0facb6814e1d4f30 -C extra-filename=-5ddf15a5c0a69957 --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-c70ea286af5c1ab6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-07-27T20:28:00.937Z Compiling ecdsa v0.16.9
42372026-07-27T20:28:00.961Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-5dff1d7af9d502d8/build-script-build`
42382026-07-27T20:28:00.993Z Compiling primeorder v0.13.6
42392026-07-27T20:28:00.996Z 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=e7ed6d80fbc6d4de -C extra-filename=-50f1339d0c4dd440 --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-f78f640880c6271a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c3522e0ff62d0920.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-13459c985e22d00f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-c06b2a0e6f160442.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-018757d13f18996b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-61c39d8e104c1b2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-07-27T20:28:01.028Z Compiling assert_matches v1.5.0
42412026-07-27T20:28:01.032Z 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=62d08e3644315311 -C extra-filename=-4ad925990d7540f0 --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-13459c985e22d00f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422026-07-27T20:28:01.060Z Compiling parse-size v1.1.0
42432026-07-27T20:28:01.063Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42442026-07-27T20:28:01.098Z 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`
42452026-07-27T20:28:01.112Z Compiling nonempty v0.12.0
42462026-07-27T20:28:01.134Z 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`
42472026-07-27T20:28:01.138Z 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=675973bbb2e63715 -C extra-filename=-5c77652374a6e566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-19fe6dab4968d318.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5aec273fc556751b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-07-27T20:28:01.163Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
42492026-07-27T20:28:01.167Z 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`
42502026-07-27T20:28:01.200Z Compiling mime_guess v2.0.5
42512026-07-27T20:28:01.236Z 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/dbaad52/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=56537ac701b3dd42 -C extra-filename=-9085190d6af641dd --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-9085190d6af641dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522026-07-27T20:28:01.240Z Compiling ignore v0.4.25
42532026-07-27T20:28:01.240Z Compiling http-range v0.1.5
42542026-07-27T20:28:01.269Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42552026-07-27T20:28:01.305Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-6907d044ff4d6da5/build-script-build`
42562026-07-27T20:28:01.310Z 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`
42572026-07-27T20:28:01.310Z 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=60d0d955db1092af -C extra-filename=-d0bbe15ccd113467 --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-8ac6205960204119.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.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`
42582026-07-27T20:28:01.310Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
42592026-07-27T20:28:01.310Z 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`
42602026-07-27T20:28:01.310Z 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/6e0ef48/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=dd174ce89b99565b -C extra-filename=-d80b66bf6d1ee663 --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`
42612026-07-27T20:28:01.311Z 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/68a4b3b/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("unittest"))' -C metadata=1d507eecc29b11d9 -C extra-filename=-3528099c73ad2cf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3528099c73ad2cf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-07-27T20:28:01.406Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42632026-07-27T20:28:01.443Z 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/ab2941c/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=2d59c889c065fd05 -C extra-filename=-c26e43dd521121e0 --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-818dd6a21244c46c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-34ddd8cb916420c6.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-d6b59a0477c81f00.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642026-07-27T20:28:01.479Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42652026-07-27T20:28:01.483Z 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=f9c17e89596a6885 -C extra-filename=-da704fdba0695d0d --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-29fe31c54d5c23c8.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`
42662026-07-27T20:28:01.515Z Compiling atty v0.2.14
42672026-07-27T20:28:01.518Z Compiling corncobs v0.1.4
42682026-07-27T20:28:01.519Z Compiling secrecy v0.8.0
42692026-07-27T20:28:01.519Z 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)'`
42702026-07-27T20:28:01.519Z 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/6e0ef48/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=c4c9a00e7f5dbab9 -C extra-filename=-754f074202f72ce3 --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-f78f640880c6271a.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-0d01b1ff091582df.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-aee5a4a76fd5ffea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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`
42712026-07-27T20:28:01.519Z 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`
42722026-07-27T20:28:01.519Z 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=0d8d8b42a4efb8ee -C extra-filename=-f527d1a4c7849256 --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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732026-07-27T20:28:01.551Z 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`
42742026-07-27T20:28:01.619Z Compiling p384 v0.13.1
42752026-07-27T20:28:01.623Z 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=b2fc1e54800c1add -C extra-filename=-2bdd126fa42def93 --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-50f1339d0c4dd440.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-13459c985e22d00f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4ad925990d7540f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-07-27T20:28:01.692Z Compiling illumos-nvpair-sys v0.2.0
42772026-07-27T20:28:01.699Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42782026-07-27T20:28:01.727Z Compiling signal-hook-tokio v0.3.1
42792026-07-27T20:28:01.734Z 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`
42802026-07-27T20:28:01.815Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42812026-07-27T20:28:01.818Z 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=e032f85f9ccfc331 -C extra-filename=-20821cd4a1898089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-19fe6dab4968d318.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5aec273fc556751b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-07-27T20:28:01.819Z 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=29a014e4be55654b -C extra-filename=-6e7e540c4f1b982f --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-07-27T20:28:01.819Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42842026-07-27T20:28:01.819Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-9085190d6af641dd/build-script-build`
42852026-07-27T20:28:01.845Z 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`
42862026-07-27T20:28:01.849Z 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/6e0ef48/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=bc1c6519f41644a7 -C extra-filename=-2daeea24e2692fe3 --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-d80b66bf6d1ee663.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-323ada560c6a45fc.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872026-07-27T20:28:01.943Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42882026-07-27T20:28:01.977Z Compiling tungstenite v0.23.0
42892026-07-27T20:28:01.982Z 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=82060add2ca5bccc -C extra-filename=-b2defa3f5a566f35 --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-f78f640880c6271a.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-0d01b1ff091582df.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-aee5a4a76fd5ffea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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`
42902026-07-27T20:28:01.982Z 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=2b26c65b488cbb6b -C extra-filename=-b2839a8f638c1527 --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-29fe31c54d5c23c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-11e67775e59f524c.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`
42912026-07-27T20:28:02.015Z Compiling rand_seeder v0.4.0
42922026-07-27T20:28:02.020Z 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`
42932026-07-27T20:28:02.089Z Compiling void v1.0.2
42942026-07-27T20:28:02.093Z 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/8116765/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=87890152838a97b8 -C extra-filename=-f87c3f53ef1eef61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-615eabeb7fe39a5c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-d25b830ee48ee9b4.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6605e57d896e400e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2a805057c52897aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42952026-07-27T20:28:02.152Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-88123f43427ee2b3/build-script-build`
42962026-07-27T20:28:02.155Z Compiling globwalk v0.9.1
42972026-07-27T20:28:02.155Z 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`
42982026-07-27T20:28:02.181Z 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/dbaad52/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=d4eeaba769b755d8 -C extra-filename=-a73bd0225b6fbd32 --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/`
42992026-07-27T20:28:02.186Z 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=c190ea10f83eb1a5 -C extra-filename=-bb94e6ce67e6762f --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-d0bbe15ccd113467.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`
43002026-07-27T20:28:02.187Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-b4b41ec24bc92657/build-script-build`
43012026-07-27T20:28:02.310Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43022026-07-27T20:28:02.345Z 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`
43032026-07-27T20:28:02.354Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3528099c73ad2cf1/build-script-build`
43042026-07-27T20:28:02.354Z 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`
43052026-07-27T20:28:02.411Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
43062026-07-27T20:28:02.445Z Compiling camino-tempfile-ext v0.3.3
43072026-07-27T20:28:02.450Z 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/6e0ef48/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", "testing"))' -C metadata=89b789f7b8c732b2 -C extra-filename=-7d6f9d109e3af715 --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-754f074202f72ce3.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-b00a6b7922727e79.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.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-a73bd0225b6fbd32.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-2bdd126fa42def93.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0d01b1ff091582df.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43082026-07-27T20:28:02.483Z Compiling lzss v0.8.2
43092026-07-27T20:28:02.487Z 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=ae8bc6290b564119 -C extra-filename=-2ff4bd99a782149a --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-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-bb94e6ce67e6762f.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`
43102026-07-27T20:28:02.584Z Compiling nix v0.27.1
43112026-07-27T20:28:02.584Z Compiling serde_bytes v0.11.19
43122026-07-27T20:28:02.584Z 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`
43132026-07-27T20:28:02.585Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-4112bfb06edc7466/build-script-build`
43142026-07-27T20:28:02.585Z 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`
43152026-07-27T20:28:02.585Z 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`
43162026-07-27T20:28:02.585Z Compiling yansi v1.0.1
43172026-07-27T20:28:02.585Z 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`
43182026-07-27T20:28:02.594Z Compiling cpubits v0.1.1
43192026-07-27T20:28:02.594Z Compiling is_ci v1.2.0
43202026-07-27T20:28:02.595Z 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`
43212026-07-27T20:28:02.595Z 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`
43222026-07-27T20:28:02.595Z 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`
43232026-07-27T20:28:02.620Z Compiling libz-sys v1.1.24
43242026-07-27T20:28:02.627Z 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`
43252026-07-27T20:28:02.683Z Compiling pem-rfc7468 v1.0.0
43262026-07-27T20:28:02.716Z Compiling hyper-staticfile v0.10.1
43272026-07-27T20:28:02.720Z 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`
43282026-07-27T20:28:02.720Z 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=ab3f12b1e1b97a6c -C extra-filename=-010eaebe9119b4be --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-939181460a661ce0.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-23b3cd3cd8639803.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
43292026-07-27T20:28:02.820Z 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/`
43302026-07-27T20:28:02.918Z Compiling tokio-tungstenite v0.23.1
43312026-07-27T20:28:02.922Z Compiling pretty_assertions v1.4.1
43322026-07-27T20:28:02.922Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43332026-07-27T20:28:02.922Z Compiling hmac v0.13.0
43342026-07-27T20:28:02.922Z 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=a1b545c4a4dd3661 -C extra-filename=-b43f4e5f400752af --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-29fe31c54d5c23c8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-b2839a8f638c1527.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352026-07-27T20:28:02.922Z Compiling illumos-nvpair v0.3.0
43362026-07-27T20:28:02.922Z 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`
43372026-07-27T20:28:02.955Z 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=003b17bea0e7fe3b -C extra-filename=-7b71412c8434ba61 --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-c619fbabeb68e8b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382026-07-27T20:28:02.959Z 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/11afc48/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=b6fefa0e07705cb4 -C extra-filename=-48a883b43998e87e --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-d4c30dc959312179.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
43392026-07-27T20:28:02.960Z 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`
43402026-07-27T20:28:03.021Z Compiling universal-hash v0.6.1
43412026-07-27T20:28:03.025Z Compiling libgit2-sys v0.18.3+1.9.2
43422026-07-27T20:28:03.025Z 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=ba70031770d0563d -C extra-filename=-27064558b075b8d2 --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-eeec7ef5b6fb2a67.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`
43432026-07-27T20:28:03.057Z 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`
43442026-07-27T20:28:03.123Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43452026-07-27T20:28:03.127Z 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=893c0b6bb125c4ee -C extra-filename=-c1e0bf9a653baa01 --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-b2defa3f5a566f35.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-b00a6b7922727e79.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.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-29fe31c54d5c23c8.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-2bdd126fa42def93.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0d01b1ff091582df.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43462026-07-27T20:28:03.153Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43472026-07-27T20:28:03.157Z 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/ab2941c/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=b44f34498bf04c5f -C extra-filename=-4c207e601eb635d2 --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-fb8792cdfbaee22d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-34ddd8cb916420c6.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c26e43dd521121e0.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`
43482026-07-27T20:28:03.192Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43492026-07-27T20:28:03.197Z 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/11afc48/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`
43502026-07-27T20:28:03.225Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43512026-07-27T20:28:03.229Z 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=e951c9904ada498f -C extra-filename=-8179f22a1672d354 --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-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
43522026-07-27T20:28:03.260Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-14cbca2eb1b3923d/build-script-build`
43532026-07-27T20:28:03.264Z Compiling instability v0.3.11
43542026-07-27T20:28:03.295Z Compiling sha2 v0.11.0
43552026-07-27T20:28:03.300Z Compiling castaway v0.2.4
43562026-07-27T20:28:03.300Z 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`
43572026-07-27T20:28:03.300Z 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=8ea26fd3fc7802b1 -C extra-filename=-7e1faed66a541f82 --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-c619fbabeb68e8b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582026-07-27T20:28:03.332Z Compiling indoc v2.0.7
43592026-07-27T20:28:03.336Z 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`
43602026-07-27T20:28:03.336Z 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`
43612026-07-27T20:28:03.366Z Compiling polyval v0.7.1
43622026-07-27T20:28:03.399Z 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=039e1ecb150b1dde -C extra-filename=-c203af828b97c7b3 --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-27064558b075b8d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-07-27T20:28:03.436Z Compiling der v0.8.0
43642026-07-27T20:28:03.440Z Compiling unicode-truncate v1.1.0
43652026-07-27T20:28:03.472Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43662026-07-27T20:28:03.511Z 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=2833a35917f90dcb -C extra-filename=-57daf370a0e23b69 --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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43672026-07-27T20:28:03.516Z 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`
43682026-07-27T20:28:03.548Z Compiling lru v0.12.5
43692026-07-27T20:28:03.554Z Compiling vergen-git2 v9.1.0
43702026-07-27T20:28:03.554Z Compiling cassowary v0.3.0
43712026-07-27T20:28:03.554Z Compiling pbkdf2 v0.13.0
43722026-07-27T20:28:03.554Z 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=7e9e8e10bf1b7801 -C extra-filename=-f89bfa831719540a --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-781ac313f1e7b876.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`
43732026-07-27T20:28:03.554Z 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`
43742026-07-27T20:28:03.555Z 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`
43752026-07-27T20:28:03.556Z 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`
43762026-07-27T20:28:03.584Z 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=c9f10925b878b0f2 -C extra-filename=-6b541cb68c474355 --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-c619fbabeb68e8b6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7b71412c8434ba61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772026-07-27T20:28:03.670Z Compiling compact_str v0.8.1
43782026-07-27T20:28:03.724Z 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`
43792026-07-27T20:28:03.737Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-ca3893b9c76a5c82/build-script-build`
43802026-07-27T20:28:03.737Z Compiling aes v0.9.1
43812026-07-27T20:28:03.737Z Compiling ctr v0.10.1
43822026-07-27T20:28:03.737Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d/build-script-build`
43832026-07-27T20:28:03.737Z 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`
43842026-07-27T20:28:03.792Z Compiling progenitor-macro v0.13.0
43852026-07-27T20:28:03.796Z Compiling aead v0.6.1
43862026-07-27T20:28:03.796Z Compiling crypto-bigint v0.7.5
43872026-07-27T20:28:03.828Z 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=3f356b78375c0679 -C extra-filename=-2531cdcc1f02be7c --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-1db1d54dd00fc13d.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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882026-07-27T20:28:03.838Z 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=c7627aabecec6bb3 -C extra-filename=-25e247b9e11fee02 --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-1db1d54dd00fc13d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43892026-07-27T20:28:03.859Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43902026-07-27T20:28:03.863Z Compiling console v0.16.2
43912026-07-27T20:28:03.865Z 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=69ee5cc36ac6c2a4 -C extra-filename=-865600add9db2aae --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-781ac313f1e7b876.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-002be4de43cd155c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
43922026-07-27T20:28:03.866Z 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=54ab9898c756794c -C extra-filename=-8fd734b27297ee25 --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-424c475af672f094.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-07-27T20:28:03.867Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d3c9de40192883dd/build-script-build`
43942026-07-27T20:28:03.867Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "rand_core"))' -C metadata=e36617c73a6d07a0 -C extra-filename=-e3db3c7b430b26e8 --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-eeec7ef5b6fb2a67.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-b1ad731872666ad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952026-07-27T20:28:03.867Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43962026-07-27T20:28:03.895Z 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=177a6fd2e29ca23c -C extra-filename=-e3c23a253a02a773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-19fe6dab4968d318.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5aec273fc556751b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972026-07-27T20:28:03.899Z 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`
43982026-07-27T20:28:03.931Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43992026-07-27T20:28:03.937Z Compiling salsa20 v0.11.0
44002026-07-27T20:28:03.937Z 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=0df74d644e548560 -C extra-filename=-4db2293673c77a9c --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-f78f640880c6271a.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.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-9245614867878c68.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-0e167e790e1c096c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012026-07-27T20:28:03.965Z Compiling cbc v0.2.1
44022026-07-27T20:28:03.970Z 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/11afc48/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=9d362cdd7d9029df -C extra-filename=-e80b0f0469307c6b --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-0517fff741baa4c3.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-48a883b43998e87e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032026-07-27T20:28:03.970Z 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=16e547eaf765918e -C extra-filename=-c54e963d5b70e2f9 --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-1db1d54dd00fc13d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042026-07-27T20:28:04.008Z 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=4954dd7a7ec6134d -C extra-filename=-a3899cace8a4ba6e --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-1db1d54dd00fc13d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44052026-07-27T20:28:04.037Z 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)'`
44062026-07-27T20:28:04.040Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-3092e3ca8eadbf5d/build-script-build`
44072026-07-27T20:28:04.072Z Compiling ghash v0.6.0
44082026-07-27T20:28:04.083Z 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=a24a9a1ad5401226 -C extra-filename=-eeb4c772cd347ff7 --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-c203af828b97c7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092026-07-27T20:28:04.107Z Compiling unit-prefix v0.5.2
44102026-07-27T20:28:04.141Z 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`
44112026-07-27T20:28:04.176Z Compiling supports-color v3.0.2
44122026-07-27T20:28:04.210Z Compiling scrypt v0.12.0
44132026-07-27T20:28:04.214Z 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`
44142026-07-27T20:28:04.214Z 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=98a55e24a35123fa -C extra-filename=-84424790fdc0a1b3 --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-6b541cb68c474355.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-c54e963d5b70e2f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44152026-07-27T20:28:04.280Z Compiling tokio-test v0.4.5
44162026-07-27T20:28:04.313Z Compiling libsw-core v0.3.2
44172026-07-27T20:28:04.347Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44182026-07-27T20:28:04.351Z Compiling twox-hash v2.1.2
44192026-07-27T20:28:04.379Z 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=98d3bb68b75fb9e9 -C extra-filename=-0a5a3e11c603bdda --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-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-07-27T20:28:04.384Z 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=357484f0bc3f8ef0 -C extra-filename=-a7962b0c49c1c0b1 --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-07-27T20:28:04.384Z Compiling fatfs v0.3.6
44222026-07-27T20:28:04.384Z 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=ff18953fbc5ce6c3 -C extra-filename=-c3ec0daf22d8c88f --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-5a3b6ac74e8ba6c3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232026-07-27T20:28:04.384Z 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=64835331ff5ba1bf -C extra-filename=-c90dab3a6401b741 --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-bdefc8f0c020360c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242026-07-27T20:28:04.414Z Compiling diesel v2.3.7
44252026-07-27T20:28:04.418Z 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=cdc368e3d43be537 -C extra-filename=-8aac60bb5c8af5e2 --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-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262026-07-27T20:28:04.418Z 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=8c798af53c2f720d -C extra-filename=-1fe1d5be6a589c16 --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-275e7b2697f8fc09.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-8e417292b4ef15fe.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
44272026-07-27T20:28:04.449Z Compiling colored v2.2.0
44282026-07-27T20:28:04.481Z 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`
44292026-07-27T20:28:04.484Z Compiling spki v0.8.0
44302026-07-27T20:28:04.515Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44312026-07-27T20:28:04.519Z 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=3c69c3f740e26446 -C extra-filename=-97f3d7017f69cc5e --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-57daf370a0e23b69.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-07-27T20:28:04.549Z 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`
44332026-07-27T20:28:04.612Z Compiling seq-macro v0.3.6
44342026-07-27T20:28:04.617Z Compiling shell-words v1.1.1
44352026-07-27T20:28:04.617Z 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`
44362026-07-27T20:28:04.617Z 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`
44372026-07-27T20:28:04.782Z Compiling libsw v3.5.0
44382026-07-27T20:28:04.812Z 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=f9ced858b8e7e476 -C extra-filename=-72acadf337748f99 --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-a7962b0c49c1c0b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-07-27T20:28:04.881Z Compiling indicatif v0.18.4
44402026-07-27T20:28:04.887Z 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`
44412026-07-27T20:28:04.887Z Compiling petname v2.0.2
44422026-07-27T20:28:04.977Z Compiling aes-gcm v0.11.0
44432026-07-27T20:28:04.981Z 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=129d71f63683eb97 -C extra-filename=-cf358116a02d6e54 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-cf358116a02d6e54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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`
44442026-07-27T20:28:05.013Z Compiling ff v0.14.0
44452026-07-27T20:28:05.019Z Compiling signature v3.0.0
44462026-07-27T20:28:05.019Z Compiling concurrent-queue v2.5.0
44472026-07-27T20:28:05.019Z 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=f6dddabde4eca15f -C extra-filename=-95d8b85b608bba49 --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-e3db3c7b430b26e8.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-2531cdcc1f02be7c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1db1d54dd00fc13d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-25e247b9e11fee02.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-eeb4c772cd347ff7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-07-27T20:28:05.048Z 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`
44492026-07-27T20:28:05.083Z Compiling base16ct v1.0.0
44502026-07-27T20:28:05.087Z 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`
44512026-07-27T20:28:05.087Z 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=ca8665d3c0194ed5 -C extra-filename=-36212095be279359 --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-c619fbabeb68e8b6.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`
44522026-07-27T20:28:05.088Z 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/11afc48/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=d3a5a518bca9487c -C extra-filename=-32ea0733ed43acc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-615eabeb7fe39a5c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-e80b0f0469307c6b.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-48a883b43998e87e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2a805057c52897aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44532026-07-27T20:28:05.119Z Compiling oxide-update-engine-display v0.1.2
44542026-07-27T20:28:05.124Z Compiling plotters-backend v0.3.7
44552026-07-27T20:28:05.124Z 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`
44562026-07-27T20:28:05.125Z 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=221a8fc01367cc4a -C extra-filename=-22df3b843d5414dc --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-72acadf337748f99.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-9bcaded542b461b1.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`
44572026-07-27T20:28:05.125Z 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`
44582026-07-27T20:28:05.157Z Compiling constant_time_eq v0.4.2
44592026-07-27T20:28:05.190Z 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`
44602026-07-27T20:28:05.193Z Compiling ratatui v0.29.0
44612026-07-27T20:28:05.225Z Compiling parking v2.2.1
44622026-07-27T20:28:05.230Z Compiling pkcs5 v0.8.1
44632026-07-27T20:28:05.230Z 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`
44642026-07-27T20:28:05.230Z 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=bf9ba88b833a56bf -C extra-filename=-d7331ef1ea4c532f --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-e34ae4a80beee20a.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`
44652026-07-27T20:28:05.230Z 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=958a6b4ff0d90199 -C extra-filename=-c608a81d2de38bfb --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-2531cdcc1f02be7c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-95d8b85b608bba49.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-a3899cace8a4ba6e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-57daf370a0e23b69.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6b541cb68c474355.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-84424790fdc0a1b3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-97f3d7017f69cc5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-07-27T20:28:05.262Z Compiling arrayvec v0.7.6
44672026-07-27T20:28:05.297Z Compiling arrayref v0.3.9
44682026-07-27T20:28:05.301Z Compiling group v0.14.0
44692026-07-27T20:28:05.301Z 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`
44702026-07-27T20:28:05.301Z 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`
44712026-07-27T20:28:05.326Z Compiling hkdf v0.13.0
44722026-07-27T20:28:05.330Z 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`
44732026-07-27T20:28:05.331Z 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=a2e487bab043edde -C extra-filename=-4080c4637eb57cd5 --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-7b71412c8434ba61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742026-07-27T20:28:05.331Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44752026-07-27T20:28:05.368Z 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=1c247b726ef22032 -C extra-filename=-26c290bd4e0c20cb --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-c3522e0ff62d0920.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4db2293673c77a9c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-74f5eef272e84b20.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9245614867878c68.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-323ada560c6a45fc.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`
44762026-07-27T20:28:05.430Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44772026-07-27T20:28:05.465Z 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=0901ff2cc7832505 -C extra-filename=-253dc40aec3981dc --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-c3522e0ff62d0920.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4db2293673c77a9c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-74f5eef272e84b20.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9245614867878c68.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-323ada560c6a45fc.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`
44782026-07-27T20:28:05.533Z Compiling sec1 v0.8.1
44792026-07-27T20:28:05.566Z Compiling plotters-svg v0.3.7
44802026-07-27T20:28:05.570Z Compiling sapling-renderdag v0.1.0
44812026-07-27T20:28:05.570Z 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=a42dd219d0c452ce -C extra-filename=-582a0bc2336dd78a --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-57daf370a0e23b69.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822026-07-27T20:28:05.571Z 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`
44832026-07-27T20:28:05.572Z 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`
44842026-07-27T20:28:05.572Z Compiling rtoolbox v0.0.3
44852026-07-27T20:28:05.598Z 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`
44862026-07-27T20:28:05.632Z Compiling event-listener v5.4.1
44872026-07-27T20:28:05.664Z Compiling sync-ptr v0.1.4
44882026-07-27T20:28:05.669Z Compiling pkcs8 v0.11.0
44892026-07-27T20:28:05.669Z 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`
44902026-07-27T20:28:05.669Z 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`
44912026-07-27T20:28:05.795Z 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=38b04337d16ef04b -C extra-filename=-ae9d7196d23a012c --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-57daf370a0e23b69.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c608a81d2de38bfb.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-97f3d7017f69cc5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-07-27T20:28:05.829Z Compiling cast v0.3.0
44932026-07-27T20:28:05.832Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-cf358116a02d6e54/build-script-build`
44942026-07-27T20:28:05.868Z 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`
44952026-07-27T20:28:05.876Z Compiling plotters v0.3.7
44962026-07-27T20:28:05.893Z Compiling tinytemplate v1.2.1
44972026-07-27T20:28:05.897Z 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`
44982026-07-27T20:28:05.897Z 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=c02556c2c3f69043 -C extra-filename=-8127336ad0d92cde --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-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-07-27T20:28:05.897Z Compiling rpassword v7.5.4
45002026-07-27T20:28:05.929Z 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`
45012026-07-27T20:28:05.998Z Compiling blake3 v1.8.5
45022026-07-27T20:28:06.007Z Compiling anes v0.1.6
45032026-07-27T20:28:06.007Z 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`
45042026-07-27T20:28:06.007Z 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`
45052026-07-27T20:28:06.106Z Compiling futures-timer v3.0.3
45062026-07-27T20:28:06.113Z 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`
45072026-07-27T20:28:06.113Z Compiling event-listener-strategy v0.5.4
45082026-07-27T20:28:06.113Z 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=f6d63c65ec92db04 -C extra-filename=-5427cf5feb8ced77 --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-b384d457a273452c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-07-27T20:28:06.141Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
45102026-07-27T20:28:06.145Z Compiling strsim v0.10.0
45112026-07-27T20:28:06.180Z 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`
45122026-07-27T20:28:06.186Z 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`
45132026-07-27T20:28:06.186Z 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=13eff67cc90ddfd3 -C extra-filename=-f9d40702f9238948 --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-2e74c5650cf6c026.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-eb60c353522be4c8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.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-26c290bd4e0c20cb.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-2f728c48b3467468.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-647ac05d49bd5831.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.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`
45142026-07-27T20:28:06.186Z Compiling oorandom v11.1.5
45152026-07-27T20:28:06.223Z 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`
45162026-07-27T20:28:06.262Z Compiling rfc6979 v0.5.0
45172026-07-27T20:28:06.296Z Compiling target-lexicon v0.13.3
45182026-07-27T20:28:06.303Z 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.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=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::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=7c1b2645eb482dbf -C extra-filename=-18c4ce9ac7bcbbbd --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-7b71412c8434ba61.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`
45192026-07-27T20:28:06.303Z 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`
45202026-07-27T20:28:06.303Z Compiling gimli v0.32.3
45212026-07-27T20:28:06.327Z 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`
45222026-07-27T20:28:06.358Z Compiling assert-json-diff v2.0.2
45232026-07-27T20:28:06.395Z Compiling serde_regex v1.1.0
45242026-07-27T20:28:06.399Z 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=a889a5a8c0e8138a -C extra-filename=-06087a8eeb8a7460 --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-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-07-27T20:28:06.422Z Compiling curve25519-dalek v5.0.0-rc.0
45262026-07-27T20:28:06.426Z 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`
45272026-07-27T20:28:06.426Z Compiling criterion-plot v0.6.0
45282026-07-27T20:28:06.426Z 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-rc.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", "unstable_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="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=34e5675d7b5a8caf -C extra-filename=-dbc68df31db3936f --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-dbc68df31db3936f -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`
45292026-07-27T20:28:06.426Z 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`
45302026-07-27T20:28:06.528Z Compiling path-tree v0.8.3
45312026-07-27T20:28:06.532Z 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`
45322026-07-27T20:28:06.532Z Compiling hex-literal v0.4.1
45332026-07-27T20:28:06.564Z Compiling rustc-demangle v0.1.27
45342026-07-27T20:28:06.567Z 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`
45352026-07-27T20:28:06.567Z 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`
45362026-07-27T20:28:06.567Z Compiling topological-sort v0.2.2
45372026-07-27T20:28:06.600Z 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`
45382026-07-27T20:28:06.604Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-818520486a4e41b7/build-script-build`
45392026-07-27T20:28:06.630Z Compiling darling_core v0.13.4
45402026-07-27T20:28:06.666Z 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`
45412026-07-27T20:28:06.731Z Compiling async-lock v3.4.2
45422026-07-27T20:28:06.735Z Compiling stringmetrics v2.2.2
45432026-07-27T20:28:06.735Z 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`
45442026-07-27T20:28:06.735Z 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`
45452026-07-27T20:28:06.766Z Compiling guppy-workspace-hack v0.1.0
45462026-07-27T20:28:06.802Z 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`
45472026-07-27T20:28:06.807Z Compiling target-spec v3.5.7
45482026-07-27T20:28:06.836Z 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`
45492026-07-27T20:28:06.841Z Compiling ed25519 v3.0.0
45502026-07-27T20:28:06.871Z 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=99efbf00bc88c9d1 -C extra-filename=-df064c216a5cf16d --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-ae9d7196d23a012c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-36212095be279359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-07-27T20:28:06.905Z Compiling pkcs1 v0.8.0-rc.4
45522026-07-27T20:28:06.938Z 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=81a636a761d1ea2a -C extra-filename=-ffb9403b6e57675e --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-57daf370a0e23b69.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-97f3d7017f69cc5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-07-27T20:28:06.942Z Compiling elliptic-curve v0.14.0-rc.33
45542026-07-27T20:28:06.942Z Compiling primefield v0.14.0
45552026-07-27T20:28:06.972Z 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.0-rc.33/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="basepoint-table"' --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", "basepoint-table", "critical-section", "default", "dev", "digest", "ecdh", "ff", "getrandom", "group", "once_cell", "pem", "pkcs8", "sec1", "serde", "std"))' -C metadata=fe7e23e8ade0dcd1 -C extra-filename=-1b16302279af0800 --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-8fd734b27297ee25.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-eeec7ef5b6fb2a67.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.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-4080c4637eb57cd5.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ae9d7196d23a012c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-582a0bc2336dd78a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562026-07-27T20:28:06.976Z 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=5cc29ccb9da13c4d -C extra-filename=-b3bc28ccd1c57ef5 --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-8fd734b27297ee25.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-eeec7ef5b6fb2a67.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-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-07-27T20:28:06.976Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-440173ea5bb5fafe/build-script-build`
45582026-07-27T20:28:07.003Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-dbc68df31db3936f/build-script-build`
45592026-07-27T20:28:07.073Z Compiling tui-tree-widget v0.23.1
45602026-07-27T20:28:07.107Z 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=9869061adae942d4 -C extra-filename=-f5264117d8c44aaa --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-d7331ef1ea4c532f.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`
45612026-07-27T20:28:07.111Z Compiling criterion v0.7.0
45622026-07-27T20:28:07.145Z Compiling ssh-encoding v0.3.0-rc.9
45632026-07-27T20:28:07.162Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-4af2468b5c1434ee/build-script-build`
45642026-07-27T20:28:07.162Z 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=e106e0221f0ed9b0 -C extra-filename=-7aabe119af4a5fc2 --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-fefc6777a713c6c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-2f728c48b3467468.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-8127336ad0d92cde.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
45652026-07-27T20:28:07.163Z 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-rc.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=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=f98206dd4f37c8ba -C extra-filename=-c6ba02ef93a69c14 --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-8fd734b27297ee25.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-07-27T20:28:07.245Z Compiling async-object-pool v0.2.0
45672026-07-27T20:28:07.249Z 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`
45682026-07-27T20:28:07.249Z 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"'`
45692026-07-27T20:28:07.277Z 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-rc.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", "unstable_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="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=43393026cfa8e724 -C extra-filename=-281952fd1ad3ed05 --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-c619fbabeb68e8b6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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"'`
45702026-07-27T20:28:07.281Z Compiling crypto-primes v0.7.2
45712026-07-27T20:28:07.311Z 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=440840d2e4fc4705 -C extra-filename=-9627d65e60256177 --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-8fd734b27297ee25.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-07-27T20:28:07.316Z Compiling poly1305 v0.9.0
45732026-07-27T20:28:07.348Z Compiling supports-color v2.1.0
45742026-07-27T20:28:07.352Z 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=0609b5a1c31be1c5 -C extra-filename=-df8fab2b35b3e244 --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-27064558b075b8d2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-07-27T20:28:07.381Z 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`
45762026-07-27T20:28:07.445Z Compiling textwrap v0.15.2
45772026-07-27T20:28:07.453Z Compiling supports-hyperlinks v2.1.0
45782026-07-27T20:28:07.453Z 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`
45792026-07-27T20:28:07.453Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-bb78b905119137b9/build-script-build`
45802026-07-27T20:28:07.474Z 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`
45812026-07-27T20:28:07.478Z Compiling supports-unicode v2.1.0
45822026-07-27T20:28:07.505Z 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`
45832026-07-27T20:28:07.609Z Compiling ecdsa v0.17.0-rc.18
45842026-07-27T20:28:07.639Z Compiling primeorder v0.14.0-rc.10
45852026-07-27T20:28:07.673Z Compiling httpmock v0.8.3
45862026-07-27T20:28:07.679Z Compiling cfg-expr v0.20.6
45872026-07-27T20:28:07.679Z 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-rc.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="basepoint-table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "basepoint-table", "dev", "hash2curve", "serde", "serdect", "std"))' -C metadata=16b8a8936f7cc1af -C extra-filename=-6c79d90cedeac568 --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-1b16302279af0800.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-07-27T20:28:07.679Z 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`
45892026-07-27T20:28:07.679Z 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=11611c6410bc03e0 -C extra-filename=-4dfbcd09a036396c --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-06087a8eeb8a7460.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-786b85e0d2667d7e.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-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.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-2f728c48b3467468.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-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.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`
45902026-07-27T20:28:07.679Z 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-rc.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="algorithm"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="getrandom"' --cfg 'feature="hazmat"' --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", "hazmat", "pem", "pkcs8", "serde", "sha2", "spki", "std"))' -C metadata=bb7bb65d247d5aaf -C extra-filename=-17cd013aaf554b98 --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-57daf370a0e23b69.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b16302279af0800.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-18c4ce9ac7bcbbbd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-36212095be279359.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-97f3d7017f69cc5e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912026-07-27T20:28:07.709Z 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()))'`
45922026-07-27T20:28:07.741Z Compiling hashbrown v0.14.5
45932026-07-27T20:28:07.745Z Compiling blowfish v0.10.0
45942026-07-27T20:28:07.745Z Compiling blake2 v0.11.0-rc.6
45952026-07-27T20:28:07.745Z 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=bcbe7003dba484f0 -C extra-filename=-afde265fd9acd1af --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-67f202f8931df806.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`
45962026-07-27T20:28:07.745Z Compiling miette-derive v5.10.0
45972026-07-27T20:28:07.745Z 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`
45982026-07-27T20:28:07.745Z Compiling terminal_size v0.1.17
45992026-07-27T20:28:07.778Z 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=7c88e6f932e19eb6 -C extra-filename=-0c2b403b8e8ed68c --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-c619fbabeb68e8b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002026-07-27T20:28:07.782Z 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=c6a001feea82f88a -C extra-filename=-1239c926a88e1110 --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-1db1d54dd00fc13d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-07-27T20:28:07.783Z 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`
46022026-07-27T20:28:07.783Z 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`
46032026-07-27T20:28:07.783Z Compiling keccak v0.2.0
46042026-07-27T20:28:07.813Z 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`
46052026-07-27T20:28:07.941Z Compiling fiat-crypto v0.3.0
46062026-07-27T20:28:07.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fiat_crypto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fiat-crypto-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("default", "std"))' -C metadata=916b3e91f0367097 -C extra-filename=-4e432923831b76ea --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`
46072026-07-27T20:28:08.045Z Compiling owo-colors v3.5.0
46082026-07-27T20:28:08.077Z 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`
46092026-07-27T20:28:08.081Z Compiling addr2line v0.25.1
46102026-07-27T20:28:08.107Z Compiling bcrypt-pbkdf v0.11.0
46112026-07-27T20:28:08.112Z Compiling sha3 v0.11.0
46122026-07-27T20:28:08.112Z 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`
46132026-07-27T20:28:08.113Z Compiling ssh-cipher v0.3.0-rc.9
46142026-07-27T20:28:08.113Z 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 --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=69c49f30ca3e5f8c -C extra-filename=-bfbe555500a26ec2 --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-c619fbabeb68e8b6.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`
46152026-07-27T20:28:08.143Z 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=3959e85b8cdd15a8 -C extra-filename=-7084221680f00f22 --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-1239c926a88e1110.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6b541cb68c474355.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-07-27T20:28:08.153Z 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-rc.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=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-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "tdes", "zeroize"))' -C metadata=5357cda405e62457 -C extra-filename=-02607f2e0902e848 --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-e3db3c7b430b26e8.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-2531cdcc1f02be7c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-95d8b85b608bba49.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-a3899cace8a4ba6e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ccff37e3487cf682.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1db1d54dd00fc13d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-25e247b9e11fee02.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-df8fab2b35b3e244.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-c6ba02ef93a69c14.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-07-27T20:28:08.155Z Compiling p256 v0.14.0-rc.10
46182026-07-27T20:28:08.179Z 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-rc.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 --warn=unexpected_cfgs --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", "expose-field", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha256", "std", "test-vectors"))' -C metadata=5b4f815e24d73e30 -C extra-filename=-d009464c191b001c --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-17cd013aaf554b98.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b16302279af0800.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-b3bc28ccd1c57ef5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-6c79d90cedeac568.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-07-27T20:28:08.247Z Compiling argon2 v0.6.0-rc.8
46202026-07-27T20:28:08.251Z 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=00ed259a8bc31491 -C extra-filename=-8ffbd80008fd127c --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-0c2b403b8e8ed68c.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`
46212026-07-27T20:28:08.251Z Compiling p521 v0.14.0-rc.10
46222026-07-27T20:28:08.279Z Compiling knuffel-derive v3.2.0
46232026-07-27T20:28:08.284Z 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-rc.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 --warn=unexpected_cfgs --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", "expose-field", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors"))' -C metadata=c69ac2d2858aebfe -C extra-filename=-ab9921fb38080a4b --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-17cd013aaf554b98.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b16302279af0800.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-b3bc28ccd1c57ef5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-6c79d90cedeac568.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-07-27T20:28:08.284Z 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`
46252026-07-27T20:28:08.284Z Compiling ed25519-dalek v3.0.0-rc.0
46262026-07-27T20:28:08.310Z 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-rc.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=b0301ebf54066a86 -C extra-filename=-ce3c94ffbcf08db1 --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-281952fd1ad3ed05.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-df064c216a5cf16d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-36212095be279359.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272026-07-27T20:28:08.408Z Compiling rsa v0.10.0-rc.18
46282026-07-27T20:28:08.441Z Compiling backtrace v0.3.76
46292026-07-27T20:28:08.441Z 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=1eeb8aa2e8ad6815 -C extra-filename=-6ee78ac756006569 --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-8fd734b27297ee25.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-9627d65e60256177.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ffb9403b6e57675e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ae9d7196d23a012c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-36212095be279359.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-97f3d7017f69cc5e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-07-27T20:28:08.447Z 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`
46312026-07-27T20:28:08.513Z 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`
46322026-07-27T20:28:08.547Z Compiling chumsky v0.9.3
46332026-07-27T20:28:08.553Z Compiling kem v0.3.0
46342026-07-27T20:28:08.554Z Compiling module-lattice v0.2.3
46352026-07-27T20:28:08.554Z 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=4775bf5410e210a0 -C extra-filename=-aca64d87bff10429 --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-afde265fd9acd1af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-07-27T20:28:08.554Z 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=0ac000cc816a69a2 -C extra-filename=-8d15641b594703ae --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-eeec7ef5b6fb2a67.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`
46372026-07-27T20:28:08.554Z 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=1a78c55e097b63a9 -C extra-filename=-3b592fd4ec033b21 --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-34758055085d0c4e.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`
46382026-07-27T20:28:08.625Z Compiling darling_macro v0.13.4
46392026-07-27T20:28:08.629Z 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`
46402026-07-27T20:28:08.690Z Compiling pathdiff v0.2.3
46412026-07-27T20:28:08.694Z Compiling nested v0.1.1
46422026-07-27T20:28:08.695Z 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=6a5ab2d87ae67750 -C extra-filename=-4722404c5784443e --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-8a9e02ae24a3d662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432026-07-27T20:28:08.695Z 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`
46442026-07-27T20:28:08.762Z Compiling russh-cryptovec v0.61.0
46452026-07-27T20:28:08.766Z 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.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="ssh-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ssh-encoding"))' -C metadata=fa45d2da677a8169 -C extra-filename=-08e67b7b3db0f442 --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-29fe31c54d5c23c8.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-c6ba02ef93a69c14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-07-27T20:28:08.798Z Compiling httptest v0.16.4
46472026-07-27T20:28:08.806Z 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=864029de8ba5628e -C extra-filename=-d632a9bd0a1a84bc --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-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.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-2f728c48b3467468.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-07-27T20:28:08.831Z Compiling internal-russh-num-bigint v0.5.0
46492026-07-27T20:28:08.836Z 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=d3029bf0a38f433e -C extra-filename=-68171b9263dc792e --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-f7838d0330be4b2b.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`
46502026-07-27T20:28:08.869Z Compiling russh-util v0.52.0
46512026-07-27T20:28:08.869Z 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=408f53edaed7d2a7 -C extra-filename=-63d21ed4ef272242 --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-07-27T20:28:08.907Z Compiling generic-array v1.4.3
46532026-07-27T20:28:08.911Z 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=d16d31a133e7a1f5 -C extra-filename=-4c0da6ddd9e290f8 --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-3df25504d1629998.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`
46542026-07-27T20:28:08.945Z Compiling guppy v0.17.25
46552026-07-27T20:28:08.950Z 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=0ad9cf407b44e8f0 -C extra-filename=-a9e23ad81a6b0464 --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-67f202f8931df806.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.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-4722404c5784443e.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-2f728c48b3467468.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`
46562026-07-27T20:28:08.985Z Compiling backtrace-ext v0.2.1
46572026-07-27T20:28:08.989Z 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`
46582026-07-27T20:28:09.019Z Compiling ml-kem v0.3.2
46592026-07-27T20:28:09.027Z Compiling delegate v0.13.5
46602026-07-27T20:28:09.027Z 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=ff96e07eda0972ff -C extra-filename=-9187205bef640181 --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-34758055085d0c4e.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-8d15641b594703ae.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-3b592fd4ec033b21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfbe555500a26ec2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612026-07-27T20:28:09.027Z 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`
46622026-07-27T20:28:09.084Z Compiling enum_dispatch v0.3.13
46632026-07-27T20:28:09.089Z 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`
46642026-07-27T20:28:09.115Z Compiling num-bigint v0.4.6
46652026-07-27T20:28:09.119Z 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`
46662026-07-27T20:28:09.150Z Compiling miette v5.10.0
46672026-07-27T20:28:09.155Z 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`
46682026-07-27T20:28:09.304Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46692026-07-27T20:28:09.308Z 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`
46702026-07-27T20:28:09.411Z Compiling darling v0.13.4
46712026-07-27T20:28:09.415Z 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`
46722026-07-27T20:28:09.441Z Compiling md5 v0.8.0
46732026-07-27T20:28:09.444Z 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`
46742026-07-27T20:28:09.542Z Compiling hex-literal v1.1.0
46752026-07-27T20:28:09.547Z Compiling hickory-client v0.25.2
46762026-07-27T20:28:09.547Z 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`
46772026-07-27T20:28:09.547Z 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=1034fb8401d50a19 -C extra-filename=-2334dbb4d9f85d16 --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-bc5f1d7843af69d4.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-bdefc8f0c020360c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782026-07-27T20:28:09.602Z Compiling serde_with_macros v1.5.2
46792026-07-27T20:28:09.607Z 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`
46802026-07-27T20:28:09.712Z Compiling similar-asserts v1.7.0
46812026-07-27T20:28:09.780Z 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`
46822026-07-27T20:28:09.798Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46832026-07-27T20:28:09.798Z 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=a66b2be9aa36cc0a -C extra-filename=-b0d67f5b7d2f786d --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-8a9e02ae24a3d662.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`
46842026-07-27T20:28:09.809Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46852026-07-27T20:28:09.822Z 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`
46862026-07-27T20:28:09.867Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46872026-07-27T20:28:09.871Z 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=b40859e32ad36936 -C extra-filename=-7f2c847c99580089 --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-935d98854f7f73f3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.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`
46882026-07-27T20:28:09.963Z Compiling socket2 v0.5.10
46892026-07-27T20:28:09.963Z 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`
46902026-07-27T20:28:10.012Z Compiling target-triple v1.0.0
46912026-07-27T20:28:10.017Z 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`
46922026-07-27T20:28:10.043Z Compiling internet-checksum v0.2.1
46932026-07-27T20:28:10.046Z 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`
46942026-07-27T20:28:10.115Z Compiling escape8259 v0.5.3
46952026-07-27T20:28:10.123Z 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`
46962026-07-27T20:28:10.123Z Compiling assert_cmd v2.1.2
46972026-07-27T20:28:10.123Z 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`
46982026-07-27T20:28:10.185Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46992026-07-27T20:28:10.188Z 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/10952e8/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", "thiserror"))' -C metadata=a233915db36f3dd6 -C extra-filename=-50dc6d3ce910c8ba --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-f78f640880c6271a.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-0d01b1ff091582df.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-aee5a4a76fd5ffea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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`
47002026-07-27T20:28:10.214Z Compiling knuffel v3.2.0
47012026-07-27T20:28:10.225Z 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=9177700190582003 -C extra-filename=-5ba98adb126ef4d5 --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-aca64d87bff10429.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`
47022026-07-27T20:28:10.252Z Compiling fancy-regex v0.14.0
47032026-07-27T20:28:10.258Z 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`
47042026-07-27T20:28:10.289Z Compiling rstest_macros v0.25.0
47052026-07-27T20:28:10.290Z 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`
47062026-07-27T20:28:10.325Z Compiling libtest-mimic v0.8.1
47072026-07-27T20:28:10.333Z Compiling linkme-impl v0.3.35
47082026-07-27T20:28:10.333Z 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=c2fe7bc9d21fa1b0 -C extra-filename=-7fc5174b8f9a1052 --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-d4c30dc959312179.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`
47092026-07-27T20:28:10.334Z Compiling support-bundle-viewer v0.1.2
47102026-07-27T20:28:10.334Z 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`
47112026-07-27T20:28:10.360Z 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=be7d877dcdd479a6 -C extra-filename=-3945bb984f3b474a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e34ae4a80beee20a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
47122026-07-27T20:28:10.428Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
47132026-07-27T20:28:10.432Z Compiling multimap v0.10.1
47142026-07-27T20:28:10.432Z 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/de59b95/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hubtools", "proptest", "schemars"))' -C metadata=4c77562b16980d07 -C extra-filename=-f72e8ec88804c092 --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-870875cf85414f7e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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/bzip2-sys-b5224bd7ae3b5054/out/lib`
47152026-07-27T20:28:10.432Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-62c438f7fa2861f7/build-script-build`
47162026-07-27T20:28:10.463Z 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`
47172026-07-27T20:28:10.497Z Compiling approx v0.5.1
47182026-07-27T20:28:10.503Z 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`
47192026-07-27T20:28:10.567Z Compiling uzers v0.12.2
47202026-07-27T20:28:10.573Z 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=cfcfce8003aeb347 -C extra-filename=-7628f5c0ce279786 --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-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212026-07-27T20:28:10.573Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-81e180b810c384f1/build-script-build`
47222026-07-27T20:28:10.597Z 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"))'`
47232026-07-27T20:28:10.678Z 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`
47242026-07-27T20:28:10.708Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-db818da801a6cd3e/build-script-build`
47252026-07-27T20:28:10.747Z Compiling datatest-stable v0.3.3
47262026-07-27T20:28:10.752Z Compiling linkme v0.3.35
47272026-07-27T20:28:10.752Z 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=896ea042987a2f62 -C extra-filename=-acbc9bc8b75a59e3 --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-8a9e02ae24a3d662.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-7fc5174b8f9a1052.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`
47282026-07-27T20:28:10.752Z 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`
47292026-07-27T20:28:10.815Z Compiling relative-path v1.9.3
47302026-07-27T20:28:10.820Z 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`
47312026-07-27T20:28:10.845Z Compiling serde_with v1.14.0
47322026-07-27T20:28:10.849Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-01d8a62eb1848a1b/build-script-build`
47332026-07-27T20:28:10.849Z Compiling termcolor v1.4.1
47342026-07-27T20:28:10.849Z 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`
47352026-07-27T20:28:10.849Z Compiling blake2b_simd v1.0.4
47362026-07-27T20:28:10.849Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47372026-07-27T20:28:10.873Z 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`
47382026-07-27T20:28:10.873Z 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=df8397ba9819c32e -C extra-filename=-41f266c2b9c1eebe --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-fefc6777a713c6c1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-9644d6002b9d09d2.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`
47392026-07-27T20:28:10.877Z 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`
47402026-07-27T20:28:10.979Z 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)'`
47412026-07-27T20:28:11.039Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
47422026-07-27T20:28:11.044Z 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/10952e8/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=b4501ad54373bc88 -C extra-filename=-22801528394637d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-50dc6d3ce910c8ba.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-5ba98adb126ef4d5.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0d01b1ff091582df.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432026-07-27T20:28:11.172Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-b84237b6b640aa92/build-script-build`
47442026-07-27T20:28:11.172Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
47452026-07-27T20:28:11.176Z 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/de59b95/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=cf524d9c0f625af1 -C extra-filename=-877683fce63525a5 --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-2f728c48b3467468.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f72e8ec88804c092.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`
47462026-07-27T20:28:11.238Z Compiling trybuild v1.0.116
47472026-07-27T20:28:11.245Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
47482026-07-27T20:28:11.245Z 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=22f6e0ad7657581d -C extra-filename=-b071b59c8b6fcbb3 --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-42ed6c2043433593.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`
47492026-07-27T20:28:11.245Z Compiling partial-io v0.5.4
47502026-07-27T20:28:11.245Z 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=d45f344057a8293d -C extra-filename=-eb39272b4852bf97 --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-2f728c48b3467468.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-6b5d68318f1447cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512026-07-27T20:28:11.245Z 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=6cc1516974938800 -C extra-filename=-58f9e5a38d2602c8 --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-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f78f640880c6271a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c3522e0ff62d0920.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b00a6b7922727e79.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-0813ae563d0ff353.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-5ba98adb126ef4d5.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-2bdd126fa42def93.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-19e6cd253a3077ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9245614867878c68.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-11e67775e59f524c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-018757d13f18996b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-61c39d8e104c1b2d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47522026-07-27T20:28:11.245Z Compiling rand_distr v0.5.1
47532026-07-27T20:28:11.245Z Compiling drift v0.2.0
47542026-07-27T20:28:11.263Z 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=00c27f9d50fe953b -C extra-filename=-03c656fa427c0c13 --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-5c576007de8eeda9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47552026-07-27T20:28:11.267Z 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=6dfaa37b2801ce74 -C extra-filename=-c06f262ef6f5ca8d --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-bdefc8f0c020360c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562026-07-27T20:28:11.267Z 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=457192fc875a1da0 -C extra-filename=-267e9d64836bf996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.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-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47572026-07-27T20:28:11.267Z Compiling digest-io v0.1.0
47582026-07-27T20:28:11.297Z 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=d277cd848f474198 -C extra-filename=-05560e26ab383e53 --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-c619fbabeb68e8b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47592026-07-27T20:28:11.331Z Compiling constant_time_eq v0.3.1
47602026-07-27T20:28:11.337Z Compiling rawzip v0.4.4
47612026-07-27T20:28:11.359Z 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`
47622026-07-27T20:28:11.359Z 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`
47632026-07-27T20:28:11.415Z Compiling cargo_toml v0.21.0
47642026-07-27T20:28:11.419Z 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`
47652026-07-27T20:28:11.555Z Compiling rust-argon2 v2.1.0
47662026-07-27T20:28:11.563Z Compiling termios v0.3.3
47672026-07-27T20:28:11.563Z 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`
47682026-07-27T20:28:11.563Z 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`
47692026-07-27T20:28:11.628Z 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=299079afde36d8e5 -C extra-filename=-faaae8f955b78a61 --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-8b75db687acd3a41.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-0517fff741baa4c3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47702026-07-27T20:28:11.670Z 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=1b8031be900f3adb -C extra-filename=-3491cff30de28185 --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-8a9e02ae24a3d662.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`
47712026-07-27T20:28:12.033Z 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`
47722026-07-27T20:28:12.164Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
47732026-07-27T20:28:12.168Z 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=d2b053ebc409a239 -C extra-filename=-c9559716b8f3427b --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-c9559716b8f3427b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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`
47742026-07-27T20:28:13.669Z Compiling p384 v0.14.0-rc.10
47752026-07-27T20:28:13.673Z 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-rc.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 --warn=unexpected_cfgs --check-cfg 'cfg(p384_backend, values("bignum", "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", "expose-field", "getrandom", "group-digest", "hash2curve", "hex-literal", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha384", "std", "test-vectors"))' -C metadata=c58565fb907e6980 -C extra-filename=-de96290828fecbb1 --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-17cd013aaf554b98.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b16302279af0800.rmeta --extern fiat_crypto=/work/oxidecomputer/omicron/target/debug/deps/libfiat_crypto-4e432923831b76ea.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-b3bc28ccd1c57ef5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-6c79d90cedeac568.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47762026-07-27T20:28:13.713Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47772026-07-27T20:28:13.717Z 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/68a4b3b/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=a3d15e3251c96a5f -C extra-filename=-9e76937dfa8a4def --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-8a9e02ae24a3d662.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-58f9e5a38d2602c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782026-07-27T20:28:13.887Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-c9559716b8f3427b/build-script-build`
47792026-07-27T20:28:13.982Z 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=f588e9ebe7d740b5 -C extra-filename=-bfae29efe53eba2c --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`
47802026-07-27T20:28:14.272Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47812026-07-27T20:28:14.276Z 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=4d20b11df4efc592 -C extra-filename=-8f0fb77ed91fd631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-b681f7c28fded0ad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.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-f781436d4669f07c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822026-07-27T20:28:14.879Z Compiling rstest v0.25.0
47832026-07-27T20:28:14.883Z 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=7366f84a38e4332a -C extra-filename=-3690d9b079016242 --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-b071b59c8b6fcbb3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842026-07-27T20:28:16.043Z Compiling ssh-key v0.7.0-rc.10
47852026-07-27T20:28:16.047Z 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.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 '--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", "p256", "p384", "p521", "ppk", "rand_core", "rsa", "serde", "sha1", "std", "tdes"))' -C metadata=53022744c7694eb1 -C extra-filename=-42e1631c9e0845b4 --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-8ffbd80008fd127c.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-7084221680f00f22.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-ce3c94ffbcf08db1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7b71412c8434ba61.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-d009464c191b001c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-de96290828fecbb1.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-ab9921fb38080a4b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6ee78ac756006569.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-582a0bc2336dd78a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-697d91e3c242e885.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-36212095be279359.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-02607f2e0902e848.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-c6ba02ef93a69c14.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47862026-07-27T20:28:18.065Z Compiling samael v0.0.19
47872026-07-27T20:28:18.069Z 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=6ba5ef5768a4778e -C extra-filename=-a8ee040f976516f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a8ee040f976516f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-da704fdba0695d0d.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`
47882026-07-27T20:28:19.205Z 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,)'`
47892026-07-27T20:28:19.521Z Compiling git2 v0.20.4
47902026-07-27T20:28:19.525Z 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=2d06ea682dcf138d -C extra-filename=-6134102bbe25c1d8 --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-29fe31c54d5c23c8.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`
47912026-07-27T20:28:19.566Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a8ee040f976516f4/build-script-bindings`
47922026-07-27T20:28:19.957Z Compiling polar-core v0.27.3
47932026-07-27T20:28:19.961Z 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=1a2b95e32bea5123 -C extra-filename=-5223d1309222fba4 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-5223d1309222fba4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-e0699f0d48a58c38.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`
47942026-07-27T20:28:20.866Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-5223d1309222fba4/build-script-build`
47952026-07-27T20:28:21.024Z 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=636dbb5187a6f74c -C extra-filename=-2d509b4a978f14af --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-c57c3f9b64252cee.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-7cd139d648b2eb8b.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d5601b40fee819b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-d6b59a0477c81f00.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)'`
47962026-07-27T20:28:21.420Z Compiling diesel-dtrace v0.5.0
47972026-07-27T20:28:21.424Z 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=d0229c9e3125ca5b -C extra-filename=-7cbce0db0bdb47a6 --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-1fe1d5be6a589c16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2a805057c52897aa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
47982026-07-27T20:28:21.682Z Compiling async-bb8-diesel v0.2.1
47992026-07-27T20:28:21.686Z 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=d5a7534b9d6aea5d -C extra-filename=-9f1b31c650f32fc1 --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-c60183443cd126ec.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-647ac05d49bd5831.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`
48002026-07-27T20:28:22.046Z 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=c3b304ce80085480 -C extra-filename=-8ea396b9a9c7fd42 --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`
48012026-07-27T20:28:22.078Z 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=db6c1d2bc29a916f -C extra-filename=-9358f216ac02bef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-6134102bbe25c1d8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-5ec7745ebb0337dc.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-71364a506ce5ce15.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)'`
48022026-07-27T20:28:22.624Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48032026-07-27T20:28:22.628Z 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/2bfe090/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=a96dfcdb454a13fb -C extra-filename=-83eacfe401712f7a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-83eacfe401712f7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-5ec7745ebb0337dc.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-9358f216ac02bef2.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`
48042026-07-27T20:28:23.670Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-83eacfe401712f7a/build-script-build`
48052026-07-27T20:28:24.669Z 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`
48062026-07-27T20:28:24.669Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e5a3b75a8c49231d/build-script-build`
48072026-07-27T20:28:24.745Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4c54629b47eba27/build-script-build`
48082026-07-27T20:28:25.106Z 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=2240682d5ea71f8e -C extra-filename=-8cd280c152147043 --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-3ccf8edcfcf2d8c4.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)'`
48092026-07-27T20:28:25.533Z Compiling oso v0.27.3
48102026-07-27T20:28:25.547Z 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=878a23e5d932463d -C extra-filename=-815c8f84783fad7f --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-8ea396b9a9c7fd42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48112026-07-27T20:28:25.911Z Compiling rustls-webpki v0.103.13
48122026-07-27T20:28:25.911Z Compiling rcgen v0.12.1
48132026-07-27T20:28:25.915Z Compiling russh v0.61.2
48142026-07-27T20:28:25.915Z 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=8536022a136cc85c -C extra-filename=-8df3c94620a30db3 --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-8cd280c152147043.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8cd0d535429f9850.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`
48152026-07-27T20:28:25.916Z 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=fd3cbaab1e3ce6eb -C extra-filename=-2d7c69829c2e8ea4 --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-8cd280c152147043.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`
48162026-07-27T20:28:25.916Z 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.61.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="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=5cf4929768b055d9 -C extra-filename=-16bcd90da45cb9e1 --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-2531cdcc1f02be7c.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8cd280c152147043.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-33681f64c6ba3da7.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-a3899cace8a4ba6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1db1d54dd00fc13d.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-8fd734b27297ee25.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-25e247b9e11fee02.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-281952fd1ad3ed05.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-57daf370a0e23b69.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-17cd013aaf554b98.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-ce3c94ffbcf08db1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b16302279af0800.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-4c0da6ddd9e290f8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-eeb4c772cd347ff7.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b3be55050b78286d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7b71412c8434ba61.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-b1ad731872666ad8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-68171b9263dc792e.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-770b7b5bf23f475d.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-9187205bef640181.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-3b592fd4ec033b21.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-d009464c191b001c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-de96290828fecbb1.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-ab9921fb38080a4b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6b541cb68c474355.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ffb9403b6e57675e.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c608a81d2de38bfb.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ae9d7196d23a012c.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-c203af828b97c7b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f7838d0330be4b2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6ee78ac756006569.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-08e67b7b3db0f442.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-63d21ed4ef272242.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-c54e963d5b70e2f9.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-84424790fdc0a1b3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-582a0bc2336dd78a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-697d91e3c242e885.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfbe555500a26ec2.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-36212095be279359.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-97f3d7017f69cc5e.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-c6ba02ef93a69c14.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-42e1631c9e0845b4.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-647ac05d49bd5831.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-27064558b075b8d2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
48172026-07-27T20:28:26.369Z 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=6e8cd5eda9716fe1 -C extra-filename=-f807675837713ef0 --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-8cd280c152147043.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.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-8cd0d535429f9850.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8df3c94620a30db3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
48182026-07-27T20:28:29.013Z Compiling tokio-rustls v0.26.4
48192026-07-27T20:28:29.013Z Compiling rustls-platform-verifier v0.6.2
48202026-07-27T20:28:29.013Z Compiling tough v0.22.0
48212026-07-27T20:28:29.019Z 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=656c51ab4d14dd15 -C extra-filename=-cb39bceb69969d6c --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-f807675837713ef0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
48222026-07-27T20:28:29.019Z 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=999e254ddfd35651 -C extra-filename=-6b09582101dc1acf --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-29fe31c54d5c23c8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-8962e3d024b85f6e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8df3c94620a30db3.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`
48232026-07-27T20:28:29.019Z 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=6bdef257d0a77709 -C extra-filename=-c7630bfff744aa77 --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-8cd280c152147043.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-8ac6205960204119.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-db5862564b0909db.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-1f2322ca8152c734.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-5771112c62489400.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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`
48242026-07-27T20:28:29.270Z Compiling hyper-rustls v0.27.7
48252026-07-27T20:28:29.287Z 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=8e4c18305ba4a4ca -C extra-filename=-e9be4330e4203abe --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-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-8962e3d024b85f6e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8cd0d535429f9850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.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`
48262026-07-27T20:28:29.288Z 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=2532f434889882ad -C extra-filename=-0584fdfb98a87584 --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-2ff134b093098c29.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-8a9e02ae24a3d662.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-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.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-781ac313f1e7b876.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-f807675837713ef0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-697d91e3c242e885.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-19fe6dab4968d318.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c4c9a05383803b02.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-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6b5d68318f1447cb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2a805057c52897aa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48272026-07-27T20:28:29.290Z 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/68a4b3b/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("unittest"))' -C metadata=0521bcb7f828a192 -C extra-filename=-c86559112d672ba1 --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-754f074202f72ce3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-2daeea24e2692fe3.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-7d6f9d109e3af715.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b00a6b7922727e79.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-f807675837713ef0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f527d1a4c7849256.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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/`
48282026-07-27T20:28:29.483Z Compiling reqwest v0.13.2
48292026-07-27T20:28:29.487Z 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=3773d333b77adfda -C extra-filename=-febb76069daa47ce --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-5cd8180e903ce038.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-58556d65b6f6641e.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-939181460a661ce0.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.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-f807675837713ef0.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8cd0d535429f9850.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-6b09582101dc1acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-ce32b403c43323e2.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-0cf4b65cb8f628e3.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`
48302026-07-27T20:28:30.781Z Compiling progenitor-client v0.14.0
48312026-07-27T20:28:30.781Z Compiling progenitor-client v0.13.0
48322026-07-27T20:28:30.781Z Compiling omicron-zone-package v0.12.3
48332026-07-27T20:28:30.787Z 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=b6ccfb9faa63c757 -C extra-filename=-520a8cff00432f30 --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-febb76069daa47ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
48342026-07-27T20:28:30.787Z 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=e1a270bc973cba47 -C extra-filename=-5a93630a162059a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-febb76069daa47ce.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-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.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`
48352026-07-27T20:28:30.787Z 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=33863734a1b4790f -C extra-filename=-4fb174de8e254048 --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-febb76069daa47ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
48362026-07-27T20:28:31.031Z Compiling progenitor-extras v0.2.0
48372026-07-27T20:28:31.032Z Compiling progenitor v0.14.0
48382026-07-27T20:28:31.038Z 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=bf96baf20be1b232 -C extra-filename=-637bbbaf364dd404 --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-520a8cff00432f30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
48392026-07-27T20:28:31.038Z 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=31e680eab04cb1d5 -C extra-filename=-ea4d54f908c6aa81 --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-520a8cff00432f30.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5d882398d58d460f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-49110d1ad3bdca62.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`
48402026-07-27T20:28:31.092Z Compiling progenitor v0.13.0
48412026-07-27T20:28:31.096Z 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=d683b46c9b89977d -C extra-filename=-a96dd8f2a54589b8 --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-4fb174de8e254048.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-002be4de43cd155c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-865600add9db2aae.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`
48422026-07-27T20:28:31.201Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48432026-07-27T20:28:31.201Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
48442026-07-27T20:28:31.205Z 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=e43935b03de07328 -C extra-filename=-7a8a0cb39b9195ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8cd280c152147043.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.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-253dc40aec3981dc.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-23b3cd3cd8639803.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-2f728c48b3467468.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-0e167e790e1c096c.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-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
48452026-07-27T20:28:31.207Z 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/de59b95/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=114824c34f0eac2f -C extra-filename=-0b1ed8cf6e5e344c --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-ca42f478fa95b756.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8cd280c152147043.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-05560e26ab383e53.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-26c290bd4e0c20cb.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-41f266c2b9c1eebe.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-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-7e1faed66a541f82.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-647ac05d49bd5831.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f72e8ec88804c092.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-877683fce63525a5.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 -L native=/usr/lib/amd64`
48462026-07-27T20:28:31.262Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
48472026-07-27T20:28:31.267Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48482026-07-27T20:28:31.267Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
48492026-07-27T20:28:31.267Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
48502026-07-27T20:28:31.267Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48512026-07-27T20:28:31.267Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48522026-07-27T20:28:31.267Z 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/65cc70a/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=a445e40df68c3459 -C extra-filename=-4513eb6d407f2e82 --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-070eb91ece0fd8e6.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-c70ea286af5c1ab6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-d6b59a0477c81f00.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`
48532026-07-27T20:28:31.267Z 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/979b728/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=dfad7251f500ca84 -C extra-filename=-95b3dc7f35133e69 --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-08124855f34011b9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-520a8cff00432f30.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-d88b64cda5b53036.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-727c99d04e760c89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48542026-07-27T20:28:31.268Z 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/65cc70a/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=1eb4d972ee0535d7 -C extra-filename=-6efba0f6798730d4 --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-fbf571a1185a0d0a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-d6b59a0477c81f00.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`
48552026-07-27T20:28:31.268Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-07-27T20:28:31.268Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48572026-07-27T20:28:31.333Z 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/2bfe090/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=e5d8ba8486ca9c2d -C extra-filename=-5d76e73383bce7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
48582026-07-27T20:28:31.338Z 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=f624590b7a085f8e -C extra-filename=-b1c52eab3b4340c5 --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-20821cd4a1898089.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-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a96dd8f2a54589b8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f87c3f53ef1eef61.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48592026-07-27T20:28:31.338Z 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=43cf35d03264c5b5 -C extra-filename=-559a3d2d19cc9f1e --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-5c77652374a6e566.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-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f87c3f53ef1eef61.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48602026-07-27T20:28:31.338Z 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=4db6d4614995dc2e -C extra-filename=-1c320786b840f539 --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-e3c23a253a02a773.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-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a96dd8f2a54589b8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f87c3f53ef1eef61.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48612026-07-27T20:28:31.338Z 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/2bfe090/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=d021d8882adf5f42 -C extra-filename=-c649b12da39167f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48622026-07-27T20:28:31.749Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
48632026-07-27T20:28:31.756Z 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=8de9a5a74e066b7e -C extra-filename=-41fd4dd70cd401b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-41fd4dd70cd401b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-67f202f8931df806.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8cd280c152147043.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-635f92619abce321.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ccff37e3487cf682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1db1d54dd00fc13d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-93ec28f88e11622c.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-e34ae4a80beee20a.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-de4d536622d090a5.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-eeec7ef5b6fb2a67.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-3089cbb6e1f1cf0f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f78f640880c6271a.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c3522e0ff62d0920.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-bf18832f6708c78f.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4063adc2bdb14cde.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b00a6b7922727e79.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-13459c985e22d00f.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.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-083464a1a085e4df.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-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3df25504d1629998.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.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-bc5f1d7843af69d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-b1ad731872666ad8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.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-29fe31c54d5c23c8.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-7e8ac7c2e5b332f0.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-781ac313f1e7b876.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-5789f940d3a78840.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-6deeef8a4e774d52.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 proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.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-1f2322ca8152c734.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9245614867878c68.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-61c39d8e104c1b2d.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 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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-f52b23f0e36c311f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.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-2a805057c52897aa.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-57efd2d424ffd661.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-19a63705374d72b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-5ec7745ebb0337dc.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-71364a506ce5ce15.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
48642026-07-27T20:28:31.900Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
48652026-07-27T20:28:31.900Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48662026-07-27T20:28:31.905Z Compiling dropshot-api-manager v0.7.2
48672026-07-27T20:28:31.905Z 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=e7dfffd85dcfbb1c -C extra-filename=-8ce555c709f6a85b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-d6b59a0477c81f00.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`
48682026-07-27T20:28:31.905Z 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/2bfe090/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=eaef9f482cb18854 -C extra-filename=-6531f7a451681973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-0584fdfb98a87584.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-19fe6dab4968d318.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6b5d68318f1447cb.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-c90dab3a6401b741.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48692026-07-27T20:28:31.905Z 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.7.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=b1934ad3d4c31be9 -C extra-filename=-acb95ae668713639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-267e9d64836bf996.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-0ba38be11a9ae81b.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-cddff8334dcb8163.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-781ac313f1e7b876.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-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-f781436d4669f07c.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`
48702026-07-27T20:28:31.906Z 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/979b728/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=59abd78dd358f566 -C extra-filename=-3164bcec60a5b97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3d1a2ea0338b9c15.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-d88b64cda5b53036.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-59d48a7fbf013d8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-19fe6dab4968d318.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-727c99d04e760c89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48712026-07-27T20:28:32.027Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-41fd4dd70cd401b0/build-script-build`
48722026-07-27T20:28:32.077Z 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=247883369db251eb -C extra-filename=-e4abcdbe66033d55 --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-67f202f8931df806.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8cd280c152147043.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-635f92619abce321.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ccff37e3487cf682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1db1d54dd00fc13d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-93ec28f88e11622c.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-e34ae4a80beee20a.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-de4d536622d090a5.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-eeec7ef5b6fb2a67.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-3089cbb6e1f1cf0f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f78f640880c6271a.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c3522e0ff62d0920.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-bf18832f6708c78f.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4063adc2bdb14cde.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b00a6b7922727e79.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-13459c985e22d00f.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.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-083464a1a085e4df.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-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3df25504d1629998.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.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-bc5f1d7843af69d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-b1ad731872666ad8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.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-29fe31c54d5c23c8.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-7e8ac7c2e5b332f0.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-781ac313f1e7b876.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-5789f940d3a78840.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-6deeef8a4e774d52.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 proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.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-1f2322ca8152c734.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9245614867878c68.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-61c39d8e104c1b2d.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 time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-f52b23f0e36c311f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.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-2a805057c52897aa.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-57efd2d424ffd661.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-19a63705374d72b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
48732026-07-27T20:28:32.080Z 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=3d51bb1b48b3a5b8 -C extra-filename=-365b10d4415c719d --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-67f202f8931df806.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8cd280c152147043.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-635f92619abce321.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ccff37e3487cf682.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1db1d54dd00fc13d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-93ec28f88e11622c.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-e34ae4a80beee20a.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-de4d536622d090a5.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-eeec7ef5b6fb2a67.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-3089cbb6e1f1cf0f.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f78f640880c6271a.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c3522e0ff62d0920.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-bf18832f6708c78f.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4063adc2bdb14cde.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b00a6b7922727e79.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-13459c985e22d00f.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.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-083464a1a085e4df.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-eb60c353522be4c8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3df25504d1629998.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.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-bc5f1d7843af69d4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-b1ad731872666ad8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.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-29fe31c54d5c23c8.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-7e8ac7c2e5b332f0.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-781ac313f1e7b876.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-5789f940d3a78840.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-6deeef8a4e774d52.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 proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.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-1f2322ca8152c734.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9245614867878c68.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-61c39d8e104c1b2d.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 time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-f52b23f0e36c311f.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.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-2a805057c52897aa.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-57efd2d424ffd661.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-19a63705374d72b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
48742026-07-27T20:28:32.174Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
48752026-07-27T20:28:32.174Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
48762026-07-27T20:28:32.179Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48772026-07-27T20:28:32.179Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
48782026-07-27T20:28:32.179Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
48792026-07-27T20:28:32.179Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
48802026-07-27T20:28:32.179Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
48812026-07-27T20:28:32.179Z 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=7abdb36f4746ea4d -C extra-filename=-af0bfd2b1612be52 --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-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.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`
48822026-07-27T20:28:32.180Z 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=2b98c4191104c2bf -C extra-filename=-f464a47c3b655e0c --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-8b75db687acd3a41.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
48832026-07-27T20:28:32.181Z 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=0de2b665f9147db9 -C extra-filename=-636f92fd926793b5 --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-7fd9ba8bd28c9dda.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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`
48842026-07-27T20:28:32.182Z 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=3914a2429f6a8d78 -C extra-filename=-988bceae242ed17c --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-365b10d4415c719d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.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`
48852026-07-27T20:28:32.207Z 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=5ba46168eb66753b -C extra-filename=-02017c4d1f78ff54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-d6b59a0477c81f00.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`
48862026-07-27T20:28:32.213Z 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=9c9c68c406b67604 -C extra-filename=-21568327ae1af72a --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-c3522e0ff62d0920.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.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-3ccf8edcfcf2d8c4.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`
48872026-07-27T20:28:32.213Z 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=45b1dab8be04fe5f -C extra-filename=-d452c09b5b0878f3 --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-8b75db687acd3a41.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.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-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48882026-07-27T20:28:32.238Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
48892026-07-27T20:28:32.242Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48902026-07-27T20:28:32.277Z 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=d0c95500f0a2c338 -C extra-filename=-c29da7dfe768ab38 --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-0584fdfb98a87584.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
48912026-07-27T20:28:32.307Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
48922026-07-27T20:28:32.311Z 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=6695814afb05a7ae -C extra-filename=-ffdc16b8bff26aa0 --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-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
48932026-07-27T20:28:32.340Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48942026-07-27T20:28:32.344Z 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=37f988bbc0bac9aa -C extra-filename=-5160c2dd33133bf0 --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-365b10d4415c719d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
48952026-07-27T20:28:32.344Z 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=a4876ce299650394 -C extra-filename=-9f8d30f8abac709b --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-365b10d4415c719d.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`
48962026-07-27T20:28:32.373Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
48972026-07-27T20:28:32.402Z 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=2b203799749b41f6 -C extra-filename=-0957c41141bd8eb0 --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-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
48982026-07-27T20:28:32.536Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
48992026-07-27T20:28:32.571Z 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=aa11dd560943bda6 -C extra-filename=-e2b79ccee3cd11c1 --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-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
49002026-07-27T20:28:32.577Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
49012026-07-27T20:28:32.607Z 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=a4794ba76ef288a5 -C extra-filename=-fd7820a87cb983a3 --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-8a9e02ae24a3d662.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.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-308e4b9bbd1d2754.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-e6e7f59a6bc02633.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
49022026-07-27T20:28:32.646Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49032026-07-27T20:28:32.688Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49042026-07-27T20:28:32.692Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49052026-07-27T20:28:32.693Z 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=1913d6c9ec4c4e01 -C extra-filename=-79da9eab6f72b221 --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-870875cf85414f7e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
49062026-07-27T20:28:32.760Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
49072026-07-27T20:28:32.793Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
49082026-07-27T20:28:32.804Z 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=2848d56335bb7b24 -C extra-filename=-6a6e6bd82f651ad0 --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-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
49092026-07-27T20:28:32.804Z 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=0ac7c87cb155a427 -C extra-filename=-06cde12e3e59afca --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-365b10d4415c719d.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`
49102026-07-27T20:28:32.804Z 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=a9604de946b48928 -C extra-filename=-51a9d5791e395547 --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-365b10d4415c719d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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`
49112026-07-27T20:28:32.833Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
49122026-07-27T20:28:32.869Z 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=9225e10d6fe2f4a8 -C extra-filename=-da84b36a1c9ab8a2 --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-365b10d4415c719d.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`
49132026-07-27T20:28:32.869Z 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=9b430db4dea4a8c1 -C extra-filename=-b5500ba9b6b30160 --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-365b10d4415c719d.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`
49142026-07-27T20:28:32.902Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
49152026-07-27T20:28:32.906Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49162026-07-27T20:28:32.906Z 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=3f7aa364e3bdd24e -C extra-filename=-08432a06fc157e2d --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-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
49172026-07-27T20:28:32.907Z 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=c8fa1bb9f991e238 -C extra-filename=-52543c8c2efc6a2d --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-ffdc16b8bff26aa0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
49182026-07-27T20:28:32.908Z 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=5d58fc5a73cf93c5 -C extra-filename=-7a2a006516512d2c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7a2a006516512d2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49192026-07-27T20:28:32.975Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49202026-07-27T20:28:33.012Z 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=763a24771cc6ea8a -C extra-filename=-12a8050924e8f648 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-12a8050924e8f648 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49212026-07-27T20:28:33.017Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49222026-07-27T20:28:33.017Z 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=eef79e5818fa8d12 -C extra-filename=-b79b8915a15d91bc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-b79b8915a15d91bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49232026-07-27T20:28:33.050Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49242026-07-27T20:28:33.054Z 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=5f0ec23b709b363d -C extra-filename=-cd5541d18ad4544c --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-06cde12e3e59afca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
49252026-07-27T20:28:33.083Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
49262026-07-27T20:28:33.083Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
49272026-07-27T20:28:33.087Z 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=c558d54ea7af8948 -C extra-filename=-e9469b8daef9002d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-e9469b8daef9002d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49282026-07-27T20:28:33.088Z 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=c2808d0ee28db08b -C extra-filename=-de52b6d5114bd12b --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-06cde12e3e59afca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
49292026-07-27T20:28:33.154Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49302026-07-27T20:28:33.159Z 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=de1cf71ef9e9f00d -C extra-filename=-03f6bc451040be5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-0957c41141bd8eb0.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.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-365b10d4415c719d.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.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`
49312026-07-27T20:28:33.190Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
49322026-07-27T20:28:33.195Z 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=2f06370854961165 -C extra-filename=-18951a7f34acc0d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-18951a7f34acc0d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49332026-07-27T20:28:33.233Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
49342026-07-27T20:28:33.238Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
49352026-07-27T20:28:33.238Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
49362026-07-27T20:28:33.238Z 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=f6456c7f7b98b3df -C extra-filename=-7a9dc29015599da4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7a9dc29015599da4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49372026-07-27T20:28:33.238Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
49382026-07-27T20:28:33.238Z 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=ba866e9a1b0a1124 -C extra-filename=-36aa8a06fff58d16 --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-0584fdfb98a87584.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-939181460a661ce0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
49392026-07-27T20:28:33.239Z 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=94f32c3ff4dbede6 -C extra-filename=-627309ed81867c2f --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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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`
49402026-07-27T20:28:33.269Z 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=2327ff6ae820dc92 -C extra-filename=-5336d55701a260e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-5336d55701a260e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49412026-07-27T20:28:33.373Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7a2a006516512d2c/build-script-build`
49422026-07-27T20:28:33.378Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-12a8050924e8f648/build-script-build`
49432026-07-27T20:28:33.379Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-b79b8915a15d91bc/build-script-build`
49442026-07-27T20:28:33.474Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49452026-07-27T20:28:33.480Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49462026-07-27T20:28:33.511Z 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=c2fbbc2994a330da -C extra-filename=-7f991ea21adf34ab --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-365b10d4415c719d.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-79da9eab6f72b221.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`
49472026-07-27T20:28:33.546Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
49482026-07-27T20:28:33.550Z 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=7b5ddbf95d1e5df8 -C extra-filename=-f499d3284b438888 --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-1fe1d5be6a589c16.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
49492026-07-27T20:28:33.551Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-e9469b8daef9002d/build-script-build`
49502026-07-27T20:28:33.551Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=d60637decb5fdc9f -C extra-filename=-d1b893a35e999b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e334ab4a9a0d3340.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.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-c2137c19b537a351.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.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-07-27T20:28:33.647Z 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=e69f192d4621ff50 -C extra-filename=-eec3145e36fac35d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3360310f583175c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-520a8cff00432f30.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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-647ac05d49bd5831.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
49522026-07-27T20:28:33.653Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49532026-07-27T20:28:33.653Z 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=5ed9f3440083faef -C extra-filename=-2fbaf8e9fff27081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3360310f583175c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-520a8cff00432f30.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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-647ac05d49bd5831.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
49542026-07-27T20:28:33.724Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
49552026-07-27T20:28:33.754Z 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=b10f820584c953b1 -C extra-filename=-5cc610dc132f2224 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-5cc610dc132f2224 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49562026-07-27T20:28:33.811Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49572026-07-27T20:28:33.812Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49582026-07-27T20:28:33.827Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-18951a7f34acc0d3/build-script-build`
49592026-07-27T20:28:33.827Z 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=4e117aefe7f5101a -C extra-filename=-5d23e15139044120 --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-e6aa5f47b60546fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-d6b59a0477c81f00.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`
49602026-07-27T20:28:33.828Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49612026-07-27T20:28:33.828Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7a9dc29015599da4/build-script-build`
49622026-07-27T20:28:33.829Z 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=123e7b0369524d44 -C extra-filename=-b0038b39493c6032 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-b0038b39493c6032 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49632026-07-27T20:28:33.829Z 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=49c2bba7ca98db8f -C extra-filename=-3d7f5ebe9ed2c0ff --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-3d7f5ebe9ed2c0ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49642026-07-27T20:28:33.840Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-5336d55701a260e4/build-script-build`
49652026-07-27T20:28:33.840Z 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=8f13371d43438f4a -C extra-filename=-cf79386e137716bf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-cf79386e137716bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49662026-07-27T20:28:33.901Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49672026-07-27T20:28:33.937Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49682026-07-27T20:28:33.941Z 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=867f92d95a01bff4 -C extra-filename=-65c03c801a7b59a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-65c03c801a7b59a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:33.976Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49702026-07-27T20:28:33.980Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49712026-07-27T20:28:33.980Z 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=856b12c9a62aa612 -C extra-filename=-45bcb1035a541628 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-45bcb1035a541628 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49722026-07-27T20:28:34.012Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49732026-07-27T20:28:34.016Z 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=16eb30dd8bb55bb2 -C extra-filename=-7e86871aad685753 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-7e86871aad685753 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49742026-07-27T20:28:34.016Z 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=58ef3e7061b12bfd -C extra-filename=-94e142c558117850 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-94e142c558117850 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49752026-07-27T20:28:34.016Z 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=3bab5eaaff70d8c5 -C extra-filename=-33659b6a1f2a55ac --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-33659b6a1f2a55ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49762026-07-27T20:28:34.048Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49772026-07-27T20:28:34.052Z 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=be48965ac25a2c3d -C extra-filename=-2444ae6fb86db6cf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2444ae6fb86db6cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:34.052Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49792026-07-27T20:28:34.086Z 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=c93d9bb476b8527f -C extra-filename=-66bd7266fa5a314c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-66bd7266fa5a314c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
49802026-07-27T20:28:34.154Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
49812026-07-27T20:28:34.192Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49822026-07-27T20:28:34.198Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49832026-07-27T20:28:34.198Z 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=07976ed198710ec8 -C extra-filename=-2838c16817f773a1 --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-d452c09b5b0878f3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
49842026-07-27T20:28:34.226Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49852026-07-27T20:28:34.235Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49862026-07-27T20:28:34.288Z 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=72ba2da12afe7f7d -C extra-filename=-26b9553177f57188 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-26b9553177f57188 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:34.295Z 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=3db42c7baf0cc16c -C extra-filename=-5043580a47739e7d --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-5043580a47739e7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:34.295Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49892026-07-27T20:28:34.319Z 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=b8c3c37cead5728b -C extra-filename=-e2e3e5a78b8fa9b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e2e3e5a78b8fa9b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:34.324Z 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=4f5bb73318014f8f -C extra-filename=-c0e6d7dbbfc1bf83 --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-365b10d4415c719d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-0a5a3e11c603bdda.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`
49912026-07-27T20:28:34.324Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49922026-07-27T20:28:34.355Z 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=6b6e59e4ddcf6d8d -C extra-filename=-ff81388efc51f673 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-ff81388efc51f673 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:34.426Z 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=f71401c7190fd20f -C extra-filename=-8bd66e83d7ab2008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.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`
49942026-07-27T20:28:34.494Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-5cc610dc132f2224/build-script-build`
49952026-07-27T20:28:34.498Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-cf79386e137716bf/build-script-build`
49962026-07-27T20:28:34.498Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-3d7f5ebe9ed2c0ff/build-script-build`
49972026-07-27T20:28:34.498Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-7e86871aad685753/build-script-build`
49982026-07-27T20:28:34.498Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-b0038b39493c6032/build-script-build`
49992026-07-27T20:28:34.563Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
50002026-07-27T20:28:34.635Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
50012026-07-27T20:28:34.643Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
50022026-07-27T20:28:34.643Z 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=06beed4cd165022a -C extra-filename=-314c08eaae7440d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-c65177d768ace70c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-520a8cff00432f30.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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-07-27T20:28:34.670Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2444ae6fb86db6cf/build-script-build`
50042026-07-27T20:28:34.674Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-66bd7266fa5a314c/build-script-build`
50052026-07-27T20:28:34.674Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
50062026-07-27T20:28:34.712Z 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=717a86faa8e152a0 -C extra-filename=-3b05f3cb22cd9889 --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-365b10d4415c719d.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`
50072026-07-27T20:28:34.718Z 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=6fb37c2f728c5e8a -C extra-filename=-6d122b8fd5b7eb07 --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-365b10d4415c719d.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`
50082026-07-27T20:28:34.719Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-65c03c801a7b59a5/build-script-build`
50092026-07-27T20:28:34.719Z 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=502dc48e37819f5b -C extra-filename=-7114ba6ea242e2eb --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-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
50102026-07-27T20:28:34.720Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50112026-07-27T20:28:34.825Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50122026-07-27T20:28:34.831Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-45bcb1035a541628/build-script-build`
50132026-07-27T20:28:34.831Z 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=cf1186b84e32eeb4 -C extra-filename=-caa4de3b6f25fa76 --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-caa4de3b6f25fa76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50142026-07-27T20:28:34.832Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
50152026-07-27T20:28:34.832Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
50162026-07-27T20:28:34.832Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e2e3e5a78b8fa9b3/build-script-build`
50172026-07-27T20:28:34.832Z 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=feebcb271c148858 -C extra-filename=-e617664fc5955681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1f2322ca8152c734.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
50182026-07-27T20:28:34.848Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50192026-07-27T20:28:34.852Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-ff81388efc51f673/build-script-build`
50202026-07-27T20:28:34.852Z 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=ba2de21a75bca741 -C extra-filename=-7e8d9910e20beb9f --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-8b75db687acd3a41.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
50212026-07-27T20:28:34.852Z 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=15098292ca1d1a1d -C extra-filename=-23ab28578ff9b9e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-23ab28578ff9b9e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:34.854Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
50232026-07-27T20:28:34.889Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50242026-07-27T20:28:34.893Z 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=5127ab0126a251d3 -C extra-filename=-26bba89fc918b53e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-26bba89fc918b53e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50252026-07-27T20:28:34.894Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-26b9553177f57188/build-script-build`
50262026-07-27T20:28:34.894Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-94e142c558117850/build-script-build`
50272026-07-27T20:28:34.894Z 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=94871b3171f7a2d9 -C extra-filename=-67ce853143ecb493 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-67ce853143ecb493 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:34.941Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50292026-07-27T20:28:34.954Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50302026-07-27T20:28:34.954Z 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=5606fac7ea900d8a -C extra-filename=-6b85174123228889 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-6b85174123228889 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50312026-07-27T20:28:34.954Z 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=b07469e3db14ba79 -C extra-filename=-fd282ec376114da3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-fd282ec376114da3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:34.971Z 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=68afc863047b7384 -C extra-filename=-17af64f7b463fc57 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-17af64f7b463fc57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50332026-07-27T20:28:34.976Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-33659b6a1f2a55ac/build-script-build`
50342026-07-27T20:28:35.030Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50352026-07-27T20:28:35.034Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-5043580a47739e7d/build-script-build`
50362026-07-27T20:28:35.065Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50372026-07-27T20:28:35.070Z 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=eebb1cef7b45d483 -C extra-filename=-adabbe1e34c1fc0e --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-7114ba6ea242e2eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
50382026-07-27T20:28:35.070Z 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=62c9b537161ce19b -C extra-filename=-7224cd02f09fa8f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-6d122b8fd5b7eb07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.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`
50392026-07-27T20:28:35.098Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
50402026-07-27T20:28:35.102Z 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=ff17ffae7143c68d -C extra-filename=-ca0ad8ac6a7b5915 --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-bfae29efe53eba2c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50412026-07-27T20:28:35.168Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
50422026-07-27T20:28:35.174Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50432026-07-27T20:28:35.174Z 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=d8b873806b7cbd8e -C extra-filename=-cd33a47ce962dfb8 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-cd33a47ce962dfb8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50442026-07-27T20:28:35.201Z 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=bd7e6186f27c94fc -C extra-filename=-9f8d93360030bc37 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-9f8d93360030bc37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:35.207Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50462026-07-27T20:28:35.229Z 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=eec93af8b06c41d7 -C extra-filename=-fd7adff313e41ad9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fd7adff313e41ad9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9f8d30f8abac709b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:35.396Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
50482026-07-27T20:28:35.430Z 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=7d4dc8b963be4998 -C extra-filename=-2aaa29e75c065249 --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-365b10d4415c719d.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`
50492026-07-27T20:28:35.441Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
50502026-07-27T20:28:35.465Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-17af64f7b463fc57/build-script-build`
50512026-07-27T20:28:35.486Z 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=aa2479edf88ccfa7 -C extra-filename=-a3b2082354a52d2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.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`
50522026-07-27T20:28:35.488Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50532026-07-27T20:28:35.521Z 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=6ff899cd9b2c8d4f -C extra-filename=-e164a7ba03169903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
50542026-07-27T20:28:35.539Z 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=7b55195e9c82af00 -C extra-filename=-ed994e7cc5f7458a --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-7114ba6ea242e2eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50552026-07-27T20:28:35.613Z 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=ca0b44386b3a1deb -C extra-filename=-d0a18d8c1b350b3e --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-8b75db687acd3a41.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50562026-07-27T20:28:35.649Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-cd33a47ce962dfb8/build-script-build`
50572026-07-27T20:28:35.677Z 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=9a1f5063937474de -C extra-filename=-167da144941e47b9 --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-d452c09b5b0878f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50582026-07-27T20:28:35.715Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fd7adff313e41ad9/build-script-build`
50592026-07-27T20:28:35.724Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-9f8d93360030bc37/build-script-build`
50602026-07-27T20:28:35.724Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-fd282ec376114da3/build-script-build`
50612026-07-27T20:28:35.762Z 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=9b0aa709eb92fcdd -C extra-filename=-467b2e9d28db7182 --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-365b10d4415c719d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-79da9eab6f72b221.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50622026-07-27T20:28:35.785Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-caa4de3b6f25fa76/build-script-build`
50632026-07-27T20:28:35.796Z 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=aadfdcc7fb475804 -C extra-filename=-0414fada0a931038 --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-870875cf85414f7e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
50642026-07-27T20:28:35.823Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-6b85174123228889/build-script-build`
50652026-07-27T20:28:35.898Z 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=8b718ed6ba18e514 -C extra-filename=-89ad9f61dc0945ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-9644d6002b9d09d2.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:35.906Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-67ce853143ecb493/build-script-build`
50672026-07-27T20:28:35.922Z 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=abbde09845bf8259 -C extra-filename=-ac0eeb30a01d5e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-0957c41141bd8eb0.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.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-365b10d4415c719d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:35.961Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-26bba89fc918b53e/build-script-build`
50692026-07-27T20:28:35.968Z 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=2e18a9d2c0158844 -C extra-filename=-633c615d2e70420e --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-ffdc16b8bff26aa0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
50702026-07-27T20:28:35.989Z 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=f5d61461b7f8333b -C extra-filename=-e0701d96a8663ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-02017c4d1f78ff54.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:36.092Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-23ab28578ff9b9e8/build-script-build`
50722026-07-27T20:28:36.132Z 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=04c7cd9bfe868bc0 -C extra-filename=-492c0818766390e3 --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-b0644021d9746fe3.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-06cde12e3e59afca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
50732026-07-27T20:28:36.253Z 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=2b3b7addb6319ba5 -C extra-filename=-b112c85ff3911367 --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-b0644021d9746fe3.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-06cde12e3e59afca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
50742026-07-27T20:28:36.320Z 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=9d32357161e98781 -C extra-filename=-60b33582392c9baf --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-0584fdfb98a87584.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-939181460a661ce0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50752026-07-27T20:28:36.451Z 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=bfd32ef95e1d9cc6 -C extra-filename=-99ebe0b4a6f56be2 --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-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50762026-07-27T20:28:36.583Z 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=cd1726777306126b -C extra-filename=-1afcf8357031a920 --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-0584fdfb98a87584.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
50772026-07-27T20:28:36.587Z 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=fdc15d7711a49c50 -C extra-filename=-01b463920f9078d5 --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-8b75db687acd3a41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.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-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50782026-07-27T20:28:36.653Z 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=11c49b2287aa980e -C extra-filename=-1119152eced24a1c --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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50792026-07-27T20:28:36.658Z 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=2ed89dd87e4e07e8 -C extra-filename=-789d47dfd150b8cb --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-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.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-308e4b9bbd1d2754.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-e6e7f59a6bc02633.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50802026-07-27T20:28:36.758Z 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=d98c80a8c60208df -C extra-filename=-bd12604e54400362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-520a8cff00432f30.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50812026-07-27T20:28:36.762Z 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=2d18b92591be3d72 -C extra-filename=-b2bc8df104a580fc --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-365b10d4415c719d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-0a5a3e11c603bdda.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
50822026-07-27T20:28:36.803Z 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=565eb315cf84b61b -C extra-filename=-13e8501417951fc7 --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-365b10d4415c719d.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`
50832026-07-27T20:28:36.868Z 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=730643ee5c4c9c0b -C extra-filename=-c61f6b7e61c29021 --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-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
50842026-07-27T20:28:36.903Z 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=13fb31bfed6d61f5 -C extra-filename=-ae3b6d5ed3ace256 --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-365b10d4415c719d.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`
50852026-07-27T20:28:36.938Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50862026-07-27T20:28:36.947Z 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=aeee4b0e3b4c5ec2 -C extra-filename=-2f20cd3b80294928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:37.150Z 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=10f4bad77c4ba753 -C extra-filename=-3551cd64bb781a87 --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-8b75db687acd3a41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
50882026-07-27T20:28:37.276Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50892026-07-27T20:28:37.280Z 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=a4e5bbf2e51837ef -C extra-filename=-2ef87df9d88fdeac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-d88b64cda5b53036.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-79da9eab6f72b221.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
50902026-07-27T20:28:37.340Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
50912026-07-27T20:28:37.347Z 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=bc4c26ceb6c639dd -C extra-filename=-2d565e099e9c5f65 --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-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-0517fff741baa4c3.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-d6b59a0477c81f00.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-07-27T20:28:37.485Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
50932026-07-27T20:28:37.485Z 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=ef25381d0ed5c463 -C extra-filename=-b2c9d1aa8a440e6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
50942026-07-27T20:28:37.524Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
50952026-07-27T20:28:37.573Z 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=d35e63c6613f4401 -C extra-filename=-eab7bf3329620631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
50962026-07-27T20:28:37.898Z 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=3064c726691784e3 -C extra-filename=-e22689754817d194 --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-2fbaf8e9fff27081.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-0517fff741baa4c3.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-d6b59a0477c81f00.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-07-27T20:28:37.930Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50982026-07-27T20:28:37.934Z 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=9e5b6886eec88cac -C extra-filename=-fb5b40c59a3c5989 --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-308e4b9bbd1d2754.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-988bceae242ed17c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-647ac05d49bd5831.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
50992026-07-27T20:28:38.107Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
51002026-07-27T20:28:38.113Z 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=00a1e5eff6f7fd34 -C extra-filename=-437aac73eb94cb0f --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-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7cd139d648b2eb8b.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`
51012026-07-27T20:28:38.505Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
51022026-07-27T20:28:38.509Z 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=4b366c1408bef8c8 -C extra-filename=-f74fbe88d9d45762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-eab7bf3329620631.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51032026-07-27T20:28:38.580Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
51042026-07-27T20:28:38.584Z 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=db1ff93785fe32f3 -C extra-filename=-9ba4877025d6ce78 --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-b0644021d9746fe3.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-eab7bf3329620631.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51052026-07-27T20:28:38.645Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
51062026-07-27T20:28:38.649Z 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=05e9aad20aa8b72f -C extra-filename=-94e0b2621d1cd035 --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-275e7b2697f8fc09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-07-27T20:28:38.707Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51082026-07-27T20:28:38.712Z 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=225f4d535c94a3df -C extra-filename=-58ac45010e1c0631 --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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51092026-07-27T20:28:38.740Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51102026-07-27T20:28:38.744Z 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=f3f7e826ec3809fe -C extra-filename=-28de5b3f7f001de1 --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-6efba0f6798730d4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-520a8cff00432f30.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-f464a47c3b655e0c.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-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
51112026-07-27T20:28:38.773Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
51122026-07-27T20:28:38.777Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-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=2ed5948bf6461c42 -C extra-filename=-34f324c69d868491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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 display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.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-26c290bd4e0c20cb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.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`
51132026-07-27T20:28:39.116Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51142026-07-27T20:28:39.121Z 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=6bb5f4bdc1d7a787 -C extra-filename=-3844b29e7463ad06 --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-fefc6777a713c6c1.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-60a8cafcf9e3e797.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`
51152026-07-27T20:28:39.301Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
51162026-07-27T20:28:39.305Z 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=ce1a0f7a03b1f260 -C extra-filename=-3df428cd381048d8 --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-bc5f1d7843af69d4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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`
51172026-07-27T20:28:39.355Z 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=4ee456d0eaa324ee -C extra-filename=-d17f5c26d95909ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-2f728c48b3467468.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
51182026-07-27T20:28:39.392Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
51192026-07-27T20:28:39.397Z 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=befa90e3b4738d5b -C extra-filename=-2ce7782fa440847c --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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-d6b59a0477c81f00.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`
51202026-07-27T20:28:39.435Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
51212026-07-27T20:28:39.439Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51222026-07-27T20:28:39.439Z 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=8a1335423fe6ad9f -C extra-filename=-7f4c8b6100def784 --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-365b10d4415c719d.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.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`
51232026-07-27T20:28:39.439Z 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=e7a9b6f8a3e4da0a -C extra-filename=-0ea4627c169fdc7f --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-0584fdfb98a87584.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.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`
51242026-07-27T20:28:39.526Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51252026-07-27T20:28:39.526Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51262026-07-27T20:28:39.526Z 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=99465e6e21bd6793 -C extra-filename=-2dc46deb9d0869a8 --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-b2c9d1aa8a440e6a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
51272026-07-27T20:28:39.549Z 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=93e6ab7abd720330 -C extra-filename=-8331a17bb1698565 --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-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-d6b59a0477c81f00.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`
51282026-07-27T20:28:39.629Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51292026-07-27T20:28:39.634Z 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=75fd008e1fdbb784 -C extra-filename=-d4a68d38aae89729 --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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.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`
51302026-07-27T20:28:39.684Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
51312026-07-27T20:28:39.689Z 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=781b9da27c24e07c -C extra-filename=-0e282d1107503268 --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-ffdc16b8bff26aa0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
51322026-07-27T20:28:39.715Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51332026-07-27T20:28:39.720Z 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=c4af8991f89b3e2f -C extra-filename=-96e08af77cfa8bde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1c320786b840f539.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-19fe6dab4968d318.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`
51342026-07-27T20:28:39.756Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
51352026-07-27T20:28:39.761Z 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=9e64cb3aab4968f3 -C extra-filename=-45e1d26cbb10b5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.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-0517fff741baa4c3.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`
51362026-07-27T20:28:39.797Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51372026-07-27T20:28:39.801Z 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=f8a85bf3553ebf28 -C extra-filename=-dec938525806b6fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-365b10d4415c719d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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-07-27T20:28:39.871Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51392026-07-27T20:28:39.875Z 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=801f7449c1429626 -C extra-filename=-f0a6b78521838eef --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-2dc46deb9d0869a8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51402026-07-27T20:28:39.924Z 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=9a9243355785efd0 -C extra-filename=-e5563c3b2f2ae286 --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-365b10d4415c719d.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e22689754817d194.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`
51412026-07-27T20:28:40.264Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51422026-07-27T20:28:40.269Z 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=a8176a429cde268d -C extra-filename=-c927bc644859ed67 --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-2dc46deb9d0869a8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51432026-07-27T20:28:40.311Z 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=ec75a4d2d284a142 -C extra-filename=-67b212ebafe2af4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e5563c3b2f2ae286.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-0517fff741baa4c3.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`
51442026-07-27T20:28:40.349Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
51452026-07-27T20:28:40.353Z 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=d17b51156a5750f3 -C extra-filename=-30e9a2c1e9dadcdf --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-2dc46deb9d0869a8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51462026-07-27T20:28:40.383Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51472026-07-27T20:28:40.387Z 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=5c59e58e5bcc0658 -C extra-filename=-86c828effb0f9c2f --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-96e08af77cfa8bde.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-c3ec0daf22d8c88f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a96dd8f2a54589b8.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a3b6ac74e8ba6c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
51482026-07-27T20:28:40.420Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
51492026-07-27T20:28:40.424Z 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=25282bb99d273349 -C extra-filename=-700103e676321467 --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-b2c9d1aa8a440e6a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51502026-07-27T20:28:40.464Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51512026-07-27T20:28:40.472Z 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=633410531c385ca3 -C extra-filename=-5dcb64b5601a21b3 --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-8a9e02ae24a3d662.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
51522026-07-27T20:28:40.534Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
51532026-07-27T20:28:40.540Z 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=565cc45198f58a32 -C extra-filename=-22e84fded1165b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-6a6e6bd82f651ad0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
51542026-07-27T20:28:40.619Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51552026-07-27T20:28:40.629Z 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=5b4d207fa98db1b0 -C extra-filename=-01fb0c1e559e3b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
51562026-07-27T20:28:40.654Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
51572026-07-27T20:28:40.658Z 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=67422a0725d005eb -C extra-filename=-862feb3db0f18323 --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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.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-7114ba6ea242e2eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51582026-07-27T20:28:40.724Z 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=03f1ae6c8db2a12f -C extra-filename=-4f6299a78d2f958a --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-2dc46deb9d0869a8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51592026-07-27T20:28:40.728Z 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=9f850bba432e8f56 -C extra-filename=-2a005d087940cd35 --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-2dc46deb9d0869a8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51602026-07-27T20:28:40.767Z 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=2f8bb61e5000caed -C extra-filename=-45a44d780b49663e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-365b10d4415c719d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:40.805Z 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=0834c2db5b6ca78c -C extra-filename=-9335297135e0e55f --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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.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`
51622026-07-27T20:28:40.874Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51632026-07-27T20:28:40.878Z 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=779cac9173a3e95e -C extra-filename=-3b0da5e4bda4815c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
51642026-07-27T20:28:40.944Z 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=5e375af53b278ef6 -C extra-filename=-967fbf10f61c4563 --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-7aabe119af4a5fc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c06f262ef6f5ca8d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-eb39272b4852bf97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
51652026-07-27T20:28:40.948Z 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=ce3589a2ef2111b8 -C extra-filename=-1f03a58a0ca1be86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.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-0517fff741baa4c3.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`
51662026-07-27T20:28:40.981Z 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=0c60a18cf5b90f2d -C extra-filename=-d1caa398e17206c9 --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-0584fdfb98a87584.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:41.122Z 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=c25ad7d6d33ad8ce -C extra-filename=-9a263c0b86031450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-862feb3db0f18323.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-adabbe1e34c1fc0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
51682026-07-27T20:28:41.303Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51692026-07-27T20:28:41.308Z 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=12bc9c61f4b6eec0 -C extra-filename=-8bf14dc0f1a972ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
51702026-07-27T20:28:41.348Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51712026-07-27T20:28:41.353Z 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=218683a0b66e12a7 -C extra-filename=-8f21b3d0d515a0be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:41.407Z 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=4e3e5000a7e46860 -C extra-filename=-f8ccc4d8b4712ed1 --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-7aabe119af4a5fc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c06f262ef6f5ca8d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-eb39272b4852bf97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:41.438Z 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=a9d0dfa9116574de -C extra-filename=-43f39fbf448ad79b --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-b2c9d1aa8a440e6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:41.475Z 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=0f71e4b675bcaa60 -C extra-filename=-8a50978d24dc1a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-45e1d26cbb10b5d3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.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-0517fff741baa4c3.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`
51752026-07-27T20:28:41.578Z 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=e06667c3246b296b -C extra-filename=-26ec8b2885b93571 --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-b2c9d1aa8a440e6a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51762026-07-27T20:28:41.628Z 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=5b5dd9022aa4f4ec -C extra-filename=-c149bae2f270abbb --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-2dc46deb9d0869a8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51772026-07-27T20:28:41.662Z 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=69bf53528994d971 -C extra-filename=-ad402d76ff56d02a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:41.669Z 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=ba8b020e8010a575 -C extra-filename=-f6bc3bac82fe6220 --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-8a9e02ae24a3d662.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:41.733Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51802026-07-27T20:28:41.737Z 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=c089263c1ff34412 -C extra-filename=-aa4e149ea7ff93db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
51812026-07-27T20:28:41.851Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51822026-07-27T20:28:41.857Z 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=c86cf90d1eaf98ea -C extra-filename=-99b602ceb0b226e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.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-e164a7ba03169903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-41f266c2b9c1eebe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_v2=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-0b1ed8cf6e5e344c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_artifact_v2=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f72e8ec88804c092.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.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`
51832026-07-27T20:28:41.946Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
51842026-07-27T20:28:41.987Z 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=71720fbcbf9af020 -C extra-filename=-5e4f2df3f695ba03 --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-365b10d4415c719d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67b212ebafe2af4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e5563c3b2f2ae286.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`
51852026-07-27T20:28:42.088Z 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=5dc8c428e319a6da -C extra-filename=-7e6ce2b9b66d8369 --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-365b10d4415c719d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67b212ebafe2af4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e5563c3b2f2ae286.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`
51862026-07-27T20:28:42.183Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51872026-07-27T20:28:42.187Z 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=9cedd7e5b38c55b0 -C extra-filename=-963f91f9eb31f5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-c2137c19b537a351.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`
51882026-07-27T20:28:42.218Z 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=b0218913db9b527f -C extra-filename=-b9a4bd159bac1427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-6d122b8fd5b7eb07.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-7224cd02f09fa8f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.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`
51892026-07-27T20:28:42.288Z 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=99560abc3d54477c -C extra-filename=-5a5ce79757aca2c1 --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-308e4b9bbd1d2754.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-988bceae242ed17c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-647ac05d49bd5831.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:42.326Z 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=584c8e0518013677 -C extra-filename=-597bb33e3b4db856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-8bf14dc0f1a972ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:42.394Z 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=7c19b6db3be28012 -C extra-filename=-38e99e9cf68045fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
51922026-07-27T20:28:42.405Z 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=96d8162017058859 -C extra-filename=-93e36992fe6cc0ae --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-275e7b2697f8fc09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:42.781Z 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=13077cac6f556ed8 -C extra-filename=-63920d8c80f5dcde --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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
51942026-07-27T20:28:42.814Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
51952026-07-27T20:28:42.849Z 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=439f759bb2b68407 -C extra-filename=-c5f6f1614d202d2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:43.079Z 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=dd18d44aae190c79 -C extra-filename=-89954ef9ec83318b --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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:43.116Z 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=aa2427c2eaefbcdb -C extra-filename=-808869308d20888a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
51982026-07-27T20:28:43.116Z 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=b1d53d3e0d32ce76 -C extra-filename=-0730ca4cffa8f621 --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-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
51992026-07-27T20:28:43.215Z 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=50c6afc8c1919f04 -C extra-filename=-347e7c712eee0bc8 --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-ffdc16b8bff26aa0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
52002026-07-27T20:28:43.221Z 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=5d931056d604563a -C extra-filename=-6ec268fbc90ab531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-6a6e6bd82f651ad0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52012026-07-27T20:28:43.251Z 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=30c4a7006e60e18d -C extra-filename=-124e6f018770a706 --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-b0644021d9746fe3.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-eab7bf3329620631.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
52022026-07-27T20:28:43.315Z 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=3a00561e165f09a7 -C extra-filename=-c9b009bd109e6b05 --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-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3690d9b079016242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52032026-07-27T20:28:43.674Z 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=e91357f2368c3bef -C extra-filename=-56ed0557777f62f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:43.823Z 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=c8102504b49ed750 -C extra-filename=-99f554fcfe1d4bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:44.207Z 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=06cec66254a05575 -C extra-filename=-dde660c4bdc23c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
52062026-07-27T20:28:44.324Z 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=31db5b055438d35e -C extra-filename=-14a52237a2aff571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
52072026-07-27T20:28:44.384Z 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=b4d0f07c8dac00ec -C extra-filename=-328e2b05453198ef --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-fefc6777a713c6c1.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.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-60a8cafcf9e3e797.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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`
52082026-07-27T20:28:44.567Z 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=c8d61fc16f224668 -C extra-filename=-3b18bc4e6d0c6b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
52092026-07-27T20:28:44.665Z 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=202d7f28e123c42c -C extra-filename=-d5e404b68ddbf798 --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-6efba0f6798730d4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-520a8cff00432f30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52102026-07-27T20:28:44.699Z 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=fdf50feff7c4d9a7 -C extra-filename=-f47146f9263503aa --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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.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-7114ba6ea242e2eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
52112026-07-27T20:28:44.820Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52122026-07-27T20:28:44.824Z 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=21e7f1c2129442df -C extra-filename=-7d40d6754f4560b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43f4e5f400752af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:45.011Z 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=f67ed8e8e8148b79 -C extra-filename=-0aa6a2bd5e22691c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a3b2082354a52d2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52142026-07-27T20:28:45.097Z 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=70e873d7010e93c1 -C extra-filename=-45d45ee363758fda --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-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
52152026-07-27T20:28:45.218Z 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=bd79cfefe3dc0301 -C extra-filename=-176e81c86875d284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-7fd9ba8bd28c9dda.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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`
52162026-07-27T20:28:45.718Z 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=1e20ba19c4a55320 -C extra-filename=-4ddb5cbbe76786bf --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-365b10d4415c719d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:45.718Z 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=41cf45062ab33a2c -C extra-filename=-7adc50952a4fcff4 --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-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
52182026-07-27T20:28:46.031Z 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=a5f1adc73beb980a -C extra-filename=-09ec79d5ee7f4b3f --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-fd7820a87cb983a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.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-308e4b9bbd1d2754.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-e6e7f59a6bc02633.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52192026-07-27T20:28:46.035Z 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=a7f0372a80dbb2a8 -C extra-filename=-c09207640a4b41d7 --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-fd7820a87cb983a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.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-308e4b9bbd1d2754.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-e6e7f59a6bc02633.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52202026-07-27T20:28:46.093Z 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=0f5e0fc906527fc4 -C extra-filename=-56edae4ffb03020a --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-365b10d4415c719d.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`
52212026-07-27T20:28:46.128Z 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=149eb0611487c6bd -C extra-filename=-be41e13a92fbfcb6 --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-365b10d4415c719d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:46.200Z 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=48afbc946114cb34 -C extra-filename=-ce76ef99dfbae060 --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-e6aa5f47b60546fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:46.235Z 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=11dfa54fa73b2a84 -C extra-filename=-156867ea401c7eeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
52242026-07-27T20:28:46.271Z 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=7bb39d6c34063c5b -C extra-filename=-030a879b29fcaf05 --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-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52252026-07-27T20:28:46.308Z 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=706bb2496de72373 -C extra-filename=-40b1ec51e1ec5d25 --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-365b10d4415c719d.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`
52262026-07-27T20:28:46.353Z 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=dad704dce758d8ab -C extra-filename=-ce2c9d493456a194 --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-365b10d4415c719d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:46.387Z 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=24f5def7e9a9c248 -C extra-filename=-afcb5a53b4679afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.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`
52282026-07-27T20:28:46.952Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
52292026-07-27T20:28:46.957Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c834fc460ad71080 -C extra-filename=-000492222092027a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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 thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
52302026-07-27T20:28:46.989Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
52312026-07-27T20:28:46.993Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
52322026-07-27T20:28:46.993Z 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=323713606263703e -C extra-filename=-f8c4c74a1ce34c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-8b75db687acd3a41.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-4513eb6d407f2e82.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a3b6ac74e8ba6c3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c7630bfff744aa77.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
52332026-07-27T20:28:46.993Z 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=f53c3629bcce9700 -C extra-filename=-e6466f58ee929f75 --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-d452c09b5b0878f3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
52342026-07-27T20:28:47.061Z 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=bfc16106834752f2 -C extra-filename=-0b77ee7b0fae5026 --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-365b10d4415c719d.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`
52352026-07-27T20:28:47.134Z 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=e6ab31cbfe5cb398 -C extra-filename=-a42d0137f2ca2e8c --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-365b10d4415c719d.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`
52362026-07-27T20:28:47.138Z 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=ab6d37870f1c0c13 -C extra-filename=-a407a4caf90cf507 --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-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
52372026-07-27T20:28:47.172Z 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=976a6a8b49fd3976 -C extra-filename=-1c764f6d8f447816 --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-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
52382026-07-27T20:28:47.208Z 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=37337fcb5cdbe555 -C extra-filename=-3d1bd09afc5f5cf0 --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-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
52392026-07-27T20:28:47.298Z 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=79ac87c7f5498842 -C extra-filename=-361a5a64cade4682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52402026-07-27T20:28:47.583Z 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=4b5c7dbe4d807712 -C extra-filename=-ebbe7c9078925c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:47.785Z 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=34f4ec85f9b31d93 -C extra-filename=-2ad1fbe271ff2818 --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-c3522e0ff62d0920.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.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-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52422026-07-27T20:28:48.202Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
52432026-07-27T20:28:48.206Z 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=f60b95863ac8fe78 -C extra-filename=-ae9275460fb01efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-45e1d26cbb10b5d3.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5e4f2df3f695ba03.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.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-d6b59a0477c81f00.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-07-27T20:28:48.249Z 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=32281ee503b0b223 -C extra-filename=-74ee7418349b2ef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-bbdd37abcdcdc1a6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-a77127af3ef849a4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3360310f583175c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-988bceae242ed17c.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-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c26e43dd521121e0.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-02017c4d1f78ff54.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.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-fde5535ea3092390.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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)'`
52452026-07-27T20:28:48.283Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
52462026-07-27T20:28:48.287Z 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=3f7c7b8b9e7be244 -C extra-filename=-38155cf4f1450091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
52472026-07-27T20:28:48.356Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
52482026-07-27T20:28:48.360Z 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=1c45c78cbacc3037 -C extra-filename=-1fa13d914fc27241 --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-fd7820a87cb983a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-308e4b9bbd1d2754.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-7f991ea21adf34ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
52492026-07-27T20:28:48.395Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
52502026-07-27T20:28:48.400Z 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=535b8ce8810e5c47 -C extra-filename=-81f7f7f85bfcec8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-7f991ea21adf34ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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-07-27T20:28:48.451Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
52522026-07-27T20:28:48.456Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-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=f85f919bd315a1a8 -C extra-filename=-0b7aa23010757393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
52532026-07-27T20:28:48.495Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
52542026-07-27T20:28:48.500Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-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=9821e0d3bb88eae9 -C extra-filename=-a8bc4c48bf9767d8 --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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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`
52552026-07-27T20:28:48.620Z 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=dcbec2b559586db5 -C extra-filename=-d67e40a53ab0eb96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.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-d4c30dc959312179.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.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-0584fdfb98a87584.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-3360310f583175c4.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-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.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-711a361c6b1e9173.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-4d4a181c14af0587.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-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
52562026-07-27T20:28:48.814Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
52572026-07-27T20:28:48.818Z 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=fe6327e1b41babfe -C extra-filename=-d75675f2c37c92a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b1c52eab3b4340c5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4513eb6d407f2e82.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.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-07-27T20:28:49.294Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52592026-07-27T20:28:49.298Z 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=0f8506be127debfb -C extra-filename=-bce84a3e8ebd5058 --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-38155cf4f1450091.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
52602026-07-27T20:28:49.330Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
52612026-07-27T20:28:49.334Z 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=ecaac35384165d52 -C extra-filename=-2cab8ef62e6b37e3 --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-38155cf4f1450091.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
52622026-07-27T20:28:49.363Z 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=0465c6bc1704e154 -C extra-filename=-aa1a95c3970708e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-45e1d26cbb10b5d3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5e4f2df3f695ba03.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:49.566Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
52642026-07-27T20:28:49.570Z 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=cfa5596112de8530 -C extra-filename=-ec27d012d8e75124 --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-fd7820a87cb983a3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-1fa13d914fc27241.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.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`
52652026-07-27T20:28:49.613Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
52662026-07-27T20:28:49.616Z 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=0e60c9e93203920f -C extra-filename=-659ba8d286e4de19 --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-365b10d4415c719d.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
52672026-07-27T20:28:49.837Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
52682026-07-27T20:28:49.842Z 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=b28caae1efcaea61 -C extra-filename=-9c31dc2679535cbc --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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
52692026-07-27T20:28:49.881Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52702026-07-27T20:28:49.886Z 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=92e4c47080883573 -C extra-filename=-ec96e3b3b1195b80 --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-3360310f583175c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-e6466f58ee929f75.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`
52712026-07-27T20:28:49.982Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52722026-07-27T20:28:49.986Z 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=624f503418687e16 -C extra-filename=-0c530b9a62a42b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-92c1ae210e5bdaf6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.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`
52732026-07-27T20:28:50.069Z 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=d8907ba58053d929 -C extra-filename=-1f7bd6ee6a429bb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
52742026-07-27T20:28:50.190Z 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=09eaab2259a0cd68 -C extra-filename=-5597743638064e44 --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-38155cf4f1450091.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
52752026-07-27T20:28:50.566Z 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=0975053b5b4737c2 -C extra-filename=-3b8a12ad11441a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
52762026-07-27T20:28:50.676Z 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=9bced7d2de0e05f0 -C extra-filename=-7c25cb5db9efbe16 --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-365b10d4415c719d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:50.826Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
52782026-07-27T20:28:50.830Z 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=010de509ea9e5f8f -C extra-filename=-92c8237888049d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-7428413208f54b5c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14e07d7419006893.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-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.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-fde5535ea3092390.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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`
52792026-07-27T20:28:50.918Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
52802026-07-27T20:28:50.923Z 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=0f86c746dcd153cb -C extra-filename=-ad2b9bccbd8bc5ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-6a6e6bd82f651ad0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
52812026-07-27T20:28:50.952Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
52822026-07-27T20:28:50.956Z 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="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' -C metadata=d6a6cc811f4b2ee1 -C extra-filename=-8171678b3ef58e9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-0584fdfb98a87584.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-939181460a661ce0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e51190b69dfd32af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
52832026-07-27T20:28:51.204Z 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=abac88d7f73d39e3 -C extra-filename=-09e57418a39236c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0e282d1107503268.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-ffdc16b8bff26aa0.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-74ee7418349b2ef2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
52842026-07-27T20:28:51.274Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
52852026-07-27T20:28:51.279Z 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=d15518a1e6d70eff -C extra-filename=-0f448d8d2520b860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-7628f5c0ce279786.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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`
52862026-07-27T20:28:51.426Z 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=a0da2d7e7c08e430 -C extra-filename=-a08fc00051facd38 --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-fd7820a87cb983a3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:51.645Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
52882026-07-27T20:28:51.649Z 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=c572758dcf6b1870 -C extra-filename=-6e6922921cdb32a5 --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-38155cf4f1450091.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.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`
52892026-07-27T20:28:51.755Z 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=de28b87aac34de7b -C extra-filename=-4709c5eccb2a1dc8 --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-3360310f583175c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-e6466f58ee929f75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:51.977Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52912026-07-27T20:28:51.981Z 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=55b95d8d9a8c0b5a -C extra-filename=-6a6133babb8d287d --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-38155cf4f1450091.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
52922026-07-27T20:28:52.076Z 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=a134a07afcbb41c6 -C extra-filename=-8ebf5b4cc5d05998 --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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:52.081Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-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=931e26f756e058de -C extra-filename=-f4e44c4c6c02fd0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:52.150Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52952026-07-27T20:28:52.154Z 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=6cc5298d4a4f61b9 -C extra-filename=-3298feff18b49164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.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-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
52962026-07-27T20:28:52.480Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52972026-07-27T20:28:52.484Z 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=6aade9a79a03f145 -C extra-filename=-fa412f2f39bd3043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.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-74ee7418349b2ef2.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-365b10d4415c719d.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-febb76069daa47ce.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-0e167e790e1c096c.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-92c8237888049d40.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-19fe6dab4968d318.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-647ac05d49bd5831.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`
52982026-07-27T20:28:52.538Z 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=0b5834ddf7bc6c87 -C extra-filename=-647c43533351a5f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:52.608Z 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=012de9b25f898aa9 -C extra-filename=-8c728880d9ffc572 --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-38155cf4f1450091.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:52.670Z 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=21a585033c88bb81 -C extra-filename=-9bdf84cd54fa8dd4 --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-38155cf4f1450091.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:52.717Z 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=6df76db56113505c -C extra-filename=-159eb61a2cef8172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-6a6e6bd82f651ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53022026-07-27T20:28:52.893Z 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=819610e361530e62 -C extra-filename=-72e2dfee530cfc3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-7628f5c0ce279786.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-0f448d8d2520b860.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53032026-07-27T20:28:53.054Z 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=ca470e3448a15810 -C extra-filename=-2a877035b86ed19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.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-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-febb76069daa47ce.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-0e167e790e1c096c.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-92c8237888049d40.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-19fe6dab4968d318.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-647ac05d49bd5831.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`
53042026-07-27T20:28:53.265Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
53052026-07-27T20:28:53.269Z 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=ee7ade879f8b9817 -C extra-filename=-87bbc2c021c85df5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.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`
53062026-07-27T20:28:53.299Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53072026-07-27T20:28:53.304Z 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=a97d04024a85f453 -C extra-filename=-d7fcf644315ef79a --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-8a9e02ae24a3d662.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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`
53082026-07-27T20:28:53.534Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
53092026-07-27T20:28:53.538Z 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=b15acc28eb5e601e -C extra-filename=-f2959e0285e896e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-74ee7418349b2ef2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
53102026-07-27T20:28:53.741Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
53112026-07-27T20:28:53.745Z 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=a55e4e563f058c35 -C extra-filename=-ea46e8ee22ce560f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-635f92619abce321.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.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-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-01fb0c1e559e3b3f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.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-eec3145e36fac35d.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-c2137c19b537a351.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.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/`
53122026-07-27T20:28:54.009Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
53132026-07-27T20:28:54.013Z 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=808e54dfe5039efa -C extra-filename=-1fab1d0bd948e3d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-083464a1a085e4df.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.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-365b10d4415c719d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-02017c4d1f78ff54.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-647ac05d49bd5831.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
53142026-07-27T20:28:54.380Z 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=801daf3768524522 -C extra-filename=-94d2b979c343c6da --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-8a9e02ae24a3d662.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53152026-07-27T20:28:54.385Z 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=a9ef8e2cc07d040b -C extra-filename=-1c12529ab5013565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53162026-07-27T20:28:54.445Z 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="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' -C metadata=9897964749d8e816 -C extra-filename=-4bc3d2c5b3354e86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-0584fdfb98a87584.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-939181460a661ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e51190b69dfd32af.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53172026-07-27T20:28:54.540Z 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=26575492a6dcf9c3 -C extra-filename=-be91a5dcfa0c255f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-7628f5c0ce279786.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53182026-07-27T20:28:54.683Z 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=ebb2b54962993e67 -C extra-filename=-0e3000230520d54d --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-38155cf4f1450091.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53192026-07-27T20:28:54.836Z 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=576f0c834f9886dd -C extra-filename=-16e00f86d7acea51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.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-fa412f2f39bd3043.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-febb76069daa47ce.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-0e167e790e1c096c.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-92c8237888049d40.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-19fe6dab4968d318.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-647ac05d49bd5831.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`
53202026-07-27T20:28:54.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-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=d9d09c3799f1931a -C extra-filename=-91432afd411b8456 --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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:55.472Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
53222026-07-27T20:28:55.476Z 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=d32b12b622efce72 -C extra-filename=-7406bbc0a3073581 --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-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-7f991ea21adf34ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.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`
53232026-07-27T20:28:55.725Z 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=15ef1bd8f1b0d5ec -C extra-filename=-0dc862cc054bd47c --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-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53242026-07-27T20:28:55.875Z 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=71841a5fb6a55b30 -C extra-filename=-1ada133dc1f8d239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-8b75db687acd3a41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a3b6ac74e8ba6c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c7630bfff744aa77.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:56.153Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=62ed5f97521aa545 -C extra-filename=-10846b2a755f1fc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:56.198Z 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=df4efa1080683575 -C extra-filename=-01cb38559644113f --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-d452c09b5b0878f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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 toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:56.402Z 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=c0fbaac806e95bf9 -C extra-filename=-2b9e6d68fc87bccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b1c52eab3b4340c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:28:56.801Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
53292026-07-27T20:28:56.804Z 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=1fe76f6e08e0d8db -C extra-filename=-aa236cf010b80efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-0584fdfb98a87584.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-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-988bceae242ed17c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7406bbc0a3073581.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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`
53302026-07-27T20:28:57.051Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
53312026-07-27T20:28:57.055Z 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=a2915b64a9263a83 -C extra-filename=-33a5c5ad3dabbb94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-0584fdfb98a87584.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7406bbc0a3073581.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.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`
53322026-07-27T20:28:57.118Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53332026-07-27T20:28:57.122Z 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=dd1d856c02ddce59 -C extra-filename=-eafd837955d18b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.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-3360310f583175c4.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-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-22df3b843d5414dc.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.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-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c2137c19b537a351.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-f781436d4669f07c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-32ea0733ed43acc6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.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-0c530b9a62a42b6e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
53342026-07-27T20:28:57.161Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53352026-07-27T20:28:57.165Z 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=c1d998fc0f2c75f0 -C extra-filename=-cc4b2f4a47250eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2cab8ef62e6b37e3.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-559a3d2d19cc9f1e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-7e8d9910e20beb9f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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 hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-22e84fded1165b46.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e6922921cdb32a5.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-9c31dc2679535cbc.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.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`
53362026-07-27T20:28:58.001Z 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=5132e1114f16efb9 -C extra-filename=-87dfe002c749d218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7406bbc0a3073581.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53372026-07-27T20:28:58.137Z 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=650b952cc85d8a5c -C extra-filename=-2bff2cb99e313da9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c2137c19b537a351.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-32ea0733ed43acc6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.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-0c530b9a62a42b6e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53382026-07-27T20:28:59.074Z 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=0a1dcc21f3883b69 -C extra-filename=-136506d51dc566fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.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-0584fdfb98a87584.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.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-711a361c6b1e9173.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-4d4a181c14af0587.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53392026-07-27T20:28:59.347Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53402026-07-27T20:28:59.351Z 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=e0ea9c5b1d929a71 -C extra-filename=-595d941c5d8a8f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-38155cf4f1450091.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.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-0584fdfb98a87584.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.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-f74fbe88d9d45762.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-f8c4c74a1ce34c33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.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-92c1ae210e5bdaf6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.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-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e27a5514505dab80.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-f781436d4669f07c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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-d6b59a0477c81f00.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`
53412026-07-27T20:28:59.642Z 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=2896345ae344c31b -C extra-filename=-d967ec5a63b215a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-74ee7418349b2ef2.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f2959e0285e896e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
53422026-07-27T20:28:59.642Z 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=8b47092709d23cbd -C extra-filename=-901b5dec44ee51f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-74ee7418349b2ef2.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f2959e0285e896e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
53432026-07-27T20:28:59.705Z 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=b6321d250b5fd386 -C extra-filename=-949f2a1974963650 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-74ee7418349b2ef2.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f2959e0285e896e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
53442026-07-27T20:28:59.954Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
53452026-07-27T20:28:59.957Z 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=5b74f2ba1eb8d329 -C extra-filename=-2a4915fbec6ad53f --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-8a9e02ae24a3d662.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-60a8cafcf9e3e797.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`
53462026-07-27T20:29:01.084Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
53472026-07-27T20:29:01.102Z 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=a64201cc43019568 -C extra-filename=-b6674d46f3450900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-aa236cf010b80efa.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.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-647ac05d49bd5831.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`
53482026-07-27T20:29:01.268Z 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=6f5ab2b52816aaa7 -C extra-filename=-e703d1140c644813 --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-8a9e02ae24a3d662.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-60a8cafcf9e3e797.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53492026-07-27T20:29:01.272Z 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=90cf8ab404b12c34 -C extra-filename=-79f7e55e2a104b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-aa236cf010b80efa.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53502026-07-27T20:29:01.437Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
53512026-07-27T20:29:01.441Z 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=afd78a3a8bf01cc4 -C extra-filename=-d427975ef957707f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.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-21568327ae1af72a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-308e4b9bbd1d2754.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c86559112d672ba1.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-647ac05d49bd5831.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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/`
53522026-07-27T20:29:01.513Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53532026-07-27T20:29:01.516Z 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=4042cc4935b6bced -C extra-filename=-d8c2ecb68482646e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.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-c2137c19b537a351.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-647ac05d49bd5831.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.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`
53542026-07-27T20:29:04.866Z 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=2181bc66f26ed581 -C extra-filename=-9528e1547ef8c62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.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-c2137c19b537a351.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-647ac05d49bd5831.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8c2ecb68482646e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53552026-07-27T20:29:04.872Z 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=f9ea0e88aae0e02d -C extra-filename=-03dc1c8bc1f32d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.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-c2137c19b537a351.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-647ac05d49bd5831.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53562026-07-27T20:29:04.872Z 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=c4f2251d8aedda13 -C extra-filename=-e5b9cf47a256ac46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c2137c19b537a351.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-32ea0733ed43acc6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53572026-07-27T20:29:04.900Z 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=2f7935b1c2495461 -C extra-filename=-8fb70e852f90e9d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c2137c19b537a351.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-32ea0733ed43acc6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53582026-07-27T20:29:04.904Z 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=4a27a8c364146ad1 -C extra-filename=-59f8abc4518b574e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.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-c2137c19b537a351.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-647ac05d49bd5831.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8c2ecb68482646e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53592026-07-27T20:29:04.905Z 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=954d5013fac91204 -C extra-filename=-cb36682402951b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c2137c19b537a351.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-32ea0733ed43acc6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53602026-07-27T20:29:08.687Z 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=1dae0065016c1aea -C extra-filename=-68581c7f365aa100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2cab8ef62e6b37e3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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 hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-22e84fded1165b46.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cc4b2f4a47250eff.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e6922921cdb32a5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-9c31dc2679535cbc.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53612026-07-27T20:29:09.611Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53622026-07-27T20:29:09.611Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53632026-07-27T20:29:09.612Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53642026-07-27T20:29:09.619Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53652026-07-27T20:29:09.619Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53662026-07-27T20:29:09.619Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53672026-07-27T20:29:09.619Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53682026-07-27T20:29:09.619Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53692026-07-27T20:29:09.619Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53702026-07-27T20:29:09.619Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53712026-07-27T20:29:09.619Z 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=882b1e71e31b9455 -C extra-filename=-d91cd78841a48c50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53722026-07-27T20:29:09.619Z 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=a03f22fbc0beb7f7 -C extra-filename=-69a01b64c1a47bed --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-3360310f583175c4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53732026-07-27T20:29:09.620Z 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=414d5ea31da0f9bb -C extra-filename=-4c2650568857137f --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-3360310f583175c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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`
53742026-07-27T20:29:09.620Z 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=e079258ee659146f -C extra-filename=-b47a3cfca5b5d3cf --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-0584fdfb98a87584.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53752026-07-27T20:29:09.640Z 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=96dfbd346941bd32 -C extra-filename=-3a2cc764e6054c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-7f991ea21adf34ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53762026-07-27T20:29:09.649Z 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=b536f7e1194e6731 -C extra-filename=-d8197c8953890ddd --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-7e8d9910e20beb9f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53772026-07-27T20:29:09.649Z 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=bc75ba49932c9c80 -C extra-filename=-5d37dde70600a642 --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-0584fdfb98a87584.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2ef87df9d88fdeac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53782026-07-27T20:29:09.649Z 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=b526621dfcea4eea -C extra-filename=-c68e0286f9bc4fce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-c927bc644859ed67.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.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-7e8d9910e20beb9f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03f6bc451040be5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-60a8cafcf9e3e797.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53792026-07-27T20:29:09.650Z 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=bf738f3e5231bbc7 -C extra-filename=-dbcf0705e10ab98f --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-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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`
53802026-07-27T20:29:09.650Z 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=d5bfdbc1c6b5b87e -C extra-filename=-e014ddde4e5b6d33 --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-38155cf4f1450091.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-3360310f583175c4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53812026-07-27T20:29:09.650Z 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=b565dc92e2e48b32 -C extra-filename=-e76c372758652036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-eb60c353522be4c8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-0e167e790e1c096c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.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`
53822026-07-27T20:29:11.807Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53832026-07-27T20:29:11.817Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53842026-07-27T20:29:11.817Z 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=73440c26f1ded2dc -C extra-filename=-68530fc51cefa9da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-786b85e0d2667d7e.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-d91cd78841a48c50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-d2f5fd122237173f.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53852026-07-27T20:29:11.817Z 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=e46c2f2506e0a2bb -C extra-filename=-d1d6d33a31ad21e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-2dc46deb9d0869a8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cd5541d18ad4544c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-d91cd78841a48c50.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03f6bc451040be5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-51a9d5791e395547.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-bdefc8f0c020360c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e27a5514505dab80.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-647ac05d49bd5831.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53862026-07-27T20:29:11.817Z 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=a9ed6bf6b587fdac -C extra-filename=-e32d6efb5409d403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.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-7e8d9910e20beb9f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.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-3df428cd381048d8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-81f7f7f85bfcec8f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e76c372758652036.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-647ac05d49bd5831.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53872026-07-27T20:29:12.056Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53882026-07-27T20:29:12.056Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53892026-07-27T20:29:12.060Z 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=b10220af942c74a2 -C extra-filename=-f87f7da3544663cb --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-0584fdfb98a87584.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-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-0ea4627c169fdc7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53902026-07-27T20:29:12.060Z 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=58d3c0aa78d743bf -C extra-filename=-d262014308f8acca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53912026-07-27T20:29:12.510Z 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=b8741ecf8dfea7d7 -C extra-filename=-73e2ab7d6fd65c48 --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-3360310f583175c4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53922026-07-27T20:29:12.516Z 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=4ba82ecf437fecec -C extra-filename=-6eb23e6a2ee26640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53932026-07-27T20:29:12.516Z 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=be4a48e287ad9bab -C extra-filename=-8cc1fe1ca452de65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-786b85e0d2667d7e.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-d91cd78841a48c50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-d2f5fd122237173f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
53942026-07-27T20:29:12.546Z 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=7b3be2513a5c01c6 -C extra-filename=-e9f935aabeca4408 --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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2ef87df9d88fdeac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53952026-07-27T20:29:12.556Z 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=736dbba34eefa8ad -C extra-filename=-becb3ec0067a757f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cd5541d18ad4544c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-d91cd78841a48c50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-51a9d5791e395547.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-4d4a181c14af0587.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53962026-07-27T20:29:12.556Z 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=703e0910112f40d7 -C extra-filename=-ffa4eec67ac3afe9 --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-3360310f583175c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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`
53972026-07-27T20:29:12.556Z 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=4c3cc8dd629878a1 -C extra-filename=-97b64ffb44c71e1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53982026-07-27T20:29:12.556Z 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=0580cbd8a803d1a3 -C extra-filename=-c894d26ea73dfae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
53992026-07-27T20:29:12.557Z 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=6a78452d1ee7e265 -C extra-filename=-f52d26877956b902 --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-38155cf4f1450091.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-3360310f583175c4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54002026-07-27T20:29:12.580Z 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=41cd8860e973d68f -C extra-filename=-ad415d52f30778c8 --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-0584fdfb98a87584.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54012026-07-27T20:29:12.584Z 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=f16f964e18208759 -C extra-filename=-74ed410d4691867a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54022026-07-27T20:29:12.882Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
54032026-07-27T20:29:12.886Z 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=e70b6b6e323b898e -C extra-filename=-dbf25a2287f07f8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54042026-07-27T20:29:13.284Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54052026-07-27T20:29:13.288Z 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=c57e27b4599d7016 -C extra-filename=-1660bb999f116c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-2ce7782fa440847c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f9d40702f9238948.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.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-939181460a661ce0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-6e7e540c4f1b982f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43f4e5f400752af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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/`
54062026-07-27T20:29:13.336Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
54072026-07-27T20:29:13.341Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
54082026-07-27T20:29:13.341Z 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=bbc304d995037ef6 -C extra-filename=-9f5ff0dcb047004b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
54092026-07-27T20:29:13.341Z 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=d77c01d4ac39198b -C extra-filename=-446c63a55bf8fda3 --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-68530fc51cefa9da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
54102026-07-27T20:29:13.967Z 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=2aca01b6006be57c -C extra-filename=-d09659aa055c9f1c --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-22801528394637d9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-308e4b9bbd1d2754.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-ec27d012d8e75124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54112026-07-27T20:29:13.999Z 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=17800d4c33b321b3 -C extra-filename=-1169ebd82e540a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54122026-07-27T20:29:14.004Z 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=7f25b74e7cd6d05a -C extra-filename=-e769868de26497ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-6d122b8fd5b7eb07.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-7224cd02f09fa8f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.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`
54132026-07-27T20:29:14.004Z 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=4d9a1dc2a524e20e -C extra-filename=-7f5cd48673fd8868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54142026-07-27T20:29:14.030Z 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=4f9f7562ecb16f2c -C extra-filename=-e0f4c2802312422f --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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7cd139d648b2eb8b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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`
54152026-07-27T20:29:14.174Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
54162026-07-27T20:29:14.178Z 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=fa9d1940f0d003b4 -C extra-filename=-a87481c0ea05cd8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54172026-07-27T20:29:14.207Z 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=83f364b8c8b9e4dc -C extra-filename=-5f18ff8eec1d3e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-446c63a55bf8fda3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-6e7e540c4f1b982f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54182026-07-27T20:29:14.317Z 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=dc006925d918be8e -C extra-filename=-a3a2f7b009b2dae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-446c63a55bf8fda3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-6e7e540c4f1b982f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54192026-07-27T20:29:14.453Z 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=22027f4ef02bbdf9 -C extra-filename=-075cb4e2a5e4d606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54202026-07-27T20:29:14.711Z 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=b83422fe0df79090 -C extra-filename=-5af949b132df82ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-c2137c19b537a351.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54212026-07-27T20:29:14.715Z 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=201af799c0fbd28f -C extra-filename=-2393e33dd041bd23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-7428413208f54b5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14e07d7419006893.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54222026-07-27T20:29:14.753Z 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=6d1aedf8894738f4 -C extra-filename=-e9aef107670e8fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-6d122b8fd5b7eb07.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-7224cd02f09fa8f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.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`
54232026-07-27T20:29:14.866Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
54242026-07-27T20:29:14.869Z 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=54b7be33497eaf99 -C extra-filename=-1b9aa65b46412c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.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-c68e0286f9bc4fce.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-5427cf5feb8ced77.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-000492222092027a.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-60a8cafcf9e3e797.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
54252026-07-27T20:29:14.907Z 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=a9e3948308bb6a43 -C extra-filename=-a9a6885616b876e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-fd7820a87cb983a3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-d88b64cda5b53036.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-79da9eab6f72b221.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54262026-07-27T20:29:14.946Z 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=d254e5706d193fbb -C extra-filename=-44e5c8e418e1af3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5dcb64b5601a21b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f2959e0285e896e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54272026-07-27T20:29:15.081Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
54282026-07-27T20:29:15.085Z 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=29ef7605dbdfd95c -C extra-filename=-8278dce1509859af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5dcb64b5601a21b3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54292026-07-27T20:29:15.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=99b240f67cb79b8e -C extra-filename=-2aae648d4172c930 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4dfbcd09a036396c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54302026-07-27T20:29:15.605Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
54312026-07-27T20:29:15.609Z 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=7c4633299375fb40 -C extra-filename=-ee36c8fa1bd1a903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0e282d1107503268.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-acb95ae668713639.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-2ce7782fa440847c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-22e84fded1165b46.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-862feb3db0f18323.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.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-2f728c48b3467468.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7406bbc0a3073581.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e6922921cdb32a5.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-9c31dc2679535cbc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:15.737Z 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=c2d8a1daf53c6f3b -C extra-filename=-366c5e4e51f5622c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5dcb64b5601a21b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f2959e0285e896e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:15.951Z 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=bc00686ee8456c2c -C extra-filename=-f85bad405baa9354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.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-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.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-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-4d4a181c14af0587.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54342026-07-27T20:29:16.330Z 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=51c444eff0a3b847 -C extra-filename=-7a90b3ab39317fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-f74fbe88d9d45762.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
54352026-07-27T20:29:16.792Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
54362026-07-27T20:29:16.797Z 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=3582785a2ddaec60 -C extra-filename=-d663ec79204ff015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-0957c41141bd8eb0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.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-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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/`
54372026-07-27T20:29:16.993Z 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=eb20d5149f9ba5c5 -C extra-filename=-f38e1f95af4faea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5dcb64b5601a21b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54382026-07-27T20:29:17.584Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
54392026-07-27T20:29:17.588Z 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=228fe001266dca76 -C extra-filename=-59f23ee5f9732cdd --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-8a9e02ae24a3d662.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1660bb999f116c2c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.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-e76c372758652036.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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/`
54402026-07-27T20:29:18.018Z 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=136efc759c0e72e1 -C extra-filename=-e8cbb9c265f8d621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.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-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.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-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-4d4a181c14af0587.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:18.050Z 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=7c3335b063ba23f6 -C extra-filename=-168809448682754d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5dcb64b5601a21b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f2959e0285e896e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54422026-07-27T20:29:18.089Z 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=4a7f0971a17df3f7 -C extra-filename=-7ab540fd1b6faafc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5dcb64b5601a21b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f2959e0285e896e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54432026-07-27T20:29:20.162Z 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=c236908d3bcf7b4f -C extra-filename=-f73761c57ed3d2e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-8179f22a1672d354.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-939181460a661ce0.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54442026-07-27T20:29:20.844Z 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=3669b1453f306080 -C extra-filename=-8dc53746561a35d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-acbc9bc8b75a59e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-f74fbe88d9d45762.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54452026-07-27T20:29:20.879Z 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=20e796c60d77957a -C extra-filename=-5eb4b749e727eea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-8179f22a1672d354.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-a9e23ad81a6b0464.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54462026-07-27T20:29:20.969Z 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=1e7f06fb8870fffd -C extra-filename=-fb954f2421e84200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-0957c41141bd8eb0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54472026-07-27T20:29:21.132Z 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=1d7e23582bbc156f -C extra-filename=-2ea700b15ede3d7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.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-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-5427cf5feb8ced77.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-000492222092027a.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-60a8cafcf9e3e797.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54482026-07-27T20:29:21.136Z 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=bba5335b1912d79e -C extra-filename=-e8366a7769bbb6db --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-0813ae563d0ff353.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54492026-07-27T20:29:22.346Z 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=53479a62b90ea7fb -C extra-filename=-07266f76603ecba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54502026-07-27T20:29:24.044Z 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=348e31f19609eb2c -C extra-filename=-bea9c5f7ce24bc7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4dfbcd09a036396c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54512026-07-27T20:29:24.689Z 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=d6ae6faef44cdeb2 -C extra-filename=-61415b9a59ef83a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2cab8ef62e6b37e3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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 hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ea46e8ee22ce560f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-22e84fded1165b46.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-01fb0c1e559e3b3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cc4b2f4a47250eff.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e6922921cdb32a5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-9c31dc2679535cbc.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-ec96e3b3b1195b80.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54522026-07-27T20:29:25.218Z 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=c2d1e195fcb5d7a3 -C extra-filename=-3a46f70e37b14a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-2ce7782fa440847c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f9d40702f9238948.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.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-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43f4e5f400752af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54532026-07-27T20:29:25.306Z 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=bc27cad8831ef96c -C extra-filename=-760e0fd7c967f9ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2cab8ef62e6b37e3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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 hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ea46e8ee22ce560f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-22e84fded1165b46.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-01fb0c1e559e3b3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e6922921cdb32a5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-9c31dc2679535cbc.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-ec96e3b3b1195b80.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54542026-07-27T20:29:25.815Z 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=da72648bd3d04454 -C extra-filename=-ddd5e42135a91c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e76c372758652036.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54552026-07-27T20:29:27.947Z 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=ae7bac2f4bfac5ce -C extra-filename=-7801a0d3ec6f8e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e76c372758652036.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54562026-07-27T20:29:29.620Z 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=8a32055b6448b64d -C extra-filename=-a2f85b7d4dde6f05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-c65177d768ace70c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.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-d91cd78841a48c50.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-6d122b8fd5b7eb07.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a90b3ab39317fac.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e76c372758652036.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-647ac05d49bd5831.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-3b0da5e4bda4815c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54572026-07-27T20:29:30.103Z 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=8d46824c99d69535 -C extra-filename=-612478be41b7f563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-acbc9bc8b75a59e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-f74fbe88d9d45762.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7a90b3ab39317fac.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-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54582026-07-27T20:29:30.515Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
54592026-07-27T20:29:30.520Z 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=a92e4dadc030b9db -C extra-filename=-cb23733acd89b0a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a90b3ab39317fac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-1fa13d914fc27241.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ec27d012d8e75124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54602026-07-27T20:29:30.690Z 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=51a5d79da4405bf9 -C extra-filename=-a912ac344d22c419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-c65177d768ace70c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.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-d91cd78841a48c50.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-6d122b8fd5b7eb07.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a90b3ab39317fac.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e76c372758652036.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-647ac05d49bd5831.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-3b0da5e4bda4815c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54612026-07-27T20:29:30.831Z 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=e6aa6f1a02757875 -C extra-filename=-4e16f2b25455014d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-f74fbe88d9d45762.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7a90b3ab39317fac.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54622026-07-27T20:29:30.902Z 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=9f3f9aa7e476316e -C extra-filename=-65f65ded29029d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-acbc9bc8b75a59e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-f74fbe88d9d45762.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7a90b3ab39317fac.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-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54632026-07-27T20:29:32.069Z 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=9a5af064ada088dd -C extra-filename=-34a6a6a03f44c4ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.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-7a90b3ab39317fac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54642026-07-27T20:29:33.629Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
54652026-07-27T20:29:33.635Z 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=314585c5ebc9696c -C extra-filename=-1708bb0e5e6000a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1660bb999f116c2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54662026-07-27T20:29:33.665Z 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=2ecd2a26288f0889 -C extra-filename=-19f8d27e4a6a1a66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-2ce7782fa440847c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f9d40702f9238948.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.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-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1660bb999f116c2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43f4e5f400752af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54672026-07-27T20:29:33.718Z 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=dde6c7df54f86464 -C extra-filename=-25baf0bc7d673b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-2ce7782fa440847c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f9d40702f9238948.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.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-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1660bb999f116c2c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43f4e5f400752af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54682026-07-27T20:29:33.766Z 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=56beb40db566d94b -C extra-filename=-7aa74e6acd64cebe --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-8a9e02ae24a3d662.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1660bb999f116c2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.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-e76c372758652036.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54692026-07-27T20:29:33.806Z 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=fd3ae5bf93b2ddb8 -C extra-filename=-e974629b2bf1e03e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2cab8ef62e6b37e3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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 hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ea46e8ee22ce560f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-22e84fded1165b46.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-01fb0c1e559e3b3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cc4b2f4a47250eff.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e6922921cdb32a5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-9c31dc2679535cbc.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-ec96e3b3b1195b80.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54702026-07-27T20:29:33.844Z 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=4359cb1321c66b2a -C extra-filename=-daf0182be3e9ded5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-2ce7782fa440847c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f9d40702f9238948.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.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-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1660bb999f116c2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43f4e5f400752af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54712026-07-27T20:29:33.848Z 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=052dbba2956bec5c -C extra-filename=-b1c44770ed9d8411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54722026-07-27T20:29:34.004Z 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=b69811e10f5d8287 -C extra-filename=-dce985c548c153bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4dfbcd09a036396c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:34.210Z 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=14f5173ac9bce17c -C extra-filename=-fa2662b4506ab904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4dfbcd09a036396c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:34.384Z 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=c468405c8c57cc56 -C extra-filename=-b335fdacf5a68374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.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-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.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-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-4d4a181c14af0587.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:36.289Z 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=53cd485b00f97cf3 -C extra-filename=-3bd56d2c6d7aaf74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-6d122b8fd5b7eb07.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.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`
54762026-07-27T20:29:36.334Z 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=d652ff10892cd4fd -C extra-filename=-f7cb028761976c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:36.370Z 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=f825d26364acd692 -C extra-filename=-9c24455ec6078ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-bbdd37abcdcdc1a6.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-a77127af3ef849a4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3360310f583175c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-988bceae242ed17c.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c26e43dd521121e0.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-02017c4d1f78ff54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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)'`
54782026-07-27T20:29:36.448Z 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=ed7e6dd828a3a4a2 -C extra-filename=-1964f6c7e6d686d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:36.458Z 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=d308d3c00ae556d4 -C extra-filename=-7fef071233608873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54802026-07-27T20:29:36.637Z 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=5a292b0cb7cc377f -C extra-filename=-323534309e850a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-6e7e540c4f1b982f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54812026-07-27T20:29:36.751Z 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=e9e654ec0454bd0b -C extra-filename=-cad9935b401090d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-0ea4627c169fdc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:37.676Z 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=d0745640301fa3b5 -C extra-filename=-069b91aa155eb3b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-6e7e540c4f1b982f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54832026-07-27T20:29:38.737Z 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=d4c5fd880801dfdb -C extra-filename=-cc89c14534e227f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-38155cf4f1450091.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.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-0584fdfb98a87584.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.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-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-f8c4c74a1ce34c33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.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-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e27a5514505dab80.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-f781436d4669f07c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:39.727Z 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=a90f22986e8d6949 -C extra-filename=-df8c947b8443255b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-61d40eb247d93516.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54852026-07-27T20:29:41.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-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=dff428b05f4b25ae -C extra-filename=-7a25fc115614c766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-0584fdfb98a87584.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54862026-07-27T20:29:43.743Z 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=7557ff926e3bad80 -C extra-filename=-54732a6f9beb4680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ea46e8ee22ce560f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-01fb0c1e559e3b3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.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-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-03c656fa427c0c13.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-c2137c19b537a351.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 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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54872026-07-27T20:29:44.240Z 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=6fbc644ef28fe989 -C extra-filename=-895258d82c46cdb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-b0644021d9746fe3.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
54882026-07-27T20:29:44.488Z 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=9898a0629502d101 -C extra-filename=-0c4c1fb44b4a27e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54892026-07-27T20:29:44.862Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
54902026-07-27T20:29:44.866Z 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=a2a6a3e08d74a2dd -C extra-filename=-3401a0e278a6d31b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:44.909Z 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=790272a72471a939 -C extra-filename=-97dd1eef51a4e75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.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-0584fdfb98a87584.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-988bceae242ed17c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7406bbc0a3073581.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54922026-07-27T20:29:45.193Z 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=70af4e3a81fc3dfa -C extra-filename=-6f678e338da273f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-01fb0c1e559e3b3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.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-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-03c656fa427c0c13.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-c2137c19b537a351.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 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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54932026-07-27T20:29:45.600Z 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=e3989b983f3d07cd -C extra-filename=-92f25b8cf3e3af85 --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-8a9e02ae24a3d662.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
54942026-07-27T20:29:46.297Z 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=a46abff5b66d3a35 -C extra-filename=-81190c00216338d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:47.459Z 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=fda0faa2b5bf07a4 -C extra-filename=-2dc0d5ea84898966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-22801528394637d9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.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-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-308e4b9bbd1d2754.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c86559112d672ba1.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-9e76937dfa8a4def.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-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ec27d012d8e75124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/`
54962026-07-27T20:29:47.633Z 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=43dc14e3b2fe6b35 -C extra-filename=-b8a0802ec0037860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-c2137c19b537a351.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:47.914Z 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=581e62a0be737d5e -C extra-filename=-63881ddbbac13791 --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-22801528394637d9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-308e4b9bbd1d2754.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-1fa13d914fc27241.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ec27d012d8e75124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:48.667Z 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=117ee800c8baf942 -C extra-filename=-d8ab3037f7bf81cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-02017c4d1f78ff54.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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-07-27T20:29:50.043Z 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=100c22762d4daf25 -C extra-filename=-6137774af26519bc --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-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
55002026-07-27T20:29:55.956Z 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=6bb44e5570b52db2 -C extra-filename=-9d337d4c3f0052bf --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-ed57f8967b351c78.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-38155cf4f1450091.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-d4c30dc959312179.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.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-c65177d768ace70c.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-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f7838d0330be4b2b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-16bcd90da45cb9e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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 ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-42e1631c9e0845b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55012026-07-27T20:29:58.204Z 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=b55893b2db7d004f -C extra-filename=-b7fed3389e34a552 --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-d1d6d33a31ad21e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-d6b59a0477c81f00.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`
55022026-07-27T20:29:58.209Z 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=6b19f3624cb061f8 -C extra-filename=-1dcf071ccfc5e672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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 typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.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`
55032026-07-27T20:29:59.305Z 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=f9756bba9b802cfb -C extra-filename=-e1f02745098d6956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-de52b6d5114bd12b.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-0584fdfb98a87584.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.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-b7fed3389e34a552.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.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-647ac05d49bd5831.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
55042026-07-27T20:30:02.450Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
55052026-07-27T20:30:02.454Z 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=b937888951c8275f -C extra-filename=-5ebc280b64e55990 --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-1fe1d5be6a589c16.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
55062026-07-27T20:30:02.937Z 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=04ae09e1c65398d5 -C extra-filename=-427196c5f32a7864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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 thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55072026-07-27T20:30:02.942Z 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=79172c6845d08d07 -C extra-filename=-2c9f25fb616244a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
55082026-07-27T20:30:02.966Z 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=cccd7c6bb9e20818 -C extra-filename=-f8aa69336568f661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-de52b6d5114bd12b.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-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.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-b7fed3389e34a552.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.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-647ac05d49bd5831.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55092026-07-27T20:30:02.972Z 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=6260c76b5692b2b4 -C extra-filename=-5c2b64005e0961c3 --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-d1d6d33a31ad21e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55102026-07-27T20:30:03.302Z 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=2b6841063d1e72de -C extra-filename=-b7e4459bfcb750b1 --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-9f1b31c650f32fc1.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-cd5541d18ad4544c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7cbce0db0bdb47a6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
55112026-07-27T20:30:03.400Z 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=fbb6e469ef1ae5af -C extra-filename=-a8b6c1f0c951cbed --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-1fe1d5be6a589c16.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
55122026-07-27T20:30:07.687Z 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=33aa3f435d8b9838 -C extra-filename=-241986908eae31c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f1b31c650f32fc1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-2dc46deb9d0869a8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.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-cd5541d18ad4544c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7cbce0db0bdb47a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.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-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-e1f02745098d6956.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b7fed3389e34a552.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.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-03f6bc451040be5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-711a361c6b1e9173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-0517fff741baa4c3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.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-2f728c48b3467468.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e27a5514505dab80.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-647ac05d49bd5831.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
55132026-07-27T20:30:09.787Z 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=32271dc338d81dea -C extra-filename=-31e2f9a7c89c0690 --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-ed57f8967b351c78.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-38155cf4f1450091.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-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9d337d4c3f0052bf.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-c65177d768ace70c.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f7838d0330be4b2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-16bcd90da45cb9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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 ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-42e1631c9e0845b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55142026-07-27T20:30:09.796Z 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=815ea72657d52830 -C extra-filename=-5622b7d8ea32ce3d --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-ed57f8967b351c78.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-38155cf4f1450091.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-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9d337d4c3f0052bf.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-c65177d768ace70c.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f7838d0330be4b2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-16bcd90da45cb9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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 ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-42e1631c9e0845b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55152026-07-27T20:30:09.797Z 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=227564cc16535e54 -C extra-filename=-26ca5165910fc920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-8179f22a1672d354.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55162026-07-27T20:30:09.800Z 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=0beb722e24eede7b -C extra-filename=-8957663d5334ea5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-8179f22a1672d354.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55172026-07-27T20:30:09.802Z 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=dbe839b2a4b3bd73 -C extra-filename=-da2e6ed06489e059 --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-ed57f8967b351c78.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-38155cf4f1450091.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-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.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-c65177d768ace70c.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f7838d0330be4b2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-16bcd90da45cb9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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 ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-42e1631c9e0845b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55182026-07-27T20:30:09.803Z 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=880f4e3ccd463eee -C extra-filename=-8b5010eaf949aead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-8179f22a1672d354.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-a9e23ad81a6b0464.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55192026-07-27T20:30:09.821Z 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=4124d346d50c5efb -C extra-filename=-5a969b66b6e1ac14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-8179f22a1672d354.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-a9e23ad81a6b0464.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55202026-07-27T20:30:09.829Z 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=a191394745272c37 -C extra-filename=-6d8ca9056a514f91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-8179f22a1672d354.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-a9e23ad81a6b0464.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55212026-07-27T20:30:09.833Z 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=d733d49f84c81c6d -C extra-filename=-c0050b421487f264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-8179f22a1672d354.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55222026-07-27T20:30:09.836Z 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=04e586f8c32065b6 -C extra-filename=-9655f1b5d97d8de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4dfbcd09a036396c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55232026-07-27T20:30:09.836Z 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=b69e80b2cac11880 -C extra-filename=-240f777511afea1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-8179f22a1672d354.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-a9e23ad81a6b0464.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55242026-07-27T20:30:09.837Z 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=157653629bf5bbfa -C extra-filename=-acff9a2bade37d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-8179f22a1672d354.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-a9e23ad81a6b0464.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55252026-07-27T20:30:09.838Z 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=e772e545abe8a743 -C extra-filename=-f6ab366e1041784b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-8179f22a1672d354.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55262026-07-27T20:30:09.859Z 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=ac2e799de4ade67b -C extra-filename=-efe4989bde8e2e60 --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-ed57f8967b351c78.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-38155cf4f1450091.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-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9d337d4c3f0052bf.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-c65177d768ace70c.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f7838d0330be4b2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-16bcd90da45cb9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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 ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-42e1631c9e0845b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55272026-07-27T20:30:38.425Z 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=f6e85ba71893ca04 -C extra-filename=-8cf6eeaa1cec99e3 --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-38155cf4f1450091.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-000492222092027a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
55282026-07-27T20:30:38.430Z 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=a9e77e9854d80f09 -C extra-filename=-f49af5718d8423d3 --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-241986908eae31c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.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-d6b59a0477c81f00.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`
55292026-07-27T20:30:38.466Z 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=b015878ca41e4896 -C extra-filename=-506b395322134424 --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-d1d6d33a31ad21e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-2f728c48b3467468.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-e27a5514505dab80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
55302026-07-27T20:30:38.472Z 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=6a8962e0a227e266 -C extra-filename=-fa198fcdb2042798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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 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`
55312026-07-27T20:30:38.472Z 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=9f97142cdeea160d -C extra-filename=-930943e50511b49e --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-275e7b2697f8fc09.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-000492222092027a.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`
55322026-07-27T20:30:38.473Z 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=aff241101edec281 -C extra-filename=-a2d0c6e1d0608a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-d6b59a0477c81f00.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`
55332026-07-27T20:30:38.474Z 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=667b110ddba08eec -C extra-filename=-aaa170084d815e28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-d1d6d33a31ad21e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-000492222092027a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
55342026-07-27T20:30:38.869Z 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=9da991b3affc68c2 -C extra-filename=-91c75615dfcf2213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-5d76e73383bce7c9.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-daca8ac59d4197f2.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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-939181460a661ce0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-09e57418a39236c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-2f728c48b3467468.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-81f7f7f85bfcec8f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-3b0da5e4bda4815c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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/ -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`
55352026-07-27T20:30:40.233Z 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=6d9a773933d6bbdd -C extra-filename=-bbce5a3a6a071330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-c927bc644859ed67.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.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-3360310f583175c4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
55362026-07-27T20:30:42.139Z 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=8c7a2cd452407346 -C extra-filename=-d207f1fbfb1dc75d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-2f728c48b3467468.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.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-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
55372026-07-27T20:30:42.585Z 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=7e4242118238eaf4 -C extra-filename=-516e97d71073de8e --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-38155cf4f1450091.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-000492222092027a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55382026-07-27T20:30:42.586Z 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=85b5fef9b3fd2514 -C extra-filename=-a039cedb31dab82a --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-275e7b2697f8fc09.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-000492222092027a.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`
55392026-07-27T20:30:42.590Z 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=ed028d6565505695 -C extra-filename=-26910abf93ee4afb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
55402026-07-27T20:30:42.613Z 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=380d54148df74cd1 -C extra-filename=-02fa0a5d714116c2 --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-9f1b31c650f32fc1.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-cd5541d18ad4544c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7cbce0db0bdb47a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55412026-07-27T20:30:42.617Z 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=25610579b5016969 -C extra-filename=-c10629249ca09476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-5d76e73383bce7c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-09e57418a39236c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-2f728c48b3467468.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-3b0da5e4bda4815c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55422026-07-27T20:30:42.617Z 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=b812815be26e9eeb -C extra-filename=-9d30ec89893675bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f1b31c650f32fc1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55432026-07-27T20:30:42.641Z 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=9369172d35d9bb15 -C extra-filename=-6c4c35a3df2e509b --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-9f1b31c650f32fc1.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-cd5541d18ad4544c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7cbce0db0bdb47a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55442026-07-27T20:30:42.644Z 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=1d974d13f1cf54f0 -C extra-filename=-ccf53434e7ada4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55452026-07-27T20:30:43.195Z 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=0540b366ea36f009 -C extra-filename=-d7e27cf3546ca7cf --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-e1f02745098d6956.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-2f728c48b3467468.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-e27a5514505dab80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55462026-07-27T20:30:43.195Z 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=7409c98dfa5ef381 -C extra-filename=-e41c05f91e7c2962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9f1b31c650f32fc1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cd5541d18ad4544c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7cbce0db0bdb47a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-e1f02745098d6956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b7fed3389e34a552.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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-f807675837713ef0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.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-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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 steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55472026-07-27T20:30:43.223Z 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=31605d7e8783b8fa -C extra-filename=-3a8c2455a733486b --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-9f1b31c650f32fc1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d632a9bd0a1a84bc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55482026-07-27T20:30:43.228Z 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=2d8376da76abd681 -C extra-filename=-f421c24ff0707285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-91c75615dfcf2213.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-862feb3db0f18323.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-adabbe1e34c1fc0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-9a263c0b86031450.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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/ -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`
55492026-07-27T20:30:43.229Z 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=f8c78824de83e346 -C extra-filename=-b5eced7f0a697e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0e282d1107503268.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-ffdc16b8bff26aa0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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/ -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`
55502026-07-27T20:30:43.256Z 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=397c6145cfdd4a25 -C extra-filename=-2f08f43ebd1eb30f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0e282d1107503268.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-ffdc16b8bff26aa0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-09e57418a39236c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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/ -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`
55512026-07-27T20:30:43.261Z 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=eebef475af46a5d8 -C extra-filename=-189de3e18783757b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-91c75615dfcf2213.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-862feb3db0f18323.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-adabbe1e34c1fc0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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/ -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`
55522026-07-27T20:30:44.320Z 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=50faa10daed9731b -C extra-filename=-c9764e00702ff8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9f1b31c650f32fc1.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-38155cf4f1450091.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c927bc644859ed67.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6531f7a451681973.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-9ba4877025d6ce78.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.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-7e8d9910e20beb9f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.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-939181460a661ce0.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-86c828effb0f9c2f.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-4513eb6d407f2e82.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c0e6d7dbbfc1bf83.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.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-03f6bc451040be5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-520a8cff00432f30.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-febb76069daa47ce.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.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-2f728c48b3467468.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-9644d6002b9d09d2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-222ed2b42ff2dbbc.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-e27a5514505dab80.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-d207f1fbfb1dc75d.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-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
55532026-07-27T20:30:44.633Z 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=5ae2710785c56e5b -C extra-filename=-2fc5f461b6a373d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55542026-07-27T20:30:46.498Z 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=a2280fc89b97fef8 -C extra-filename=-8e4ed90d9e02896c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-2aaa29e75c065249.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-000492222092027a.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55552026-07-27T20:30:46.509Z 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=f5f47b1aead9bc6f -C extra-filename=-87682fcdcf5efc40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9f1b31c650f32fc1.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-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6531f7a451681973.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.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-4dfbcd09a036396c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d632a9bd0a1a84bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-86c828effb0f9c2f.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c0e6d7dbbfc1bf83.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e617664fc5955681.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-2f728c48b3467468.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-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-d207f1fbfb1dc75d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55562026-07-27T20:30:46.514Z 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=1307d18b0c511d57 -C extra-filename=-1fbde2243868d178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-2aaa29e75c065249.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-000492222092027a.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55572026-07-27T20:30:46.531Z 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=616387e35ba59790 -C extra-filename=-ec8d6055266a5776 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55582026-07-27T20:33:19.009Z 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=48cda54f0b5ba673 -C extra-filename=-dc8f6a23925eb1a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9f1b31c650f32fc1.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-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6531f7a451681973.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.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-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-86c828effb0f9c2f.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c0e6d7dbbfc1bf83.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.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-2f728c48b3467468.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-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-222ed2b42ff2dbbc.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-e27a5514505dab80.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-d207f1fbfb1dc75d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55592026-07-27T20:33:19.009Z 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=ac1cd4e12edcc888 -C extra-filename=-42d3600a55dcb268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f1b31c650f32fc1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d632a9bd0a1a84bc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55602026-07-27T20:33:19.015Z 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=2756d94e55729e41 -C extra-filename=-44030627247e35f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-7e8d9910e20beb9f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-6e7e540c4f1b982f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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/ -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`
55612026-07-27T20:33:19.043Z 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=b9553850c6dc2389 -C extra-filename=-45363d7acd9f06b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f1b31c650f32fc1.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-2cab8ef62e6b37e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-0584fdfb98a87584.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-ca0ad8ac6a7b5915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-3360310f583175c4.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-d91cd78841a48c50.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-51a9d5791e395547.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-f7d98d2d73bbbc76.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-d7331ef1ea4c532f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e27a5514505dab80.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-d207f1fbfb1dc75d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-3945bb984f3b474a.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55622026-07-27T20:33:19.048Z 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=f22bdee03c638028 -C extra-filename=-d8728635304f7049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9f1b31c650f32fc1.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-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6531f7a451681973.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.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-4dfbcd09a036396c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d632a9bd0a1a84bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-86c828effb0f9c2f.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c0e6d7dbbfc1bf83.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e617664fc5955681.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-2f728c48b3467468.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-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-d207f1fbfb1dc75d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55632026-07-27T20:33:19.049Z 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=a6ec08f2a48deb3c -C extra-filename=-b2cc9f11d1b23011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9f1b31c650f32fc1.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-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6531f7a451681973.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.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-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-86c828effb0f9c2f.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c0e6d7dbbfc1bf83.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.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-2f728c48b3467468.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-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-222ed2b42ff2dbbc.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-e27a5514505dab80.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-d207f1fbfb1dc75d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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`
55642026-07-27T20:33:19.076Z 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=187ccafa5c33b928 -C extra-filename=-b4ad181b2b74aeb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f1b31c650f32fc1.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-2cab8ef62e6b37e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-0584fdfb98a87584.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-ca0ad8ac6a7b5915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-3360310f583175c4.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-d91cd78841a48c50.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-51a9d5791e395547.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-f7d98d2d73bbbc76.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-d7331ef1ea4c532f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e27a5514505dab80.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-d207f1fbfb1dc75d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-3945bb984f3b474a.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55652026-07-27T20:33:19.081Z 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=3786b68bb2540b24 -C extra-filename=-32c22a4d7c2c2624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-241986908eae31c7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7a90b3ab39317fac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55662026-07-27T20:33:19.081Z 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=cff282a9b169e3b3 -C extra-filename=-fb0f094cff38c2eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-7e8d9910e20beb9f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-446c63a55bf8fda3.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-6e7e540c4f1b982f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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/ -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`
55672026-07-27T20:33:19.105Z 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=b7d1f6a4d1f3c722 -C extra-filename=-732f10c4efd18341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-7e8d9910e20beb9f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-446c63a55bf8fda3.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-6e7e540c4f1b982f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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/ -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`
55682026-07-27T20:33:19.109Z 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=efde327227ce8763 -C extra-filename=-4fa474ae27900ce7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9f1b31c650f32fc1.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-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6531f7a451681973.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.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-4dfbcd09a036396c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d632a9bd0a1a84bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-86c828effb0f9c2f.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c0e6d7dbbfc1bf83.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e617664fc5955681.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-2f728c48b3467468.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-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-d207f1fbfb1dc75d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55692026-07-27T20:33:19.139Z 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=ac1be848321541b6 -C extra-filename=-6396a3a373c01ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.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-9f1b31c650f32fc1.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-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6531f7a451681973.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.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-4dfbcd09a036396c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d632a9bd0a1a84bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-86c828effb0f9c2f.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c0e6d7dbbfc1bf83.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e617664fc5955681.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-2f728c48b3467468.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-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-d207f1fbfb1dc75d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55702026-07-27T20:33:19.172Z 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=70307b2f7788812a -C extra-filename=-c582eded99a7b7f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-241986908eae31c7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7a90b3ab39317fac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55712026-07-27T20:33:19.176Z 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=23d19025c2ad98fe -C extra-filename=-b3611a628e5e6078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f1b31c650f32fc1.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-2cab8ef62e6b37e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-0584fdfb98a87584.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-ca0ad8ac6a7b5915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-3360310f583175c4.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-d91cd78841a48c50.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-51a9d5791e395547.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-f7d98d2d73bbbc76.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-d7331ef1ea4c532f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e27a5514505dab80.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-d207f1fbfb1dc75d.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-3945bb984f3b474a.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/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/ -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`
55722026-07-27T20:35:29.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 06s
55732026-07-27T20:35:29.627Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
55742026-07-27T20:35:29.627Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
55752026-07-27T20:35:30.160Z
55762026-07-27T20:35:30.160Zreal 8:06.665891261
55772026-07-27T20:35:30.160Zuser 1:23:01.845778313
55782026-07-27T20:35:30.161Zsys 22:12.470352394
55792026-07-27T20:35:30.161Ztrap 2.254775470
55802026-07-27T20:35:30.161Ztflt 2.374521530
55812026-07-27T20:35:30.161Zdflt 20.001309973
55822026-07-27T20:35:30.161Zkflt 0.008307142
55832026-07-27T20:35:30.161Zlock 5:12:02.239944025
55842026-07-27T20:35:30.166Zslp 5:18:16.108226999
55852026-07-27T20:35:30.166Zlat 2:28.291974155
55862026-07-27T20:35:30.166Zstop 34:28.075508101
55872026-07-27T20:35:30.166Z++ ls -t /home/build/.cargo/log/20260727T202722293Z-e4292872132ecfd0.jsonl
55882026-07-27T20:35:30.171Z++ head -1
55892026-07-27T20:35:30.171Z+ cp /home/build/.cargo/log/20260727T202722293Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
55902026-07-27T20:35:30.218Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
55912026-07-27T20:35:30.218Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
55922026-07-27T20:35:30.223Z++ mktemp -d /tmp/nextest-state.XXXXXX
55932026-07-27T20:35:30.223Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.2PaaPs
55942026-07-27T20:35:30.223Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
55952026-07-27T20:35:30.223Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
55962026-07-27T20:35:30.223Z+ mkdir -p /tmp/nextest-recording-config
55972026-07-27T20:35:30.223Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
55982026-07-27T20:35:30.223Z+ export NEXTEST_STATE_DIR
55992026-07-27T20:35:30.223Z+ banner test
56002026-07-27T20:35:30.223Z
56012026-07-27T20:35:30.223Z ##### ###### #### #####
56022026-07-27T20:35:30.223Z # # # #
56032026-07-27T20:35:30.223Z # ##### #### #
56042026-07-27T20:35:30.223Z # # # #
56052026-07-27T20:35:30.223Z # # # # #
56062026-07-27T20:35:30.223Z # ###### #### #
56072026-07-27T20:35:30.223Z
56082026-07-27T20:35:30.223Z+ NEXTEST_EXIT=0
56092026-07-27T20:35:30.223Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
56102026-07-27T20:35:31.432Zinfo: experimental features enabled: setup-scripts, benchmarks
56112026-07-27T20:35:32.865Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
56122026-07-27T20:35:33.067Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
56132026-07-27T20:35:33.092Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
56142026-07-27T20:35:42.610Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.16s
56152026-07-27T20:35:42.614Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
56162026-07-27T20:35:42.614Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
56172026-07-27T20:35:43.764Z────────────
56182026-07-27T20:35:43.764Z Nextest run ID bacc7475-9d50-4e5b-83e9-d15ef1dcae6f with nextest profile: ci
56192026-07-27T20:35:43.764Z Starting 3122 tests across 244 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
56202026-07-27T20:35:43.767Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
56212026-07-27T20:35:44.563Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
56222026-07-27T20:35:44.566Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
56232026-07-27T20:35:44.681Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
56242026-07-27T20:35:44.685Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
56252026-07-27T20:35:44.721Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
56262026-07-27T20:35:44.743Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
56272026-07-27T20:35:44.747Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
56282026-07-27T20:35:44.773Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
56292026-07-27T20:35:44.777Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
56302026-07-27T20:35:44.952Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
56312026-07-27T20:35:45.017Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
56322026-07-27T20:35:45.332Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
56332026-07-27T20:35:45.662Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
56342026-07-27T20:35:46.212Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
56352026-07-27T20:35:46.240Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
56362026-07-27T20:35:46.272Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
56372026-07-27T20:35:46.377Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
56382026-07-27T20:35:53.408Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
56392026-07-27T20:35:53.409Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
56402026-07-27T20:35:54.219Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
56412026-07-27T20:35:54.223Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
56422026-07-27T20:36:02.874Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
56432026-07-27T20:36:10.984Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
56442026-07-27T20:36:12.529Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56452026-07-27T20:36:14.201Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
56462026-07-27T20:36:23.248Z Finished `test` profile [unoptimized + debuginfo] target(s) in 39.46s
56472026-07-27T20:36:23.372Z Running `target/debug/crdb-seed`
56482026-07-27T20:36:23.429ZJul 27 20:36:22.265 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpQffV9w
56492026-07-27T20:36:23.430ZJul 27 20:36:22.265 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp4wStbI,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpQffV9w/listen-url --max-sql-memory 256MiB
56502026-07-27T20:36:23.433ZJul 27 20:36:22.265 INFO cockroach environment: BUILDOMAT_JOB_ID=01KYJKXKFYJDJXH880AJJFBVVN 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_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c 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-envusb3dg 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=bacc7475-9d50-4e5b-83e9-d15ef1dcae6f NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.2PaaPs 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
56512026-07-27T20:36:23.956ZJul 27 20:36:22.791 INFO cockroach pid: 10098
56522026-07-27T20:36:23.956ZJul 27 20:36:22.791 INFO cockroach listen URL: postgresql://root@[::1]:41625/omicron?sslmode=disable
56532026-07-27T20:36:23.961ZJul 27 20:36:22.794 INFO cockroach: populating
56542026-07-27T20:36:25.118ZJul 27 20:36:23.950 INFO cockroach: populated
56552026-07-27T20:36:26.103ZJul 27 20:36:24.936 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/f62bc0918bdbc3d75e8e11625942140884cfd0ee3c112e833c84634b36e57c53.tar`
56562026-07-27T20:36:26.108Z SETUP PASS [ 42.344s] crdb-seed: cargo run -p crdb-seed --profile test
56572026-07-27T20:36:26.112Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
56582026-07-27T20:36:26.865Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
56592026-07-27T20:36:26.872Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56602026-07-27T20:36:28.144Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
56612026-07-27T20:36:29.063Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
56622026-07-27T20:36:41.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.45s
56632026-07-27T20:36:41.881Z Running `target/debug/clickhouse-cluster-dev`
56642026-07-27T20:36:41.881ZJul 27 20:36:37.597 INFO Setting up a ClickHouse cluster
56652026-07-27T20:36:41.881ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
56662026-07-27T20:36:41.881ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
56672026-07-27T20:36:41.881ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
56682026-07-27T20:36:41.881ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
56692026-07-27T20:36:41.882ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
56702026-07-27T20:36:41.882ZJul 27 20:36:38.167 INFO ClickHouse server ready
56712026-07-27T20:36:41.882ZJul 27 20:36:38.167 INFO ClickHouse server ready
56722026-07-27T20:36:41.919ZJul 27 20:36:39.087 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
56732026-07-27T20:36:41.919Z SETUP PASS [ 14.149s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
56742026-07-27T20:36:41.919Z PASS [ 0.041s] ( 1/3122) api_identity test::test_identity
56752026-07-27T20:36:41.919Z PASS [ 0.041s] ( 2/3122) api_identity test::test_identity_no_field
56762026-07-27T20:36:41.919Z PASS [ 0.047s] ( 3/3122) authz-macros tests::test_authz_snapshots
56772026-07-27T20:36:41.919Z PASS [ 0.015s] ( 4/3122) bootstore schemes::tests::hello_roundtrip
56782026-07-27T20:36:41.920Z PASS [ 0.015s] ( 5/3122) bootstore schemes::v0::share_pkg::tests::create_packages
56792026-07-27T20:36:41.920Z PASS [ 0.013s] ( 6/3122) bootstore trust_quorum::rack_secret::tests::create_and_verify
56802026-07-27T20:36:41.920Z PASS [ 0.039s] ( 7/3122) bootstore schemes::v0::peer::tests::network_config
56812026-07-27T20:36:41.920Z PASS [ 0.014s] ( 8/3122) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
56822026-07-27T20:36:41.920Z PASS [ 1.049s] ( 9/3122) bootstore schemes::v0::peer::tests::basic_3_nodes
56832026-07-27T20:36:41.920Z PASS [ 0.104s] ( 10/3122) cert-dev::test-cert-dev test_cert_create
56842026-07-27T20:36:41.920Z PASS [ 0.084s] ( 11/3122) clickana chart::tests::gather_chart_data_failure
56852026-07-27T20:36:41.920Z PASS [ 0.014s] ( 12/3122) clickana chart::tests::gather_chart_data_for_disk_usage_success
56862026-07-27T20:36:41.920Z PASS [ 0.015s] ( 13/3122) clickana chart::tests::gather_chart_data_for_memory_tracking_success
56872026-07-27T20:36:41.920Z PASS [ 0.015s] ( 14/3122) clickana chart::tests::gather_chart_data_for_query_count_success
56882026-07-27T20:36:41.920Z PASS [ 0.017s] ( 15/3122) clickana chart::tests::gather_chart_data_for_running_queries_success
56892026-07-27T20:36:41.920Z PASS [ 0.023s] ( 16/3122) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
56902026-07-27T20:36:41.920Z PASS [ 0.084s] ( 17/3122) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
56912026-07-27T20:36:41.920Z PASS [ 0.031s] ( 18/3122) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
56922026-07-27T20:36:41.920Z PASS [ 0.022s] ( 19/3122) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
56932026-07-27T20:36:41.920Z PASS [ 0.028s] ( 20/3122) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
56942026-07-27T20:36:41.920Z PASS [ 1.442s] ( 21/3122) bootstore::v0-fsm-proptest-learner run
56952026-07-27T20:36:41.920Z PASS [ 0.023s] ( 22/3122) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
56962026-07-27T20:36:41.920Z PASS [ 0.027s] ( 23/3122) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
56972026-07-27T20:36:41.920Z PASS [ 0.025s] ( 24/3122) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
56982026-07-27T20:36:41.920Z PASS [ 0.026s] ( 25/3122) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
56992026-07-27T20:36:41.920Z PASS [ 0.025s] ( 26/3122) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
57002026-07-27T20:36:41.920Z PASS [ 0.025s] ( 27/3122) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
57012026-07-27T20:36:42.072Z PASS [ 0.028s] ( 28/3122) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
57022026-07-27T20:36:42.072Z PASS [ 0.030s] ( 29/3122) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
57032026-07-27T20:36:42.072Z PASS [ 0.026s] ( 30/3122) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
57042026-07-27T20:36:42.072Z PASS [ 0.028s] ( 31/3122) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
57052026-07-27T20:36:42.072Z PASS [ 0.033s] ( 32/3122) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
57062026-07-27T20:36:42.072Z PASS [ 0.029s] ( 33/3122) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
57072026-07-27T20:36:42.072Z PASS [ 0.030s] ( 34/3122) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
57082026-07-27T20:36:42.072Z PASS [ 0.030s] ( 35/3122) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
57092026-07-27T20:36:42.072Z PASS [ 0.026s] ( 36/3122) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
57102026-07-27T20:36:42.072Z PASS [ 0.026s] ( 37/3122) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
57112026-07-27T20:36:42.105Z PASS [ 0.025s] ( 38/3122) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
57122026-07-27T20:36:42.105Z PASS [ 0.026s] ( 39/3122) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
57132026-07-27T20:36:42.105Z PASS [ 0.023s] ( 40/3122) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
57142026-07-27T20:36:42.105Z PASS [ 0.024s] ( 41/3122) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
57152026-07-27T20:36:42.196Z PASS [ 0.020s] ( 42/3122) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
57162026-07-27T20:36:42.196Z PASS [ 0.020s] ( 43/3122) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
57172026-07-27T20:36:42.196Z PASS [ 0.019s] ( 44/3122) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
57182026-07-27T20:36:42.196Z PASS [ 0.019s] ( 45/3122) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
57192026-07-27T20:36:42.365Z PASS [ 0.018s] ( 46/3122) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
57202026-07-27T20:36:42.365Z PASS [ 0.018s] ( 47/3122) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
57212026-07-27T20:36:42.365Z PASS [ 0.018s] ( 48/3122) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
57222026-07-27T20:36:42.366Z PASS [ 0.018s] ( 49/3122) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
57232026-07-27T20:36:42.366Z PASS [ 0.018s] ( 50/3122) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
57242026-07-27T20:36:42.366Z PASS [ 0.035s] ( 51/3122) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
57252026-07-27T20:36:42.366Z PASS [ 0.013s] ( 52/3122) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
57262026-07-27T20:36:42.366Z PASS [ 0.036s] ( 53/3122) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
57272026-07-27T20:36:42.409Z PASS [ 0.016s] ( 54/3122) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
57282026-07-27T20:36:42.409Z PASS [ 0.016s] ( 55/3122) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
57292026-07-27T20:36:42.410Z PASS [ 0.017s] ( 56/3122) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
57302026-07-27T20:36:42.410Z PASS [ 0.015s] ( 57/3122) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
57312026-07-27T20:36:42.410Z PASS [ 0.016s] ( 58/3122) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
57322026-07-27T20:36:42.410Z PASS [ 0.046s] ( 59/3122) db-dev::test-db-dev test_db_dev_populate_no_args
57332026-07-27T20:36:42.410Z PASS [ 0.048s] ( 60/3122) db-dev::test-db-dev test_db_dev_wipe_no_args
57342026-07-27T20:36:42.876Z PASS [ 2.514s] ( 61/3122) bootstore::v0-fsm-proptest-rack-coordinator run
57352026-07-27T20:36:42.912Z PASS [ 0.035s] ( 62/3122) db-macros lookup::test::test_lookup_snapshots
57362026-07-27T20:36:42.942Z PASS [ 0.031s] ( 63/3122) db-macros tests::test_derive_metadata_identity_fails_for_enums
57372026-07-27T20:36:42.979Z PASS [ 0.038s] ( 64/3122) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
57382026-07-27T20:36:43.015Z PASS [ 0.035s] ( 65/3122) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
57392026-07-27T20:36:43.049Z PASS [ 0.035s] ( 66/3122) db-macros tests::test_derive_metadata_identity_fails_without_table_name
57402026-07-27T20:36:43.086Z PASS [ 0.037s] ( 67/3122) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
57412026-07-27T20:36:43.125Z PASS [ 0.039s] ( 68/3122) db-macros tests::test_derive_snapshots
57422026-07-27T20:36:43.162Z PASS [ 0.036s] ( 69/3122) db-macros tests::test_derive_with_unknown_field
57432026-07-27T20:36:43.258Z PASS [ 0.096s] ( 70/3122) dns-server storage::test::test_update_basic
57442026-07-27T20:36:43.364Z PASS [ 0.106s] ( 71/3122) dns-server storage::test::test_update_in_progress
57452026-07-27T20:36:43.450Z PASS [ 0.086s] ( 72/3122) dns-server storage::test::test_update_interrupted
57462026-07-27T20:36:43.552Z PASS [ 0.102s] ( 73/3122) dns-server storage::test::test_zone_gets_soa_record
57472026-07-27T20:36:43.696Z PASS [ 0.144s] ( 74/3122) dns-server::basic_test a_crud
57482026-07-27T20:36:43.840Z PASS [ 0.142s] ( 75/3122) dns-server::basic_test aaaa_crud
57492026-07-27T20:36:43.987Z PASS [ 0.148s] ( 76/3122) dns-server::basic_test answers_match_question
57502026-07-27T20:36:44.153Z PASS [ 0.166s] ( 77/3122) dns-server::basic_test empty_record
57512026-07-27T20:36:44.291Z PASS [ 0.138s] ( 78/3122) dns-server::basic_test multi_record_crud
57522026-07-27T20:36:44.431Z PASS [ 0.140s] ( 79/3122) dns-server::basic_test name_contains_zone
57532026-07-27T20:36:44.560Z PASS [ 0.129s] ( 80/3122) dns-server::basic_test nxdomain
57542026-07-27T20:36:44.897Z PASS [ 0.336s] ( 81/3122) dns-server::basic_test servfail
57552026-07-27T20:36:45.091Z PASS [ 0.194s] ( 82/3122) dns-server::basic_test soa
57562026-07-27T20:36:45.230Z PASS [ 0.138s] ( 83/3122) dns-server::basic_test srv_crud
57572026-07-27T20:36:45.424Z PASS [ 0.195s] ( 84/3122) dns-server::cross_version_test cross_version_works
57582026-07-27T20:36:45.483Z PASS [ 3.211s] ( 85/3122) db-dev::test-db-dev test_db_killed
57592026-07-27T20:36:45.502Z PASS [ 0.020s] ( 86/3122) ereport-types tests::test_arb_json_deserializes
57602026-07-27T20:36:45.521Z PASS [ 0.019s] ( 87/3122) ereport-types tests::test_ena_from_str
57612026-07-27T20:36:45.539Z PASS [ 0.017s] ( 88/3122) ereport-types tests::test_ena_from_str_roundtrip
57622026-07-27T20:36:45.558Z PASS [ 0.019s] ( 89/3122) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
57632026-07-27T20:36:45.576Z PASS [ 0.018s] ( 90/3122) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
57642026-07-27T20:36:45.595Z PASS [ 0.019s] ( 91/3122) gfss gf256::tests::test_all_multiplication
57652026-07-27T20:36:45.612Z PASS [ 0.017s] ( 92/3122) gfss gf256::tests::test_all_multiplicative_inverses
57662026-07-27T20:36:45.660Z PASS [ 0.047s] ( 93/3122) gfss gf256::tests::test_docs_example
57672026-07-27T20:36:49.119Z PASS [ 3.695s] ( 94/3122) dnsadm::commands_test test_dnsadm
57682026-07-27T20:36:50.647Z PASS [ 1.528s] ( 95/3122) gfss shamir::tests::split_and_combine
57692026-07-27T20:36:50.695Z PASS [ 0.047s] ( 96/3122) gfss shamir::tests::test_share_reconstruction
57702026-07-27T20:36:50.729Z PASS [ 0.035s] ( 97/3122) illumos-utils destructor::test::test_delayed_delete
57712026-07-27T20:36:51.484Z PASS [ 0.754s] ( 98/3122) illumos-utils destructor::test::test_delayed_delete_with_error
57722026-07-27T20:36:51.510Z PASS [ 0.027s] ( 99/3122) illumos-utils destructor::test::test_destructor_bad_close
57732026-07-27T20:36:51.536Z PASS [ 0.025s] ( 100/3122) illumos-utils link::test::test_allocate
57742026-07-27T20:36:51.562Z PASS [ 0.026s] ( 101/3122) illumos-utils link::test::test_allocate_within_scopes
57752026-07-27T20:36:51.589Z PASS [ 0.027s] ( 102/3122) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
57762026-07-27T20:36:51.614Z PASS [ 0.025s] ( 103/3122) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
57772026-07-27T20:36:51.639Z PASS [ 0.025s] ( 104/3122) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
57782026-07-27T20:36:51.692Z PASS [ 0.052s] ( 105/3122) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
57792026-07-27T20:36:51.724Z PASS [ 0.033s] ( 106/3122) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
57802026-07-27T20:36:51.759Z PASS [ 0.035s] ( 107/3122) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
57812026-07-27T20:36:51.799Z PASS [ 0.040s] ( 108/3122) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
57822026-07-27T20:36:51.827Z PASS [ 0.027s] ( 109/3122) illumos-utils running_zone::tests::test_is_oxide_smf_service
57832026-07-27T20:36:51.856Z PASS [ 0.029s] ( 110/3122) illumos-utils svcs::tests::test_svc_parse_empty_success
57842026-07-27T20:36:51.884Z PASS [ 0.026s] ( 111/3122) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
57852026-07-27T20:36:51.912Z PASS [ 0.029s] ( 112/3122) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
57862026-07-27T20:36:51.938Z PASS [ 0.027s] ( 113/3122) illumos-utils svcs::tests::test_svc_parse_success
57872026-07-27T20:36:51.972Z PASS [ 0.033s] ( 114/3122) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
57882026-07-27T20:36:51.998Z PASS [ 0.026s] ( 115/3122) illumos-utils svcs::tests::test_to_enabled_not_online
57892026-07-27T20:36:52.029Z PASS [ 0.031s] ( 116/3122) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
57902026-07-27T20:36:52.082Z PASS [ 0.053s] ( 117/3122) illumos-utils zfs::test::directory_mutability
57912026-07-27T20:36:52.130Z PASS [ 0.048s] ( 118/3122) illumos-utils zfs::test::get_values_of_rpool
57922026-07-27T20:36:52.159Z PASS [ 0.028s] ( 119/3122) illumos-utils zfs::test::parse_dataset_bad_avail
57932026-07-27T20:36:52.186Z PASS [ 0.027s] ( 120/3122) illumos-utils zfs::test::parse_dataset_bad_quota
57942026-07-27T20:36:52.212Z PASS [ 0.026s] ( 121/3122) illumos-utils zfs::test::parse_dataset_bad_reservation
57952026-07-27T20:36:52.237Z PASS [ 0.025s] ( 122/3122) illumos-utils zfs::test::parse_dataset_bad_usage
57962026-07-27T20:36:52.264Z PASS [ 0.027s] ( 123/3122) illumos-utils zfs::test::parse_dataset_bad_uuid
57972026-07-27T20:36:52.290Z PASS [ 0.026s] ( 124/3122) illumos-utils zfs::test::parse_dataset_missing_fields
57982026-07-27T20:36:52.317Z PASS [ 0.026s] ( 125/3122) illumos-utils zfs::test::parse_dataset_props
57992026-07-27T20:36:52.344Z PASS [ 0.026s] ( 126/3122) illumos-utils zfs::test::parse_dataset_props_with_optionals
58002026-07-27T20:36:52.371Z PASS [ 0.027s] ( 127/3122) illumos-utils zfs::test::parse_dataset_too_many_columns
58012026-07-27T20:36:52.396Z PASS [ 0.025s] ( 128/3122) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
58022026-07-27T20:36:52.428Z PASS [ 0.030s] ( 129/3122) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
58032026-07-27T20:36:52.452Z PASS [ 0.025s] ( 130/3122) illumos-utils zfs::test::parse_quota_ignored_if_default
58042026-07-27T20:36:52.482Z PASS [ 0.030s] ( 131/3122) illumos-utils zfs::test::parse_reservation_ignored_if_default
58052026-07-27T20:36:52.523Z PASS [ 0.041s] ( 132/3122) illumos-utils zfs::test::parse_sorts_and_dedups
58062026-07-27T20:36:52.552Z PASS [ 0.028s] ( 133/3122) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
58072026-07-27T20:36:52.579Z PASS [ 0.028s] ( 134/3122) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
58082026-07-27T20:36:52.606Z PASS [ 0.027s] ( 135/3122) illumos-utils zfs::test::props_needing_update_none_matches_unset
58092026-07-27T20:36:52.643Z PASS [ 0.036s] ( 136/3122) illumos-utils zfs::test::props_needing_update_oxide_uuid
58102026-07-27T20:36:52.675Z PASS [ 0.032s] ( 137/3122) illumos-utils zfs::test::props_needing_update_skips_matching_values
58112026-07-27T20:36:52.700Z PASS [ 0.025s] ( 138/3122) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
58122026-07-27T20:36:52.727Z PASS [ 0.027s] ( 139/3122) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
58132026-07-27T20:36:52.759Z PASS [ 0.032s] ( 140/3122) illumos-utils zone::tests::delete_nonexistent_address
58142026-07-27T20:36:52.783Z PASS [ 0.023s] ( 141/3122) illumos-utils zone::tests::test_parse_ip_network
58152026-07-27T20:36:52.810Z PASS [ 0.027s] ( 142/3122) illumos-utils zpool::test::test_parse_zpool
58162026-07-27T20:36:52.836Z PASS [ 0.026s] ( 143/3122) illumos-utils zpool::test::test_parse_zpool_missing_column
58172026-07-27T20:36:54.454Z PASS [ 1.618s] ( 144/3122) installinator mock_peers::tests::proptest_fetch_artifact
58182026-07-27T20:36:54.479Z PASS [ 0.025s] ( 145/3122) installinator peers::tests::iter_no_preferred_preserves_btree_order
58192026-07-27T20:36:54.502Z PASS [ 0.023s] ( 146/3122) installinator peers::tests::last_known_peer_preferred
58202026-07-27T20:36:54.527Z PASS [ 0.025s] ( 147/3122) installinator peers::tests::last_known_peer_stale
58212026-07-27T20:36:54.899Z PASS [ 9.239s] ( 148/3122) gfss polynomial::tests::test_polynomial_eval
58222026-07-27T20:36:54.953Z PASS [ 0.053s] ( 149/3122) installinator-common block_size_writer::tests::proptest_block_writer
58232026-07-27T20:36:55.093Z PASS [ 0.140s] ( 150/3122) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
58242026-07-27T20:36:55.224Z PASS [ 0.127s] ( 151/3122) internal-dns-resolver resolver::test::insert_and_lookup_one_record
58252026-07-27T20:36:55.258Z PASS [ 14.989s] ( 152/3122) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
58262026-07-27T20:36:55.318Z PASS [ 13.029s] ( 153/3122) db-dev::test-db-dev test_db_run
58272026-07-27T20:36:55.351Z PASS [ 0.131s] ( 154/3122) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
58282026-07-27T20:36:55.511Z PASS [ 0.159s] ( 155/3122) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
58292026-07-27T20:36:55.531Z PASS [ 0.212s] ( 156/3122) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
58302026-07-27T20:36:55.549Z PASS [ 0.018s] ( 157/3122) internal-dns-types config::test::display_hosts
58312026-07-27T20:36:55.555Z PASS [ 0.298s] ( 158/3122) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
58322026-07-27T20:36:55.569Z PASS [ 0.019s] ( 159/3122) internal-dns-types config::test::display_srv_service
58332026-07-27T20:36:55.576Z PASS [ 0.021s] ( 160/3122) internal-dns-types config::test::host_zone_switch_publishes_all_services
58342026-07-27T20:36:55.590Z PASS [ 0.020s] ( 161/3122) internal-dns-types config::test::test_builder_errors
58352026-07-27T20:36:55.594Z PASS [ 0.018s] ( 162/3122) internal-dns-types config::test::test_builder_output
58362026-07-27T20:36:55.608Z PASS [ 0.019s] ( 163/3122) internal-dns-types diff::test::diff_different
58372026-07-27T20:36:55.615Z PASS [ 0.020s] ( 164/3122) internal-dns-types diff::test::diff_equivalent
58382026-07-27T20:36:55.629Z PASS [ 0.021s] ( 165/3122) internal-dns-types diff::test::diff_invalid
58392026-07-27T20:36:55.633Z PASS [ 0.018s] ( 166/3122) ipcc tests::deserialize_fixed_value
58402026-07-27T20:36:55.648Z PASS [ 0.019s] ( 167/3122) ipcc tests::installinator_image_id_round_trip
58412026-07-27T20:36:55.696Z PASS [ 0.019s] ( 168/3122) ipcc tests::serialized_size
58422026-07-27T20:36:55.696Z PASS [ 0.020s] ( 169/3122) key-manager tests::different_disks_produce_different_keys
58432026-07-27T20:36:55.696Z PASS [ 0.162s] ( 170/3122) internal-dns-resolver resolver::test::update_record
58442026-07-27T20:36:55.696Z PASS [ 0.028s] ( 171/3122) key-manager tests::different_ikm_produces_different_keys
58452026-07-27T20:36:55.700Z PASS [ 0.024s] ( 172/3122) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
58462026-07-27T20:36:55.713Z PASS [ 0.046s] ( 173/3122) key-manager tests::disk_encryption_key_epoch_0
58472026-07-27T20:36:55.743Z PASS [ 0.047s] ( 174/3122) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
58482026-07-27T20:36:55.754Z PASS [ 1.227s] ( 175/3122) installinator write::tests::proptest_write_artifact
58492026-07-27T20:36:55.758Z PASS [ 0.042s] ( 176/3122) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
58502026-07-27T20:36:55.792Z PASS [ 0.049s] ( 177/3122) nexus-auth authn::external::session_cookie::test::test_get_token
58512026-07-27T20:36:55.797Z PASS [ 0.044s] ( 178/3122) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
58522026-07-27T20:36:55.801Z PASS [ 0.045s] ( 179/3122) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
58532026-07-27T20:36:55.809Z PASS [ 0.126s] ( 180/3122) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
58542026-07-27T20:36:55.843Z PASS [ 0.045s] ( 181/3122) nexus-auth authn::external::session_cookie::test::test_other_cookie
58552026-07-27T20:36:55.850Z PASS [ 0.040s] ( 182/3122) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
58562026-07-27T20:36:55.850Z PASS [ 0.049s] ( 183/3122) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
58572026-07-27T20:36:55.853Z PASS [ 0.059s] ( 184/3122) nexus-auth authn::external::session_cookie::test::test_missing_cookie
58582026-07-27T20:36:55.886Z PASS [ 0.041s] ( 185/3122) nexus-auth authn::external::session_cookie::test::test_valid_cookie
58592026-07-27T20:36:55.895Z PASS [ 0.045s] ( 186/3122) nexus-auth authn::external::spoof::test::test_make_header_value_raw
58602026-07-27T20:36:55.900Z PASS [ 0.050s] ( 187/3122) nexus-auth authn::external::spoof::test::test_make_header_value
58612026-07-27T20:36:55.901Z PASS [ 0.049s] ( 188/3122) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
58622026-07-27T20:36:55.924Z PASS [ 0.040s] ( 189/3122) nexus-auth authn::external::spoof::test::test_spoof_header_missing
58632026-07-27T20:36:55.937Z PASS [ 0.042s] ( 190/3122) nexus-auth authn::external::spoof::test::test_spoof_header_valid
58642026-07-27T20:36:55.942Z PASS [ 0.042s] ( 191/3122) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
58652026-07-27T20:36:55.946Z PASS [ 0.046s] ( 192/3122) nexus-auth authn::external::test::test_authn_sequence
58662026-07-27T20:36:55.957Z PASS [ 0.033s] ( 193/3122) nexus-auth authn::external::token::test::test_make_header_value
58672026-07-27T20:36:55.970Z PASS [ 0.033s] ( 194/3122) nexus-auth authn::external::token::test::test_token_header_bad_utf8
58682026-07-27T20:36:55.980Z PASS [ 0.033s] ( 195/3122) nexus-auth authn::external::token::test::test_token_header_valid
58692026-07-27T20:36:55.986Z PASS [ 0.043s] ( 196/3122) nexus-auth authn::external::token::test::test_token_header_missing
58702026-07-27T20:36:55.994Z PASS [ 0.038s] ( 197/3122) nexus-auth authn::test::test_internal_users
58712026-07-27T20:36:56.032Z PASS [ 0.051s] ( 198/3122) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
58722026-07-27T20:36:56.060Z PASS [ 0.089s] ( 199/3122) nexus-auth authz::context::test::test_unregistered_resource
58732026-07-27T20:36:56.063Z PASS [ 0.066s] ( 200/3122) nexus-auth context::test::test_child_context
58742026-07-27T20:36:56.067Z PASS [ 0.078s] ( 201/3122) nexus-auth context::test::test_background_context
58752026-07-27T20:36:56.096Z PASS [ 0.064s] ( 202/3122) nexus-auth context::test::test_test_context
58762026-07-27T20:36:56.100Z PASS [ 0.041s] ( 203/3122) nexus-config nexus_config::test::test_bad_authn_schemes
58772026-07-27T20:36:56.104Z PASS [ 0.042s] ( 204/3122) nexus-config nexus_config::test::test_config_bad_toml
58782026-07-27T20:36:56.104Z PASS [ 0.039s] ( 205/3122) nexus-config nexus_config::test::test_config_empty
58792026-07-27T20:36:56.122Z PASS [ 0.026s] ( 206/3122) nexus-config nexus_config::test::test_config_nonexistent
58802026-07-27T20:36:56.133Z PASS [ 0.032s] ( 207/3122) nexus-config nexus_config::test::test_deployment_config_schema
58812026-07-27T20:36:56.137Z PASS [ 0.033s] ( 208/3122) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
58822026-07-27T20:36:56.144Z PASS [ 0.041s] ( 209/3122) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
58832026-07-27T20:36:56.169Z PASS [ 0.047s] ( 210/3122) nexus-config nexus_config::test::test_repo_configs_are_valid
58842026-07-27T20:36:56.173Z PASS [ 0.036s] ( 211/3122) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
58852026-07-27T20:36:56.177Z PASS [ 0.030s] ( 212/3122) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
58862026-07-27T20:36:56.181Z PASS [ 0.047s] ( 213/3122) nexus-config nexus_config::test::test_valid
58872026-07-27T20:36:56.196Z PASS [ 0.027s] ( 214/3122) nexus-config postgres_config::test::test_all_addresses_single_host
58882026-07-27T20:36:56.204Z PASS [ 0.032s] ( 215/3122) nexus-config postgres_config::test::test_bad_url
58892026-07-27T20:36:56.209Z PASS [ 0.035s] ( 216/3122) nexus-config postgres_config::test::test_example_url
58902026-07-27T20:36:56.212Z PASS [ 0.030s] ( 217/3122) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
58912026-07-27T20:36:56.221Z PASS [ 0.025s] ( 218/3122) nexus-db-fixed-data test::test_allowlist_id_is_valid
58922026-07-27T20:36:56.228Z PASS [ 0.024s] ( 219/3122) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
58932026-07-27T20:36:56.240Z PASS [ 0.031s] ( 220/3122) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
58942026-07-27T20:36:56.252Z PASS [ 0.031s] ( 221/3122) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
58952026-07-27T20:36:56.258Z PASS [ 0.030s] ( 222/3122) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
58962026-07-27T20:36:56.286Z PASS [ 0.046s] ( 223/3122) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
58972026-07-27T20:36:56.290Z PASS [ 0.038s] ( 224/3122) nexus-db-model bytecount::test::test_bytecount_i64_conversions
58982026-07-27T20:36:56.294Z PASS [ 0.033s] ( 225/3122) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
58992026-07-27T20:36:56.315Z PASS [ 0.029s] ( 226/3122) nexus-db-model device_auth::test::test_generate_user_code
59002026-07-27T20:36:56.326Z PASS [ 0.037s] ( 227/3122) nexus-db-model instance_state::tests::test_from_str_roundtrips
59012026-07-27T20:36:56.330Z PASS [ 0.039s] ( 228/3122) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
59022026-07-27T20:36:56.343Z PASS [ 0.028s] ( 229/3122) nexus-db-model role_assignment::tests::test_role_assignment_from_database
59032026-07-27T20:36:56.352Z PASS [ 0.026s] ( 230/3122) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
59042026-07-27T20:36:56.384Z PASS [ 0.039s] ( 231/3122) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
59052026-07-27T20:36:56.388Z PASS [ 0.056s] ( 232/3122) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
59062026-07-27T20:36:56.403Z PASS [ 0.051s] ( 233/3122) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
59072026-07-27T20:36:56.429Z PASS [ 0.047s] ( 234/3122) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
59082026-07-27T20:36:56.438Z PASS [ 0.052s] ( 235/3122) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
59092026-07-27T20:36:56.453Z PASS [ 0.049s] ( 236/3122) nexus-db-model schema_versions::test::test_classify_create_index
59102026-07-27T20:36:56.477Z PASS [ 0.048s] ( 237/3122) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
59112026-07-27T20:36:56.488Z PASS [ 0.049s] ( 238/3122) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
59122026-07-27T20:36:56.492Z PASS [ 0.039s] ( 239/3122) nexus-db-model schema_versions::test::test_classify_dml_ignored
59132026-07-27T20:36:56.522Z PASS [ 0.045s] ( 240/3122) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
59142026-07-27T20:36:56.527Z PASS [ 0.034s] ( 241/3122) nexus-db-model schema_versions::test::test_known_versions
59152026-07-27T20:36:56.540Z PASS [ 0.052s] ( 242/3122) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
59162026-07-27T20:36:56.570Z PASS [ 0.045s] ( 243/3122) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
59172026-07-27T20:36:56.579Z PASS [ 0.040s] ( 244/3122) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
59182026-07-27T20:36:56.607Z PASS [ 0.037s] ( 245/3122) nexus-db-model schema_versions::test::test_one_ddl_enforcement
59192026-07-27T20:36:56.611Z PASS [ 0.089s] ( 246/3122) nexus-db-model schema_versions::test::test_migration_verification_files
59202026-07-27T20:36:56.637Z PASS [ 0.057s] ( 247/3122) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
59212026-07-27T20:36:56.641Z PASS [ 0.035s] ( 248/3122) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
59222026-07-27T20:36:56.661Z PASS [ 0.050s] ( 249/3122) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
59232026-07-27T20:36:56.681Z PASS [ 0.045s] ( 250/3122) nexus-db-model schema_versions::test::test_preprocess_storing
59242026-07-27T20:36:56.693Z PASS [ 0.052s] ( 251/3122) nexus-db-model schema_versions::test::test_preprocess_type_array
59252026-07-27T20:36:56.707Z PASS [ 0.045s] ( 252/3122) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
59262026-07-27T20:36:56.722Z PASS [ 0.040s] ( 253/3122) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
59272026-07-27T20:36:56.732Z PASS [ 0.037s] ( 254/3122) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
59282026-07-27T20:36:56.737Z PASS [ 0.030s] ( 255/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
59292026-07-27T20:36:56.748Z PASS [ 0.026s] ( 256/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
59302026-07-27T20:36:56.759Z PASS [ 0.028s] ( 257/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
59312026-07-27T20:36:56.767Z PASS [ 0.030s] ( 258/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
59322026-07-27T20:36:56.779Z PASS [ 0.030s] ( 259/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
59332026-07-27T20:36:56.793Z PASS [ 0.033s] ( 260/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
59342026-07-27T20:36:56.799Z PASS [ 0.032s] ( 261/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
59352026-07-27T20:36:56.819Z PASS [ 0.040s] ( 262/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
59362026-07-27T20:36:56.825Z PASS [ 0.033s] ( 263/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
59372026-07-27T20:36:56.830Z PASS [ 0.031s] ( 264/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
59382026-07-27T20:36:56.848Z PASS [ 0.029s] ( 265/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
59392026-07-27T20:36:56.858Z PASS [ 0.032s] ( 266/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
59402026-07-27T20:36:56.864Z PASS [ 0.034s] ( 267/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
59412026-07-27T20:36:56.876Z PASS [ 0.028s] ( 268/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
59422026-07-27T20:36:56.885Z PASS [ 0.027s] ( 269/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
59432026-07-27T20:36:56.895Z PASS [ 0.030s] ( 270/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
59442026-07-27T20:36:56.911Z PASS [ 0.035s] ( 271/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
59452026-07-27T20:36:56.918Z PASS [ 0.033s] ( 272/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
59462026-07-27T20:36:56.931Z PASS [ 0.036s] ( 273/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
59472026-07-27T20:36:56.940Z PASS [ 0.029s] ( 274/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
59482026-07-27T20:36:56.947Z PASS [ 0.029s] ( 275/3122) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
59492026-07-27T20:36:56.960Z PASS [ 0.029s] ( 276/3122) nexus-db-model schema_versions::test::test_verification_query_add_constraint
59502026-07-27T20:36:56.968Z PASS [ 0.028s] ( 277/3122) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
59512026-07-27T20:36:56.978Z PASS [ 0.030s] ( 278/3122) nexus-db-model schema_versions::test::test_verification_query_create_index
59522026-07-27T20:36:56.989Z PASS [ 0.028s] ( 279/3122) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
59532026-07-27T20:36:56.996Z PASS [ 0.028s] ( 280/3122) nexus-db-model schema_versions::test::test_verify
59542026-07-27T20:36:57.006Z PASS [ 0.028s] ( 281/3122) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
59552026-07-27T20:36:57.017Z PASS [ 0.029s] ( 282/3122) nexus-db-model semver_version::test::test_to_from_sortable_string
59562026-07-27T20:36:57.025Z PASS [ 0.028s] ( 283/3122) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
59572026-07-27T20:36:57.037Z PASS [ 0.031s] ( 284/3122) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
59582026-07-27T20:36:57.052Z PASS [ 0.034s] ( 285/3122) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
59592026-07-27T20:36:57.056Z PASS [ 0.032s] ( 286/3122) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
59602026-07-27T20:36:57.069Z PASS [ 0.032s] ( 287/3122) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
59612026-07-27T20:36:57.082Z PASS [ 0.030s] ( 288/3122) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
59622026-07-27T20:36:57.095Z PASS [ 0.038s] ( 289/3122) nexus-db-model tests::test_ip_subnet_check_requestable_address
59632026-07-27T20:36:57.102Z PASS [ 0.032s] ( 290/3122) nexus-db-model tests::test_ipv6_net_random_subnet
59642026-07-27T20:36:57.115Z PASS [ 0.032s] ( 291/3122) nexus-db-model tests::test_roles_database_strings
59652026-07-27T20:36:57.124Z PASS [ 0.029s] ( 292/3122) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
59662026-07-27T20:36:57.132Z PASS [ 0.030s] ( 293/3122) nexus-db-model typed_uuid::tests::test_compare_consistency
59672026-07-27T20:36:57.148Z PASS [ 0.034s] ( 294/3122) nexus-db-model typed_uuid::tests::test_hash_equality
59682026-07-27T20:36:57.157Z PASS [ 0.033s] ( 295/3122) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
59692026-07-27T20:36:57.168Z PASS [ 0.036s] ( 296/3122) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
59702026-07-27T20:36:57.177Z PASS [ 0.029s] ( 297/3122) nexus-db-model vmm_state::tests::test_from_str_roundtrips
59712026-07-27T20:36:57.188Z PASS [ 0.031s] ( 298/3122) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
59722026-07-27T20:36:57.197Z PASS [ 0.029s] ( 299/3122) nexus-db-model vmm_state::tests::test_terminal_states_consistent
59732026-07-27T20:36:58.033Z PASS [ 17.768s] ( 300/3122) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
59742026-07-27T20:36:58.289Z PASS [ 18.020s] ( 301/3122) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
59752026-07-27T20:36:58.789Z PASS [ 2.579s] ( 302/3122) nexus-db-lookup::integration lookup::test_lookup
59762026-07-27T20:36:59.646Z PASS [ 2.469s] ( 303/3122) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
59772026-07-27T20:37:00.051Z PASS [ 2.863s] ( 304/3122) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
59782026-07-27T20:37:00.160Z PASS [ 2.962s] ( 305/3122) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
59792026-07-27T20:37:00.683Z PASS [ 2.649s] ( 306/3122) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
59802026-07-27T20:37:00.987Z PASS [ 2.699s] ( 307/3122) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
59812026-07-27T20:37:01.681Z PASS [ 21.413s] ( 308/3122) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
59822026-07-27T20:37:01.695Z PASS [ 2.906s] ( 309/3122) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
59832026-07-27T20:37:01.755Z PASS [ 0.060s] ( 310/3122) nexus-db-queries db::collection_attach::test::test_verify_query
59842026-07-27T20:37:01.804Z PASS [ 21.537s] ( 311/3122) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
59852026-07-27T20:37:02.308Z PASS [ 22.046s] ( 312/3122) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
59862026-07-27T20:37:02.518Z PASS [ 2.871s] ( 313/3122) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
59872026-07-27T20:37:02.801Z PASS [ 2.749s] ( 314/3122) nexus-db-queries db::collection_attach::test::test_attach_once
59882026-07-27T20:37:02.885Z PASS [ 2.725s] ( 315/3122) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
59892026-07-27T20:37:03.104Z PASS [ 22.829s] ( 316/3122) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
59902026-07-27T20:37:03.151Z PASS [ 0.047s] ( 317/3122) nexus-db-queries db::collection_detach::test::test_verify_query
59912026-07-27T20:37:03.180Z PASS [ 22.911s] ( 318/3122) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
59922026-07-27T20:37:03.493Z PASS [ 23.229s] ( 319/3122) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
59932026-07-27T20:37:03.609Z PASS [ 2.925s] ( 320/3122) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
59942026-07-27T20:37:03.669Z PASS [ 23.407s] ( 321/3122) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
59952026-07-27T20:37:03.725Z PASS [ 2.738s] ( 322/3122) nexus-db-queries db::collection_attach::test::test_attach_with_filters
59962026-07-27T20:37:04.090Z PASS [ 23.826s] ( 323/3122) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59972026-07-27T20:37:04.474Z PASS [ 24.207s] ( 324/3122) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
59982026-07-27T20:37:04.493Z PASS [ 2.738s] ( 325/3122) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
59992026-07-27T20:37:04.544Z PASS [ 0.051s] ( 326/3122) nexus-db-queries db::collection_detach_many::test::test_verify_query
60002026-07-27T20:37:04.573Z PASS [ 2.892s] ( 327/3122) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
60012026-07-27T20:37:04.584Z PASS [ 2.780s] ( 328/3122) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
60022026-07-27T20:37:04.634Z PASS [ 24.366s] ( 329/3122) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
60032026-07-27T20:37:04.639Z PASS [ 0.050s] ( 330/3122) nexus-db-queries db::collection_insert::test::test_verify_query
60042026-07-27T20:37:04.673Z PASS [ 0.044s] ( 331/3122) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
60052026-07-27T20:37:04.677Z PASS [ 0.043s] ( 332/3122) nexus-db-queries db::column_walker::test::test_walk_columns
60062026-07-27T20:37:04.692Z PASS [ 24.425s] ( 333/3122) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
60072026-07-27T20:37:04.719Z PASS [ 0.045s] ( 334/3122) nexus-db-queries db::column_walker::test::test_walk_table
60082026-07-27T20:37:04.970Z PASS [ 2.661s] ( 335/3122) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
60092026-07-27T20:37:05.176Z PASS [ 2.658s] ( 336/3122) nexus-db-queries db::collection_detach::test::test_detach_once
60102026-07-27T20:37:05.268Z PASS [ 25.006s] ( 337/3122) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60112026-07-27T20:37:05.608Z PASS [ 2.807s] ( 338/3122) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
60122026-07-27T20:37:05.608Z PASS [ 2.722s] ( 339/3122) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
60132026-07-27T20:37:05.810Z PASS [ 2.657s] ( 340/3122) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
60142026-07-27T20:37:05.858Z PASS [ 2.678s] ( 341/3122) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
60152026-07-27T20:37:06.105Z PASS [ 2.612s] ( 342/3122) nexus-db-queries db::collection_detach_many::test::test_detach_many
60162026-07-27T20:37:06.305Z PASS [ 2.696s] ( 343/3122) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
60172026-07-27T20:37:06.384Z PASS [ 2.715s] ( 344/3122) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
60182026-07-27T20:37:06.444Z PASS [ 2.719s] ( 345/3122) nexus-db-queries db::collection_detach_many::test::test_detach_once
60192026-07-27T20:37:06.798Z PASS [ 2.707s] ( 346/3122) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
60202026-07-27T20:37:07.060Z PASS [ 2.515s] ( 347/3122) nexus-db-queries db::collection_insert::test::test_collection_not_present
60212026-07-27T20:37:07.168Z PASS [ 2.595s] ( 348/3122) nexus-db-queries db::collection_insert::test::test_collection_present
60222026-07-27T20:37:07.172Z PASS [ 2.696s] ( 349/3122) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
60232026-07-27T20:37:07.302Z PASS [ 27.035s] ( 350/3122) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
60242026-07-27T20:37:07.945Z PASS [ 27.683s] ( 351/3122) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
60252026-07-27T20:37:08.326Z PASS [ 28.062s] ( 352/3122) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
60262026-07-27T20:37:08.807Z PASS [ 4.130s] ( 353/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
60272026-07-27T20:37:08.969Z PASS [ 4.276s] ( 354/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
60282026-07-27T20:37:09.063Z PASS [ 4.093s] ( 355/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
60292026-07-27T20:37:09.314Z PASS [ 4.138s] ( 356/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
60302026-07-27T20:37:09.495Z PASS [ 29.231s] ( 357/3122) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
60312026-07-27T20:37:09.894Z PASS [ 4.036s] ( 358/3122) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
60322026-07-27T20:37:10.031Z PASS [ 4.422s] ( 359/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
60332026-07-27T20:37:10.085Z PASS [ 4.277s] ( 360/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
60342026-07-27T20:37:10.089Z PASS [ 4.819s] ( 361/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
60352026-07-27T20:37:10.253Z PASS [ 4.148s] ( 362/3122) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
60362026-07-27T20:37:10.326Z PASS [ 4.716s] ( 363/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
60372026-07-27T20:37:10.520Z PASS [ 4.216s] ( 364/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
60382026-07-27T20:37:10.598Z PASS [ 4.215s] ( 365/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
60392026-07-27T20:37:10.946Z PASS [ 6.227s] ( 366/3122) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
60402026-07-27T20:37:11.108Z PASS [ 4.310s] ( 367/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
60412026-07-27T20:37:11.396Z PASS [ 4.336s] ( 368/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
60422026-07-27T20:37:11.469Z PASS [ 4.301s] ( 369/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
60432026-07-27T20:37:11.949Z PASS [ 4.646s] ( 370/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
60442026-07-27T20:37:12.141Z PASS [ 4.972s] ( 371/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
60452026-07-27T20:37:12.153Z PASS [ 2.658s] ( 372/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
60462026-07-27T20:37:12.172Z PASS [ 4.226s] ( 373/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
60472026-07-27T20:37:12.342Z PASS [ 4.016s] ( 374/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
60482026-07-27T20:37:12.530Z PASS [ 2.498s] ( 375/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
60492026-07-27T20:37:12.552Z PASS [ 2.655s] ( 376/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
60502026-07-27T20:37:12.748Z PASS [ 2.661s] ( 377/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
60512026-07-27T20:37:12.779Z PASS [ 2.521s] ( 378/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
60522026-07-27T20:37:12.784Z PASS [ 6.335s] ( 379/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
60532026-07-27T20:37:12.814Z PASS [ 2.728s] ( 380/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
60542026-07-27T20:37:12.855Z PASS [ 2.530s] ( 381/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
60552026-07-27T20:37:13.047Z PASS [ 4.239s] ( 382/3122) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
60562026-07-27T20:37:13.094Z PASS [ 2.574s] ( 383/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
60572026-07-27T20:37:13.223Z PASS [ 2.624s] ( 384/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
60582026-07-27T20:37:13.260Z PASS [ 3.945s] ( 385/3122) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
60592026-07-27T20:37:13.368Z PASS [ 2.422s] ( 386/3122) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
60602026-07-27T20:37:13.455Z PASS [ 33.183s] ( 387/3122) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60612026-07-27T20:37:14.371Z PASS [ 5.401s] ( 388/3122) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
60622026-07-27T20:37:14.422Z PASS [ 5.359s] ( 389/3122) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
60632026-07-27T20:37:14.703Z PASS [ 2.550s] ( 390/3122) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
60642026-07-27T20:37:14.924Z PASS [ 3.814s] ( 391/3122) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
60652026-07-27T20:37:15.140Z PASS [ 3.744s] ( 392/3122) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
60662026-07-27T20:37:15.192Z PASS [ 3.722s] ( 393/3122) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
60672026-07-27T20:37:15.542Z PASS [ 35.257s] ( 394/3122) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
60682026-07-27T20:37:15.762Z PASS [ 3.812s] ( 395/3122) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
60692026-07-27T20:37:15.938Z PASS [ 3.798s] ( 396/3122) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
60702026-07-27T20:37:16.161Z PASS [ 3.820s] ( 397/3122) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
60712026-07-27T20:37:16.339Z PASS [ 3.789s] ( 398/3122) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
60722026-07-27T20:37:16.372Z PASS [ 4.200s] ( 399/3122) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
60732026-07-27T20:37:16.509Z PASS [ 3.980s] ( 400/3122) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
60742026-07-27T20:37:16.610Z PASS [ 3.860s] ( 401/3122) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
60752026-07-27T20:37:16.858Z PASS [ 4.083s] ( 402/3122) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
60762026-07-27T20:37:16.918Z PASS [ 4.063s] ( 403/3122) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
60772026-07-27T20:37:16.997Z PASS [ 4.217s] ( 404/3122) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
60782026-07-27T20:37:16.997Z PASS [ 4.183s] ( 405/3122) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
60792026-07-27T20:37:17.053Z PASS [ 3.958s] ( 406/3122) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
60802026-07-27T20:37:17.057Z PASS [ 4.010s] ( 407/3122) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
60812026-07-27T20:37:17.136Z PASS [ 3.913s] ( 408/3122) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
60822026-07-27T20:37:17.183Z PASS [ 3.922s] ( 409/3122) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
60832026-07-27T20:37:17.297Z PASS [ 3.929s] ( 410/3122) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
60842026-07-27T20:37:17.399Z PASS [ 3.953s] ( 411/3122) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
60852026-07-27T20:37:17.448Z PASS [ 1.075s] ( 412/3122) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
60862026-07-27T20:37:17.464Z PASS [ 1.124s] ( 413/3122) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
60872026-07-27T20:37:18.081Z PASS [ 2.558s] ( 414/3122) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
60882026-07-27T20:37:18.182Z PASS [ 0.734s] ( 415/3122) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
60892026-07-27T20:37:18.204Z PASS [ 0.805s] ( 416/3122) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
60902026-07-27T20:37:18.512Z PASS [ 4.135s] ( 417/3122) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
60912026-07-27T20:37:18.594Z PASS [ 4.171s] ( 418/3122) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
60922026-07-27T20:37:18.683Z PASS [ 2.745s] ( 419/3122) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
60932026-07-27T20:37:18.751Z PASS [ 4.048s] ( 420/3122) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
60942026-07-27T20:37:19.012Z PASS [ 4.089s] ( 421/3122) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
60952026-07-27T20:37:19.079Z PASS [ 3.937s] ( 422/3122) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
60962026-07-27T20:37:19.170Z PASS [ 1.089s] ( 423/3122) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
60972026-07-27T20:37:19.198Z PASS [ 3.437s] ( 424/3122) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
60982026-07-27T20:37:19.382Z PASS [ 4.190s] ( 425/3122) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
60992026-07-27T20:37:19.394Z PASS [ 2.886s] ( 426/3122) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
61002026-07-27T20:37:19.480Z PASS [ 2.872s] ( 427/3122) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
61012026-07-27T20:37:19.683Z PASS [ 0.288s] ( 428/3122) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
61022026-07-27T20:37:19.784Z PASS [ 2.925s] ( 429/3122) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
61032026-07-27T20:37:19.793Z PASS [ 3.632s] ( 430/3122) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
61042026-07-27T20:37:19.833Z PASS [ 2.916s] ( 431/3122) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
61052026-07-27T20:37:19.999Z PASS [ 2.947s] ( 432/3122) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
61062026-07-27T20:37:20.043Z PASS [ 2.986s] ( 433/3122) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
61072026-07-27T20:37:20.043Z PASS [ 3.045s] ( 434/3122) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
61082026-07-27T20:37:20.048Z PASS [ 2.909s] ( 435/3122) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
61092026-07-27T20:37:20.079Z PASS [ 2.897s] ( 436/3122) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
61102026-07-27T20:37:20.085Z PASS [ 3.088s] ( 437/3122) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
61112026-07-27T20:37:20.133Z PASS [ 0.048s] ( 438/3122) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
61122026-07-27T20:37:20.136Z PASS [ 2.837s] ( 439/3122) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
61132026-07-27T20:37:20.561Z PASS [ 40.298s] ( 440/3122) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61142026-07-27T20:37:20.727Z PASS [ 2.544s] ( 441/3122) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
61152026-07-27T20:37:20.900Z PASS [ 2.695s] ( 442/3122) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
61162026-07-27T20:37:21.008Z PASS [ 2.503s] ( 443/3122) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
61172026-07-27T20:37:21.021Z PASS [ 2.428s] ( 444/3122) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
61182026-07-27T20:37:21.179Z PASS [ 2.495s] ( 445/3122) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
61192026-07-27T20:37:21.266Z PASS [ 3.800s] ( 446/3122) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
61202026-07-27T20:37:21.284Z PASS [ 0.263s] ( 447/3122) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
61212026-07-27T20:37:21.320Z PASS [ 41.052s] ( 448/3122) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
61222026-07-27T20:37:21.388Z PASS [ 2.637s] ( 449/3122) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
61232026-07-27T20:37:21.420Z PASS [ 2.408s] ( 450/3122) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
61242026-07-27T20:37:21.445Z PASS [ 0.266s] ( 451/3122) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
61252026-07-27T20:37:21.514Z PASS [ 0.229s] ( 452/3122) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
61262026-07-27T20:37:21.518Z PASS [ 0.251s] ( 453/3122) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
61272026-07-27T20:37:21.805Z PASS [ 2.323s] ( 454/3122) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
61282026-07-27T20:37:23.308Z PASS [ 4.139s] ( 455/3122) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
61292026-07-27T20:37:23.315Z PASS [ 4.117s] ( 456/3122) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
61302026-07-27T20:37:23.356Z PASS [ 4.279s] ( 457/3122) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
61312026-07-27T20:37:23.359Z PASS [ 3.977s] ( 458/3122) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
61322026-07-27T20:37:23.643Z PASS [ 3.859s] ( 459/3122) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
61332026-07-27T20:37:23.843Z PASS [ 4.010s] ( 460/3122) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
61342026-07-27T20:37:23.879Z PASS [ 2.557s] ( 461/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
61352026-07-27T20:37:23.916Z PASS [ 3.783s] ( 462/3122) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
61362026-07-27T20:37:24.002Z PASS [ 2.614s] ( 463/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
61372026-07-27T20:37:24.151Z PASS [ 2.731s] ( 464/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
61382026-07-27T20:37:24.151Z PASS [ 2.707s] ( 465/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
61392026-07-27T20:37:24.172Z PASS [ 4.093s] ( 466/3122) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
61402026-07-27T20:37:24.240Z PASS [ 2.726s] ( 467/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
61412026-07-27T20:37:24.289Z PASS [ 4.290s] ( 468/3122) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
61422026-07-27T20:37:24.301Z PASS [ 2.786s] ( 469/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
61432026-07-27T20:37:24.339Z PASS [ 4.297s] ( 470/3122) nexus-db-queries db::datastore::deployment::tests::test_set_target
61442026-07-27T20:37:24.374Z PASS [ 4.240s] ( 471/3122) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
61452026-07-27T20:37:24.525Z PASS [ 2.722s] ( 472/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
61462026-07-27T20:37:24.528Z PASS [ 4.735s] ( 473/3122) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
61472026-07-27T20:37:24.532Z PASS [ 4.847s] ( 474/3122) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
61482026-07-27T20:37:24.603Z PASS [ 4.557s] ( 475/3122) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
61492026-07-27T20:37:24.827Z PASS [ 4.101s] ( 476/3122) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
61502026-07-27T20:37:24.966Z PASS [ 3.957s] ( 477/3122) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
61512026-07-27T20:37:25.053Z PASS [ 4.153s] ( 478/3122) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
61522026-07-27T20:37:25.207Z PASS [ 4.646s] ( 479/3122) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
61532026-07-27T20:37:25.798Z PASS [ 5.630s] ( 480/3122) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
61542026-07-27T20:37:25.813Z PASS [ 2.390s] ( 481/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
61552026-07-27T20:37:25.822Z PASS [ 2.505s] ( 482/3122) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
61562026-07-27T20:37:25.907Z PASS [ 2.551s] ( 483/3122) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
61572026-07-27T20:37:25.971Z PASS [ 2.612s] ( 484/3122) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
61582026-07-27T20:37:27.500Z PASS [ 3.857s] ( 485/3122) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
61592026-07-27T20:37:27.644Z PASS [ 3.768s] ( 486/3122) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
61602026-07-27T20:37:27.744Z PASS [ 3.901s] ( 487/3122) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
61612026-07-27T20:37:27.792Z PASS [ 3.875s] ( 488/3122) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
61622026-07-27T20:37:28.049Z PASS [ 3.808s] ( 489/3122) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
61632026-07-27T20:37:28.057Z PASS [ 4.054s] ( 490/3122) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
61642026-07-27T20:37:28.143Z PASS [ 3.842s] ( 491/3122) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
61652026-07-27T20:37:28.356Z PASS [ 3.981s] ( 492/3122) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
61662026-07-27T20:37:28.381Z PASS [ 4.041s] ( 493/3122) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
61672026-07-27T20:37:28.386Z PASS [ 4.233s] ( 494/3122) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
61682026-07-27T20:37:28.399Z PASS [ 4.109s] ( 495/3122) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
61692026-07-27T20:37:28.414Z PASS [ 3.885s] ( 496/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
61702026-07-27T20:37:28.543Z PASS [ 4.369s] ( 497/3122) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
61712026-07-27T20:37:28.607Z PASS [ 4.006s] ( 498/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
61722026-07-27T20:37:28.656Z PASS [ 4.131s] ( 499/3122) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
61732026-07-27T20:37:28.699Z PASS [ 4.170s] ( 500/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
61742026-07-27T20:37:28.770Z PASS [ 4.618s] ( 501/3122) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
61752026-07-27T20:37:28.838Z PASS [ 4.011s] ( 502/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
61762026-07-27T20:37:28.861Z PASS [ 3.896s] ( 503/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
61772026-07-27T20:37:28.946Z PASS [ 3.893s] ( 504/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
61782026-07-27T20:37:29.032Z PASS [ 3.824s] ( 505/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
61792026-07-27T20:37:29.076Z PASS [ 0.215s] ( 506/3122) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
61802026-07-27T20:37:29.162Z PASS [ 0.216s] ( 507/3122) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
61812026-07-27T20:37:29.205Z PASS [ 48.939s] ( 508/3122) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61822026-07-27T20:37:29.265Z PASS [ 0.234s] ( 509/3122) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
61832026-07-27T20:37:29.624Z PASS [ 3.908s] ( 510/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
61842026-07-27T20:37:29.710Z PASS [ 4.036s] ( 511/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
61852026-07-27T20:37:29.861Z PASS [ 3.952s] ( 512/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
61862026-07-27T20:37:29.967Z PASS [ 4.143s] ( 513/3122) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
61872026-07-27T20:37:29.990Z PASS [ 4.018s] ( 514/3122) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
61882026-07-27T20:37:31.429Z PASS [ 3.929s] ( 515/3122) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
61892026-07-27T20:37:31.639Z PASS [ 3.995s] ( 516/3122) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
61902026-07-27T20:37:31.732Z PASS [ 2.655s] ( 517/3122) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
61912026-07-27T20:37:31.766Z PASS [ 3.974s] ( 518/3122) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
61922026-07-27T20:37:31.827Z PASS [ 4.081s] ( 519/3122) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
61932026-07-27T20:37:31.870Z PASS [ 2.708s] ( 520/3122) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
61942026-07-27T20:37:31.936Z PASS [ 2.672s] ( 521/3122) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
61952026-07-27T20:37:31.960Z PASS [ 3.911s] ( 522/3122) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
61962026-07-27T20:37:32.062Z PASS [ 4.006s] ( 523/3122) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
61972026-07-27T20:37:32.108Z PASS [ 2.906s] ( 524/3122) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
61982026-07-27T20:37:32.156Z PASS [ 4.013s] ( 525/3122) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
61992026-07-27T20:37:32.242Z PASS [ 2.635s] ( 526/3122) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
62002026-07-27T20:37:32.341Z PASS [ 3.985s] ( 527/3122) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
62012026-07-27T20:37:32.408Z PASS [ 0.252s] ( 528/3122) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
62022026-07-27T20:37:32.448Z PASS [ 4.048s] ( 529/3122) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
62032026-07-27T20:37:32.474Z PASS [ 4.089s] ( 530/3122) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
62042026-07-27T20:37:32.487Z PASS [ 3.945s] ( 531/3122) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
62052026-07-27T20:37:32.530Z PASS [ 4.149s] ( 532/3122) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
62062026-07-27T20:37:32.549Z PASS [ 3.942s] ( 533/3122) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
62072026-07-27T20:37:32.549Z PASS [ 4.135s] ( 534/3122) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
62082026-07-27T20:37:32.561Z PASS [ 3.905s] ( 535/3122) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
62092026-07-27T20:37:32.735Z PASS [ 3.896s] ( 536/3122) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
62102026-07-27T20:37:32.743Z PASS [ 4.043s] ( 537/3122) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
62112026-07-27T20:37:32.907Z PASS [ 4.137s] ( 538/3122) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
62122026-07-27T20:37:33.736Z PASS [ 3.772s] ( 539/3122) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
62132026-07-27T20:37:33.951Z PASS [ 3.961s] ( 540/3122) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
62142026-07-27T20:37:34.625Z PASS [ 54.356s] ( 541/3122) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
62152026-07-27T20:37:34.662Z PASS [ 4.801s] ( 542/3122) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
62162026-07-27T20:37:35.398Z PASS [ 3.969s] ( 543/3122) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
62172026-07-27T20:37:35.636Z PASS [ 3.997s] ( 544/3122) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
62182026-07-27T20:37:35.724Z PASS [ 3.991s] ( 545/3122) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
62192026-07-27T20:37:35.968Z PASS [ 4.143s] ( 546/3122) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
62202026-07-27T20:37:36.041Z PASS [ 4.275s] ( 547/3122) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
62212026-07-27T20:37:36.079Z PASS [ 3.970s] ( 548/3122) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
62222026-07-27T20:37:36.217Z PASS [ 3.975s] ( 549/3122) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
62232026-07-27T20:37:36.296Z PASS [ 4.336s] ( 550/3122) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
62242026-07-27T20:37:36.368Z PASS [ 4.431s] ( 551/3122) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
62252026-07-27T20:37:36.408Z PASS [ 4.537s] ( 552/3122) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
62262026-07-27T20:37:36.419Z PASS [ 4.078s] ( 553/3122) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
62272026-07-27T20:37:36.466Z PASS [ 4.058s] ( 554/3122) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
62282026-07-27T20:37:36.483Z PASS [ 4.421s] ( 555/3122) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
62292026-07-27T20:37:36.892Z PASS [ 4.405s] ( 556/3122) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
62302026-07-27T20:37:36.918Z PASS [ 4.444s] ( 557/3122) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
62312026-07-27T20:37:37.155Z PASS [ 4.606s] ( 558/3122) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
62322026-07-27T20:37:37.176Z PASS [ 4.646s] ( 559/3122) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
62332026-07-27T20:37:37.233Z PASS [ 4.671s] ( 560/3122) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
62342026-07-27T20:37:37.266Z PASS [ 4.717s] ( 561/3122) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
62352026-07-27T20:37:37.267Z PASS [ 4.525s] ( 562/3122) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
62362026-07-27T20:37:37.267Z PASS [ 4.532s] ( 563/3122) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
62372026-07-27T20:37:37.348Z PASS [ 4.440s] ( 564/3122) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
62382026-07-27T20:37:37.592Z PASS [ 0.244s] ( 565/3122) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
62392026-07-27T20:37:37.599Z PASS [ 0.332s] ( 566/3122) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
62402026-07-27T20:37:37.847Z PASS [ 0.254s] ( 567/3122) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
62412026-07-27T20:37:38.118Z PASS [ 5.671s] ( 568/3122) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
62422026-07-27T20:37:38.204Z PASS [ 4.468s] ( 569/3122) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
62432026-07-27T20:37:38.399Z PASS [ 4.448s] ( 570/3122) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
62442026-07-27T20:37:38.805Z PASS [ 4.144s] ( 571/3122) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
62452026-07-27T20:37:38.904Z PASS [ 2.687s] ( 572/3122) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
62462026-07-27T20:37:38.947Z PASS [ 2.652s] ( 573/3122) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
62472026-07-27T20:37:39.130Z PASS [ 2.761s] ( 574/3122) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
62482026-07-27T20:37:39.139Z PASS [ 2.731s] ( 575/3122) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
62492026-07-27T20:37:39.977Z PASS [ 5.353s] ( 576/3122) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
62502026-07-27T20:37:40.109Z PASS [ 4.710s] ( 577/3122) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
62512026-07-27T20:37:40.271Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62522026-07-27T20:37:40.276Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
62532026-07-27T20:37:40.445Z PASS [ 4.722s] ( 578/3122) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
62542026-07-27T20:37:40.476Z PASS [ 4.398s] ( 579/3122) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
62552026-07-27T20:37:40.500Z PASS [ 4.531s] ( 580/3122) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
62562026-07-27T20:37:40.621Z PASS [ 4.138s] ( 581/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
62572026-07-27T20:37:40.678Z PASS [ 4.636s] ( 582/3122) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
62582026-07-27T20:37:40.711Z PASS [ 4.291s] ( 583/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
62592026-07-27T20:37:40.766Z PASS [ 4.299s] ( 584/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
62602026-07-27T20:37:41.004Z PASS [ 4.111s] ( 585/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
62612026-07-27T20:37:41.039Z PASS [ 4.121s] ( 586/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
62622026-07-27T20:37:41.309Z PASS [ 4.151s] ( 587/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
62632026-07-27T20:37:41.397Z PASS [ 4.221s] ( 588/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
62642026-07-27T20:37:41.409Z PASS [ 4.173s] ( 589/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
62652026-07-27T20:37:41.561Z PASS [ 4.294s] ( 590/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
62662026-07-27T20:37:41.564Z PASS [ 4.296s] ( 591/3122) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
62672026-07-27T20:37:42.257Z PASS [ 4.410s] ( 592/3122) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
62682026-07-27T20:37:42.432Z PASS [ 4.833s] ( 593/3122) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
62692026-07-27T20:37:42.534Z PASS [ 4.330s] ( 594/3122) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
62702026-07-27T20:37:42.559Z PASS [ 6.923s] ( 595/3122) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
62712026-07-27T20:37:42.744Z PASS [ 4.626s] ( 596/3122) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
62722026-07-27T20:37:42.790Z PASS [ 4.387s] ( 597/3122) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
62732026-07-27T20:37:43.033Z PASS [ 4.228s] ( 598/3122) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
62742026-07-27T20:37:43.276Z PASS [ 4.371s] ( 599/3122) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
62752026-07-27T20:37:43.289Z PASS [ 4.341s] ( 600/3122) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
62762026-07-27T20:37:43.323Z PASS [ 4.183s] ( 601/3122) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
62772026-07-27T20:37:43.538Z PASS [ 4.408s] ( 602/3122) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
62782026-07-27T20:37:44.324Z PASS [ 4.347s] ( 603/3122) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_assigned_to_system_services
62792026-07-27T20:37:44.373Z PASS [ 4.264s] ( 604/3122) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
62802026-07-27T20:37:44.945Z PASS [ 4.267s] ( 605/3122) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
62812026-07-27T20:37:44.995Z PASS [ 4.285s] ( 606/3122) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
62822026-07-27T20:37:45.045Z PASS [ 4.569s] ( 607/3122) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
62832026-07-27T20:37:45.086Z PASS [ 4.640s] ( 608/3122) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
62842026-07-27T20:37:45.189Z PASS [ 4.686s] ( 609/3122) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
62852026-07-27T20:37:45.209Z PASS [ 4.443s] ( 610/3122) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
62862026-07-27T20:37:45.288Z PASS [ 4.667s] ( 611/3122) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
62872026-07-27T20:37:45.368Z PASS [ 4.364s] ( 612/3122) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
62882026-07-27T20:37:45.387Z PASS [ 4.348s] ( 613/3122) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
62892026-07-27T20:37:45.442Z PASS [ 4.135s] ( 614/3122) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
62902026-07-27T20:37:45.826Z PASS [ 4.428s] ( 615/3122) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
62912026-07-27T20:37:45.936Z PASS [ 4.516s] ( 616/3122) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
62922026-07-27T20:37:46.079Z PASS [ 4.519s] ( 617/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
62932026-07-27T20:37:46.506Z PASS [ 4.249s] ( 618/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
62942026-07-27T20:37:46.690Z PASS [ 5.125s] ( 619/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
62952026-07-27T20:37:47.055Z PASS [ 4.623s] ( 620/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
62962026-07-27T20:37:47.151Z PASS [ 4.591s] ( 621/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
62972026-07-27T20:37:47.176Z PASS [ 4.642s] ( 622/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
62982026-07-27T20:37:47.290Z PASS [ 4.546s] ( 623/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
62992026-07-27T20:37:47.504Z PASS [ 4.471s] ( 624/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
63002026-07-27T20:37:47.504Z PASS [ 4.717s] ( 625/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
63012026-07-27T20:37:47.820Z PASS [ 4.543s] ( 626/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
63022026-07-27T20:37:47.932Z PASS [ 4.610s] ( 627/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
63032026-07-27T20:37:48.342Z PASS [ 4.804s] ( 628/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
63042026-07-27T20:37:48.522Z PASS [ 5.233s] ( 629/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
63052026-07-27T20:37:48.547Z PASS [ 18.837s] ( 630/3122) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
63062026-07-27T20:37:48.933Z PASS [ 4.607s] ( 631/3122) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
63072026-07-27T20:37:49.140Z PASS [ 4.094s] ( 632/3122) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
63082026-07-27T20:37:49.282Z PASS [ 4.910s] ( 633/3122) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
63092026-07-27T20:37:50.002Z PASS [ 5.056s] ( 634/3122) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
63102026-07-27T20:37:50.045Z PASS [ 4.959s] ( 635/3122) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
63112026-07-27T20:37:50.105Z PASS [ 5.109s] ( 636/3122) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
63122026-07-27T20:37:50.224Z PASS [ 5.038s] ( 637/3122) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
63132026-07-27T20:37:50.238Z PASS [ 4.870s] ( 638/3122) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
63142026-07-27T20:37:50.270Z PASS [ 4.981s] ( 639/3122) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
63152026-07-27T20:37:50.300Z PASS [ 5.091s] ( 640/3122) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
63162026-07-27T20:37:50.444Z PASS [ 5.055s] ( 641/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
63172026-07-27T20:37:50.530Z PASS [ 5.088s] ( 642/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
63182026-07-27T20:37:50.719Z PASS [ 4.892s] ( 643/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
63192026-07-27T20:37:50.875Z PASS [ 4.953s] ( 644/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
63202026-07-27T20:37:51.035Z PASS [ 4.955s] ( 645/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
63212026-07-27T20:37:51.489Z PASS [ 4.983s] ( 646/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
63222026-07-27T20:37:51.825Z PASS [ 4.320s] ( 647/3122) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
63232026-07-27T20:37:51.921Z PASS [ 5.232s] ( 648/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
63242026-07-27T20:37:52.102Z PASS [ 4.925s] ( 649/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
63252026-07-27T20:37:52.130Z PASS [ 5.073s] ( 650/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
63262026-07-27T20:37:52.227Z PASS [ 4.936s] ( 651/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
63272026-07-27T20:37:52.378Z PASS [ 5.227s] ( 652/3122) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
63282026-07-27T20:37:52.488Z PASS [ 4.669s] ( 653/3122) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
63292026-07-27T20:37:52.660Z PASS [ 5.154s] ( 654/3122) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
63302026-07-27T20:37:52.834Z PASS [ 4.901s] ( 655/3122) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
63312026-07-27T20:37:53.166Z PASS [ 4.824s] ( 656/3122) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
63322026-07-27T20:37:53.353Z PASS [ 4.831s] ( 657/3122) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
63332026-07-27T20:37:53.542Z PASS [ 4.995s] ( 658/3122) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
63342026-07-27T20:37:53.732Z PASS [ 4.800s] ( 659/3122) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
63352026-07-27T20:37:54.009Z PASS [ 4.006s] ( 660/3122) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
63362026-07-27T20:37:54.129Z PASS [ 4.085s] ( 661/3122) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
63372026-07-27T20:37:54.154Z PASS [ 4.049s] ( 662/3122) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
63382026-07-27T20:37:54.198Z PASS [ 5.059s] ( 663/3122) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
63392026-07-27T20:37:54.210Z PASS [ 3.972s] ( 664/3122) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
63402026-07-27T20:37:54.259Z PASS [ 0.048s] ( 665/3122) nexus-db-queries db::datastore::region::test::test_extent_count
63412026-07-27T20:37:54.372Z PASS [ 3.929s] ( 666/3122) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
63422026-07-27T20:37:54.692Z PASS [ 3.973s] ( 667/3122) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
63432026-07-27T20:37:54.710Z PASS [ 5.427s] ( 668/3122) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
63442026-07-27T20:37:54.723Z PASS [ 4.498s] ( 669/3122) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
63452026-07-27T20:37:54.818Z PASS [ 4.549s] ( 670/3122) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
63462026-07-27T20:37:54.972Z PASS [ 4.096s] ( 671/3122) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
63472026-07-27T20:37:55.572Z PASS [ 4.536s] ( 672/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
63482026-07-27T20:37:55.686Z PASS [ 4.197s] ( 673/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
63492026-07-27T20:37:56.009Z PASS [ 4.185s] ( 674/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
63502026-07-27T20:37:56.168Z PASS [ 4.065s] ( 675/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
63512026-07-27T20:37:56.298Z PASS [ 4.377s] ( 676/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
63522026-07-27T20:37:56.348Z PASS [ 4.219s] ( 677/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
63532026-07-27T20:37:56.464Z PASS [ 4.086s] ( 678/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
63542026-07-27T20:37:56.500Z PASS [ 4.272s] ( 679/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
63552026-07-27T20:37:56.835Z PASS [ 4.342s] ( 680/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
63562026-07-27T20:37:57.304Z PASS [ 4.639s] ( 681/3122) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
63572026-07-27T20:37:57.468Z PASS [ 4.105s] ( 682/3122) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
63582026-07-27T20:37:57.597Z PASS [ 4.379s] ( 683/3122) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
63592026-07-27T20:37:57.793Z PASS [ 4.244s] ( 684/3122) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
63602026-07-27T20:37:58.121Z PASS [ 3.962s] ( 685/3122) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
63612026-07-27T20:37:58.160Z PASS [ 3.901s] ( 686/3122) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
63622026-07-27T20:37:58.213Z PASS [ 4.013s] ( 687/3122) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
63632026-07-27T20:37:58.305Z PASS [ 3.933s] ( 688/3122) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
63642026-07-27T20:37:58.317Z PASS [ 5.479s] ( 689/3122) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
63652026-07-27T20:37:58.327Z PASS [ 4.593s] ( 690/3122) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
63662026-07-27T20:37:58.625Z PASS [ 4.617s] ( 691/3122) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
63672026-07-27T20:37:58.718Z PASS [ 4.021s] ( 692/3122) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
63682026-07-27T20:37:58.724Z PASS [ 4.000s] ( 693/3122) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
63692026-07-27T20:37:58.834Z PASS [ 4.016s] ( 694/3122) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
63702026-07-27T20:37:58.834Z PASS [ 4.125s] ( 695/3122) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
63712026-07-27T20:37:58.858Z PASS [ 4.728s] ( 696/3122) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
63722026-07-27T20:37:58.975Z PASS [ 3.996s] ( 697/3122) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
63732026-07-27T20:37:59.432Z PASS [ 3.858s] ( 698/3122) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
63742026-07-27T20:37:59.684Z PASS [ 9.382s] ( 699/3122) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
63752026-07-27T20:37:59.692Z PASS [ 4.006s] ( 700/3122) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
63762026-07-27T20:37:59.954Z PASS [ 3.943s] ( 701/3122) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
63772026-07-27T20:38:00.006Z PASS [ 3.837s] ( 702/3122) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
63782026-07-27T20:38:00.156Z PASS [ 3.805s] ( 703/3122) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
63792026-07-27T20:38:00.209Z PASS [ 3.906s] ( 704/3122) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
63802026-07-27T20:38:00.507Z PASS [ 4.002s] ( 705/3122) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
63812026-07-27T20:38:00.604Z PASS [ 4.139s] ( 706/3122) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
63822026-07-27T20:38:00.645Z PASS [ 3.812s] ( 707/3122) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
63832026-07-27T20:38:01.173Z PASS [ 3.873s] ( 708/3122) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
63842026-07-27T20:38:01.367Z PASS [ 3.908s] ( 709/3122) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
63852026-07-27T20:38:01.399Z PASS [ 3.851s] ( 710/3122) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
63862026-07-27T20:38:01.558Z PASS [ 3.769s] ( 711/3122) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
63872026-07-27T20:38:02.410Z PASS [ 4.247s] ( 712/3122) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
63882026-07-27T20:38:02.428Z PASS [ 4.301s] ( 713/3122) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
63892026-07-27T20:38:02.515Z PASS [ 4.302s] ( 714/3122) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
63902026-07-27T20:38:02.554Z PASS [ 4.239s] ( 715/3122) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
63912026-07-27T20:38:02.622Z PASS [ 4.309s] ( 716/3122) nexus-db-queries db::datastore::sled::test::affinity_multi_group
63922026-07-27T20:38:02.631Z PASS [ 4.292s] ( 717/3122) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
63932026-07-27T20:38:02.860Z PASS [ 4.232s] ( 718/3122) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
63942026-07-27T20:38:03.146Z PASS [ 4.426s] ( 719/3122) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
63952026-07-27T20:38:03.212Z PASS [ 4.487s] ( 720/3122) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
63962026-07-27T20:38:03.348Z PASS [ 4.512s] ( 721/3122) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
63972026-07-27T20:38:03.416Z PASS [ 4.582s] ( 722/3122) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
63982026-07-27T20:38:03.429Z PASS [ 4.568s] ( 723/3122) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
63992026-07-27T20:38:03.441Z PASS [ 4.460s] ( 724/3122) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
64002026-07-27T20:38:04.197Z PASS [ 4.766s] ( 725/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation
64012026-07-27T20:38:04.974Z PASS [ 4.969s] ( 726/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
64022026-07-27T20:38:05.142Z PASS [ 5.449s] ( 727/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
64032026-07-27T20:38:05.254Z PASS [ 5.570s] ( 728/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
64042026-07-27T20:38:05.355Z PASS [ 5.402s] ( 729/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
64052026-07-27T20:38:05.397Z PASS [ 5.190s] ( 730/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
64062026-07-27T20:38:05.508Z PASS [ 5.352s] ( 731/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
64072026-07-27T20:38:05.745Z PASS [ 5.137s] ( 732/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
64082026-07-27T20:38:05.847Z PASS [ 5.203s] ( 733/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
64092026-07-27T20:38:06.066Z PASS [ 15.534s] ( 734/3122) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
64102026-07-27T20:38:06.109Z PASS [ 5.591s] ( 735/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
64112026-07-27T20:38:06.133Z PASS [ 4.955s] ( 736/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
64122026-07-27T20:38:07.285Z PASS [ 4.667s] ( 737/3122) nexus-db-queries db::datastore::sled::test::sled_list_batch
64132026-07-27T20:38:07.367Z PASS [ 4.506s] ( 738/3122) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
64142026-07-27T20:38:07.635Z PASS [ 4.495s] ( 739/3122) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
64152026-07-27T20:38:07.654Z PASS [ 4.442s] ( 740/3122) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
64162026-07-27T20:38:07.684Z PASS [ 4.336s] ( 741/3122) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
64172026-07-27T20:38:07.754Z PASS [ 4.319s] ( 742/3122) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
64182026-07-27T20:38:08.042Z PASS [ 4.615s] ( 743/3122) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
64192026-07-27T20:38:08.100Z PASS [ 5.543s] ( 744/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
64202026-07-27T20:38:08.298Z PASS [ 5.666s] ( 745/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
64212026-07-27T20:38:08.319Z PASS [ 4.793s] ( 746/3122) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
64222026-07-27T20:38:08.337Z PASS [ 4.137s] ( 747/3122) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
64232026-07-27T20:38:08.370Z PASS [ 5.753s] ( 748/3122) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
64242026-07-27T20:38:08.505Z PASS [ 6.086s] ( 749/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
64252026-07-27T20:38:09.219Z PASS [ 3.863s] ( 750/3122) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
64262026-07-27T20:38:09.275Z PASS [ 3.880s] ( 751/3122) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
64272026-07-27T20:38:09.354Z PASS [ 4.207s] ( 752/3122) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
64282026-07-27T20:38:09.480Z PASS [ 4.226s] ( 753/3122) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
64292026-07-27T20:38:09.624Z PASS [ 4.115s] ( 754/3122) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
64302026-07-27T20:38:10.003Z PASS [ 4.261s] ( 755/3122) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
64312026-07-27T20:38:10.033Z PASS [ 4.184s] ( 756/3122) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
64322026-07-27T20:38:10.211Z PASS [ 4.114s] ( 757/3122) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
64332026-07-27T20:38:10.304Z PASS [ 4.234s] ( 758/3122) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
64342026-07-27T20:38:11.417Z PASS [ 5.287s] ( 759/3122) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
64352026-07-27T20:38:11.784Z PASS [ 6.810s] ( 760/3122) nexus-db-queries db::datastore::sled::test::test_sled_transitions
64362026-07-27T20:38:11.923Z PASS [ 4.239s] ( 761/3122) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
64372026-07-27T20:38:11.984Z PASS [ 4.327s] ( 762/3122) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
64382026-07-27T20:38:12.059Z PASS [ 4.312s] ( 763/3122) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
64392026-07-27T20:38:12.059Z PASS [ 4.017s] ( 764/3122) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
64402026-07-27T20:38:12.172Z PASS [ 3.991s] ( 765/3122) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
64412026-07-27T20:38:12.221Z PASS [ 4.125s] ( 766/3122) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
64422026-07-27T20:38:12.270Z PASS [ 4.060s] ( 767/3122) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
64432026-07-27T20:38:12.485Z PASS [ 4.151s] ( 768/3122) nexus-db-queries db::datastore::target_release::test::target_release_datastore
64442026-07-27T20:38:12.570Z PASS [ 4.197s] ( 769/3122) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
64452026-07-27T20:38:12.658Z PASS [ 4.152s] ( 770/3122) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
64462026-07-27T20:38:12.670Z PASS [ 5.385s] ( 771/3122) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
64472026-07-27T20:38:12.812Z PASS [ 5.448s] ( 772/3122) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
64482026-07-27T20:38:12.922Z PASS [ 5.287s] ( 773/3122) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
64492026-07-27T20:38:13.124Z PASS [ 3.906s] ( 774/3122) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
64502026-07-27T20:38:13.247Z PASS [ 3.898s] ( 775/3122) nexus-db-queries db::datastore::test::test_project_creation
64512026-07-27T20:38:13.377Z PASS [ 3.897s] ( 776/3122) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
64522026-07-27T20:38:13.383Z PASS [ 4.107s] ( 777/3122) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
64532026-07-27T20:38:13.886Z PASS [ 4.250s] ( 778/3122) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
64542026-07-27T20:38:14.343Z PASS [ 4.308s] ( 779/3122) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
64552026-07-27T20:38:14.588Z PASS [ 4.273s] ( 780/3122) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
64562026-07-27T20:38:14.768Z PASS [ 4.561s] ( 781/3122) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
64572026-07-27T20:38:16.160Z PASS [ 4.101s] ( 782/3122) nexus-db-queries db::datastore::test::test_session_cleanup_batch
64582026-07-27T20:38:16.166Z PASS [ 3.890s] ( 783/3122) nexus-db-queries db::datastore::test::test_table_scan
64592026-07-27T20:38:16.180Z PASS [ 3.959s] ( 784/3122) nexus-db-queries db::datastore::test::test_ssh_keys
64602026-07-27T20:38:16.203Z PASS [ 4.031s] ( 785/3122) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
64612026-07-27T20:38:16.274Z PASS [ 4.214s] ( 786/3122) nexus-db-queries db::datastore::test::test_session_methods
64622026-07-27T20:38:16.815Z PASS [ 3.994s] ( 787/3122) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
64632026-07-27T20:38:16.845Z PASS [ 4.005s] ( 788/3122) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
64642026-07-27T20:38:16.845Z PASS [ 4.163s] ( 789/3122) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
64652026-07-27T20:38:16.845Z PASS [ 4.281s] ( 790/3122) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
64662026-07-27T20:38:17.234Z PASS [ 4.387s] ( 791/3122) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
64672026-07-27T20:38:17.300Z PASS [ 4.377s] ( 792/3122) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
64682026-07-27T20:38:17.461Z PASS [ 4.077s] ( 793/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
64692026-07-27T20:38:17.521Z PASS [ 4.144s] ( 794/3122) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
64702026-07-27T20:38:17.937Z PASS [ 7.931s] ( 795/3122) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
64712026-07-27T20:38:18.018Z PASS [ 4.770s] ( 796/3122) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
64722026-07-27T20:38:18.286Z PASS [ 4.414s] ( 797/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
64732026-07-27T20:38:18.390Z PASS [ 4.050s] ( 798/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
64742026-07-27T20:38:18.437Z PASS [ 0.047s] ( 799/3122) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
64752026-07-27T20:38:18.485Z PASS [ 0.048s] ( 800/3122) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
64762026-07-27T20:38:18.683Z PASS [ 4.104s] ( 801/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
64772026-07-27T20:38:18.774Z PASS [ 7.359s] ( 802/3122) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
64782026-07-27T20:38:19.489Z PASS [ 7.707s] ( 803/3122) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
64792026-07-27T20:38:19.780Z PASS [ 5.013s] ( 804/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
64802026-07-27T20:38:20.175Z PASS [ 3.972s] ( 805/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
64812026-07-27T20:38:20.193Z PASS [ 8.213s] ( 806/3122) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
64822026-07-27T20:38:20.372Z PASS [ 4.199s] ( 807/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
64832026-07-27T20:38:20.425Z PASS [ 4.261s] ( 808/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
64842026-07-27T20:38:20.985Z PASS [ 3.917s] ( 809/3122) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
64852026-07-27T20:38:21.089Z PASS [ 4.003s] ( 810/3122) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
64862026-07-27T20:38:21.089Z PASS [ 8.847s] ( 811/3122) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
64872026-07-27T20:38:21.089Z PASS [ 4.507s] ( 812/3122) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
64882026-07-27T20:38:21.089Z PASS [ 4.682s] ( 813/3122) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
64892026-07-27T20:38:21.089Z PASS [ 4.096s] ( 814/3122) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
64902026-07-27T20:38:21.089Z PASS [ 0.264s] ( 815/3122) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
64912026-07-27T20:38:21.155Z PASS [ 4.265s] ( 816/3122) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
64922026-07-27T20:38:21.243Z PASS [ 3.908s] ( 817/3122) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
64932026-07-27T20:38:21.287Z PASS [ 4.071s] ( 818/3122) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
64942026-07-27T20:38:21.325Z PASS [ 3.865s] ( 819/3122) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
64952026-07-27T20:38:21.470Z PASS [ 3.948s] ( 820/3122) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
64962026-07-27T20:38:21.855Z PASS [ 3.913s] ( 821/3122) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
64972026-07-27T20:38:21.914Z PASS [ 3.895s] ( 822/3122) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
64982026-07-27T20:38:22.571Z PASS [ 3.791s] ( 823/3122) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
64992026-07-27T20:38:26.517Z PASS [ 3.737s] ( 824/3122) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
65002026-07-27T20:38:26.583Z PASS [ 2.514s] ( 825/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
65012026-07-27T20:38:26.583Z PASS [ 2.598s] ( 826/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
65022026-07-27T20:38:26.584Z PASS [ 2.697s] ( 827/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
65032026-07-27T20:38:26.584Z PASS [ 2.617s] ( 828/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
65042026-07-27T20:38:26.584Z PASS [ 2.543s] ( 829/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
65052026-07-27T20:38:26.584Z PASS [ 2.798s] ( 830/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
65062026-07-27T20:38:26.584Z PASS [ 3.790s] ( 831/3122) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
65072026-07-27T20:38:26.584Z PASS [ 0.067s] ( 832/3122) nexus-db-queries db::pagination::test::test_paginator
65082026-07-27T20:38:26.584Z PASS [ 2.627s] ( 833/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
65092026-07-27T20:38:26.584Z PASS [ 2.620s] ( 834/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
65102026-07-27T20:38:26.584Z PASS [ 2.633s] ( 835/3122) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
65112026-07-27T20:38:26.584Z PASS [ 4.027s] ( 836/3122) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
65122026-07-27T20:38:26.584Z PASS [ 4.101s] ( 837/3122) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
65132026-07-27T20:38:26.584Z PASS [ 2.599s] ( 838/3122) nexus-db-queries db::explain::test::test_explain_async
65142026-07-27T20:38:26.584Z PASS [ 2.677s] ( 839/3122) nexus-db-queries db::explain::test::test_explain_full_table_scan
65152026-07-27T20:38:26.584Z PASS [ 1.411s] ( 840/3122) nexus-db-queries db::pool::test::test_pool_can_be_terminated
65162026-07-27T20:38:26.584Z PASS [ 1.367s] ( 841/3122) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
65172026-07-27T20:38:26.584Z PASS [ 4.611s] ( 842/3122) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
65182026-07-27T20:38:26.645Z PASS [ 0.260s] ( 843/3122) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
65192026-07-27T20:38:26.645Z PASS [ 0.301s] ( 844/3122) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
65202026-07-27T20:38:26.645Z PASS [ 0.300s] ( 845/3122) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
65212026-07-27T20:38:26.645Z PASS [ 3.873s] ( 846/3122) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
65222026-07-27T20:38:26.645Z PASS [ 5.049s] ( 847/3122) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
65232026-07-27T20:38:26.646Z PASS [ 2.853s] ( 848/3122) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
65242026-07-27T20:38:26.646Z PASS [ 0.232s] ( 849/3122) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
65252026-07-27T20:38:26.646Z PASS [ 5.044s] ( 850/3122) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
65262026-07-27T20:38:26.646Z PASS [ 7.507s] ( 851/3122) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
65272026-07-27T20:38:26.646Z PASS [ 2.783s] ( 852/3122) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
65282026-07-27T20:38:26.646Z PASS [ 2.807s] ( 853/3122) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
65292026-07-27T20:38:26.646Z PASS [ 2.849s] ( 854/3122) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
65302026-07-27T20:38:26.646Z PASS [ 2.807s] ( 855/3122) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
65312026-07-27T20:38:26.646Z PASS [ 7.821s] ( 856/3122) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
65322026-07-27T20:38:26.646Z PASS [ 2.854s] ( 857/3122) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
65332026-07-27T20:38:26.646Z PASS [ 2.854s] ( 858/3122) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
65342026-07-27T20:38:26.646Z PASS [ 0.248s] ( 859/3122) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
65352026-07-27T20:38:26.646Z PASS [ 0.250s] ( 860/3122) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
65362026-07-27T20:38:26.658Z PASS [ 2.668s] ( 861/3122) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
65372026-07-27T20:38:26.658Z PASS [ 7.960s] ( 862/3122) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
65382026-07-27T20:38:26.658Z PASS [ 0.253s] ( 863/3122) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
65392026-07-27T20:38:26.796Z PASS [ 0.260s] ( 864/3122) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
65402026-07-27T20:38:26.820Z PASS [ 0.261s] ( 865/3122) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
65412026-07-27T20:38:26.880Z PASS [ 0.236s] ( 866/3122) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
65422026-07-27T20:38:26.889Z PASS [ 0.251s] ( 867/3122) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
65432026-07-27T20:38:26.897Z PASS [ 0.271s] ( 868/3122) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
65442026-07-27T20:38:27.972Z PASS [ 4.082s] ( 869/3122) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
65452026-07-27T20:38:27.999Z PASS [ 4.164s] ( 870/3122) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
65462026-07-27T20:38:28.107Z PASS [ 3.887s] ( 871/3122) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
65472026-07-27T20:38:28.468Z PASS [ 4.191s] ( 872/3122) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
65482026-07-27T20:38:28.607Z PASS [ 4.017s] ( 873/3122) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
65492026-07-27T20:38:28.689Z PASS [ 4.243s] ( 874/3122) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
65502026-07-27T20:38:28.724Z PASS [ 0.752s] ( 875/3122) nexus-db-queries db::queries::network_interface::tests::expectorate_query
65512026-07-27T20:38:28.732Z PASS [ 0.043s] ( 876/3122) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
65522026-07-27T20:38:29.008Z PASS [ 2.676s] ( 877/3122) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
65532026-07-27T20:38:29.230Z PASS [ 3.897s] ( 878/3122) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
65542026-07-27T20:38:29.267Z PASS [ 3.984s] ( 879/3122) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
65552026-07-27T20:38:29.348Z PASS [ 3.853s] ( 880/3122) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
65562026-07-27T20:38:29.697Z PASS [ 4.061s] ( 881/3122) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
65572026-07-27T20:38:29.717Z PASS [ 4.301s] ( 882/3122) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
65582026-07-27T20:38:29.828Z PASS [ 4.419s] ( 883/3122) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
65592026-07-27T20:38:29.831Z PASS [ 4.486s] ( 884/3122) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
65602026-07-27T20:38:29.910Z PASS [ 4.119s] ( 885/3122) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
65612026-07-27T20:38:30.384Z PASS [ 4.374s] ( 886/3122) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
65622026-07-27T20:38:30.583Z PASS [ 4.313s] ( 887/3122) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
65632026-07-27T20:38:30.587Z PASS [ 4.306s] ( 888/3122) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
65642026-07-27T20:38:30.967Z PASS [ 4.171s] ( 889/3122) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
65652026-07-27T20:38:31.026Z PASS [ 0.057s] ( 890/3122) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
65662026-07-27T20:38:31.046Z PASS [ 4.148s] ( 891/3122) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
65672026-07-27T20:38:31.107Z PASS [ 4.218s] ( 892/3122) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
65682026-07-27T20:38:31.283Z PASS [ 4.465s] ( 893/3122) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
65692026-07-27T20:38:31.327Z PASS [ 4.447s] ( 894/3122) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
65702026-07-27T20:38:31.903Z PASS [ 3.904s] ( 895/3122) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
65712026-07-27T20:38:31.951Z PASS [ 0.047s] ( 896/3122) nexus-db-queries db::queries::next_item::tests::test_shift_indices
65722026-07-27T20:38:32.559Z PASS [ 4.092s] ( 897/3122) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
65732026-07-27T20:38:32.698Z PASS [ 4.589s] ( 898/3122) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
65742026-07-27T20:38:32.828Z PASS [ 0.267s] ( 899/3122) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
65752026-07-27T20:38:32.876Z PASS [ 4.151s] ( 900/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
65762026-07-27T20:38:32.906Z PASS [ 4.173s] ( 901/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
65772026-07-27T20:38:32.939Z PASS [ 0.243s] ( 902/3122) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
65782026-07-27T20:38:32.957Z PASS [ 0.051s] ( 903/3122) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
65792026-07-27T20:38:32.974Z PASS [ 3.966s] ( 904/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
65802026-07-27T20:38:32.985Z PASS [ 0.045s] ( 905/3122) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
65812026-07-27T20:38:32.993Z PASS [ 3.763s] ( 906/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
65822026-07-27T20:38:33.094Z PASS [ 3.748s] ( 907/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
65832026-07-27T20:38:33.261Z PASS [ 4.655s] ( 908/3122) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
65842026-07-27T20:38:33.287Z PASS [ 4.020s] ( 909/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
65852026-07-27T20:38:33.511Z PASS [ 3.814s] ( 910/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
65862026-07-27T20:38:33.675Z PASS [ 3.957s] ( 911/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
65872026-07-27T20:38:33.748Z PASS [ 2.701s] ( 912/3122) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
65882026-07-27T20:38:33.751Z PASS [ 0.239s] ( 913/3122) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
65892026-07-27T20:38:33.841Z PASS [ 4.012s] ( 914/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
65902026-07-27T20:38:33.885Z PASS [ 2.778s] ( 915/3122) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
65912026-07-27T20:38:33.945Z PASS [ 0.988s] ( 916/3122) nexus-db-queries db::queries::region_allocation::test::expectorate_query
65922026-07-27T20:38:33.963Z PASS [ 4.053s] ( 917/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
65932026-07-27T20:38:33.993Z PASS [ 4.163s] ( 918/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
65942026-07-27T20:38:34.020Z PASS [ 0.271s] ( 919/3122) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
65952026-07-27T20:38:34.028Z PASS [ 0.280s] ( 920/3122) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
65962026-07-27T20:38:34.031Z PASS [ 2.748s] ( 921/3122) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
65972026-07-27T20:38:34.066Z PASS [ 2.739s] ( 922/3122) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
65982026-07-27T20:38:34.222Z PASS [ 0.259s] ( 923/3122) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
65992026-07-27T20:38:34.262Z PASS [ 0.269s] ( 924/3122) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
66002026-07-27T20:38:34.293Z PASS [ 0.273s] ( 925/3122) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
66012026-07-27T20:38:34.302Z PASS [ 3.917s] ( 926/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
66022026-07-27T20:38:34.307Z PASS [ 0.467s] ( 927/3122) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
66032026-07-27T20:38:34.311Z PASS [ 0.283s] ( 928/3122) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
66042026-07-27T20:38:34.348Z PASS [ 0.047s] ( 929/3122) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
66052026-07-27T20:38:34.353Z PASS [ 0.046s] ( 930/3122) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
66062026-07-27T20:38:34.358Z PASS [ 0.062s] ( 931/3122) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
66072026-07-27T20:38:34.361Z PASS [ 0.048s] ( 932/3122) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
66082026-07-27T20:38:34.399Z PASS [ 0.049s] ( 933/3122) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
66092026-07-27T20:38:34.550Z PASS [ 3.963s] ( 934/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
66102026-07-27T20:38:34.556Z PASS [ 2.601s] ( 935/3122) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
66112026-07-27T20:38:34.566Z PASS [ 3.985s] ( 936/3122) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
66122026-07-27T20:38:34.614Z PASS [ 0.261s] ( 937/3122) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
66132026-07-27T20:38:34.782Z PASS [ 0.232s] ( 938/3122) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
66142026-07-27T20:38:35.116Z PASS [ 4.092s] ( 939/3122) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
66152026-07-27T20:38:35.255Z PASS [ 2.428s] ( 940/3122) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
66162026-07-27T20:38:35.371Z PASS [ 2.495s] ( 941/3122) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
66172026-07-27T20:38:35.576Z PASS [ 2.602s] ( 942/3122) nexus-db-queries db::queries::region_allocation::test::explainable
66182026-07-27T20:38:36.030Z PASS [ 2.354s] ( 943/3122) nexus-db-queries db::queries::regions_hard_delete::test::explainable
66192026-07-27T20:38:36.526Z PASS [ 2.640s] ( 944/3122) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
66202026-07-27T20:38:36.545Z PASS [ 2.514s] ( 945/3122) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
66212026-07-27T20:38:36.559Z PASS [ 2.492s] ( 946/3122) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
66222026-07-27T20:38:36.565Z PASS [ 0.020s] ( 947/3122) nexus-defaults tests::test_random_vpc_ipv6_prefix
66232026-07-27T20:38:36.589Z PASS [ 0.030s] ( 948/3122) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
66242026-07-27T20:38:36.596Z PASS [ 0.031s] ( 949/3122) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
66252026-07-27T20:38:36.620Z PASS [ 0.030s] ( 950/3122) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
66262026-07-27T20:38:36.628Z PASS [ 0.031s] ( 951/3122) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
66272026-07-27T20:38:36.662Z PASS [ 0.044s] ( 952/3122) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
66282026-07-27T20:38:36.668Z PASS [ 0.040s] ( 953/3122) nexus-fm builder::case::tests::dirty_bits_default_false
66292026-07-27T20:38:36.681Z PASS [ 2.736s] ( 954/3122) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
66302026-07-27T20:38:36.681Z PASS [ 2.458s] ( 955/3122) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
66312026-07-27T20:38:36.695Z PASS [ 0.033s] ( 956/3122) nexus-fm builder::case::tests::request_alert_flips_alert_state
66322026-07-27T20:38:36.705Z PASS [ 0.037s] ( 957/3122) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
66332026-07-27T20:38:36.726Z PASS [ 0.045s] ( 958/3122) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
66342026-07-27T20:38:36.731Z PASS [ 0.050s] ( 959/3122) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
66352026-07-27T20:38:36.736Z PASS [ 0.041s] ( 960/3122) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
66362026-07-27T20:38:36.741Z PASS [ 2.474s] ( 961/3122) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
66372026-07-27T20:38:36.745Z PASS [ 0.040s] ( 962/3122) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
66382026-07-27T20:38:36.760Z PASS [ 0.033s] ( 963/3122) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
66392026-07-27T20:38:36.774Z PASS [ 0.043s] ( 964/3122) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
66402026-07-27T20:38:36.778Z PASS [ 0.038s] ( 965/3122) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
66412026-07-27T20:38:36.778Z PASS [ 0.039s] ( 966/3122) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
66422026-07-27T20:38:36.783Z PASS [ 0.038s] ( 967/3122) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
66432026-07-27T20:38:36.810Z PASS [ 0.050s] ( 968/3122) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
66442026-07-27T20:38:36.823Z PASS [ 2.467s] ( 969/3122) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
66452026-07-27T20:38:36.830Z PASS [ 0.054s] ( 970/3122) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
66462026-07-27T20:38:36.833Z PASS [ 0.057s] ( 971/3122) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
66472026-07-27T20:38:36.837Z PASS [ 0.060s] ( 972/3122) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
66482026-07-27T20:38:36.837Z PASS [ 0.054s] ( 973/3122) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
66492026-07-27T20:38:36.854Z PASS [ 0.045s] ( 974/3122) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
66502026-07-27T20:38:36.873Z PASS [ 0.051s] ( 975/3122) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
66512026-07-27T20:38:36.888Z PASS [ 0.054s] ( 976/3122) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
66522026-07-27T20:38:36.898Z PASS [ 0.061s] ( 977/3122) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
66532026-07-27T20:38:36.902Z PASS [ 0.072s] ( 978/3122) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
66542026-07-27T20:38:36.902Z PASS [ 0.067s] ( 979/3122) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
66552026-07-27T20:38:36.954Z PASS [ 0.056s] ( 980/3122) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
66562026-07-27T20:38:36.954Z PASS [ 0.051s] ( 981/3122) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
66572026-07-27T20:38:36.954Z PASS [ 0.053s] ( 982/3122) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
66582026-07-27T20:38:36.958Z PASS [ 0.059s] ( 983/3122) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
66592026-07-27T20:38:36.962Z PASS [ 0.060s] ( 984/3122) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
66602026-07-27T20:38:36.965Z PASS [ 0.054s] ( 985/3122) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
66612026-07-27T20:38:36.969Z PASS [ 0.063s] ( 986/3122) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
66622026-07-27T20:38:36.975Z PASS [ 0.051s] ( 987/3122) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
66632026-07-27T20:38:36.986Z PASS [ 2.627s] ( 988/3122) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
66642026-07-27T20:38:36.990Z PASS [ 0.049s] ( 989/3122) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
66652026-07-27T20:38:36.997Z PASS [ 0.039s] ( 990/3122) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
66662026-07-27T20:38:37.001Z PASS [ 2.603s] ( 991/3122) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
66672026-07-27T20:38:37.007Z PASS [ 0.042s] ( 992/3122) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
66682026-07-27T20:38:37.016Z PASS [ 0.051s] ( 993/3122) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
66692026-07-27T20:38:37.025Z PASS [ 0.059s] ( 994/3122) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
66702026-07-27T20:38:37.032Z PASS [ 0.040s] ( 995/3122) nexus-inventory builder::test::test_empty
66712026-07-27T20:38:37.036Z PASS [ 0.056s] ( 996/3122) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
66722026-07-27T20:38:37.036Z PASS [ 0.037s] ( 997/3122) nexus-inventory builder::test::test_problems
66732026-07-27T20:38:37.042Z PASS [ 0.055s] ( 998/3122) nexus-inventory builder::test::test_basic
66742026-07-27T20:38:37.278Z PASS [ 4.284s] ( 999/3122) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
66752026-07-27T20:38:37.326Z PASS [ 4.341s] (1000/3122) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
66762026-07-27T20:38:37.358Z PASS [ 4.070s] (1001/3122) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
66772026-07-27T20:38:37.373Z PASS [ 0.357s] (1002/3122) nexus-inventory collector::test::test_multi_mgs_failure
66782026-07-27T20:38:37.435Z PASS [ 24.311s] (1003/3122) nexus-db-queries db::datastore::update::test::test_list_unpruned
66792026-07-27T20:38:37.438Z PASS [ 4.174s] (1004/3122) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
66802026-07-27T20:38:37.439Z PASS [ 4.342s] (1005/3122) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
66812026-07-27T20:38:37.573Z PASS [ 0.547s] (1006/3122) nexus-inventory collector::test::test_sled_agent_failure
66822026-07-27T20:38:37.696Z PASS [ 0.695s] (1007/3122) nexus-inventory collector::test::test_basic
66832026-07-27T20:38:37.859Z PASS [ 0.818s] (1008/3122) nexus-mgs-updates driver_update::test::test_rot_basic_failures
66842026-07-27T20:38:37.864Z PASS [ 0.856s] (1009/3122) nexus-inventory collector::test::test_multi_mgs
66852026-07-27T20:38:37.891Z PASS [ 1.366s] (1010/3122) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
66862026-07-27T20:38:37.998Z PASS [ 0.720s] (1011/3122) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
66872026-07-27T20:38:38.046Z PASS [ 0.673s] (1012/3122) nexus-mgs-updates driver_update::test::test_sp_basic_failures
66882026-07-27T20:38:38.091Z PASS [ 0.044s] (1013/3122) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
66892026-07-27T20:38:38.131Z PASS [ 0.040s] (1014/3122) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
66902026-07-27T20:38:38.134Z PASS [ 0.242s] (1015/3122) nexus-mgs-updates test_util::step_through::test::test_basic
66912026-07-27T20:38:38.171Z PASS [ 0.041s] (1016/3122) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
66922026-07-27T20:38:38.186Z PASS [ 0.053s] (1017/3122) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
66932026-07-27T20:38:38.207Z PASS [ 3.655s] (1018/3122) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
66942026-07-27T20:38:38.211Z PASS [ 0.038s] (1019/3122) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
66952026-07-27T20:38:38.211Z PASS [ 0.212s] (1020/3122) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
66962026-07-27T20:38:38.229Z PASS [ 0.042s] (1021/3122) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
66972026-07-27T20:38:38.232Z PASS [ 3.662s] (1022/3122) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
66982026-07-27T20:38:38.252Z PASS [ 0.044s] (1023/3122) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
66992026-07-27T20:38:38.264Z PASS [ 0.054s] (1024/3122) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
67002026-07-27T20:38:38.267Z PASS [ 0.057s] (1025/3122) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
67012026-07-27T20:38:38.276Z PASS [ 0.047s] (1026/3122) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
67022026-07-27T20:38:38.279Z PASS [ 3.664s] (1027/3122) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
67032026-07-27T20:38:38.279Z PASS [ 0.050s] (1028/3122) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
67042026-07-27T20:38:38.292Z PASS [ 0.040s] (1029/3122) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
67052026-07-27T20:38:38.303Z PASS [ 0.040s] (1030/3122) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
67062026-07-27T20:38:38.314Z PASS [ 0.047s] (1031/3122) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
67072026-07-27T20:38:38.321Z PASS [ 0.046s] (1032/3122) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
67082026-07-27T20:38:38.324Z PASS [ 0.044s] (1033/3122) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
67092026-07-27T20:38:38.324Z PASS [ 0.044s] (1034/3122) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
67102026-07-27T20:38:38.335Z PASS [ 0.043s] (1035/3122) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
67112026-07-27T20:38:38.346Z PASS [ 0.042s] (1036/3122) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
67122026-07-27T20:38:38.358Z PASS [ 0.043s] (1037/3122) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
67132026-07-27T20:38:38.378Z PASS [ 3.596s] (1038/3122) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
67142026-07-27T20:38:38.456Z PASS [ 0.133s] (1039/3122) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
67152026-07-27T20:38:38.516Z PASS [ 0.060s] (1040/3122) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
67162026-07-27T20:38:38.575Z PASS [ 0.057s] (1041/3122) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
67172026-07-27T20:38:38.620Z PASS [ 0.046s] (1042/3122) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
67182026-07-27T20:38:38.669Z PASS [ 0.048s] (1043/3122) nexus-reconfigurator-execution dns::test::test_dns_compute_update
67192026-07-27T20:38:38.713Z PASS [ 3.597s] (1044/3122) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
67202026-07-27T20:38:38.755Z PASS [ 1.059s] (1045/3122) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
67212026-07-27T20:38:39.278Z PASS [ 3.699s] (1046/3122) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
67222026-07-27T20:38:39.384Z PASS [ 3.354s] (1047/3122) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
67232026-07-27T20:38:39.723Z PASS [ 2.692s] (1048/3122) nexus-metrics-producer-gc tests::test_prune_expired_producers
67242026-07-27T20:38:39.786Z PASS [ 0.063s] (1049/3122) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
67252026-07-27T20:38:39.793Z PASS [ 2.758s] (1050/3122) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
67262026-07-27T20:38:39.842Z PASS [ 0.050s] (1051/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
67272026-07-27T20:38:39.901Z PASS [ 0.059s] (1052/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
67282026-07-27T20:38:39.934Z PASS [ 0.033s] (1053/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
67292026-07-27T20:38:39.945Z PASS [ 2.913s] (1054/3122) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
67302026-07-27T20:38:39.989Z PASS [ 0.054s] (1055/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
67312026-07-27T20:38:40.006Z PASS [ 0.060s] (1056/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
67322026-07-27T20:38:40.028Z PASS [ 0.038s] (1057/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
67332026-07-27T20:38:40.044Z PASS [ 0.038s] (1058/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
67342026-07-27T20:38:40.063Z PASS [ 0.035s] (1059/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
67352026-07-27T20:38:40.087Z PASS [ 0.043s] (1060/3122) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
67362026-07-27T20:38:40.091Z PASS [ 0.029s] (1061/3122) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
67372026-07-27T20:38:40.118Z PASS [ 0.027s] (1062/3122) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
67382026-07-27T20:38:40.129Z PASS [ 0.041s] (1063/3122) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
67392026-07-27T20:38:40.148Z PASS [ 0.030s] (1064/3122) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
67402026-07-27T20:38:40.159Z PASS [ 0.031s] (1065/3122) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
67412026-07-27T20:38:40.178Z PASS [ 0.030s] (1066/3122) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
67422026-07-27T20:38:40.187Z PASS [ 0.028s] (1067/3122) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
67432026-07-27T20:38:40.206Z PASS [ 0.027s] (1068/3122) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
67442026-07-27T20:38:40.227Z PASS [ 0.039s] (1069/3122) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
67452026-07-27T20:38:40.273Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67462026-07-27T20:38:40.279Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
67472026-07-27T20:38:40.445Z PASS [ 0.210s] (1070/3122) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
67482026-07-27T20:38:40.687Z PASS [ 0.250s] (1071/3122) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
67492026-07-27T20:38:40.800Z PASS [ 0.113s] (1072/3122) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
67502026-07-27T20:38:40.878Z PASS [ 0.078s] (1073/3122) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
67512026-07-27T20:38:40.905Z PASS [ 0.027s] (1074/3122) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
67522026-07-27T20:38:40.969Z PASS [ 0.063s] (1075/3122) nexus-reconfigurator-planning example::tests::builder_all_zone_types
67532026-07-27T20:38:41.013Z PASS [ 0.045s] (1076/3122) nexus-reconfigurator-planning example::tests::builder_zone_counts
67542026-07-27T20:38:41.900Z PASS [ 4.463s] (1077/3122) nexus-mgs-updates driver_update::test::test_sp_update_watched
67552026-07-27T20:38:41.934Z PASS [ 0.034s] (1078/3122) nexus-reconfigurator-planning example::tests::instances_on_examples
67562026-07-27T20:38:41.979Z PASS [ 0.044s] (1079/3122) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
67572026-07-27T20:38:42.019Z PASS [ 0.041s] (1080/3122) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
67582026-07-27T20:38:42.062Z PASS [ 0.043s] (1081/3122) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
67592026-07-27T20:38:42.105Z PASS [ 0.043s] (1082/3122) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
67602026-07-27T20:38:42.149Z PASS [ 0.043s] (1083/3122) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
67612026-07-27T20:38:42.189Z PASS [ 0.041s] (1084/3122) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
67622026-07-27T20:38:42.232Z PASS [ 0.040s] (1085/3122) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
67632026-07-27T20:38:42.271Z PASS [ 0.040s] (1086/3122) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
67642026-07-27T20:38:42.323Z PASS [ 2.117s] (1087/3122) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
67652026-07-27T20:38:42.328Z PASS [ 0.055s] (1088/3122) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
67662026-07-27T20:38:42.371Z PASS [ 0.048s] (1089/3122) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
67672026-07-27T20:38:42.377Z PASS [ 0.051s] (1090/3122) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
67682026-07-27T20:38:42.446Z PASS [ 0.066s] (1091/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
67692026-07-27T20:38:42.473Z PASS [ 0.101s] (1092/3122) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
67702026-07-27T20:38:42.500Z PASS [ 4.163s] (1093/3122) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
67712026-07-27T20:38:42.532Z PASS [ 0.090s] (1094/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
67722026-07-27T20:38:42.537Z PASS [ 4.158s] (1095/3122) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
67732026-07-27T20:38:42.544Z PASS [ 0.070s] (1096/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
67742026-07-27T20:38:42.572Z PASS [ 4.225s] (1097/3122) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
67752026-07-27T20:38:42.576Z PASS [ 0.074s] (1098/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
67762026-07-27T20:38:42.599Z PASS [ 0.066s] (1099/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
67772026-07-27T20:38:42.614Z PASS [ 0.068s] (1100/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
67782026-07-27T20:38:42.628Z PASS [ 0.091s] (1101/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
67792026-07-27T20:38:42.632Z PASS [ 0.059s] (1102/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
67802026-07-27T20:38:42.638Z PASS [ 0.064s] (1103/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
67812026-07-27T20:38:42.646Z PASS [ 4.289s] (1104/3122) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
67822026-07-27T20:38:42.682Z PASS [ 0.085s] (1105/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
67832026-07-27T20:38:42.688Z PASS [ 0.077s] (1106/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
67842026-07-27T20:38:42.726Z PASS [ 0.096s] (1107/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
67852026-07-27T20:38:42.752Z PASS [ 0.104s] (1108/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
67862026-07-27T20:38:42.767Z PASS [ 0.130s] (1109/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
67872026-07-27T20:38:42.775Z PASS [ 0.091s] (1110/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
67882026-07-27T20:38:42.786Z PASS [ 0.096s] (1111/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
67892026-07-27T20:38:42.869Z PASS [ 0.071s] (1112/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
67902026-07-27T20:38:42.874Z PASS [ 0.084s] (1113/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
67912026-07-27T20:38:42.874Z PASS [ 0.081s] (1114/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
67922026-07-27T20:38:43.188Z PASS [ 0.555s] (1115/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
67932026-07-27T20:38:43.294Z PASS [ 5.716s] (1116/3122) nexus-mgs-updates driver_update::test_host_phase_1::basic
67942026-07-27T20:38:43.451Z PASS [ 2.434s] (1117/3122) nexus-reconfigurator-planning example::tests::dns_resolution_works
67952026-07-27T20:38:43.517Z PASS [ 0.067s] (1118/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
67962026-07-27T20:38:43.945Z PASS [ 1.222s] (1119/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
67972026-07-27T20:38:44.033Z PASS [ 6.706s] (1120/3122) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
67982026-07-27T20:38:44.181Z PASS [ 0.994s] (1121/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
67992026-07-27T20:38:44.206Z PASS [ 6.848s] (1122/3122) nexus-mgs-updates driver_update::test::test_rot_update_basic
68002026-07-27T20:38:44.263Z PASS [ 0.017s] (1123/3122) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
68012026-07-27T20:38:44.269Z PASS [ 0.028s] (1124/3122) nexus-saga-recovery recovery::test::test_execution_basic
68022026-07-27T20:38:44.281Z PASS [ 0.029s] (1125/3122) nexus-saga-recovery recovery::test::test_plan_basic
68032026-07-27T20:38:44.299Z PASS [ 1.448s] (1126/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
68042026-07-27T20:38:44.306Z PASS [ 0.025s] (1127/3122) nexus-saga-recovery recovery::test::test_read_all_from_channel
68052026-07-27T20:38:44.328Z PASS [ 0.030s] (1128/3122) nexus-saga-recovery test::test_basic
68062026-07-27T20:38:44.332Z PASS [ 0.025s] (1129/3122) nexus-switch-config tests::all_problems_are_accumulated
68072026-07-27T20:38:44.355Z PASS [ 0.026s] (1130/3122) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
68082026-07-27T20:38:44.361Z PASS [ 0.030s] (1131/3122) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
68092026-07-27T20:38:44.382Z PASS [ 0.027s] (1132/3122) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
68102026-07-27T20:38:44.386Z PASS [ 0.025s] (1133/3122) nexus-switch-config tests::empty_port_list_is_reported
68112026-07-27T20:38:44.409Z PASS [ 0.027s] (1134/3122) nexus-switch-config tests::illegal_max_paths_is_reported
68122026-07-27T20:38:44.415Z PASS [ 0.028s] (1135/3122) nexus-switch-config tests::malformed_uplink_address_is_reported
68132026-07-27T20:38:44.434Z PASS [ 0.024s] (1136/3122) nexus-switch-config tests::missing_rack_subnet_is_reported
68142026-07-27T20:38:44.444Z PASS [ 0.028s] (1137/3122) nexus-switch-config tests::no_silent_port_drops
68152026-07-27T20:38:44.460Z PASS [ 0.027s] (1138/3122) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
68162026-07-27T20:38:44.475Z PASS [ 0.031s] (1139/3122) nexus-switch-config tests::peered_port_requires_switch_bgp_config
68172026-07-27T20:38:44.486Z PASS [ 0.025s] (1140/3122) nexus-switch-config tests::peered_port_switch_asn
68182026-07-27T20:38:44.499Z PASS [ 0.025s] (1141/3122) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
68192026-07-27T20:38:44.512Z PASS [ 0.025s] (1142/3122) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
68202026-07-27T20:38:44.541Z PASS [ 0.030s] (1143/3122) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
68212026-07-27T20:38:44.572Z PASS [ 0.031s] (1144/3122) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
68222026-07-27T20:38:44.588Z PASS [ 1.766s] (1145/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
68232026-07-27T20:38:44.599Z PASS [ 0.028s] (1146/3122) nexus-types alert::tests::test_from_str_roundtrips
68242026-07-27T20:38:44.616Z PASS [ 0.028s] (1147/3122) nexus-types alert::tests::test_is_test
68252026-07-27T20:38:44.628Z PASS [ 0.028s] (1148/3122) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
68262026-07-27T20:38:44.643Z PASS [ 0.027s] (1149/3122) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
68272026-07-27T20:38:44.657Z PASS [ 0.029s] (1150/3122) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
68282026-07-27T20:38:44.672Z PASS [ 0.029s] (1151/3122) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
68292026-07-27T20:38:44.685Z PASS [ 0.028s] (1152/3122) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
68302026-07-27T20:38:44.698Z PASS [ 1.842s] (1153/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
68312026-07-27T20:38:44.702Z PASS [ 0.028s] (1154/3122) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
68322026-07-27T20:38:44.718Z PASS [ 0.033s] (1155/3122) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
68332026-07-27T20:38:44.737Z PASS [ 0.037s] (1156/3122) nexus-types deployment::test::test_serialize_pending_mgs_updates
68342026-07-27T20:38:44.751Z PASS [ 0.032s] (1157/3122) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
68352026-07-27T20:38:44.762Z PASS [ 1.978s] (1158/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
68362026-07-27T20:38:44.778Z PASS [ 0.041s] (1159/3122) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
68372026-07-27T20:38:44.790Z PASS [ 0.038s] (1160/3122) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
68382026-07-27T20:38:44.810Z PASS [ 0.032s] (1161/3122) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
68392026-07-27T20:38:44.810Z PASS [ 0.047s] (1162/3122) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
68402026-07-27T20:38:44.841Z PASS [ 0.052s] (1163/3122) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
68412026-07-27T20:38:44.845Z PASS [ 0.035s] (1164/3122) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
68422026-07-27T20:38:44.852Z PASS [ 0.042s] (1165/3122) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
68432026-07-27T20:38:44.901Z PASS [ 0.059s] (1166/3122) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
68442026-07-27T20:38:44.927Z PASS [ 0.075s] (1167/3122) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
68452026-07-27T20:38:44.931Z PASS [ 0.086s] (1168/3122) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
68462026-07-27T20:38:44.950Z PASS [ 0.049s] (1169/3122) nexus-types fm::case::tests::test_case_display
68472026-07-27T20:38:44.964Z PASS [ 0.031s] (1170/3122) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
68482026-07-27T20:38:44.968Z PASS [ 0.039s] (1171/3122) nexus-types fm::case::tests::test_case_display_colored
68492026-07-27T20:38:44.986Z PASS [ 0.035s] (1172/3122) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
68502026-07-27T20:38:44.999Z PASS [ 0.035s] (1173/3122) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
68512026-07-27T20:38:45.004Z PASS [ 0.039s] (1174/3122) nexus-types quiesce::test::test_drained_blueprint
68522026-07-27T20:38:45.023Z PASS [ 0.037s] (1175/3122) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
68532026-07-27T20:38:45.034Z PASS [ 0.035s] (1176/3122) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
68542026-07-27T20:38:45.042Z PASS [ 0.038s] (1177/3122) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
68552026-07-27T20:38:45.060Z PASS [ 0.037s] (1178/3122) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
68562026-07-27T20:38:45.075Z PASS [ 0.039s] (1179/3122) nexus-types quiesce::test::test_quiesce_block_on_reassignment
68572026-07-27T20:38:45.081Z PASS [ 0.038s] (1180/3122) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
68582026-07-27T20:38:45.096Z PASS [ 0.037s] (1181/3122) nexus-types quiesce::test::test_quiesce_block_on_saga_started
68592026-07-27T20:38:45.111Z PASS [ 0.038s] (1182/3122) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
68602026-07-27T20:38:45.116Z PASS [ 0.035s] (1183/3122) nexus-types quiesce::test::test_quiesce_noop
68612026-07-27T20:38:45.131Z PASS [ 0.034s] (1184/3122) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
68622026-07-27T20:38:45.144Z PASS [ 0.027s] (1185/3122) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
68632026-07-27T20:38:45.153Z PASS [ 0.022s] (1186/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
68642026-07-27T20:38:45.161Z PASS [ 0.048s] (1187/3122) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
68652026-07-27T20:38:45.165Z PASS [ 0.021s] (1188/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
68662026-07-27T20:38:45.177Z PASS [ 0.023s] (1189/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
68672026-07-27T20:38:45.180Z PASS [ 0.021s] (1190/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
68682026-07-27T20:38:45.186Z PASS [ 0.021s] (1191/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
68692026-07-27T20:38:45.201Z PASS [ 0.024s] (1192/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
68702026-07-27T20:38:45.213Z PASS [ 0.032s] (1193/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
68712026-07-27T20:38:45.225Z PASS [ 0.034s] (1194/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
68722026-07-27T20:38:45.230Z PASS [ 0.030s] (1195/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
68732026-07-27T20:38:45.244Z PASS [ 0.031s] (1196/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
68742026-07-27T20:38:45.250Z PASS [ 0.025s] (1197/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
68752026-07-27T20:38:45.276Z PASS [ 0.045s] (1198/3122) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
68762026-07-27T20:38:45.280Z PASS [ 0.035s] (1199/3122) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
68772026-07-27T20:38:45.296Z PASS [ 0.045s] (1200/3122) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
68782026-07-27T20:38:45.311Z PASS [ 0.029s] (1201/3122) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
68792026-07-27T20:38:45.316Z PASS [ 0.040s] (1202/3122) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
68802026-07-27T20:38:45.326Z PASS [ 0.029s] (1203/3122) nexus-types-versions impls::policy::tests::test_policy_parsing
68812026-07-27T20:38:45.343Z PASS [ 0.026s] (1204/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
68822026-07-27T20:38:45.350Z PASS [ 0.040s] (1205/3122) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
68832026-07-27T20:38:45.367Z PASS [ 0.042s] (1206/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
68842026-07-27T20:38:45.372Z PASS [ 0.028s] (1207/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
68852026-07-27T20:38:45.385Z PASS [ 0.034s] (1208/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
68862026-07-27T20:38:45.397Z PASS [ 0.027s] (1209/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
68872026-07-27T20:38:45.401Z PASS [ 0.030s] (1210/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
68882026-07-27T20:38:45.410Z PASS [ 0.027s] (1211/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
68892026-07-27T20:38:45.420Z PASS [ 0.025s] (1212/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
68902026-07-27T20:38:45.428Z PASS [ 0.025s] (1213/3122) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
68912026-07-27T20:38:45.530Z PASS [ 0.118s] (1214/3122) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
68922026-07-27T20:38:45.543Z PASS [ 0.117s] (1215/3122) omicron-certificates tests::test_cert_extended_key_usage
68932026-07-27T20:38:45.565Z PASS [ 0.143s] (1216/3122) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
68942026-07-27T20:38:45.616Z PASS [ 0.086s] (1217/3122) omicron-certificates tests::test_common_name_is_validated
68952026-07-27T20:38:45.644Z PASS [ 0.100s] (1218/3122) omicron-certificates tests::test_subject_alternate_names_are_validated
68962026-07-27T20:38:45.669Z PASS [ 0.103s] (1219/3122) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
68972026-07-27T20:38:45.962Z PASS [ 2.673s] (1220/3122) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
68982026-07-27T20:38:46.113Z PASS [ 8.678s] (1221/3122) nexus-mgs-updates driver_update::test::test_sp_update_basic
68992026-07-27T20:38:46.855Z PASS [ 2.356s] (1222/3122) nexus-test-utils test::test_suite_password_matches_hash
69002026-07-27T20:38:47.101Z PASS [ 1.434s] (1223/3122) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
69012026-07-27T20:38:47.121Z PASS [ 0.021s] (1224/3122) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
69022026-07-27T20:38:47.151Z PASS [ 0.030s] (1225/3122) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
69032026-07-27T20:38:47.357Z PASS [ 0.206s] (1226/3122) omicron-cockroach-metrics tests::test_cluster_client_caching
69042026-07-27T20:38:47.377Z PASS [ 0.019s] (1227/3122) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
69052026-07-27T20:38:47.395Z PASS [ 0.018s] (1228/3122) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
69062026-07-27T20:38:47.414Z PASS [ 0.019s] (1229/3122) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
69072026-07-27T20:38:47.433Z PASS [ 0.019s] (1230/3122) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
69082026-07-27T20:38:47.451Z PASS [ 0.018s] (1231/3122) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
69092026-07-27T20:38:47.470Z PASS [ 0.019s] (1232/3122) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
69102026-07-27T20:38:47.490Z PASS [ 0.019s] (1233/3122) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
69112026-07-27T20:38:47.508Z PASS [ 0.017s] (1234/3122) omicron-common address::test::test_dns_subnets
69122026-07-27T20:38:47.525Z PASS [ 0.017s] (1235/3122) omicron-common address::test::test_ip_range_checks_non_decreasing
69132026-07-27T20:38:47.544Z PASS [ 0.019s] (1236/3122) omicron-common address::test::test_ip_range_enum_deserialization
69142026-07-27T20:38:47.563Z PASS [ 0.020s] (1237/3122) omicron-common address::test::test_ip_range_iter
69152026-07-27T20:38:47.567Z PASS [ 9.706s] (1238/3122) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
69162026-07-27T20:38:47.580Z PASS [ 1.618s] (1239/3122) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
69172026-07-27T20:38:47.585Z PASS [ 0.020s] (1240/3122) omicron-common address::test::test_ip_range_length
69182026-07-27T20:38:47.589Z PASS [ 0.022s] (1241/3122) omicron-common address::test::test_ip_range_try_from
69192026-07-27T20:38:47.601Z PASS [ 0.020s] (1242/3122) omicron-common address::test::test_ipv6_subnet_deserialize
69202026-07-27T20:38:47.605Z PASS [ 0.022s] (1243/3122) omicron-common address::test::test_sled_address
69212026-07-27T20:38:47.613Z PASS [ 0.024s] (1244/3122) omicron-common api::external::error::test::test_bail_unless
69222026-07-27T20:38:47.623Z PASS [ 0.022s] (1245/3122) omicron-common api::external::error::test::test_context
69232026-07-27T20:38:47.631Z PASS [ 0.025s] (1246/3122) omicron-common api::external::http_pagination::test::test_pagination_examples
69242026-07-27T20:38:47.635Z PASS [ 0.022s] (1247/3122) omicron-common api::external::http_pagination::test::test_pagination_schemas
69252026-07-27T20:38:47.645Z PASS [ 0.022s] (1248/3122) omicron-common api::external::http_pagination::test::test_scan_by_id
69262026-07-27T20:38:47.650Z PASS [ 0.019s] (1249/3122) omicron-common api::external::http_pagination::test::test_scan_by_name
69272026-07-27T20:38:47.668Z PASS [ 0.033s] (1250/3122) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
69282026-07-27T20:38:47.668Z PASS [ 0.023s] (1251/3122) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
69292026-07-27T20:38:47.688Z PASS [ 0.037s] (1252/3122) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
69302026-07-27T20:38:47.694Z PASS [ 0.026s] (1253/3122) omicron-common api::external::test::test_bytecount
69312026-07-27T20:38:47.714Z PASS [ 0.027s] (1254/3122) omicron-common api::external::test::test_bytecount_display
69322026-07-27T20:38:47.718Z PASS [ 0.050s] (1255/3122) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
69332026-07-27T20:38:47.718Z PASS [ 0.024s] (1256/3122) omicron-common api::external::test::test_digest
69342026-07-27T20:38:47.737Z PASS [ 0.022s] (1257/3122) omicron-common api::external::test::test_firewall_deserialization
69352026-07-27T20:38:47.747Z PASS [ 0.029s] (1258/3122) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
69362026-07-27T20:38:47.760Z PASS [ 0.036s] (1259/3122) omicron-common api::external::test::test_firewall_rule_host_filter_parse
69372026-07-27T20:38:47.779Z PASS [ 0.042s] (1260/3122) omicron-common api::external::test::test_firewall_rule_target_parse
69382026-07-27T20:38:47.792Z PASS [ 0.044s] (1261/3122) omicron-common api::external::test::test_generation_display_parse
69392026-07-27T20:38:47.800Z PASS [ 0.039s] (1262/3122) omicron-common api::external::test::test_generation_from_int
69402026-07-27T20:38:47.818Z PASS [ 0.026s] (1263/3122) omicron-common api::external::test::test_generation_serde
69412026-07-27T20:38:47.836Z PASS [ 0.033s] (1264/3122) omicron-common api::external::test::test_hostname_from_str
69422026-07-27T20:38:47.843Z PASS [ 0.024s] (1265/3122) omicron-common api::external::test::test_ip_port_range_from_str
69432026-07-27T20:38:47.863Z PASS [ 0.029s] (1266/3122) omicron-common api::external::test::test_ip_port_range_into_str
69442026-07-27T20:38:47.868Z PASS [ 0.025s] (1267/3122) omicron-common api::external::test::test_ipv6_net_operations
69452026-07-27T20:38:47.882Z PASS [ 0.103s] (1268/3122) omicron-common api::external::test::test_generation_overflow
69462026-07-27T20:38:47.929Z PASS [ 0.025s] (1269/3122) omicron-common api::external::test::test_mac_to_int_conversions
69472026-07-27T20:38:47.935Z PASS [ 0.021s] (1270/3122) omicron-common api::external::test::test_macaddr
69482026-07-27T20:38:47.935Z PASS [ 0.022s] (1271/3122) omicron-common api::external::test::test_name_parse_from_param
69492026-07-27T20:38:47.942Z PASS [ 0.080s] (1272/3122) omicron-common api::external::test::test_mac_system_iterator
69502026-07-27T20:38:47.950Z PASS [ 0.022s] (1273/3122) omicron-common api::external::test::test_resource_name_parse
69512026-07-27T20:38:47.976Z PASS [ 0.035s] (1274/3122) omicron-common api::external::test::test_route_destination_parse
69522026-07-27T20:38:47.980Z PASS [ 0.085s] (1275/3122) omicron-common api::external::test::test_name_parse
69532026-07-27T20:38:47.990Z PASS [ 0.043s] (1276/3122) omicron-common api::external::test::test_route_target_parse
69542026-07-27T20:38:47.997Z PASS [ 0.019s] (1277/3122) omicron-common api::external::test::test_semver_serialize
69552026-07-27T20:38:48.008Z PASS [ 0.030s] (1278/3122) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
69562026-07-27T20:38:48.012Z PASS [ 0.021s] (1279/3122) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
69572026-07-27T20:38:48.017Z PASS [ 0.021s] (1280/3122) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
69582026-07-27T20:38:48.027Z PASS [ 0.019s] (1281/3122) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
69592026-07-27T20:38:48.031Z PASS [ 0.018s] (1282/3122) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
69602026-07-27T20:38:48.036Z PASS [ 0.019s] (1283/3122) omicron-common disk::tests::parse_dataset_name
69612026-07-27T20:38:48.046Z PASS [ 0.019s] (1284/3122) omicron-common zpool_name::test::test_parse_bad_zpool_names
69622026-07-27T20:38:48.050Z PASS [ 0.021s] (1285/3122) omicron-common zpool_name::test::test_parse_external_zpool_name
69632026-07-27T20:38:48.058Z PASS [ 0.021s] (1286/3122) omicron-common zpool_name::test::test_parse_internal_zpool_name
69642026-07-27T20:38:48.078Z PASS [ 0.029s] (1287/3122) omicron-common zpool_name::test::test_zpool_name_regex
69652026-07-27T20:38:48.078Z PASS [ 0.032s] (1288/3122) omicron-common zpool_name::test::test_parse_zpool_name_json
69662026-07-27T20:38:48.236Z PASS [ 1.380s] (1289/3122) omicron-cockroach-admin context::tests::test_node_id
69672026-07-27T20:38:48.240Z PASS [ 0.181s] (1290/3122) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
69682026-07-27T20:38:48.277Z PASS [ 0.037s] (1291/3122) omicron-gateway management_switch::location_map::tests::test_config_validation
69692026-07-27T20:38:48.281Z PASS [ 0.201s] (1292/3122) omicron-dev::test-omicron-dev test_omicron_dev_no_args
69702026-07-27T20:38:48.308Z PASS [ 0.031s] (1293/3122) omicron-gateway management_switch::location_map::tests::test_resolve_location
69712026-07-27T20:38:48.350Z PASS [ 0.043s] (1294/3122) omicron-gateway::test_all integration_tests::config::read_production_smf_config
69722026-07-27T20:38:48.510Z PASS [ 0.231s] (1295/3122) omicron-gateway::test_all integration_tests::component_list::component_list
69732026-07-27T20:38:48.576Z PASS [ 0.225s] (1296/3122) omicron-gateway::test_all integration_tests::ereports::ereports_basic
69742026-07-27T20:38:48.728Z PASS [ 0.217s] (1297/3122) omicron-gateway::test_all integration_tests::ereports::ereports_commit
69752026-07-27T20:38:48.743Z PASS [ 13.488s] (1298/3122) nexus-db-queries policy_test::test_conferred_roles
69762026-07-27T20:38:48.787Z PASS [ 0.211s] (1299/3122) omicron-gateway::test_all integration_tests::ereports::ereports_limit
69772026-07-27T20:38:48.929Z PASS [ 3.314s] (1300/3122) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
69782026-07-27T20:38:48.994Z PASS [ 0.207s] (1301/3122) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
69792026-07-27T20:38:49.023Z PASS [ 0.279s] (1302/3122) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
69802026-07-27T20:38:49.028Z PASS [ 0.031s] (1303/3122) omicron-ledger test::test_commit_handles_write_failures
69812026-07-27T20:38:49.048Z PASS [ 0.025s] (1304/3122) omicron-ledger test::test_create_default_ledger
69822026-07-27T20:38:49.052Z PASS [ 0.026s] (1305/3122) omicron-ledger test::test_create_ledger_reads_from_storage
69832026-07-27T20:38:49.071Z PASS [ 0.024s] (1306/3122) omicron-ledger test::test_create_ledger_reads_latest_from_storage
69842026-07-27T20:38:49.075Z PASS [ 0.020s] (1307/3122) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
69852026-07-27T20:38:49.090Z PASS [ 0.018s] (1308/3122) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
69862026-07-27T20:38:49.094Z PASS [ 0.018s] (1309/3122) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
69872026-07-27T20:38:49.108Z PASS [ 0.018s] (1310/3122) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
69882026-07-27T20:38:49.112Z PASS [ 0.021s] (1311/3122) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
69892026-07-27T20:38:49.166Z PASS [ 0.438s] (1312/3122) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
69902026-07-27T20:38:49.186Z PASS [ 0.257s] (1313/3122) omicron-gateway::test_all integration_tests::task_dump::task_dump
69912026-07-27T20:38:49.242Z PASS [ 0.056s] (1314/3122) omicron-nexus app::alert::tests::test_alert_class_list
69922026-07-27T20:38:50.762Z PASS [ 4.649s] (1315/3122) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
69932026-07-27T20:38:50.781Z PASS [ 130.512s] (1316/3122) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69942026-07-27T20:38:51.158Z PASS [ 5.514s] (1317/3122) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
69952026-07-27T20:38:51.379Z PASS [ 12.102s] (1318/3122) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
69962026-07-27T20:38:51.601Z PASS [ 12.845s] (1319/3122) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
69972026-07-27T20:38:51.883Z PASS [ 14.447s] (1320/3122) nexus-mgs-updates driver_update::test::test_sp_update_takeover
69982026-07-27T20:38:51.966Z PASS [ 12.582s] (1321/3122) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
69992026-07-27T20:38:52.013Z PASS [ 0.046s] (1322/3122) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
70002026-07-27T20:38:52.181Z PASS [ 0.168s] (1323/3122) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
70012026-07-27T20:38:52.250Z PASS [ 0.069s] (1324/3122) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
70022026-07-27T20:38:52.287Z PASS [ 12.500s] (1325/3122) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
70032026-07-27T20:38:52.294Z PASS [ 0.044s] (1326/3122) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
70042026-07-27T20:38:52.329Z PASS [ 0.042s] (1327/3122) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
70052026-07-27T20:38:56.863Z PASS [ 12.165s] (1328/3122) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
70062026-07-27T20:38:57.551Z PASS [ 19.691s] (1329/3122) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
70072026-07-27T20:38:58.118Z PASS [ 5.789s] (1330/3122) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
70082026-07-27T20:39:00.052Z PASS [ 11.973s] (1331/3122) omicron-dev::test-omicron-dev test_run_all
70092026-07-27T20:39:01.370Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
70102026-07-27T20:39:01.398Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
70112026-07-27T20:39:01.557Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
70122026-07-27T20:39:02.410Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
70132026-07-27T20:39:02.972Z PASS [ 19.456s] (1332/3122) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
70142026-07-27T20:39:03.342Z PASS [ 6.478s] (1333/3122) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
70152026-07-27T20:39:03.880Z PASS [ 6.329s] (1334/3122) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
70162026-07-27T20:39:04.431Z PASS [ 13.668s] (1335/3122) omicron-nexus app::background::driver::test::test_driver_basic
70172026-07-27T20:39:05.070Z PASS [ 15.826s] (1336/3122) omicron-nexus app::background::driver::test::test_activation_in_progress
70182026-07-27T20:39:05.502Z PASS [ 13.619s] (1337/3122) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
70192026-07-27T20:39:05.568Z PASS [ 0.066s] (1338/3122) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
70202026-07-27T20:39:05.802Z PASS [ 15.021s] (1339/3122) omicron-nexus app::background::init::test::test_dns_propagation_basic
70212026-07-27T20:39:06.766Z PASS [ 22.819s] (1340/3122) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
70222026-07-27T20:39:09.743Z PASS [ 25.710s] (1341/3122) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
70232026-07-27T20:39:10.075Z PASS [ 6.196s] (1342/3122) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
70242026-07-27T20:39:10.887Z PASS [ 21.776s] (1343/3122) omicron-ls-apis::test_dependencies test_api_check
70252026-07-27T20:39:11.003Z PASS [ 6.572s] (1344/3122) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
70262026-07-27T20:39:11.093Z PASS [ 32.771s] (1345/3122) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
70272026-07-27T20:39:11.698Z PASS [ 6.629s] (1346/3122) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
70282026-07-27T20:39:11.803Z PASS [ 22.683s] (1347/3122) omicron-ls-apis::test_dependencies test_api_dependencies
70292026-07-27T20:39:11.829Z PASS [ 27.647s] (1348/3122) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
70302026-07-27T20:39:11.903Z PASS [ 8.558s] (1349/3122) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
70312026-07-27T20:39:11.995Z PASS [ 20.836s] (1350/3122) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
70322026-07-27T20:39:12.587Z PASS [ 20.985s] (1351/3122) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
70332026-07-27T20:39:13.421Z PASS [ 22.041s] (1352/3122) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
70342026-07-27T20:39:13.754Z PASS [ 24.588s] (1353/3122) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
70352026-07-27T20:39:14.002Z PASS [ 13.951s] (1354/3122) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
70362026-07-27T20:39:16.183Z PASS [ 18.066s] (1355/3122) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
70372026-07-27T20:39:17.900Z PASS [ 6.200s] (1356/3122) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
70382026-07-27T20:39:18.033Z PASS [ 6.236s] (1357/3122) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
70392026-07-27T20:39:18.303Z PASS [ 6.404s] (1358/3122) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
70402026-07-27T20:39:18.347Z PASS [ 6.519s] (1359/3122) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
70412026-07-27T20:39:18.919Z PASS [ 6.924s] (1360/3122) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
70422026-07-27T20:39:19.163Z PASS [ 6.576s] (1361/3122) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
70432026-07-27T20:39:20.149Z PASS [ 6.728s] (1362/3122) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
70442026-07-27T20:39:20.153Z PASS [ 14.346s] (1363/3122) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
70452026-07-27T20:39:20.619Z PASS [ 6.865s] (1364/3122) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
70462026-07-27T20:39:20.784Z PASS [ 15.216s] (1365/3122) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
70472026-07-27T20:39:20.838Z PASS [ 0.054s] (1366/3122) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
70482026-07-27T20:39:20.894Z PASS [ 0.054s] (1367/3122) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
70492026-07-27T20:39:20.942Z PASS [ 0.050s] (1368/3122) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
70502026-07-27T20:39:20.994Z PASS [ 0.052s] (1369/3122) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
70512026-07-27T20:39:21.068Z PASS [ 7.066s] (1370/3122) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
70522026-07-27T20:39:21.152Z PASS [ 0.084s] (1371/3122) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
70532026-07-27T20:39:21.157Z PASS [ 0.163s] (1372/3122) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
70542026-07-27T20:39:21.245Z PASS [ 14.480s] (1373/3122) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
70552026-07-27T20:39:21.285Z PASS [ 0.128s] (1374/3122) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
70562026-07-27T20:39:21.292Z PASS [ 0.046s] (1375/3122) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
70572026-07-27T20:39:21.310Z PASS [ 0.156s] (1376/3122) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
70582026-07-27T20:39:21.343Z PASS [ 0.049s] (1377/3122) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
70592026-07-27T20:39:21.360Z PASS [ 0.051s] (1378/3122) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
70602026-07-27T20:39:21.384Z PASS [ 0.100s] (1379/3122) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
70612026-07-27T20:39:21.396Z PASS [ 0.055s] (1380/3122) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
70622026-07-27T20:39:21.408Z PASS [ 0.048s] (1381/3122) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
70632026-07-27T20:39:21.432Z PASS [ 0.048s] (1382/3122) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
70642026-07-27T20:39:21.447Z PASS [ 0.051s] (1383/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
70652026-07-27T20:39:21.454Z PASS [ 0.047s] (1384/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
70662026-07-27T20:39:21.480Z PASS [ 0.048s] (1385/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
70672026-07-27T20:39:21.498Z PASS [ 0.051s] (1386/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
70682026-07-27T20:39:21.502Z PASS [ 0.047s] (1387/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
70692026-07-27T20:39:21.530Z PASS [ 0.049s] (1388/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
70702026-07-27T20:39:21.551Z PASS [ 0.053s] (1389/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
70712026-07-27T20:39:21.555Z PASS [ 0.052s] (1390/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
70722026-07-27T20:39:21.585Z PASS [ 0.055s] (1391/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
70732026-07-27T20:39:21.667Z PASS [ 0.115s] (1392/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
70742026-07-27T20:39:21.691Z PASS [ 0.137s] (1393/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
70752026-07-27T20:39:21.697Z PASS [ 0.112s] (1394/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
70762026-07-27T20:39:21.716Z PASS [ 0.049s] (1395/3122) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
70772026-07-27T20:39:23.163Z PASS [ 6.977s] (1396/3122) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
70782026-07-27T20:39:23.786Z PASS [ 20.815s] (1397/3122) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
70792026-07-27T20:39:23.859Z PASS [ 5.962s] (1398/3122) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
70802026-07-27T20:39:24.238Z PASS [ 14.496s] (1399/3122) omicron-nexus app::background::tasks::dns_config::test::test_basic
70812026-07-27T20:39:24.260Z PASS [ 14.184s] (1400/3122) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
70822026-07-27T20:39:24.602Z PASS [ 13.715s] (1401/3122) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
70832026-07-27T20:39:24.704Z PASS [ 13.611s] (1402/3122) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
70842026-07-27T20:39:25.308Z PASS [ 14.305s] (1403/3122) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
70852026-07-27T20:39:26.012Z PASS [ 37.776s] (1404/3122) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
70862026-07-27T20:39:26.491Z PASS [ 6.342s] (1405/3122) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
70872026-07-27T20:39:32.766Z PASS [ 40.472s] (1406/3122) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
70882026-07-27T20:39:33.125Z PASS [ 54.803s] (1407/3122) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
70892026-07-27T20:39:35.373Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
70902026-07-27T20:39:37.615Z PASS [ 16.995s] (1408/3122) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
70912026-07-27T20:39:38.626Z PASS [ 14.839s] (1409/3122) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
70922026-07-27T20:39:38.671Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
70932026-07-27T20:39:38.715Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
70942026-07-27T20:39:38.779Z PASS [ 14.919s] (1410/3122) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
70952026-07-27T20:39:38.816Z PASS [ 60.147s] (1411/3122) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
70962026-07-27T20:39:39.632Z PASS [ 19.485s] (1412/3122) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
70972026-07-27T20:39:39.983Z PASS [ 15.744s] (1413/3122) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
70982026-07-27T20:39:40.062Z PASS [ 15.357s] (1414/3122) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
70992026-07-27T20:39:40.277Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
71002026-07-27T20:39:40.320Z PASS [ 22.017s] (1415/3122) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
71012026-07-27T20:39:40.329Z PASS [ 15.020s] (1416/3122) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
71022026-07-27T20:39:40.482Z PASS [ 17.321s] (1417/3122) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
71032026-07-27T20:39:40.696Z PASS [ 16.437s] (1418/3122) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
71042026-07-27T20:39:40.783Z PASS [ 14.771s] (1419/3122) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
71052026-07-27T20:39:41.521Z PASS [ 22.604s] (1420/3122) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
71062026-07-27T20:39:42.007Z PASS [ 17.406s] (1421/3122) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
71072026-07-27T20:39:42.549Z PASS [ 3.733s] (1422/3122) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
71082026-07-27T20:39:42.624Z PASS [ 20.932s] (1423/3122) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
71092026-07-27T20:39:42.825Z PASS [ 4.197s] (1424/3122) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
71102026-07-27T20:39:43.844Z PASS [ 4.212s] (1425/3122) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
71112026-07-27T20:39:44.164Z PASS [ 4.181s] (1426/3122) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
71122026-07-27T20:39:44.570Z PASS [ 4.508s] (1427/3122) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
71132026-07-27T20:39:44.693Z PASS [ 69.321s] (1428/3122) nexus-db-queries policy_test::test_iam_roles_behavior
71142026-07-27T20:39:45.570Z PASS [ 5.240s] (1429/3122) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
71152026-07-27T20:39:45.679Z PASS [ 5.359s] (1430/3122) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
71162026-07-27T20:39:45.757Z PASS [ 0.078s] (1431/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
71172026-07-27T20:39:45.824Z PASS [ 0.067s] (1432/3122) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
71182026-07-27T20:39:45.887Z PASS [ 0.062s] (1433/3122) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
71192026-07-27T20:39:45.947Z PASS [ 0.060s] (1434/3122) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
71202026-07-27T20:39:46.008Z PASS [ 0.062s] (1435/3122) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
71212026-07-27T20:39:46.082Z PASS [ 0.061s] (1436/3122) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
71222026-07-27T20:39:46.210Z PASS [ 0.140s] (1437/3122) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
71232026-07-27T20:39:46.373Z PASS [ 13.200s] (1438/3122) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
71242026-07-27T20:39:46.621Z PASS [ 0.289s] (1439/3122) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
71252026-07-27T20:39:46.638Z PASS [ 0.420s] (1440/3122) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
71262026-07-27T20:39:46.756Z PASS [ 20.262s] (1441/3122) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
71272026-07-27T20:39:46.840Z PASS [ 0.063s] (1442/3122) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
71282026-07-27T20:39:46.870Z PASS [ 0.052s] (1443/3122) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
71292026-07-27T20:39:46.902Z PASS [ 0.285s] (1444/3122) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
71302026-07-27T20:39:46.925Z PASS [ 0.052s] (1445/3122) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
71312026-07-27T20:39:46.948Z PASS [ 0.047s] (1446/3122) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
71322026-07-27T20:39:46.976Z PASS [ 0.053s] (1447/3122) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
71332026-07-27T20:39:47.025Z PASS [ 0.076s] (1448/3122) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
71342026-07-27T20:39:47.031Z PASS [ 0.055s] (1449/3122) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
71352026-07-27T20:39:47.075Z PASS [ 0.046s] (1450/3122) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
71362026-07-27T20:39:47.098Z PASS [ 0.048s] (1451/3122) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
71372026-07-27T20:39:47.133Z PASS [ 0.063s] (1452/3122) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
71382026-07-27T20:39:47.140Z PASS [ 0.061s] (1453/3122) omicron-nexus app::crucible::test::upstairs_health_search
71392026-07-27T20:39:47.255Z PASS [ 0.111s] (1454/3122) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
71402026-07-27T20:39:47.342Z PASS [ 0.085s] (1455/3122) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
71412026-07-27T20:39:47.390Z PASS [ 0.247s] (1456/3122) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
71422026-07-27T20:39:47.492Z PASS [ 0.105s] (1457/3122) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
71432026-07-27T20:39:47.827Z PASS [ 1.180s] (1458/3122) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
71442026-07-27T20:39:47.946Z PASS [ 0.134s] (1459/3122) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
71452026-07-27T20:39:48.059Z PASS [ 0.112s] (1460/3122) omicron-nexus app::external_endpoints::test::test_no_endpoint
71462026-07-27T20:39:48.073Z PASS [ 0.732s] (1461/3122) omicron-nexus app::external_endpoints::test::test_authority
71472026-07-27T20:39:48.142Z PASS [ 0.086s] (1462/3122) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
71482026-07-27T20:39:48.151Z PASS [ 0.082s] (1463/3122) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
71492026-07-27T20:39:48.268Z PASS [ 0.113s] (1464/3122) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
71502026-07-27T20:39:48.306Z PASS [ 0.163s] (1465/3122) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
71512026-07-27T20:39:48.357Z PASS [ 0.093s] (1466/3122) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
71522026-07-27T20:39:48.369Z PASS [ 0.060s] (1467/3122) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
71532026-07-27T20:39:48.430Z PASS [ 0.059s] (1468/3122) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
71542026-07-27T20:39:48.435Z PASS [ 0.072s] (1469/3122) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
71552026-07-27T20:39:48.490Z PASS [ 0.056s] (1470/3122) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
71562026-07-27T20:39:48.502Z PASS [ 0.061s] (1471/3122) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
71572026-07-27T20:39:48.615Z PASS [ 0.128s] (1472/3122) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
71582026-07-27T20:39:48.621Z PASS [ 0.135s] (1473/3122) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
71592026-07-27T20:39:48.668Z PASS [ 0.057s] (1474/3122) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
71602026-07-27T20:39:48.675Z PASS [ 0.054s] (1475/3122) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
71612026-07-27T20:39:48.724Z PASS [ 0.056s] (1476/3122) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
71622026-07-27T20:39:48.731Z PASS [ 0.056s] (1477/3122) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
71632026-07-27T20:39:48.782Z PASS [ 0.057s] (1478/3122) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
71642026-07-27T20:39:48.790Z PASS [ 0.058s] (1479/3122) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
71652026-07-27T20:39:48.839Z PASS [ 0.058s] (1480/3122) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
71662026-07-27T20:39:48.867Z PASS [ 0.077s] (1481/3122) omicron-nexus app::multicast::tests::test_is_ssm_address
71672026-07-27T20:39:49.639Z PASS [ 2.154s] (1482/3122) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
71682026-07-27T20:39:49.680Z PASS [ 27.964s] (1483/3122) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
71692026-07-27T20:39:49.741Z PASS [ 0.059s] (1484/3122) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
71702026-07-27T20:39:50.846Z PASS [ 29.149s] (1485/3122) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
71712026-07-27T20:39:50.868Z PASS [ 13.254s] (1486/3122) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
71722026-07-27T20:39:51.653Z PASS [ 18.886s] (1487/3122) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
71732026-07-27T20:39:52.731Z PASS [ 111.176s] (1488/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
71742026-07-27T20:39:53.717Z PASS [ 12.934s] (1489/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
71752026-07-27T20:39:53.787Z PASS [ 15.008s] (1490/3122) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
71762026-07-27T20:39:54.374Z PASS [ 11.824s] (1491/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
71772026-07-27T20:39:54.782Z PASS [ 14.300s] (1492/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
71782026-07-27T20:39:55.373Z PASS [ 13.367s] (1493/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
71792026-07-27T20:39:55.550Z PASS [ 14.028s] (1494/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
71802026-07-27T20:39:55.771Z PASS [ 11.926s] (1495/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
71812026-07-27T20:39:56.998Z PASS [ 115.601s] (1496/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
71822026-07-27T20:39:57.844Z PASS [ 17.147s] (1497/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
71832026-07-27T20:39:58.306Z PASS [ 40.274s] (1498/3122) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
71842026-07-27T20:39:59.282Z PASS [ 14.712s] (1499/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
71852026-07-27T20:39:59.680Z PASS [ 40.518s] (1500/3122) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
71862026-07-27T20:39:59.821Z PASS [ 16.997s] (1501/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
71872026-07-27T20:39:59.824Z PASS [ 117.415s] (1502/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
71882026-07-27T20:40:00.024Z PASS [ 15.331s] (1503/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
71892026-07-27T20:40:00.309Z PASS [ 41.961s] (1504/3122) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
71902026-07-27T20:40:00.501Z PASS [ 14.931s] (1505/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
71912026-07-27T20:40:00.524Z PASS [ 16.360s] (1506/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
71922026-07-27T20:40:00.967Z PASS [ 82.253s] (1507/3122) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
71932026-07-27T20:40:01.410Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
71942026-07-27T20:40:03.441Z PASS [ 14.601s] (1508/3122) omicron-nexus app::quiesce::test::test_quiesce_easy
71952026-07-27T20:40:03.682Z PASS [ 14.814s] (1509/3122) omicron-nexus app::quiesce::test::test_quiesce_full
71962026-07-27T20:40:05.118Z PASS [ 22.494s] (1510/3122) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
71972026-07-27T20:40:05.254Z PASS [ 15.614s] (1511/3122) omicron-nexus app::quiesce::test::test_quiesce_multi
71982026-07-27T20:40:09.746Z PASS [ 20.006s] (1512/3122) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
71992026-07-27T20:40:12.775Z PASS [ 21.928s] (1513/3122) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
72002026-07-27T20:40:13.813Z PASS [ 18.438s] (1514/3122) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
72012026-07-27T20:40:14.309Z PASS [ 23.441s] (1515/3122) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
72022026-07-27T20:40:14.532Z PASS [ 22.879s] (1516/3122) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
72032026-07-27T20:40:17.813Z PASS [ 17.989s] (1517/3122) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
72042026-07-27T20:40:18.135Z PASS [ 17.633s] (1518/3122) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
72052026-07-27T20:40:18.941Z PASS [ 18.630s] (1519/3122) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
72062026-07-27T20:40:19.195Z PASS [ 19.373s] (1520/3122) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
72072026-07-27T20:40:19.262Z PASS [ 18.295s] (1521/3122) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
72082026-07-27T20:40:19.503Z PASS [ 25.785s] (1522/3122) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
72092026-07-27T20:40:19.619Z PASS [ 19.595s] (1523/3122) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
72102026-07-27T20:40:19.680Z PASS [ 14.562s] (1524/3122) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
72112026-07-27T20:40:20.014Z PASS [ 16.332s] (1525/3122) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
72122026-07-27T20:40:21.543Z PASS [ 21.019s] (1526/3122) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
72132026-07-27T20:40:22.475Z PASS [ 26.704s] (1527/3122) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
72142026-07-27T20:40:23.198Z PASS [ 28.824s] (1528/3122) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
72152026-07-27T20:40:26.573Z PASS [ 21.318s] (1529/3122) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
72162026-07-27T20:40:28.065Z PASS [ 29.759s] (1530/3122) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
72172026-07-27T20:40:28.185Z PASS [ 33.403s] (1531/3122) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
72182026-07-27T20:40:28.941Z PASS [ 36.208s] (1532/3122) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
72192026-07-27T20:40:29.054Z PASS [ 31.209s] (1533/3122) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
72202026-07-27T20:40:29.938Z PASS [ 30.257s] (1534/3122) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
72212026-07-27T20:40:31.121Z PASS [ 16.811s] (1535/3122) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
72222026-07-27T20:40:31.173Z PASS [ 17.343s] (1536/3122) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
72232026-07-27T20:40:32.159Z PASS [ 22.414s] (1537/3122) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
72242026-07-27T20:40:35.671Z PASS [ 21.131s] (1538/3122) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
72252026-07-27T20:40:36.030Z PASS [ 32.579s] (1539/3122) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
72262026-07-27T20:40:39.465Z PASS [ 21.331s] (1540/3122) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
72272026-07-27T20:40:40.032Z PASS [ 20.770s] (1541/3122) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
72282026-07-27T20:40:40.060Z PASS [ 21.121s] (1542/3122) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
72292026-07-27T20:40:40.195Z PASS [ 20.515s] (1543/3122) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
72302026-07-27T20:40:40.280Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
72312026-07-27T20:40:41.002Z PASS [ 21.499s] (1544/3122) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
72322026-07-27T20:40:41.293Z PASS [ 21.279s] (1545/3122) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
72332026-07-27T20:40:42.909Z PASS [ 20.433s] (1546/3122) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
72342026-07-27T20:40:43.898Z PASS [ 20.700s] (1547/3122) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
72352026-07-27T20:40:43.975Z PASS [ 50.188s] (1548/3122) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
72362026-07-27T20:40:46.329Z PASS [ 50.778s] (1549/3122) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
72372026-07-27T20:40:48.162Z PASS [ 20.095s] (1550/3122) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
72382026-07-27T20:40:49.322Z PASS [ 20.268s] (1551/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
72392026-07-27T20:40:49.624Z PASS [ 21.438s] (1552/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
72402026-07-27T20:40:51.913Z PASS [ 52.630s] (1553/3122) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
72412026-07-27T20:40:51.933Z PASS [ 11.737s] (1554/3122) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
72422026-07-27T20:40:52.081Z PASS [ 11.078s] (1555/3122) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
72432026-07-27T20:40:52.219Z PASS [ 22.281s] (1556/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
72442026-07-27T20:40:52.814Z PASS [ 21.659s] (1557/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
72452026-07-27T20:40:52.967Z PASS [ 11.674s] (1558/3122) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
72462026-07-27T20:40:55.179Z PASS [ 12.270s] (1559/3122) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
72472026-07-27T20:40:55.241Z PASS [ 0.062s] (1560/3122) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
72482026-07-27T20:40:56.035Z PASS [ 20.371s] (1561/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
72492026-07-27T20:40:56.105Z PASS [ 12.129s] (1562/3122) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
72502026-07-27T20:40:56.395Z PASS [ 12.496s] (1563/3122) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
72512026-07-27T20:40:56.999Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
72522026-07-27T20:40:57.522Z PASS [ 21.502s] (1564/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
72532026-07-27T20:40:57.809Z PASS [ 17.776s] (1565/3122) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
72542026-07-27T20:40:58.473Z PASS [ 18.412s] (1566/3122) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
72552026-07-27T20:40:59.087Z PASS [ 10.925s] (1567/3122) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
72562026-07-27T20:41:01.242Z PASS [ 11.619s] (1568/3122) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
72572026-07-27T20:41:01.373Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
72582026-07-27T20:41:02.405Z PASS [ 65.406s] (1569/3122) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
72592026-07-27T20:41:05.066Z PASS [ 12.092s] (1570/3122) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
72602026-07-27T20:41:07.047Z PASS [ 27.572s] (1571/3122) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
72612026-07-27T20:41:11.074Z PASS [ 9.830s] (1572/3122) omicron-nexus app::sagas::test_saga::test_saga_stuck
72622026-07-27T20:41:12.786Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
72632026-07-27T20:41:13.353Z PASS [ 16.958s] (1573/3122) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
72642026-07-27T20:41:13.720Z PASS [ 16.197s] (1574/3122) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
72652026-07-27T20:41:14.069Z PASS [ 16.261s] (1575/3122) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
72662026-07-27T20:41:14.531Z PASS [ 52.978s] (1576/3122) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
72672026-07-27T20:41:14.847Z PASS [ 12.443s] (1577/3122) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
72682026-07-27T20:41:15.078Z PASS [ 15.985s] (1578/3122) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
72692026-07-27T20:41:15.126Z PASS [ 16.653s] (1579/3122) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
72702026-07-27T20:41:15.200Z PASS [ 25.875s] (1580/3122) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
72712026-07-27T20:41:16.496Z PASS [ 11.436s] (1581/3122) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
72722026-07-27T20:41:16.920Z PASS [ 64.145s] (1582/3122) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
72732026-07-27T20:41:17.525Z PASS [ 10.487s] (1583/3122) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
72742026-07-27T20:41:17.817Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
72752026-07-27T20:41:19.201Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
72762026-07-27T20:41:19.623Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72772026-07-27T20:41:22.510Z PASS [ 36.181s] (1584/3122) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
72782026-07-27T20:41:24.115Z PASS [ 28.873s] (1585/3122) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
72792026-07-27T20:41:24.178Z PASS [ 13.091s] (1586/3122) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
72802026-07-27T20:41:24.254Z PASS [ 0.082s] (1587/3122) omicron-nexus app::update::test::test_problems_all_unhealthy
72812026-07-27T20:41:24.346Z PASS [ 0.075s] (1588/3122) omicron-nexus app::update::test::test_problems_healthy_system
72822026-07-27T20:41:24.406Z PASS [ 0.082s] (1589/3122) omicron-nexus app::update::test::test_problems_missing_sleds
72832026-07-27T20:41:24.483Z PASS [ 0.077s] (1590/3122) omicron-nexus app::update::test::test_problems_stale_inventory
72842026-07-27T20:41:24.560Z PASS [ 0.077s] (1591/3122) omicron-nexus app::update::test::test_problems_stuck_sagas
72852026-07-27T20:41:24.648Z PASS [ 0.088s] (1592/3122) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
72862026-07-27T20:41:24.763Z PASS [ 0.115s] (1593/3122) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
72872026-07-27T20:41:24.849Z PASS [ 0.086s] (1594/3122) omicron-nexus app::update::test::test_problems_stuck_update
72882026-07-27T20:41:24.940Z PASS [ 0.091s] (1595/3122) omicron-nexus app::update::test::test_problems_unhealthy_services
72892026-07-27T20:41:25.031Z PASS [ 0.091s] (1596/3122) omicron-nexus app::update::test::test_problems_unhealthy_zpools
72902026-07-27T20:41:25.110Z PASS [ 0.079s] (1597/3122) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
72912026-07-27T20:41:25.747Z PASS [ 11.223s] (1598/3122) omicron-nexus app::update::test::test_contact_support_all_unhealthy
72922026-07-27T20:41:25.825Z PASS [ 0.076s] (1599/3122) omicron-nexus external_api::console_api::test::test_accept_gz
72932026-07-27T20:41:25.885Z PASS [ 0.062s] (1600/3122) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
72942026-07-27T20:41:25.951Z PASS [ 0.066s] (1601/3122) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
72952026-07-27T20:41:26.018Z PASS [ 0.067s] (1602/3122) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
72962026-07-27T20:41:26.069Z PASS [ 29.961s] (1603/3122) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
72972026-07-27T20:41:26.076Z PASS [ 0.058s] (1604/3122) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
72982026-07-27T20:41:26.122Z PASS [ 0.055s] (1605/3122) omicron-nexus external_api::console_api::test::test_find_file_finds_file
72992026-07-27T20:41:26.138Z PASS [ 0.061s] (1606/3122) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
73002026-07-27T20:41:26.178Z PASS [ 0.055s] (1607/3122) omicron-nexus external_api::console_api::test::test_relative_uri
73012026-07-27T20:41:26.506Z PASS [ 11.658s] (1608/3122) omicron-nexus app::update::test::test_contact_support_healthy_system
73022026-07-27T20:41:26.535Z PASS [ 13.182s] (1609/3122) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
73032026-07-27T20:41:26.674Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73042026-07-27T20:41:27.087Z PASS [ 11.943s] (1610/3122) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
73052026-07-27T20:41:27.093Z PASS [ 11.889s] (1611/3122) omicron-nexus app::update::test::test_contact_support_missing_sleds
73062026-07-27T20:41:27.223Z PASS [ 12.024s] (1612/3122) omicron-nexus app::update::test::test_contact_support_stuck_saga
73072026-07-27T20:41:27.301Z PASS [ 2.191s] (1613/3122) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
73082026-07-27T20:41:27.369Z PASS [ 58.429s] (1614/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
73092026-07-27T20:41:28.771Z PASS [ 14.691s] (1615/3122) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
73102026-07-27T20:41:28.852Z PASS [ 11.997s] (1616/3122) omicron-nexus app::update::test::test_contact_support_stuck_update
73112026-07-27T20:41:28.852Z PASS [ 14.657s] (1617/3122) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
73122026-07-27T20:41:29.082Z PASS [ 12.157s] (1618/3122) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
73132026-07-27T20:41:29.961Z PASS [ 12.436s] (1619/3122) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
73142026-07-27T20:41:31.124Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
73152026-07-27T20:41:32.164Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73162026-07-27T20:41:33.887Z PASS [ 41.793s] (1620/3122) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
73172026-07-27T20:41:34.600Z PASS [ 12.089s] (1621/3122) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
73182026-07-27T20:41:36.354Z PASS [ 12.239s] (1622/3122) omicron-nexus app::update::test::test_contact_support_update_in_progress
73192026-07-27T20:41:41.415Z PASS [ 46.040s] (1623/3122) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
73202026-07-27T20:41:41.472Z PASS [ 46.808s] (1624/3122) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
73212026-07-27T20:41:41.472Z PASS [ 12.675s] (1625/3122) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
73222026-07-27T20:41:41.472Z PASS [ 12.988s] (1626/3122) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
73232026-07-27T20:41:41.473Z PASS [ 0.419s] (1627/3122) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
73242026-07-27T20:41:41.473Z PASS [ 47.284s] (1628/3122) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
73252026-07-27T20:41:41.483Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
73262026-07-27T20:41:41.483Z PASS [ 2.116s] (1629/3122) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
73272026-07-27T20:41:41.483Z PASS [ 2.240s] (1630/3122) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
73282026-07-27T20:41:42.745Z PASS [ 13.667s] (1631/3122) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
73292026-07-27T20:41:43.726Z PASS [ 16.505s] (1632/3122) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
73302026-07-27T20:41:43.889Z PASS [ 15.162s] (1633/3122) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
73312026-07-27T20:41:45.394Z PASS [ 18.858s] (1634/3122) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
73322026-07-27T20:41:45.398Z PASS [ 18.382s] (1635/3122) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
73332026-07-27T20:41:45.440Z PASS [ 16.947s] (1636/3122) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
73342026-07-27T20:41:45.494Z PASS [ 18.193s] (1637/3122) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
73352026-07-27T20:41:45.905Z PASS [ 18.536s] (1638/3122) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
73362026-07-27T20:41:48.991Z PASS [ 11.037s] (1639/3122) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
73372026-07-27T20:41:49.207Z PASS [ 90.012s] (1640/3122) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
73382026-07-27T20:41:50.965Z PASS [ 10.866s] (1641/3122) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
73392026-07-27T20:41:51.171Z PASS [ 16.572s] (1642/3122) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
73402026-07-27T20:41:51.378Z PASS [ 10.397s] (1643/3122) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
73412026-07-27T20:41:51.517Z PASS [ 11.604s] (1644/3122) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
73422026-07-27T20:41:52.224Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
73432026-07-27T20:41:53.170Z PASS [ 26.155s] (1645/3122) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
73442026-07-27T20:41:53.218Z PASS [ 12.249s] (1646/3122) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
73452026-07-27T20:41:53.825Z PASS [ 96.011s] (1647/3122) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
73462026-07-27T20:41:54.178Z PASS [ 10.452s] (1648/3122) omicron-nexus::test_all integration_tests::basic::test_basic_failures
73472026-07-27T20:41:54.488Z PASS [ 18.134s] (1649/3122) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
73482026-07-27T20:41:54.978Z PASS [ 26.566s] (1650/3122) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
73492026-07-27T20:41:55.147Z PASS [ 12.402s] (1651/3122) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
73502026-07-27T20:41:55.295Z PASS [ 84.174s] (1652/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
73512026-07-27T20:41:55.341Z PASS [ 0.193s] (1653/3122) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
73522026-07-27T20:41:55.881Z PASS [ 1.393s] (1654/3122) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
73532026-07-27T20:41:55.896Z PASS [ 10.402s] (1655/3122) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
73542026-07-27T20:41:56.037Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
73552026-07-27T20:41:56.245Z PASS [ 10.852s] (1656/3122) omicron-nexus::test_all integration_tests::basic::test_ping
73562026-07-27T20:41:56.415Z PASS [ 84.255s] (1657/3122) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73572026-07-27T20:41:56.674Z PASS [ 1.697s] (1658/3122) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
73582026-07-27T20:41:56.815Z PASS [ 10.910s] (1659/3122) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
73592026-07-27T20:41:57.859Z PASS [ 65.639s] (1660/3122) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
73602026-07-27T20:42:00.712Z PASS [ 11.505s] (1661/3122) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
73612026-07-27T20:42:01.286Z PASS [ 12.295s] (1662/3122) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
73622026-07-27T20:42:01.374Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73632026-07-27T20:42:02.891Z PASS [ 11.927s] (1663/3122) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
73642026-07-27T20:42:03.217Z PASS [ 11.699s] (1664/3122) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
73652026-07-27T20:42:03.293Z PASS [ 12.121s] (1665/3122) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
73662026-07-27T20:42:04.151Z PASS [ 18.754s] (1666/3122) omicron-nexus::test_all integration_tests::basic::test_projects_basic
73672026-07-27T20:42:05.368Z PASS [ 12.150s] (1667/3122) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
73682026-07-27T20:42:05.449Z PASS [ 21.560s] (1668/3122) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
73692026-07-27T20:42:05.785Z PASS [ 99.212s] (1669/3122) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73702026-07-27T20:42:05.829Z PASS [ 14.451s] (1670/3122) omicron-nexus::test_all integration_tests::certificates::test_crud
73712026-07-27T20:42:06.415Z PASS [ 12.237s] (1671/3122) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
73722026-07-27T20:42:06.462Z PASS [ 12.637s] (1672/3122) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
73732026-07-27T20:42:06.760Z PASS [ 32.885s] (1673/3122) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
73742026-07-27T20:42:07.220Z PASS [ 11.924s] (1674/3122) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
73752026-07-27T20:42:07.354Z PASS [ 12.013s] (1675/3122) omicron-nexus::test_all integration_tests::console_api::test_assets
73762026-07-27T20:42:07.598Z PASS [ 11.717s] (1676/3122) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
73772026-07-27T20:42:07.772Z PASS [ 22.330s] (1677/3122) omicron-nexus::test_all integration_tests::basic::test_projects_list
73782026-07-27T20:42:08.583Z PASS [ 12.167s] (1678/3122) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
73792026-07-27T20:42:10.086Z PASS [ 12.227s] (1679/3122) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
73802026-07-27T20:42:10.557Z PASS [ 13.742s] (1680/3122) omicron-nexus::test_all integration_tests::console_api::test_session_me
73812026-07-27T20:42:11.062Z PASS [ 75.026s] (1681/3122) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
73822026-07-27T20:42:11.134Z PASS [ 14.460s] (1682/3122) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
73832026-07-27T20:42:11.484Z PASS [ 15.587s] (1683/3122) omicron-nexus::test_all integration_tests::console_api::test_console_pages
73842026-07-27T20:42:11.684Z PASS [ 10.397s] (1684/3122) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
73852026-07-27T20:42:11.944Z PASS [ 18.773s] (1685/3122) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
73862026-07-27T20:42:13.247Z PASS [ 17.001s] (1686/3122) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
73872026-07-27T20:42:17.769Z PASS [ 17.055s] (1687/3122) omicron-nexus::test_all integration_tests::console_api::test_sessions
73882026-07-27T20:42:19.623Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73892026-07-27T20:42:21.795Z PASS [ 10.311s] (1688/3122) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
73902026-07-27T20:42:22.726Z PASS [ 10.782s] (1689/3122) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
73912026-07-27T20:42:23.061Z PASS [ 9.814s] (1690/3122) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
73922026-07-27T20:42:24.069Z PASS [ 343.804s] (1691/3122) oximeter-db client::tests::test_replicated
73932026-07-27T20:42:24.831Z PASS [ 125.211s] (1692/3122) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73942026-07-27T20:42:25.418Z PASS [ 1.349s] (1693/3122) omicron-clickhouse-admin context::tests::test_database_usage
73952026-07-27T20:42:25.444Z PASS [ 0.026s] (1694/3122) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
73962026-07-27T20:42:25.473Z PASS [ 0.029s] (1695/3122) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
73972026-07-27T20:42:25.496Z PASS [ 0.022s] (1696/3122) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
73982026-07-27T20:42:25.522Z PASS [ 0.027s] (1697/3122) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
73992026-07-27T20:42:25.548Z PASS [ 0.025s] (1698/3122) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
74002026-07-27T20:42:25.642Z PASS [ 7.874s] (1699/3122) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
74012026-07-27T20:42:26.138Z SLOW [> 60.000s] (─────────) omicron-nexus populate::test::test_populators
74022026-07-27T20:42:26.389Z PASS [ 0.840s] (1700/3122) omicron-clickhouse-admin context::tests::test_retention_policy
74032026-07-27T20:42:26.879Z PASS [ 0.490s] (1701/3122) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
74042026-07-27T20:42:27.086Z PASS [ 0.207s] (1702/3122) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
74052026-07-27T20:42:27.300Z PASS [ 0.215s] (1703/3122) omicron-clickhouse-admin::integration_test test_lgif_parsing
74062026-07-27T20:42:27.477Z PASS [ 0.176s] (1704/3122) omicron-clickhouse-admin::integration_test test_raft_config_parsing
74072026-07-27T20:42:27.594Z PASS [ 0.115s] (1705/3122) omicron-clickhouse-admin::integration_test test_teardown
74082026-07-27T20:42:27.645Z PASS [ 0.053s] (1706/3122) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
74092026-07-27T20:42:28.286Z PASS [ 16.602s] (1707/3122) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
74102026-07-27T20:42:29.964Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
74112026-07-27T20:42:30.346Z PASS [ 7.268s] (1708/3122) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
74122026-07-27T20:42:32.267Z PASS [ 28.115s] (1709/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
74132026-07-27T20:42:33.823Z PASS [ 27.361s] (1710/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
74142026-07-27T20:42:34.011Z PASS [ 12.215s] (1711/3122) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
74152026-07-27T20:42:34.826Z PASS [ 12.099s] (1712/3122) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
74162026-07-27T20:42:35.516Z PASS [ 26.931s] (1713/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
74172026-07-27T20:42:35.801Z PASS [ 10.862s] (1714/3122) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
74182026-07-27T20:42:49.800Z PASS [ 39.242s] (1715/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
74192026-07-27T20:42:51.603Z PASS [ 46.154s] (1716/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
74202026-07-27T20:42:52.644Z PASS [ 49.425s] (1717/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
74212026-07-27T20:42:54.281Z PASS [ 28.638s] (1718/3122) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
74222026-07-27T20:42:58.387Z PASS [ 88.420s] (1719/3122) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
74232026-07-27T20:43:01.472Z PASS [ 57.815s] (1720/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
74242026-07-27T20:43:01.490Z PASS [ 54.705s] (1721/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
74252026-07-27T20:43:01.490Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74262026-07-27T20:43:01.499Z PASS [ 55.690s] (1722/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
74272026-07-27T20:43:02.680Z PASS [ 59.385s] (1723/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
74282026-07-27T20:43:03.731Z PASS [ 29.902s] (1724/3122) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
74292026-07-27T20:43:04.867Z PASS [ 32.600s] (1725/3122) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
74302026-07-27T20:43:05.422Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
74312026-07-27T20:43:05.835Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
74322026-07-27T20:43:05.959Z PASS [ 60.548s] (1726/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
74332026-07-27T20:43:07.272Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
74342026-07-27T20:43:07.302Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
74352026-07-27T20:43:07.358Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
74362026-07-27T20:43:07.602Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
74372026-07-27T20:43:07.775Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
74382026-07-27T20:43:09.296Z PASS [ 61.941s] (1727/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
74392026-07-27T20:43:10.067Z PASS [ 59.973s] (1728/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
74402026-07-27T20:43:10.814Z PASS [ 19.207s] (1729/3122) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
74412026-07-27T20:43:11.065Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
74422026-07-27T20:43:11.138Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
74432026-07-27T20:43:12.268Z PASS [ 37.407s] (1730/3122) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
74442026-07-27T20:43:13.486Z PASS [ 12.262s] (1731/3122) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
74452026-07-27T20:43:14.846Z PASS [ 12.338s] (1732/3122) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
74462026-07-27T20:43:16.791Z PASS [ 13.062s] (1733/3122) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
74472026-07-27T20:43:19.200Z PASS [ 73.370s] (1734/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
74482026-07-27T20:43:22.426Z PASS [ 75.203s] (1735/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
74492026-07-27T20:43:25.340Z PASS [ 78.580s] (1736/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
74502026-07-27T20:43:26.140Z SLOW [>120.000s] (─────────) omicron-nexus populate::test::test_populators
74512026-07-27T20:43:27.173Z PASS [ 32.889s] (1737/3122) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
74522026-07-27T20:43:27.658Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
74532026-07-27T20:43:28.289Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
74542026-07-27T20:43:28.981Z PASS [ 61.334s] (1738/3122) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
74552026-07-27T20:43:30.335Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
74562026-07-27T20:43:30.782Z PASS [ 38.134s] (1739/3122) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
74572026-07-27T20:43:31.765Z PASS [ 56.250s] (1740/3122) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
74582026-07-27T20:43:31.896Z PASS [ 2.915s] (1741/3122) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
74592026-07-27T20:43:33.909Z PASS [ 14.710s] (1742/3122) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
74602026-07-27T20:43:34.013Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
74612026-07-27T20:43:34.443Z PASS [ 83.289s] (1743/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
74622026-07-27T20:43:34.777Z PASS [ 44.977s] (1744/3122) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
74632026-07-27T20:43:35.707Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
74642026-07-27T20:43:38.337Z PASS [ 67.998s] (1745/3122) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
74652026-07-27T20:43:40.658Z PASS [ 64.953s] (1746/3122) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
74662026-07-27T20:43:41.532Z PASS [ 16.183s] (1747/3122) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
74672026-07-27T20:43:41.641Z PASS [ 19.137s] (1748/3122) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
74682026-07-27T20:43:43.181Z PASS [ 44.799s] (1749/3122) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
74692026-07-27T20:43:43.208Z PASS [ 33.911s] (1750/3122) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
74702026-07-27T20:43:43.902Z PASS [ 12.007s] (1751/3122) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
74712026-07-27T20:43:44.649Z PASS [ 93.513s] (1752/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
74722026-07-27T20:43:45.174Z PASS [ 35.112s] (1753/3122) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
74732026-07-27T20:43:47.176Z PASS [ 78.883s] (1754/3122) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
74742026-07-27T20:43:47.823Z PASS [ 34.008s] (1755/3122) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
74752026-07-27T20:43:47.967Z PASS [ 100.195s] (1756/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
74762026-07-27T20:43:48.244Z PASS [ 45.544s] (1757/3122) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
74772026-07-27T20:43:48.910Z PASS [ 18.132s] (1758/3122) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
74782026-07-27T20:43:50.173Z PASS [ 44.228s] (1759/3122) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
74792026-07-27T20:43:51.066Z PASS [ 50.323s] (1760/3122) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
74802026-07-27T20:43:51.336Z PASS [ 103.737s] (1761/3122) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
74812026-07-27T20:43:52.832Z PASS [ 18.917s] (1762/3122) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
74822026-07-27T20:43:52.987Z PASS [ 48.109s] (1763/3122) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
74832026-07-27T20:43:57.302Z PASS [ 43.351s] (1764/3122) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
74842026-07-27T20:43:57.521Z PASS [ 28.800s] (1765/3122) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
74852026-07-27T20:43:57.521Z PASS [ 15.344s] (1766/3122) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
74862026-07-27T20:43:57.521Z PASS [ 15.167s] (1767/3122) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
74872026-07-27T20:43:58.142Z PASS [ 41.207s] (1768/3122) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
74882026-07-27T20:43:59.047Z PASS [ 15.866s] (1769/3122) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
74892026-07-27T20:43:59.217Z PASS [ 16.009s] (1770/3122) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
74902026-07-27T20:43:59.276Z PASS [ 17.709s] (1771/3122) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
74912026-07-27T20:44:00.719Z PASS [ 16.815s] (1772/3122) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
74922026-07-27T20:44:01.247Z PASS [ 26.465s] (1773/3122) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
74932026-07-27T20:44:01.379Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74942026-07-27T20:44:01.417Z PASS [ 27.064s] (1774/3122) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
74952026-07-27T20:44:01.596Z PASS [ 23.266s] (1775/3122) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
74962026-07-27T20:44:01.788Z PASS [ 17.139s] (1776/3122) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
74972026-07-27T20:44:01.953Z PASS [ 16.780s] (1777/3122) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
74982026-07-27T20:44:05.203Z PASS [ 33.437s] (1778/3122) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
74992026-07-27T20:44:05.382Z PASS [ 17.413s] (1779/3122) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
75002026-07-27T20:44:05.491Z PASS [ 18.318s] (1780/3122) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
75012026-07-27T20:44:06.572Z PASS [ 92.561s] (1781/3122) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
75022026-07-27T20:44:06.852Z PASS [ 19.028s] (1782/3122) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
75032026-07-27T20:44:07.137Z PASS [ 54.904s] (1783/3122) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
75042026-07-27T20:44:07.149Z PASS [ 18.926s] (1784/3122) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
75052026-07-27T20:44:07.427Z PASS [ 16.091s] (1785/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
75062026-07-27T20:44:11.328Z PASS [ 14.637s] (1786/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
75072026-07-27T20:44:11.765Z PASS [ 18.788s] (1787/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
75082026-07-27T20:44:11.787Z PASS [ 15.816s] (1788/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
75092026-07-27T20:44:11.907Z PASS [ 58.523s] (1789/3122) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
75102026-07-27T20:44:12.091Z PASS [ 16.099s] (1790/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
75112026-07-27T20:44:12.163Z PASS [ 23.253s] (1791/3122) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
75122026-07-27T20:44:12.801Z PASS [ 14.806s] (1792/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
75132026-07-27T20:44:15.103Z PASS [ 21.866s] (1793/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
75142026-07-27T20:44:16.166Z PASS [ 16.896s] (1794/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
75152026-07-27T20:44:16.500Z PASS [ 17.284s] (1795/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
75162026-07-27T20:44:17.080Z PASS [ 18.033s] (1796/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
75172026-07-27T20:44:17.170Z PASS [ 16.452s] (1797/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
75182026-07-27T20:44:18.062Z PASS [ 23.900s] (1798/3122) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
75192026-07-27T20:44:20.115Z PASS [ 14.605s] (1799/3122) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
75202026-07-27T20:44:20.629Z PASS [ 18.840s] (1800/3122) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
75212026-07-27T20:44:20.811Z PASS [ 14.239s] (1801/3122) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
75222026-07-27T20:44:21.398Z PASS [ 16.195s] (1802/3122) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
75232026-07-27T20:44:21.788Z PASS [ 16.406s] (1803/3122) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
75242026-07-27T20:44:22.971Z PASS [ 31.940s] (1804/3122) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
75252026-07-27T20:44:23.121Z PASS [ 21.168s] (1805/3122) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
75262026-07-27T20:44:23.546Z PASS [ 33.400s] (1806/3122) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
75272026-07-27T20:44:24.102Z PASS [ 22.684s] (1807/3122) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
75282026-07-27T20:44:24.545Z PASS [ 17.691s] (1808/3122) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
75292026-07-27T20:44:26.080Z PASS [ 18.943s] (1809/3122) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
75302026-07-27T20:44:26.141Z SLOW [>180.000s] (─────────) omicron-nexus populate::test::test_populators
75312026-07-27T20:44:26.283Z PASS [ 25.041s] (1810/3122) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
75322026-07-27T20:44:26.286Z PASS [ 4.888s] (1811/3122) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
75332026-07-27T20:44:27.018Z PASS [ 19.590s] (1812/3122) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
75342026-07-27T20:44:27.377Z PASS [ 6.565s] (1813/3122) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
75352026-07-27T20:44:27.970Z PASS [ 20.819s] (1814/3122) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
75362026-07-27T20:44:28.350Z PASS [ 7.719s] (1815/3122) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
75372026-07-27T20:44:31.578Z PASS [ 9.789s] (1816/3122) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
75382026-07-27T20:44:34.276Z PASS [ 21.464s] (1817/3122) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
75392026-07-27T20:44:35.586Z PASS [ 23.424s] (1818/3122) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
75402026-07-27T20:44:36.203Z PASS [ 19.122s] (1819/3122) omicron-nexus::test_all integration_tests::images::test_silo_image_create
75412026-07-27T20:44:36.221Z PASS [ 21.527s] (1820/3122) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
75422026-07-27T20:44:36.770Z PASS [ 25.004s] (1821/3122) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
75432026-07-27T20:44:37.283Z PASS [ 14.312s] (1822/3122) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
75442026-07-27T20:44:37.586Z PASS [ 25.679s] (1823/3122) omicron-nexus::test_all integration_tests::images::test_image_promotion
75452026-07-27T20:44:37.593Z PASS [ 25.800s] (1824/3122) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
75462026-07-27T20:44:37.624Z PASS [ 26.296s] (1825/3122) omicron-nexus::test_all integration_tests::images::test_image_create
75472026-07-27T20:44:38.074Z PASS [ 17.981s] (1826/3122) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
75482026-07-27T20:44:38.099Z PASS [ 20.921s] (1827/3122) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
75492026-07-27T20:44:38.307Z PASS [ 15.177s] (1828/3122) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
75502026-07-27T20:44:39.557Z PASS [ 15.013s] (1829/3122) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
75512026-07-27T20:44:39.709Z PASS [ 12.332s] (1830/3122) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
75522026-07-27T20:44:40.714Z PASS [ 12.746s] (1831/3122) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
75532026-07-27T20:44:44.691Z PASS [ 198.552s] (1832/3122) omicron-nexus populate::test::test_populators
75542026-07-27T20:44:46.885Z PASS [ 45.165s] (1833/3122) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
75552026-07-27T20:44:47.875Z PASS [ 29.812s] (1834/3122) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
75562026-07-27T20:44:52.193Z PASS [ 32.796s] (1835/3122) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
75572026-07-27T20:44:52.260Z PASS [ 15.072s] (1836/3122) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
75582026-07-27T20:44:52.260Z PASS [ 25.729s] (1837/3122) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
75592026-07-27T20:44:52.260Z PASS [ 24.846s] (1838/3122) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
75602026-07-27T20:44:52.260Z PASS [ 39.281s] (1839/3122) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
75612026-07-27T20:44:52.412Z PASS [ 16.070s] (1840/3122) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
75622026-07-27T20:44:52.959Z PASS [ 16.695s] (1841/3122) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
75632026-07-27T20:44:53.543Z PASS [ 27.257s] (1842/3122) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
75642026-07-27T20:44:55.051Z PASS [ 17.463s] (1843/3122) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
75652026-07-27T20:44:55.252Z PASS [ 38.751s] (1844/3122) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
75662026-07-27T20:44:55.590Z PASS [ 32.043s] (1845/3122) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
75672026-07-27T20:44:56.076Z PASS [ 24.501s] (1846/3122) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
75682026-07-27T20:44:57.014Z PASS [ 19.389s] (1847/3122) omicron-nexus::test_all integration_tests::instances::test_instance_access
75692026-07-27T20:44:58.018Z PASS [ 31.000s] (1848/3122) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
75702026-07-27T20:44:59.459Z PASS [ 33.378s] (1849/3122) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
75712026-07-27T20:45:01.389Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75722026-07-27T20:45:01.457Z PASS [ 23.351s] (1850/3122) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
75732026-07-27T20:45:01.482Z PASS [ 25.886s] (1851/3122) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
75742026-07-27T20:45:02.828Z PASS [ 24.530s] (1852/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
75752026-07-27T20:45:03.245Z PASS [ 23.493s] (1853/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
75762026-07-27T20:45:04.451Z PASS [ 23.735s] (1854/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
75772026-07-27T20:45:04.456Z PASS [ 36.106s] (1855/3122) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
75782026-07-27T20:45:06.737Z PASS [ 27.181s] (1856/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
75792026-07-27T20:45:07.593Z PASS [ 16.221s] (1857/3122) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
75802026-07-27T20:45:07.752Z PASS [ 29.660s] (1858/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
75812026-07-27T20:45:08.081Z PASS [ 16.951s] (1859/3122) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
75822026-07-27T20:45:08.400Z PASS [ 23.709s] (1860/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
75832026-07-27T20:45:08.644Z PASS [ 31.057s] (1861/3122) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
75842026-07-27T20:45:08.753Z PASS [ 20.877s] (1862/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
75852026-07-27T20:45:10.996Z PASS [ 34.226s] (1863/3122) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
75862026-07-27T20:45:14.174Z PASS [ 21.900s] (1864/3122) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
75872026-07-27T20:45:15.597Z PASS [ 22.053s] (1865/3122) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
75882026-07-27T20:45:16.356Z PASS [ 23.439s] (1866/3122) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
75892026-07-27T20:45:16.659Z PASS [ 21.408s] (1867/3122) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
75902026-07-27T20:45:17.575Z PASS [ 21.986s] (1868/3122) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
75912026-07-27T20:45:18.642Z PASS [ 41.359s] (1869/3122) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
75922026-07-27T20:45:18.866Z PASS [ 23.815s] (1870/3122) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
75932026-07-27T20:45:19.082Z PASS [ 12.346s] (1871/3122) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
75942026-07-27T20:45:19.832Z PASS [ 12.080s] (1872/3122) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
75952026-07-27T20:45:21.185Z PASS [ 13.592s] (1873/3122) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
75962026-07-27T20:45:21.451Z PASS [ 13.370s] (1874/3122) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
75972026-07-27T20:45:22.453Z PASS [ 18.003s] (1875/3122) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
75982026-07-27T20:45:23.299Z PASS [ 33.467s] (1876/3122) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
75992026-07-27T20:45:23.812Z PASS [ 19.355s] (1877/3122) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
76002026-07-27T20:45:24.352Z PASS [ 15.598s] (1878/3122) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
76012026-07-27T20:45:24.358Z PASS [ 26.340s] (1879/3122) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
76022026-07-27T20:45:25.552Z PASS [ 24.079s] (1880/3122) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
76032026-07-27T20:45:25.600Z PASS [ 38.839s] (1881/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
76042026-07-27T20:45:26.430Z PASS [ 25.004s] (1882/3122) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
76052026-07-27T20:45:26.766Z PASS [ 27.307s] (1883/3122) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
76062026-07-27T20:45:27.557Z PASS [ 24.353s] (1884/3122) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
76072026-07-27T20:45:28.654Z PASS [ 25.824s] (1885/3122) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
76082026-07-27T20:45:29.488Z PASS [ 40.150s] (1886/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
76092026-07-27T20:45:32.045Z PASS [ 14.470s] (1887/3122) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
76102026-07-27T20:45:33.319Z PASS [ 13.487s] (1888/3122) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
76112026-07-27T20:45:33.657Z PASS [ 36.622s] (1889/3122) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
76122026-07-27T20:45:34.138Z PASS [ 17.781s] (1890/3122) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
76132026-07-27T20:45:34.274Z PASS [ 25.630s] (1891/3122) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
76142026-07-27T20:45:35.315Z PASS [ 10.964s] (1892/3122) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
76152026-07-27T20:45:36.135Z PASS [ 17.053s] (1893/3122) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
76162026-07-27T20:45:36.570Z PASS [ 17.704s] (1894/3122) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
76172026-07-27T20:45:37.872Z PASS [ 19.228s] (1895/3122) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
76182026-07-27T20:45:37.978Z PASS [ 13.620s] (1896/3122) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
76192026-07-27T20:45:38.453Z PASS [ 10.897s] (1897/3122) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
76202026-07-27T20:45:38.833Z PASS [ 30.432s] (1898/3122) omicron-nexus::test_all integration_tests::instances::test_instance_serial
76212026-07-27T20:45:38.889Z PASS [ 13.337s] (1899/3122) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
76222026-07-27T20:45:39.106Z PASS [ 50.143s] (1900/3122) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
76232026-07-27T20:45:39.761Z PASS [ 25.585s] (1901/3122) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
76242026-07-27T20:45:39.768Z PASS [ 18.317s] (1902/3122) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
76252026-07-27T20:45:39.812Z PASS [ 24.216s] (1903/3122) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
76262026-07-27T20:45:39.834Z PASS [ 18.649s] (1904/3122) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
76272026-07-27T20:45:39.911Z PASS [ 28.914s] (1905/3122) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
76282026-07-27T20:45:40.026Z PASS [ 14.427s] (1906/3122) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
76292026-07-27T20:45:41.718Z PASS [ 18.419s] (1907/3122) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
76302026-07-27T20:45:45.795Z PASS [ 21.978s] (1908/3122) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
76312026-07-27T20:45:48.781Z PASS [ 13.466s] (1909/3122) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
76322026-07-27T20:45:48.895Z PASS [ 22.463s] (1910/3122) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
76332026-07-27T20:45:49.402Z PASS [ 13.268s] (1911/3122) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
76342026-07-27T20:45:49.577Z PASS [ 22.803s] (1912/3122) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
76352026-07-27T20:45:51.474Z PASS [ 21.983s] (1913/3122) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
76362026-07-27T20:45:51.519Z PASS [ 17.377s] (1914/3122) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
76372026-07-27T20:45:51.639Z PASS [ 17.361s] (1915/3122) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
76382026-07-27T20:45:52.052Z PASS [ 13.158s] (1916/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
76392026-07-27T20:45:52.203Z PASS [ 13.369s] (1917/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
76402026-07-27T20:45:52.717Z PASS [ 13.609s] (1918/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
76412026-07-27T20:45:52.755Z PASS [ 12.839s] (1919/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
76422026-07-27T20:45:52.886Z PASS [ 13.126s] (1920/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
76432026-07-27T20:45:53.180Z PASS [ 14.727s] (1921/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
76442026-07-27T20:45:53.266Z PASS [ 30.811s] (1922/3122) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
76452026-07-27T20:45:53.462Z PASS [ 21.407s] (1923/3122) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
76462026-07-27T20:45:53.563Z PASS [ 16.984s] (1924/3122) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
76472026-07-27T20:45:54.308Z PASS [ 14.496s] (1925/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
76482026-07-27T20:45:54.326Z PASS [ 58.249s] (1926/3122) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
76492026-07-27T20:45:54.632Z PASS [ 16.653s] (1927/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
76502026-07-27T20:45:54.722Z PASS [ 21.084s] (1928/3122) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
76512026-07-27T20:45:54.740Z PASS [ 26.086s] (1929/3122) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
76522026-07-27T20:45:55.707Z PASS [ 15.938s] (1930/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
76532026-07-27T20:45:56.636Z PASS [ 16.609s] (1931/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
76542026-07-27T20:45:57.270Z PASS [ 23.951s] (1932/3122) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
76552026-07-27T20:45:57.724Z PASS [ 17.889s] (1933/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
76562026-07-27T20:45:57.763Z PASS [ 11.974s] (1934/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
76572026-07-27T20:46:01.028Z PASS [ 12.246s] (1935/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
76582026-07-27T20:46:01.157Z PASS [ 23.286s] (1936/3122) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
76592026-07-27T20:46:01.382Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76602026-07-27T20:46:05.279Z PASS [ 16.385s] (1937/3122) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
76612026-07-27T20:46:05.613Z PASS [ 16.210s] (1938/3122) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
76622026-07-27T20:46:05.922Z PASS [ 24.203s] (1939/3122) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
76632026-07-27T20:46:06.717Z PASS [ 14.002s] (1940/3122) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
76642026-07-27T20:46:07.961Z PASS [ 15.211s] (1941/3122) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
76652026-07-27T20:46:09.254Z PASS [ 16.497s] (1942/3122) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
76662026-07-27T20:46:09.430Z PASS [ 16.516s] (1943/3122) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
76672026-07-27T20:46:15.368Z PASS [ 9.446s] (1944/3122) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
76682026-07-27T20:46:16.051Z PASS [ 22.598s] (1945/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
76692026-07-27T20:46:16.113Z PASS [ 24.597s] (1946/3122) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
76702026-07-27T20:46:16.662Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
76712026-07-27T20:46:16.984Z PASS [ 19.260s] (1947/3122) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
76722026-07-27T20:46:17.548Z PASS [ 10.831s] (1948/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion
76732026-07-27T20:46:17.630Z PASS [ 12.352s] (1949/3122) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
76742026-07-27T20:46:17.727Z PASS [ 12.114s] (1950/3122) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
76752026-07-27T20:46:17.839Z PASS [ 25.636s] (1951/3122) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
76762026-07-27T20:46:19.272Z PASS [ 11.310s] (1952/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
76772026-07-27T20:46:19.412Z PASS [ 10.867s] (1953/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
76782026-07-27T20:46:20.361Z PASS [ 23.725s] (1954/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
76792026-07-27T20:46:22.720Z PASS [ 28.088s] (1955/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
76802026-07-27T20:46:25.889Z PASS [ 28.619s] (1956/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
76812026-07-27T20:46:25.991Z PASS [ 16.589s] (1957/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
76822026-07-27T20:46:28.200Z PASS [ 35.019s] (1958/3122) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
76832026-07-27T20:46:29.305Z PASS [ 11.578s] (1959/3122) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
76842026-07-27T20:46:30.779Z PASS [ 13.149s] (1960/3122) omicron-nexus::test_all integration_tests::projects::test_projects
76852026-07-27T20:46:31.758Z PASS [ 15.645s] (1961/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
76862026-07-27T20:46:31.810Z PASS [ 11.449s] (1962/3122) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
76872026-07-27T20:46:32.045Z PASS [ 14.497s] (1963/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
76882026-07-27T20:46:32.046Z PASS [ 14.206s] (1964/3122) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
76892026-07-27T20:46:32.224Z PASS [ 37.484s] (1965/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
76902026-07-27T20:46:33.162Z PASS [ 17.793s] (1966/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
76912026-07-27T20:46:33.374Z PASS [ 10.654s] (1967/3122) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
76922026-07-27T20:46:33.443Z PASS [ 14.172s] (1968/3122) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
76932026-07-27T20:46:33.492Z PASS [ 0.118s] (1969/3122) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
76942026-07-27T20:46:33.557Z PASS [ 0.112s] (1970/3122) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
76952026-07-27T20:46:33.620Z PASS [ 0.128s] (1971/3122) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
76962026-07-27T20:46:33.671Z PASS [ 0.114s] (1972/3122) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
76972026-07-27T20:46:33.731Z PASS [ 0.104s] (1973/3122) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
76982026-07-27T20:46:34.212Z PASS [ 33.167s] (1974/3122) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
76992026-07-27T20:46:36.676Z PASS [ 10.685s] (1975/3122) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
77002026-07-27T20:46:36.719Z PASS [ 20.667s] (1976/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
77012026-07-27T20:46:36.848Z PASS [ 41.142s] (1977/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
77022026-07-27T20:46:37.790Z PASS [ 11.901s] (1978/3122) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
77032026-07-27T20:46:37.898Z PASS [ 0.108s] (1979/3122) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
77042026-07-27T20:46:39.367Z PASS [ 11.167s] (1980/3122) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
77052026-07-27T20:46:41.254Z PASS [ 49.618s] (1981/3122) omicron-nexus::test_all integration_tests::metrics::test_metrics
77062026-07-27T20:46:41.367Z PASS [ 0.113s] (1982/3122) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
77072026-07-27T20:46:41.475Z PASS [ 0.107s] (1983/3122) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
77082026-07-27T20:46:42.010Z PASS [ 52.440s] (1984/3122) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
77092026-07-27T20:46:42.122Z PASS [ 11.343s] (1985/3122) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
77102026-07-27T20:46:42.398Z PASS [ 50.926s] (1986/3122) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
77112026-07-27T20:46:43.383Z PASS [ 14.077s] (1987/3122) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
77122026-07-27T20:46:43.712Z PASS [ 11.954s] (1988/3122) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
77132026-07-27T20:46:45.252Z PASS [ 51.695s] (1989/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
77142026-07-27T20:46:45.497Z PASS [ 11.827s] (1990/3122) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
77152026-07-27T20:46:45.792Z PASS [ 52.527s] (1991/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
77162026-07-27T20:46:46.083Z PASS [ 14.038s] (1992/3122) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
77172026-07-27T20:46:46.147Z PASS [ 11.951s] (1993/3122) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
77182026-07-27T20:46:46.253Z PASS [ 14.028s] (1994/3122) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
77192026-07-27T20:46:46.423Z PASS [ 12.698s] (1995/3122) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
77202026-07-27T20:46:46.634Z PASS [ 52.314s] (1996/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
77212026-07-27T20:46:47.422Z PASS [ 15.561s] (1997/3122) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
77222026-07-27T20:46:47.570Z PASS [ 2.073s] (1998/3122) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
77232026-07-27T20:46:48.274Z PASS [ 15.087s] (1999/3122) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
77242026-07-27T20:46:48.448Z PASS [ 2.191s] (2000/3122) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
77252026-07-27T20:46:48.490Z PASS [ 11.630s] (2001/3122) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
77262026-07-27T20:46:48.941Z PASS [ 12.265s] (2002/3122) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
77272026-07-27T20:46:49.064Z PASS [ 12.346s] (2003/3122) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
77282026-07-27T20:46:49.504Z PASS [ 54.784s] (2004/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
77292026-07-27T20:46:49.562Z PASS [ 1.991s] (2005/3122) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
77302026-07-27T20:46:49.897Z PASS [ 1.648s] (2006/3122) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
77312026-07-27T20:46:50.033Z PASS [ 1.589s] (2007/3122) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
77322026-07-27T20:46:50.104Z PASS [ 30.692s] (2008/3122) omicron-nexus::test_all integration_tests::quotas::test_quotas
77332026-07-27T20:46:50.171Z PASS [ 12.272s] (2009/3122) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
77342026-07-27T20:46:50.831Z PASS [ 1.269s] (2010/3122) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
77352026-07-27T20:46:50.835Z PASS [ 18.790s] (2011/3122) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
77362026-07-27T20:46:50.998Z PASS [ 11.629s] (2012/3122) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
77372026-07-27T20:46:51.135Z PASS [ 1.632s] (2013/3122) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
77382026-07-27T20:46:51.216Z PASS [ 9.741s] (2014/3122) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
77392026-07-27T20:46:51.405Z PASS [ 9.282s] (2015/3122) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
77402026-07-27T20:46:51.677Z PASS [ 9.668s] (2016/3122) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
77412026-07-27T20:46:52.096Z PASS [ 35.112s] (2017/3122) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
77422026-07-27T20:46:52.136Z PASS [ 9.738s] (2018/3122) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
77432026-07-27T20:46:52.381Z PASS [ 51.223s] (2019/3122) omicron-nexus::test_all integration_tests::password_login::test_local_users
77442026-07-27T20:46:53.669Z PASS [ 3.636s] (2020/3122) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
77452026-07-27T20:46:54.328Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
77462026-07-27T20:46:57.765Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
77472026-07-27T20:47:00.364Z PASS [ 9.148s] (2021/3122) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
77482026-07-27T20:47:01.382Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77492026-07-27T20:47:01.422Z PASS [ 9.744s] (2022/3122) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
77502026-07-27T20:47:01.519Z PASS [ 9.383s] (2023/3122) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
77512026-07-27T20:47:02.080Z PASS [ 10.675s] (2024/3122) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
77522026-07-27T20:47:02.320Z PASS [ 9.939s] (2025/3122) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
77532026-07-27T20:47:04.022Z PASS [ 10.353s] (2026/3122) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
77542026-07-27T20:47:04.215Z PASS [ 10.542s] (2027/3122) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
77552026-07-27T20:47:04.259Z PASS [ 10.590s] (2028/3122) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
77562026-07-27T20:47:04.263Z PASS [ 10.594s] (2029/3122) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
77572026-07-27T20:47:04.702Z PASS [ 12.605s] (2030/3122) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
77582026-07-27T20:47:04.835Z PASS [ 70.509s] (2031/3122) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
77592026-07-27T20:47:07.009Z PASS [ 69.245s] (2032/3122) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
77602026-07-27T20:47:11.675Z PASS [ 10.107s] (2033/3122) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
77612026-07-27T20:47:11.717Z PASS [ 10.015s] (2034/3122) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
77622026-07-27T20:47:13.688Z PASS [ 11.542s] (2035/3122) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
77632026-07-27T20:47:13.774Z PASS [ 10.208s] (2036/3122) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
77642026-07-27T20:47:13.774Z PASS [ 10.209s] (2037/3122) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
77652026-07-27T20:47:13.774Z PASS [ 8.912s] (2038/3122) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
77662026-07-27T20:47:13.775Z PASS [ 9.107s] (2039/3122) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
77672026-07-27T20:47:14.136Z PASS [ 9.799s] (2040/3122) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
77682026-07-27T20:47:14.511Z PASS [ 10.096s] (2041/3122) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
77692026-07-27T20:47:14.733Z PASS [ 10.020s] (2042/3122) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
77702026-07-27T20:47:14.806Z PASS [ 9.950s] (2043/3122) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
77712026-07-27T20:47:16.319Z PASS [ 9.304s] (2044/3122) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
77722026-07-27T20:47:16.664Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
77732026-07-27T20:47:22.889Z PASS [ 9.980s] (2045/3122) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
77742026-07-27T20:47:22.944Z PASS [ 9.713s] (2046/3122) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
77752026-07-27T20:47:22.946Z PASS [ 9.612s] (2047/3122) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
77762026-07-27T20:47:22.946Z PASS [ 9.722s] (2048/3122) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
77772026-07-27T20:47:22.976Z PASS [ 11.391s] (2049/3122) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
77782026-07-27T20:47:23.421Z PASS [ 10.465s] (2050/3122) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
77792026-07-27T20:47:23.737Z PASS [ 10.364s] (2051/3122) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
77802026-07-27T20:47:24.296Z PASS [ 9.934s] (2052/3122) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
77812026-07-27T20:47:25.456Z PASS [ 9.129s] (2053/3122) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
77822026-07-27T20:47:25.718Z PASS [ 10.932s] (2054/3122) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
77832026-07-27T20:47:25.888Z PASS [ 11.163s] (2055/3122) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
77842026-07-27T20:47:27.782Z PASS [ 13.768s] (2056/3122) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
77852026-07-27T20:47:30.292Z PASS [ 8.781s] (2057/3122) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
77862026-07-27T20:47:30.456Z PASS [ 39.459s] (2058/3122) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
77872026-07-27T20:47:32.134Z PASS [ 8.886s] (2059/3122) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
77882026-07-27T20:47:32.150Z PASS [ 9.235s] (2060/3122) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
77892026-07-27T20:47:32.150Z PASS [ 9.203s] (2061/3122) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
77902026-07-27T20:47:32.973Z PASS [ 43.074s] (2062/3122) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
77912026-07-27T20:47:34.273Z PASS [ 10.543s] (2063/3122) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
77922026-07-27T20:47:34.576Z PASS [ 137.909s] (2064/3122) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
77932026-07-27T20:47:34.599Z PASS [ 43.761s] (2065/3122) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
77942026-07-27T20:47:35.364Z PASS [ 9.920s] (2066/3122) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
77952026-07-27T20:47:35.470Z PASS [ 12.543s] (2067/3122) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
77962026-07-27T20:47:35.956Z PASS [ 10.070s] (2068/3122) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
77972026-07-27T20:47:38.377Z PASS [ 14.977s] (2069/3122) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
77982026-07-27T20:47:40.302Z PASS [ 14.758s] (2070/3122) omicron-nexus::test_all integration_tests::silos::test_silos
77992026-07-27T20:47:41.499Z PASS [ 11.027s] (2071/3122) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
78002026-07-27T20:47:44.028Z PASS [ 18.310s] (2072/3122) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
78012026-07-27T20:47:45.331Z PASS [ 15.040s] (2073/3122) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
78022026-07-27T20:47:45.396Z PASS [ 14.609s] (2074/3122) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
78032026-07-27T20:47:45.863Z PASS [ 18.083s] (2075/3122) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
78042026-07-27T20:47:46.633Z PASS [ 15.178s] (2076/3122) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
78052026-07-27T20:47:46.694Z PASS [ 15.838s] (2077/3122) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
78062026-07-27T20:47:47.601Z PASS [ 13.030s] (2078/3122) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
78072026-07-27T20:47:47.637Z PASS [ 12.273s] (2079/3122) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
78082026-07-27T20:47:47.690Z PASS [ 13.096s] (2080/3122) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
78092026-07-27T20:47:48.524Z PASS [ 13.051s] (2081/3122) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
78102026-07-27T20:47:48.767Z PASS [ 12.809s] (2082/3122) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
78112026-07-27T20:47:50.139Z PASS [ 11.763s] (2083/3122) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
78122026-07-27T20:47:51.138Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
78132026-07-27T20:47:52.390Z PASS [ 13.338s] (2084/3122) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
78142026-07-27T20:47:53.009Z PASS [ 22.553s] (2085/3122) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
78152026-07-27T20:47:54.531Z PASS [ 12.950s] (2086/3122) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
78162026-07-27T20:47:55.273Z PASS [ 20.679s] (2087/3122) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
78172026-07-27T20:47:55.560Z PASS [ 11.532s] (2088/3122) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
78182026-07-27T20:47:56.847Z PASS [ 11.514s] (2089/3122) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
78192026-07-27T20:47:57.382Z PASS [ 22.788s] (2090/3122) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
78202026-07-27T20:47:58.164Z PASS [ 27.708s] (2091/3122) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
78212026-07-27T20:47:58.331Z PASS [ 25.360s] (2092/3122) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
78222026-07-27T20:47:58.385Z PASS [ 1.539s] (2093/3122) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
78232026-07-27T20:47:59.438Z PASS [ 26.466s] (2094/3122) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
78242026-07-27T20:47:59.585Z PASS [ 26.614s] (2095/3122) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
78252026-07-27T20:48:00.278Z PASS [ 26.004s] (2096/3122) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
78262026-07-27T20:48:00.294Z PASS [ 25.700s] (2097/3122) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
78272026-07-27T20:48:00.440Z PASS [ 11.917s] (2098/3122) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
78282026-07-27T20:48:00.560Z PASS [ 14.697s] (2099/3122) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
78292026-07-27T20:48:00.858Z PASS [ 69.721s] (2100/3122) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
78302026-07-27T20:48:01.068Z PASS [ 13.468s] (2101/3122) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
78312026-07-27T20:48:01.385Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78322026-07-27T20:48:01.654Z PASS [ 28.682s] (2102/3122) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
78332026-07-27T20:48:01.793Z PASS [ 31.336s] (2103/3122) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
78342026-07-27T20:48:02.938Z PASS [ 16.243s] (2104/3122) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
78352026-07-27T20:48:05.678Z PASS [ 18.041s] (2105/3122) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
78362026-07-27T20:48:05.775Z PASS [ 13.384s] (2106/3122) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
78372026-07-27T20:48:06.226Z PASS [ 16.085s] (2107/3122) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
78382026-07-27T20:48:06.301Z PASS [ 17.535s] (2108/3122) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
78392026-07-27T20:48:08.046Z PASS [ 20.356s] (2109/3122) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
78402026-07-27T20:48:08.987Z PASS [ 13.712s] (2110/3122) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
78412026-07-27T20:48:10.154Z PASS [ 11.747s] (2111/3122) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
78422026-07-27T20:48:10.343Z PASS [ 17.270s] (2112/3122) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
78432026-07-27T20:48:12.231Z PASS [ 14.848s] (2113/3122) omicron-nexus::test_all integration_tests::updates::test_repo_list
78442026-07-27T20:48:12.262Z PASS [ 14.098s] (2114/3122) omicron-nexus::test_all integration_tests::updates::test_repo_prune
78452026-07-27T20:48:12.281Z PASS [ 26.884s] (2115/3122) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
78462026-07-27T20:48:13.162Z PASS [ 13.576s] (2116/3122) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
78472026-07-27T20:48:13.340Z PASS [ 13.062s] (2117/3122) omicron-nexus::test_all integration_tests::updates::test_update_status
78482026-07-27T20:48:13.351Z PASS [ 13.056s] (2118/3122) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
78492026-07-27T20:48:13.456Z PASS [ 14.017s] (2119/3122) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
78502026-07-27T20:48:17.179Z PASS [ 18.847s] (2120/3122) omicron-nexus::test_all integration_tests::updates::test_repo_upload
78512026-07-27T20:48:21.079Z PASS [ 20.639s] (2121/3122) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
78522026-07-27T20:48:22.821Z PASS [ 21.943s] (2122/3122) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
78532026-07-27T20:48:24.305Z PASS [ 23.237s] (2123/3122) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
78542026-07-27T20:48:27.210Z PASS [ 26.351s] (2124/3122) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
78552026-07-27T20:48:27.681Z PASS [ 27.121s] (2125/3122) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
78562026-07-27T20:48:29.105Z PASS [ 34.672s] (2126/3122) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
78572026-07-27T20:48:29.111Z PASS [ 28.253s] (2127/3122) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
78582026-07-27T20:48:31.602Z PASS [ 25.924s] (2128/3122) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
78592026-07-27T20:48:31.938Z PASS [ 21.805s] (2129/3122) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
78602026-07-27T20:48:35.264Z PASS [ 48.631s] (2130/3122) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
78612026-07-27T20:48:35.436Z PASS [ 33.644s] (2131/3122) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
78622026-07-27T20:48:39.524Z PASS [ 38.665s] (2132/3122) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
78632026-07-27T20:48:41.177Z PASS [ 34.876s] (2133/3122) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
78642026-07-27T20:48:42.159Z PASS [ 29.929s] (2134/3122) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
78652026-07-27T20:48:43.574Z PASS [ 19.269s] (2135/3122) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
78662026-07-27T20:48:44.298Z PASS [ 8.862s] (2136/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
78672026-07-27T20:48:44.498Z PASS [ 9.233s] (2137/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
78682026-07-27T20:48:44.903Z PASS [ 43.249s] (2138/3122) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
78692026-07-27T20:48:47.263Z PASS [ 41.038s] (2139/3122) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
78702026-07-27T20:48:47.962Z PASS [ 34.622s] (2140/3122) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
78712026-07-27T20:48:48.623Z PASS [ 35.273s] (2141/3122) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
78722026-07-27T20:48:49.571Z PASS [ 10.047s] (2142/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
78732026-07-27T20:48:51.011Z PASS [ 48.073s] (2143/3122) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
78742026-07-27T20:48:51.591Z PASS [ 42.605s] (2144/3122) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
78752026-07-27T20:48:51.614Z PASS [ 10.436s] (2145/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
78762026-07-27T20:48:52.501Z PASS [ 10.340s] (2146/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
78772026-07-27T20:48:52.565Z PASS [ 0.065s] (2147/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
78782026-07-27T20:48:53.577Z PASS [ 40.122s] (2148/3122) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
78792026-07-27T20:48:54.138Z PASS [ 40.975s] (2149/3122) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
78802026-07-27T20:48:54.566Z PASS [ 10.992s] (2150/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
78812026-07-27T20:48:54.964Z PASS [ 23.026s] (2151/3122) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
78822026-07-27T20:48:55.146Z PASS [ 10.846s] (2152/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
78832026-07-27T20:48:55.320Z PASS [ 10.822s] (2153/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
78842026-07-27T20:48:55.562Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78852026-07-27T20:48:55.953Z PASS [ 11.050s] (2154/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
78862026-07-27T20:48:56.634Z PASS [ 44.371s] (2155/3122) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
78872026-07-27T20:48:56.697Z PASS [ 46.417s] (2156/3122) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
78882026-07-27T20:48:59.530Z PASS [ 51.483s] (2157/3122) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
78892026-07-27T20:48:59.725Z PASS [ 11.763s] (2158/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
78902026-07-27T20:48:59.753Z PASS [ 11.130s] (2159/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
78912026-07-27T20:48:59.811Z PASS [ 658.440s] (2160/3122) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78922026-07-27T20:49:00.643Z PASS [ 11.069s] (2161/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
78932026-07-27T20:49:00.842Z PASS [ 13.578s] (2162/3122) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
78942026-07-27T20:49:02.933Z PASS [ 31.330s] (2163/3122) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
78952026-07-27T20:49:03.171Z PASS [ 11.557s] (2164/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
78962026-07-27T20:49:03.225Z PASS [ 12.214s] (2165/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
78972026-07-27T20:49:03.960Z PASS [ 12.369s] (2166/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
78982026-07-27T20:49:05.598Z PASS [ 59.822s] (2167/3122) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
78992026-07-27T20:49:06.066Z PASS [ 12.459s] (2168/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
79002026-07-27T20:49:06.289Z PASS [ 12.152s] (2169/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
79012026-07-27T20:49:06.728Z PASS [ 39.046s] (2170/3122) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
79022026-07-27T20:49:06.802Z PASS [ 12.235s] (2171/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
79032026-07-27T20:49:07.019Z PASS [ 12.055s] (2172/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
79042026-07-27T20:49:07.582Z PASS [ 12.438s] (2173/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
79052026-07-27T20:49:08.053Z PASS [ 12.732s] (2174/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
79062026-07-27T20:49:09.035Z PASS [ 12.338s] (2175/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
79072026-07-27T20:49:09.923Z PASS [ 40.817s] (2176/3122) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
79082026-07-27T20:49:11.702Z PASS [ 12.172s] (2177/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
79092026-07-27T20:49:12.048Z PASS [ 12.323s] (2178/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
79102026-07-27T20:49:12.152Z PASS [ 12.340s] (2179/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
79112026-07-27T20:49:12.282Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
79122026-07-27T20:49:12.407Z PASS [ 12.654s] (2180/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
79132026-07-27T20:49:14.700Z PASS [ 13.858s] (2181/3122) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
79142026-07-27T20:49:14.815Z PASS [ 62.534s] (2182/3122) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
79152026-07-27T20:49:16.760Z PASS [ 47.649s] (2183/3122) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
79162026-07-27T20:49:16.858Z PASS [ 13.925s] (2184/3122) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
79172026-07-27T20:49:16.916Z PASS [ 13.691s] (2185/3122) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
79182026-07-27T20:49:17.183Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
79192026-07-27T20:49:17.763Z PASS [ 13.804s] (2186/3122) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
79202026-07-27T20:49:19.258Z PASS [ 16.086s] (2187/3122) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
79212026-07-27T20:49:21.080Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
79222026-07-27T20:49:21.547Z PASS [ 15.949s] (2188/3122) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
79232026-07-27T20:49:22.804Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
79242026-07-27T20:49:23.753Z PASS [ 14.717s] (2189/3122) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
79252026-07-27T20:49:25.091Z PASS [ 12.938s] (2190/3122) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
79262026-07-27T20:49:25.204Z PASS [ 17.621s] (2191/3122) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
79272026-07-27T20:49:25.592Z PASS [ 13.184s] (2192/3122) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
79282026-07-27T20:49:25.680Z PASS [ 19.390s] (2193/3122) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
79292026-07-27T20:49:25.702Z PASS [ 0.021s] (2194/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
79302026-07-27T20:49:25.720Z PASS [ 0.020s] (2195/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
79312026-07-27T20:49:25.741Z PASS [ 0.020s] (2196/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
79322026-07-27T20:49:25.762Z PASS [ 0.021s] (2197/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
79332026-07-27T20:49:25.783Z PASS [ 0.020s] (2198/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
79342026-07-27T20:49:25.804Z PASS [ 0.021s] (2199/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
79352026-07-27T20:49:25.826Z PASS [ 0.022s] (2200/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
79362026-07-27T20:49:25.846Z PASS [ 0.020s] (2201/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
79372026-07-27T20:49:25.867Z PASS [ 0.021s] (2202/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
79382026-07-27T20:49:25.888Z PASS [ 0.021s] (2203/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
79392026-07-27T20:49:25.908Z PASS [ 0.020s] (2204/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
79402026-07-27T20:49:25.928Z PASS [ 0.020s] (2205/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
79412026-07-27T20:49:25.948Z PASS [ 0.020s] (2206/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
79422026-07-27T20:49:25.966Z PASS [ 0.019s] (2207/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
79432026-07-27T20:49:25.991Z PASS [ 0.024s] (2208/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
79442026-07-27T20:49:26.013Z PASS [ 0.020s] (2209/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
79452026-07-27T20:49:26.036Z PASS [ 0.025s] (2210/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
79462026-07-27T20:49:26.057Z PASS [ 18.003s] (2211/3122) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
79472026-07-27T20:49:26.060Z PASS [ 0.023s] (2212/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
79482026-07-27T20:49:26.087Z PASS [ 0.028s] (2213/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
79492026-07-27T20:49:26.091Z PASS [ 0.033s] (2214/3122) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
79502026-07-27T20:49:27.161Z PASS [ 21.125s] (2215/3122) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
79512026-07-27T20:49:27.212Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
79522026-07-27T20:49:27.712Z PASS [ 17.782s] (2216/3122) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
79532026-07-27T20:49:27.749Z PASS [ 0.043s] (2217/3122) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
79542026-07-27T20:49:27.797Z PASS [ 0.048s] (2218/3122) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
79552026-07-27T20:49:27.842Z PASS [ 0.044s] (2219/3122) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
79562026-07-27T20:49:27.881Z PASS [ 0.040s] (2220/3122) omicron-package config::tests::multi_preset_arg
79572026-07-27T20:49:27.909Z PASS [ 13.092s] (2221/3122) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
79582026-07-27T20:49:27.919Z PASS [ 0.029s] (2222/3122) omicron-package dot::test::test_bad_dependency
79592026-07-27T20:49:27.935Z PASS [ 0.026s] (2223/3122) omicron-package dot::test::test_dot_output
79602026-07-27T20:49:27.958Z PASS [ 0.022s] (2224/3122) omicron-passwords test::test_password_constraints
79612026-07-27T20:49:28.218Z PASS [ 21.199s] (2225/3122) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
79622026-07-27T20:49:28.370Z PASS [ 65.567s] (2226/3122) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
79632026-07-27T20:49:28.400Z PASS [ 0.031s] (2227/3122) omicron-passwords test::test_stable
79642026-07-27T20:49:28.419Z PASS [ 0.019s] (2228/3122) omicron-passwords test::test_weak_hashes
79652026-07-27T20:49:28.442Z PASS [ 0.019s] (2229/3122) omicron-rpaths internal::tests::test_configure_from_path
79662026-07-27T20:49:28.456Z PASS [ 0.018s] (2230/3122) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
79672026-07-27T20:49:28.477Z PASS [ 0.021s] (2231/3122) omicron-rpaths internal::tests::test_emit_rpath
79682026-07-27T20:49:28.511Z PASS [ 13.798s] (2232/3122) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
79692026-07-27T20:49:28.561Z PASS [ 0.082s] (2233/3122) omicron-sled-agent artifact_store::test::generations
79702026-07-27T20:49:28.595Z PASS [ 0.097s] (2234/3122) omicron-sled-agent artifact_store::test::issue_7796
79712026-07-27T20:49:28.658Z PASS [ 0.099s] (2235/3122) omicron-sled-agent artifact_store::test::list_get_put
79722026-07-27T20:49:28.676Z PASS [ 0.080s] (2236/3122) omicron-sled-agent artifact_store::test::no_dataset
79732026-07-27T20:49:28.718Z PASS [ 0.042s] (2237/3122) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
79742026-07-27T20:49:28.744Z PASS [ 0.085s] (2238/3122) omicron-sled-agent artifact_store::test::wrong_hash
79752026-07-27T20:49:28.758Z PASS [ 0.031s] (2239/3122) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
79762026-07-27T20:49:28.791Z PASS [ 0.039s] (2240/3122) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
79772026-07-27T20:49:28.796Z PASS [ 0.044s] (2241/3122) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
79782026-07-27T20:49:28.827Z PASS [ 0.032s] (2242/3122) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
79792026-07-27T20:49:28.832Z PASS [ 0.030s] (2243/3122) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
79802026-07-27T20:49:28.846Z PASS [ 0.029s] (2244/3122) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
79812026-07-27T20:49:28.867Z PASS [ 0.029s] (2245/3122) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
79822026-07-27T20:49:28.882Z PASS [ 0.031s] (2246/3122) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
79832026-07-27T20:49:28.888Z PASS [ 0.029s] (2247/3122) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
79842026-07-27T20:49:28.912Z PASS [ 0.036s] (2248/3122) omicron-sled-agent config::test::test_smf_configs
79852026-07-27T20:49:28.919Z PASS [ 0.034s] (2249/3122) omicron-sled-agent fmd::tests::boolean_array
79862026-07-27T20:49:28.960Z PASS [ 0.048s] (2250/3122) omicron-sled-agent fmd::tests::boolean_presence
79872026-07-27T20:49:28.967Z PASS [ 0.048s] (2251/3122) omicron-sled-agent fmd::tests::boolean_value
79882026-07-27T20:49:28.992Z PASS [ 0.032s] (2252/3122) omicron-sled-agent fmd::tests::double
79892026-07-27T20:49:28.999Z PASS [ 0.033s] (2253/3122) omicron-sled-agent fmd::tests::hrtime
79902026-07-27T20:49:29.018Z PASS [ 0.026s] (2254/3122) omicron-sled-agent fmd::tests::integer_arrays
79912026-07-27T20:49:29.025Z PASS [ 0.026s] (2255/3122) omicron-sled-agent fmd::tests::integers
79922026-07-27T20:49:29.049Z PASS [ 0.031s] (2256/3122) omicron-sled-agent fmd::tests::string
79932026-07-27T20:49:29.064Z PASS [ 0.038s] (2257/3122) omicron-sled-agent fmd::tests::string_array
79942026-07-27T20:49:29.084Z PASS [ 0.035s] (2258/3122) omicron-sled-agent fmd::tests::unknown_type
79952026-07-27T20:49:29.102Z PASS [ 0.037s] (2259/3122) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
79962026-07-27T20:49:29.119Z PASS [ 0.033s] (2260/3122) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
79972026-07-27T20:49:29.135Z PASS [ 0.034s] (2261/3122) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
79982026-07-27T20:49:29.148Z PASS [ 0.030s] (2262/3122) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
79992026-07-27T20:49:29.166Z PASS [ 0.030s] (2263/3122) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
80002026-07-27T20:49:29.182Z PASS [ 0.031s] (2264/3122) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
80012026-07-27T20:49:29.200Z PASS [ 0.034s] (2265/3122) omicron-sled-agent instance::tests::add_new_floating_ip
80022026-07-27T20:49:29.211Z PASS [ 0.033s] (2266/3122) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
80032026-07-27T20:49:29.232Z PASS [ 0.033s] (2267/3122) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
80042026-07-27T20:49:29.246Z PASS [ 0.034s] (2268/3122) omicron-sled-agent instance::tests::prune_existing_floating_ip
80052026-07-27T20:49:29.451Z PASS [ 0.218s] (2269/3122) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
80062026-07-27T20:49:29.492Z PASS [ 0.246s] (2270/3122) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
80072026-07-27T20:49:29.693Z PASS [ 22.891s] (2271/3122) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
80082026-07-27T20:49:29.776Z PASS [ 13.015s] (2272/3122) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
80092026-07-27T20:49:29.852Z PASS [ 0.401s] (2273/3122) omicron-sled-agent instance::tests::test_instance_create_events_normal
80102026-07-27T20:49:29.886Z PASS [ 0.034s] (2274/3122) omicron-sled-agent instance::tests::test_multicast_membership_equality
80112026-07-27T20:49:29.920Z PASS [ 0.033s] (2275/3122) omicron-sled-agent metrics::test_samples_per_collection
80122026-07-27T20:49:30.169Z PASS [ 0.677s] (2276/3122) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
80132026-07-27T20:49:30.194Z PASS [ 0.417s] (2277/3122) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
80142026-07-27T20:49:30.225Z PASS [ 0.045s] (2278/3122) omicron-sled-agent probe_manager::test::probe_state_set_ops
80152026-07-27T20:49:30.234Z PASS [ 0.037s] (2279/3122) omicron-sled-agent profile::tests::empty_profile
80162026-07-27T20:49:30.260Z PASS [ 0.043s] (2280/3122) omicron-sled-agent profile::tests::test_disabled_instance
80172026-07-27T20:49:30.268Z PASS [ 0.038s] (2281/3122) omicron-sled-agent profile::tests::test_instance
80182026-07-27T20:49:30.293Z PASS [ 0.035s] (2282/3122) omicron-sled-agent profile::tests::test_multiple
80192026-07-27T20:49:30.307Z PASS [ 0.039s] (2283/3122) omicron-sled-agent profile::tests::test_property
80202026-07-27T20:49:30.329Z PASS [ 0.036s] (2284/3122) omicron-sled-agent profile::tests::test_property_group
80212026-07-27T20:49:30.342Z PASS [ 0.035s] (2285/3122) omicron-sled-agent profile::tests::test_service
80222026-07-27T20:49:30.368Z PASS [ 0.039s] (2286/3122) omicron-sled-agent profile::tests::test_service_property_group
80232026-07-27T20:49:30.380Z PASS [ 0.038s] (2287/3122) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
80242026-07-27T20:49:30.410Z PASS [ 0.042s] (2288/3122) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
80252026-07-27T20:49:30.423Z PASS [ 0.043s] (2289/3122) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
80262026-07-27T20:49:30.455Z PASS [ 0.045s] (2290/3122) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
80272026-07-27T20:49:30.467Z PASS [ 0.043s] (2291/3122) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
80282026-07-27T20:49:30.508Z PASS [ 0.041s] (2292/3122) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
80292026-07-27T20:49:30.551Z PASS [ 0.042s] (2293/3122) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
80302026-07-27T20:49:30.594Z PASS [ 0.043s] (2294/3122) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
80312026-07-27T20:49:30.626Z PASS [ 0.933s] (2295/3122) omicron-sled-agent instance::tests::test_instance_manager_creation
80322026-07-27T20:49:30.639Z PASS [ 0.040s] (2296/3122) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
80332026-07-27T20:49:30.670Z PASS [ 0.043s] (2297/3122) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
80342026-07-27T20:49:30.688Z PASS [ 0.054s] (2298/3122) omicron-sled-agent sim::storage::test::nested_dataset
80352026-07-27T20:49:30.714Z PASS [ 0.044s] (2299/3122) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
80362026-07-27T20:49:30.730Z PASS [ 0.042s] (2300/3122) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
80372026-07-27T20:49:30.755Z PASS [ 0.040s] (2301/3122) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
80382026-07-27T20:49:30.769Z PASS [ 0.039s] (2302/3122) omicron-sled-agent sim::storage::test::snapshot_needs_region
80392026-07-27T20:49:30.823Z PASS [ 0.068s] (2303/3122) omicron-sled-agent support_bundle::storage::tests::basic_crud
80402026-07-27T20:49:30.829Z PASS [ 0.058s] (2304/3122) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
80412026-07-27T20:49:30.894Z PASS [ 0.059s] (2305/3122) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
80422026-07-27T20:49:30.900Z PASS [ 0.067s] (2306/3122) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
80432026-07-27T20:49:30.957Z PASS [ 0.076s] (2307/3122) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
80442026-07-27T20:49:30.966Z PASS [ 0.071s] (2308/3122) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
80452026-07-27T20:49:31.020Z PASS [ 0.060s] (2309/3122) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
80462026-07-27T20:49:31.045Z PASS [ 0.079s] (2310/3122) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
80472026-07-27T20:49:31.075Z PASS [ 0.056s] (2311/3122) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
80482026-07-27T20:49:31.150Z PASS [ 0.105s] (2312/3122) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
80492026-07-27T20:49:31.234Z PASS [ 0.158s] (2313/3122) omicron-sled-agent support_bundle::storage::tests::ranges
80502026-07-27T20:49:31.241Z PASS [ 19.533s] (2314/3122) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
80512026-07-27T20:49:31.246Z PASS [ 0.091s] (2315/3122) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
80522026-07-27T20:49:31.278Z PASS [ 0.045s] (2316/3122) omicron-sled-agent updates::test::test_query_no_components
80532026-07-27T20:49:31.278Z PASS [ 0.041s] (2317/3122) omicron-sled-agent updates::test::test_query_sled_agent_version
80542026-07-27T20:49:31.288Z PASS [ 0.048s] (2318/3122) omicron-sled-agent updates::test::test_query_zone_version
80552026-07-27T20:49:31.325Z PASS [ 0.048s] (2319/3122) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
80562026-07-27T20:49:31.373Z PASS [ 0.047s] (2320/3122) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
80572026-07-27T20:49:31.954Z PASS [ 70.875s] (2321/3122) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
80582026-07-27T20:49:32.022Z PASS [ 4.065s] (2322/3122) omicron-passwords test::test_reproducible
80592026-07-27T20:49:32.238Z PASS [ 12.979s] (2323/3122) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
80602026-07-27T20:49:32.296Z PASS [ 0.058s] (2324/3122) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
80612026-07-27T20:49:32.364Z PASS [ 0.067s] (2325/3122) omicron-sled-agent zone_bundle::tests::test_dir_size
80622026-07-27T20:49:32.464Z PASS [ 0.102s] (2326/3122) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
80632026-07-27T20:49:32.530Z PASS [ 0.066s] (2327/3122) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
80642026-07-27T20:49:32.572Z PASS [ 0.042s] (2328/3122) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
80652026-07-27T20:49:32.924Z PASS [ 36.970s] (2329/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
80662026-07-27T20:49:32.958Z PASS [ 0.035s] (2330/3122) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
80672026-07-27T20:49:32.991Z PASS [ 0.033s] (2331/3122) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
80682026-07-27T20:49:33.279Z PASS [ 0.283s] (2332/3122) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
80692026-07-27T20:49:33.359Z PASS [ 0.786s] (2333/3122) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
80702026-07-27T20:49:33.553Z PASS [ 0.278s] (2334/3122) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
80712026-07-27T20:49:33.593Z PASS [ 0.041s] (2335/3122) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
80722026-07-27T20:49:33.635Z PASS [ 0.040s] (2336/3122) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
80732026-07-27T20:49:33.847Z PASS [ 0.213s] (2337/3122) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
80742026-07-27T20:49:33.882Z PASS [ 2.592s] (2338/3122) omicron-sled-agent zone_bundle::illumos_tests::test_context
80752026-07-27T20:49:34.100Z PASS [ 0.217s] (2339/3122) omicron-test-utils dev::db::test::test_bad_cmd
80762026-07-27T20:49:34.174Z PASS [ 3.718s] (2340/3122) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
80772026-07-27T20:49:34.296Z PASS [ 0.448s] (2341/3122) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
80782026-07-27T20:49:34.397Z PASS [ 1.036s] (2342/3122) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
80792026-07-27T20:49:34.572Z PASS [ 0.474s] (2343/3122) omicron-test-utils dev::db::test::test_cmd_fails
80802026-07-27T20:49:34.590Z PASS [ 3.313s] (2344/3122) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
80812026-07-27T20:49:34.623Z PASS [ 0.032s] (2345/3122) omicron-test-utils dev::db::test::test_make_pg_config_fail
80822026-07-27T20:49:34.646Z PASS [ 0.248s] (2346/3122) omicron-test-utils dev::db::test::test_database_start_hang
80832026-07-27T20:49:34.656Z PASS [ 0.034s] (2347/3122) omicron-test-utils dev::db::test::test_make_pg_config_ok
80842026-07-27T20:49:34.681Z PASS [ 0.038s] (2348/3122) omicron-test-utils dev::db::test::test_parse_http_addr
80852026-07-27T20:49:34.696Z PASS [ 0.038s] (2349/3122) omicron-test-utils dev::db::test::test_process_exit_abnormal
80862026-07-27T20:49:34.728Z PASS [ 0.046s] (2350/3122) omicron-test-utils dev::db::test::test_process_exit_normal
80872026-07-27T20:49:34.766Z PASS [ 3.394s] (2351/3122) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
80882026-07-27T20:49:35.143Z PASS [ 0.447s] (2352/3122) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
80892026-07-27T20:49:35.184Z PASS [ 13.636s] (2353/3122) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
80902026-07-27T20:49:35.189Z PASS [ 0.045s] (2354/3122) omicron-test-utils dev::db::test::test_starter_tmpdir
80912026-07-27T20:49:35.225Z PASS [ 0.042s] (2355/3122) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
80922026-07-27T20:49:35.229Z PASS [ 0.038s] (2356/3122) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
80932026-07-27T20:49:35.254Z PASS [ 0.681s] (2357/3122) omicron-test-utils dev::db::test::test_http_addr_integration
80942026-07-27T20:49:35.267Z PASS [ 0.040s] (2358/3122) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
80952026-07-27T20:49:35.271Z PASS [ 0.040s] (2359/3122) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
80962026-07-27T20:49:35.299Z PASS [ 0.045s] (2360/3122) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
80972026-07-27T20:49:35.310Z PASS [ 0.043s] (2361/3122) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
80982026-07-27T20:49:35.315Z PASS [ 0.047s] (2362/3122) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
80992026-07-27T20:49:35.347Z PASS [ 0.048s] (2363/3122) omicron-test-utils dev::test_cmds::tests::test_redact_extra
81002026-07-27T20:49:35.364Z PASS [ 0.054s] (2364/3122) omicron-test-utils dev::test_cmds::tests::test_redact_section
81012026-07-27T20:49:35.396Z PASS [ 0.048s] (2365/3122) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
81022026-07-27T20:49:35.431Z PASS [ 0.068s] (2366/3122) oximeter test::timeseries_schema_consistency
81032026-07-27T20:49:35.496Z PASS [ 0.099s] (2367/3122) oximeter-collector agent::tests::test_self_stat_collection_count
81042026-07-27T20:49:35.527Z PASS [ 0.213s] (2368/3122) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
81052026-07-27T20:49:35.533Z PASS [ 0.096s] (2369/3122) oximeter-collector agent::tests::test_self_stat_error_counter
81062026-07-27T20:49:35.573Z PASS [ 0.078s] (2370/3122) oximeter-collector agent::tests::test_self_stat_unreachable_counter
81072026-07-27T20:49:35.626Z PASS [ 0.099s] (2371/3122) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
81082026-07-27T20:49:35.666Z PASS [ 0.038s] (2372/3122) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
81092026-07-27T20:49:35.673Z PASS [ 0.100s] (2373/3122) oximeter-collector agent::tests::verify_producer_details
81102026-07-27T20:49:35.706Z PASS [ 3.752s] (2374/3122) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
81112026-07-27T20:49:35.718Z PASS [ 7.807s] (2375/3122) omicron-passwords test::test_compatible
81122026-07-27T20:49:35.732Z PASS [ 0.066s] (2376/3122) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
81132026-07-27T20:49:35.742Z PASS [ 0.035s] (2377/3122) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
81142026-07-27T20:49:35.742Z PASS [ 0.068s] (2378/3122) oximeter-collector results_sink::tests::test_batch_handoff_overflow
81152026-07-27T20:49:35.759Z PASS [ 0.038s] (2379/3122) oximeter-collector self_stats::tests::test_failure_reason_serialization
81162026-07-27T20:49:35.780Z PASS [ 0.038s] (2380/3122) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
81172026-07-27T20:49:35.786Z PASS [ 0.042s] (2381/3122) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
81182026-07-27T20:49:35.791Z PASS [ 0.032s] (2382/3122) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
81192026-07-27T20:49:35.791Z PASS [ 1.494s] (2383/3122) omicron-test-utils dev::db::test::test_database_concurrent
81202026-07-27T20:49:35.810Z PASS [ 0.030s] (2384/3122) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
81212026-07-27T20:49:35.816Z PASS [ 0.033s] (2385/3122) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
81222026-07-27T20:49:35.830Z PASS [ 0.099s] (2386/3122) oximeter-collector::test_commands test_oximeter_no_args
81232026-07-27T20:49:35.874Z PASS [ 3.852s] (2387/3122) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
81242026-07-27T20:49:35.927Z PASS [ 1.161s] (2388/3122) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
81252026-07-27T20:49:35.959Z PASS [ 0.031s] (2389/3122) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
81262026-07-27T20:49:35.996Z PASS [ 68.779s] (2390/3122) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
81272026-07-27T20:49:36.018Z PASS [ 0.490s] (2391/3122) oximeter-collector agent::tests::test_standalone_integration
81282026-07-27T20:49:36.077Z PASS [ 0.053s] (2392/3122) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
81292026-07-27T20:49:36.144Z PASS [ 10.938s] (2393/3122) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
81302026-07-27T20:49:36.306Z PASS [ 39.666s] (2394/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
81312026-07-27T20:49:36.389Z PASS [ 12.611s] (2395/3122) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
81322026-07-27T20:49:36.554Z PASS [ 0.737s] (2396/3122) oximeter-db client::oxql::tests::test_get_fields_query
81332026-07-27T20:49:36.568Z PASS [ 0.779s] (2397/3122) oximeter-db client::oxql::tests::test_get_entire_table
81342026-07-27T20:49:36.582Z PASS [ 0.788s] (2398/3122) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
81352026-07-27T20:49:36.605Z PASS [ 0.788s] (2399/3122) oximeter-db client::oxql::tests::test_get_fields
81362026-07-27T20:49:36.605Z PASS [ 0.641s] (2400/3122) oximeter-db client::tests::can_ping_clickhouse
81372026-07-27T20:49:36.696Z PASS [ 11.520s] (2401/3122) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
81382026-07-27T20:49:36.696Z PASS [ 0.781s] (2402/3122) oximeter-db client::oxql::tests::test_get_one_timeseries
81392026-07-27T20:49:36.704Z PASS [ 0.825s] (2403/3122) oximeter-db client::oxql::tests::test_limit_operations
81402026-07-27T20:49:36.783Z PASS [ 36.142s] (2404/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
81412026-07-27T20:49:37.085Z PASS [ 0.713s] (2405/3122) oximeter-db client::tests::read_latest_version_reports_max
81422026-07-27T20:49:37.102Z PASS [ 11.423s] (2406/3122) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
81432026-07-27T20:49:37.102Z PASS [ 0.703s] (2407/3122) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
81442026-07-27T20:49:37.198Z PASS [ 0.640s] (2408/3122) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
81452026-07-27T20:49:37.251Z PASS [ 0.650s] (2409/3122) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
81462026-07-27T20:49:37.291Z PASS [ 0.721s] (2410/3122) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
81472026-07-27T20:49:37.323Z PASS [ 0.032s] (2411/3122) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
81482026-07-27T20:49:37.349Z PASS [ 0.747s] (2412/3122) oximeter-db client::tests::test_client_select_timeseries_one
81492026-07-27T20:49:37.355Z PASS [ 0.744s] (2413/3122) oximeter-db client::tests::test_database_version_will_not_downgrade
81502026-07-27T20:49:37.359Z PASS [ 0.782s] (2414/3122) oximeter-db client::tests::select_timeseries_with_select_one
81512026-07-27T20:49:37.371Z PASS [ 0.760s] (2415/3122) oximeter-db client::tests::test_database_version_update_is_idempotent
81522026-07-27T20:49:37.413Z PASS [ 0.041s] (2416/3122) oximeter-db client::tests::test_read_schema_upgrade_sql_files
81532026-07-27T20:49:37.443Z PASS [ 0.728s] (2417/3122) oximeter-db client::tests::test_database_version_will_not_upgrade
81542026-07-27T20:49:37.453Z PASS [ 0.042s] (2418/3122) oximeter-db client::tests::test_read_timeseries_to_delete
81552026-07-27T20:49:37.470Z PASS [ 0.038s] (2419/3122) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
81562026-07-27T20:49:37.493Z PASS [ 0.034s] (2420/3122) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
81572026-07-27T20:49:37.520Z PASS [ 1.442s] (2421/3122) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
81582026-07-27T20:49:37.525Z PASS [ 0.735s] (2422/3122) oximeter-db client::tests::test_differentiate_by_timeseries_name
81592026-07-27T20:49:37.755Z PASS [ 0.737s] (2423/3122) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
81602026-07-27T20:49:37.764Z PASS [ 0.740s] (2424/3122) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
81612026-07-27T20:49:37.794Z PASS [ 0.716s] (2425/3122) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
81622026-07-27T20:49:37.866Z PASS [ 1.720s] (2426/3122) oximeter-db client::tests::insert_samples_fails_fast
81632026-07-27T20:49:37.934Z PASS [ 0.738s] (2427/3122) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
81642026-07-27T20:49:38.074Z PASS [ 0.730s] (2428/3122) oximeter-db client::tests::test_field_record_count
81652026-07-27T20:49:38.083Z PASS [ 0.720s] (2429/3122) oximeter-db client::tests::test_is_oximeter_cluster
81662026-07-27T20:49:38.084Z PASS [ 0.737s] (2430/3122) oximeter-db client::tests::test_insert_samples
81672026-07-27T20:49:38.129Z PASS [ 0.766s] (2431/3122) oximeter-db client::tests::test_list_timeseries
81682026-07-27T20:49:38.227Z PASS [ 4.053s] (2432/3122) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
81692026-07-27T20:49:38.396Z PASS [ 0.873s] (2433/3122) oximeter-db client::tests::test_schema_mismatch
81702026-07-27T20:49:38.403Z PASS [ 0.872s] (2434/3122) oximeter-db client::tests::test_schema_update
81712026-07-27T20:49:38.403Z PASS [ 1.143s] (2435/3122) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
81722026-07-27T20:49:38.403Z PASS [ 0.032s] (2436/3122) oximeter-db client::tests::test_unravel_index
81732026-07-27T20:49:38.439Z PASS [ 0.046s] (2437/3122) oximeter-db client::tests::test_verify_schema_upgrades
81742026-07-27T20:49:38.444Z PASS [ 0.048s] (2438/3122) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
81752026-07-27T20:49:38.449Z PASS [ 0.054s] (2439/3122) oximeter-db model::fields::tests::test_extract_fields_as_block
81762026-07-27T20:49:38.475Z PASS [ 0.959s] (2440/3122) oximeter-db client::tests::test_schema_reinserted_after_redeployment
81772026-07-27T20:49:38.485Z PASS [ 0.044s] (2441/3122) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
81782026-07-27T20:49:38.511Z PASS [ 0.048s] (2442/3122) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
81792026-07-27T20:49:38.512Z PASS [ 0.040s] (2443/3122) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
81802026-07-27T20:49:38.523Z PASS [ 0.037s] (2444/3122) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
81812026-07-27T20:49:38.523Z PASS [ 0.033s] (2445/3122) oximeter-db native::block::tests::datetime64_scale_checks_range
81822026-07-27T20:49:38.523Z PASS [ 0.035s] (2446/3122) oximeter-db native::block::tests::concat_blocks
81832026-07-27T20:49:38.523Z PASS [ 0.036s] (2447/3122) oximeter-db native::block::tests::parse_date_time
81842026-07-27T20:49:38.540Z PASS [ 0.785s] (2448/3122) oximeter-db client::tests::test_select_all_field_types
81852026-07-27T20:49:38.555Z PASS [ 0.037s] (2449/3122) oximeter-db native::block::tests::parse_date_time64
81862026-07-27T20:49:38.564Z PASS [ 0.035s] (2450/3122) oximeter-db native::block::tests::test_datetime64_conversions
81872026-07-27T20:49:38.564Z PASS [ 0.805s] (2451/3122) oximeter-db client::tests::test_select_all_datum_types
81882026-07-27T20:49:38.564Z PASS [ 0.039s] (2452/3122) oximeter-db native::block::tests::parse_escaped_date_time64
81892026-07-27T20:49:38.564Z PASS [ 0.040s] (2453/3122) oximeter-db native::block::tests::test_data_type_to_string
81902026-07-27T20:49:38.570Z PASS [ 0.782s] (2454/3122) oximeter-db client::tests::test_select_timeseries_with_all
81912026-07-27T20:49:38.576Z PASS [ 0.035s] (2455/3122) oximeter-db native::block::tests::test_parse_all_known_timezones
81922026-07-27T20:49:38.586Z PASS [ 0.039s] (2456/3122) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
81932026-07-27T20:49:38.609Z PASS [ 0.030s] (2457/3122) oximeter-db native::block::tests::test_parse_enum_variant
81942026-07-27T20:49:38.609Z PASS [ 0.033s] (2458/3122) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
81952026-07-27T20:49:38.614Z PASS [ 0.038s] (2459/3122) oximeter-db native::block::tests::test_parse_enum8
81962026-07-27T20:49:38.615Z PASS [ 0.039s] (2460/3122) oximeter-db native::block::tests::test_parse_invalid_data_type
81972026-07-27T20:49:38.615Z PASS [ 11.446s] (2461/3122) omicron-omdb::test_all_output test_omdb_usage_errors
81982026-07-27T20:49:38.649Z PASS [ 1.183s] (2462/3122) oximeter-db client::tests::test_recall_of_all_fields
81992026-07-27T20:49:38.771Z PASS [ 0.907s] (2463/3122) oximeter-db client::tests::test_select_timeseries_with_limit
82002026-07-27T20:49:38.805Z PASS [ 0.034s] (2464/3122) oximeter-db native::io::block::tests::test_decode_block_with_nulls
82012026-07-27T20:49:38.830Z PASS [ 0.897s] (2465/3122) oximeter-db client::tests::test_select_timeseries_with_order
82022026-07-27T20:49:38.840Z PASS [ 0.036s] (2466/3122) oximeter-db native::io::block::tests::test_decode_full_block
82032026-07-27T20:49:38.856Z PASS [ 0.807s] (2467/3122) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
82042026-07-27T20:49:38.863Z PASS [ 0.786s] (2468/3122) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
82052026-07-27T20:49:38.863Z PASS [ 0.032s] (2469/3122) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
82062026-07-27T20:49:38.883Z PASS [ 0.034s] (2470/3122) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
82072026-07-27T20:49:38.887Z PASS [ 0.797s] (2471/3122) oximeter-db client::tests::test_select_timeseries_with_start_time
82082026-07-27T20:49:38.891Z PASS [ 0.031s] (2472/3122) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
82092026-07-27T20:49:38.898Z PASS [ 0.035s] (2473/3122) oximeter-db native::io::column::tests::test_decode_string_column
82102026-07-27T20:49:38.902Z PASS [ 0.041s] (2474/3122) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
82112026-07-27T20:49:38.907Z PASS [ 0.032s] (2475/3122) oximeter-db native::io::column::tests::test_decode_uint64_column
82122026-07-27T20:49:38.912Z PASS [ 0.029s] (2476/3122) oximeter-db native::io::column::tests::test_decode_uint8_column
82132026-07-27T20:49:38.921Z PASS [ 0.033s] (2477/3122) oximeter-db native::io::column::tests::test_decode_uuid_column
82142026-07-27T20:49:38.934Z PASS [ 0.036s] (2478/3122) oximeter-db native::io::column::tests::test_encode_decode_column
82152026-07-27T20:49:38.944Z PASS [ 0.032s] (2479/3122) oximeter-db native::io::packet::server::tests::test_decode_full_hello
82162026-07-27T20:49:38.944Z PASS [ 0.029s] (2480/3122) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
82172026-07-27T20:49:38.944Z PASS [ 0.030s] (2481/3122) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
82182026-07-27T20:49:38.951Z PASS [ 0.031s] (2482/3122) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
82192026-07-27T20:49:38.963Z PASS [ 0.029s] (2483/3122) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
82202026-07-27T20:49:38.982Z PASS [ 0.028s] (2484/3122) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
82212026-07-27T20:49:38.983Z PASS [ 0.031s] (2485/3122) oximeter-db native::io::packet::server::tests::test_decode_pong
82222026-07-27T20:49:38.992Z PASS [ 0.030s] (2486/3122) oximeter-db native::io::packet::server::tests::test_decode_single_exception
82232026-07-27T20:49:38.992Z PASS [ 0.028s] (2487/3122) oximeter-db native::io::string::test::test_encode_decode
82242026-07-27T20:49:39.000Z PASS [ 0.034s] (2488/3122) oximeter-db native::io::table_columns::tests::test_column_count
82252026-07-27T20:49:39.000Z PASS [ 0.037s] (2489/3122) oximeter-db native::io::string::test::test_encode_hello_world
82262026-07-27T20:49:39.007Z PASS [ 0.774s] (2490/3122) oximeter-db client::tests::test_timeseries_schema_list
82272026-07-27T20:49:39.008Z PASS [ 0.037s] (2491/3122) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
82282026-07-27T20:49:39.008Z PASS [ 0.030s] (2492/3122) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
82292026-07-27T20:49:39.012Z PASS [ 0.030s] (2493/3122) oximeter-db native::io::table_columns::tests::test_column_description_with_default
82302026-07-27T20:49:39.026Z PASS [ 0.027s] (2494/3122) oximeter-db native::io::varuint::test_encode_decode_varuint
82312026-07-27T20:49:39.038Z PASS [ 0.037s] (2495/3122) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
82322026-07-27T20:49:39.043Z PASS [ 0.038s] (2496/3122) oximeter-db oxql::ast::grammar::tests::test_align_table_op
82332026-07-27T20:49:39.043Z PASS [ 0.038s] (2497/3122) oximeter-db oxql::ast::grammar::tests::test_comparison
82342026-07-27T20:49:39.043Z PASS [ 32.311s] (2498/3122) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
82352026-07-27T20:49:39.043Z PASS [ 0.042s] (2499/3122) oximeter-db native::io::table_columns::tests::test_column_descriptions
82362026-07-27T20:49:39.048Z PASS [ 0.034s] (2500/3122) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
82372026-07-27T20:49:39.052Z PASS [ 0.026s] (2501/3122) oximeter-db oxql::ast::grammar::tests::test_double_literal
82382026-07-27T20:49:39.070Z PASS [ 0.031s] (2502/3122) oximeter-db oxql::ast::grammar::tests::test_duration_literal
82392026-07-27T20:49:39.073Z PASS [ 0.033s] (2503/3122) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
82402026-07-27T20:49:39.077Z PASS [ 0.034s] (2504/3122) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
82412026-07-27T20:49:39.077Z PASS [ 0.036s] (2505/3122) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
82422026-07-27T20:49:39.081Z PASS [ 0.036s] (2506/3122) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
82432026-07-27T20:49:39.081Z PASS [ 0.033s] (2507/3122) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
82442026-07-27T20:49:39.082Z PASS [ 0.028s] (2508/3122) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
82452026-07-27T20:49:39.102Z PASS [ 0.031s] (2509/3122) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
82462026-07-27T20:49:39.106Z PASS [ 0.028s] (2510/3122) oximeter-db oxql::ast::grammar::tests::test_group_by
82472026-07-27T20:49:39.107Z PASS [ 0.027s] (2511/3122) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
82482026-07-27T20:49:39.107Z PASS [ 0.032s] (2512/3122) oximeter-db oxql::ast::grammar::tests::test_get_table_op
82492026-07-27T20:49:39.112Z PASS [ 0.029s] (2513/3122) oximeter-db oxql::ast::grammar::tests::test_integer_literal
82502026-07-27T20:49:39.118Z PASS [ 0.040s] (2514/3122) oximeter-db oxql::ast::grammar::tests::test_ident
82512026-07-27T20:49:39.119Z PASS [ 0.037s] (2515/3122) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
82522026-07-27T20:49:39.128Z PASS [ 1.003s] (2516/3122) oximeter-db client::tests::test_sql_query_output
82532026-07-27T20:49:39.132Z PASS [ 0.029s] (2517/3122) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
82542026-07-27T20:49:39.139Z PASS [ 0.033s] (2518/3122) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
82552026-07-27T20:49:39.139Z PASS [ 0.033s] (2519/3122) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
82562026-07-27T20:49:39.144Z PASS [ 0.037s] (2520/3122) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
82572026-07-27T20:49:39.144Z PASS [ 0.035s] (2521/3122) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
82582026-07-27T20:49:39.154Z PASS [ 0.036s] (2522/3122) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
82592026-07-27T20:49:39.158Z PASS [ 0.038s] (2523/3122) oximeter-db oxql::ast::grammar::tests::test_query
82602026-07-27T20:49:39.163Z PASS [ 0.032s] (2524/3122) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
82612026-07-27T20:49:39.168Z PASS [ 0.029s] (2525/3122) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
82622026-07-27T20:49:39.168Z PASS [ 0.032s] (2526/3122) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
82632026-07-27T20:49:39.177Z PASS [ 0.033s] (2527/3122) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
82642026-07-27T20:49:39.181Z PASS [ 0.037s] (2528/3122) oximeter-db oxql::ast::grammar::tests::test_reducer
82652026-07-27T20:49:39.201Z PASS [ 0.037s] (2529/3122) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
82662026-07-27T20:49:39.201Z PASS [ 0.039s] (2530/3122) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
82672026-07-27T20:49:39.206Z PASS [ 0.036s] (2531/3122) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
82682026-07-27T20:49:39.206Z PASS [ 0.632s] (2532/3122) oximeter-db native::connection::tests::test_basic_select_query
82692026-07-27T20:49:39.206Z PASS [ 0.033s] (2533/3122) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
82702026-07-27T20:49:39.206Z PASS [ 0.035s] (2534/3122) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
82712026-07-27T20:49:39.210Z PASS [ 0.034s] (2535/3122) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
82722026-07-27T20:49:39.214Z PASS [ 0.032s] (2536/3122) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
82732026-07-27T20:49:39.219Z PASS [ 0.634s] (2537/3122) oximeter-db native::connection::tests::test_exchange_hello
82742026-07-27T20:49:39.228Z PASS [ 0.638s] (2538/3122) oximeter-db native::connection::tests::test_insert_and_select_uuid
82752026-07-27T20:49:39.242Z PASS [ 0.641s] (2539/3122) oximeter-db native::connection::tests::test_insert_and_select_data
82762026-07-27T20:49:39.242Z PASS [ 0.635s] (2540/3122) oximeter-db native::connection::tests::test_select_array_column
82772026-07-27T20:49:39.242Z PASS [ 0.038s] (2541/3122) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
82782026-07-27T20:49:39.247Z PASS [ 0.040s] (2542/3122) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
82792026-07-27T20:49:39.247Z PASS [ 0.635s] (2543/3122) oximeter-db native::connection::tests::test_select_array_of_nullable_column
82802026-07-27T20:49:39.247Z PASS [ 0.050s] (2544/3122) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
82812026-07-27T20:49:39.247Z PASS [ 0.048s] (2545/3122) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
82822026-07-27T20:49:39.251Z PASS [ 0.050s] (2546/3122) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
82832026-07-27T20:49:39.251Z PASS [ 0.045s] (2547/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
82842026-07-27T20:49:39.257Z PASS [ 0.045s] (2548/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
82852026-07-27T20:49:39.261Z PASS [ 0.649s] (2549/3122) oximeter-db native::connection::tests::test_select_nullable_column
82862026-07-27T20:49:39.261Z PASS [ 0.053s] (2550/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
82872026-07-27T20:49:39.265Z PASS [ 0.036s] (2551/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
82882026-07-27T20:49:39.270Z PASS [ 0.047s] (2552/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
82892026-07-27T20:49:39.285Z PASS [ 0.047s] (2553/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
82902026-07-27T20:49:39.296Z PASS [ 0.045s] (2554/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
82912026-07-27T20:49:39.296Z PASS [ 0.630s] (2555/3122) oximeter-db native::connection::tests::test_send_cancel_with_no_query
82922026-07-27T20:49:39.296Z PASS [ 0.046s] (2556/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
82932026-07-27T20:49:39.296Z PASS [ 0.050s] (2557/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
82942026-07-27T20:49:39.296Z PASS [ 0.035s] (2558/3122) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
82952026-07-27T20:49:39.296Z PASS [ 0.053s] (2559/3122) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
82962026-07-27T20:49:39.296Z PASS [ 0.035s] (2560/3122) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
82972026-07-27T20:49:39.296Z PASS [ 0.039s] (2561/3122) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
82982026-07-27T20:49:39.296Z PASS [ 0.040s] (2562/3122) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
82992026-07-27T20:49:39.304Z PASS [ 0.034s] (2563/3122) oximeter-db oxql::plan::align::test::test_align_input_schema
83002026-07-27T20:49:39.304Z PASS [ 0.036s] (2564/3122) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
83012026-07-27T20:49:39.310Z PASS [ 0.043s] (2565/3122) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
83022026-07-27T20:49:39.310Z PASS [ 0.732s] (2566/3122) oximeter-db native::connection::tests::test_can_cancel_query
83032026-07-27T20:49:39.337Z PASS [ 0.048s] (2567/3122) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
83042026-07-27T20:49:39.337Z PASS [ 0.049s] (2568/3122) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
83052026-07-27T20:49:39.337Z PASS [ 0.051s] (2569/3122) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
83062026-07-27T20:49:39.343Z PASS [ 0.060s] (2570/3122) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
83072026-07-27T20:49:39.350Z PASS [ 0.065s] (2571/3122) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
83082026-07-27T20:49:39.350Z PASS [ 0.066s] (2572/3122) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
83092026-07-27T20:49:39.350Z PASS [ 0.063s] (2573/3122) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
83102026-07-27T20:49:39.350Z PASS [ 0.065s] (2574/3122) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
83112026-07-27T20:49:39.350Z PASS [ 0.064s] (2575/3122) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
83122026-07-27T20:49:39.350Z PASS [ 0.059s] (2576/3122) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
83132026-07-27T20:49:39.350Z PASS [ 0.065s] (2577/3122) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
83142026-07-27T20:49:39.354Z PASS [ 0.064s] (2578/3122) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
83152026-07-27T20:49:39.354Z PASS [ 0.039s] (2579/3122) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
83162026-07-27T20:49:39.356Z PASS [ 0.060s] (2580/3122) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
83172026-07-27T20:49:39.356Z PASS [ 0.051s] (2581/3122) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
83182026-07-27T20:49:39.371Z PASS [ 0.047s] (2582/3122) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
83192026-07-27T20:49:39.371Z PASS [ 0.062s] (2583/3122) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
83202026-07-27T20:49:39.371Z PASS [ 0.044s] (2584/3122) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
83212026-07-27T20:49:39.380Z PASS [ 0.038s] (2585/3122) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
83222026-07-27T20:49:39.393Z PASS [ 0.046s] (2586/3122) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
83232026-07-27T20:49:39.398Z PASS [ 0.053s] (2587/3122) oximeter-db oxql::query::tests::test_coalesce_limits
83242026-07-27T20:49:39.403Z PASS [ 0.054s] (2588/3122) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
83252026-07-27T20:49:39.403Z PASS [ 0.053s] (2589/3122) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
83262026-07-27T20:49:39.403Z PASS [ 0.053s] (2590/3122) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
83272026-07-27T20:49:39.404Z PASS [ 0.051s] (2591/3122) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
83282026-07-27T20:49:39.404Z PASS [ 0.053s] (2592/3122) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
83292026-07-27T20:49:39.408Z PASS [ 0.051s] (2593/3122) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
83302026-07-27T20:49:39.408Z PASS [ 0.050s] (2594/3122) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
83312026-07-27T20:49:39.408Z PASS [ 0.049s] (2595/3122) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
83322026-07-27T20:49:39.408Z PASS [ 0.062s] (2596/3122) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
83332026-07-27T20:49:39.412Z PASS [ 0.053s] (2597/3122) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
83342026-07-27T20:49:39.412Z PASS [ 0.050s] (2598/3122) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
83352026-07-27T20:49:39.412Z PASS [ 0.042s] (2599/3122) oximeter-db oxql::query::tests::test_insert_filters
83362026-07-27T20:49:39.412Z PASS [ 0.056s] (2600/3122) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
83372026-07-27T20:49:39.412Z PASS [ 0.056s] (2601/3122) oximeter-db oxql::query::tests::test_coalesce_predicates
83382026-07-27T20:49:39.419Z PASS [ 0.034s] (2602/3122) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
83392026-07-27T20:49:39.431Z PASS [ 0.033s] (2603/3122) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
83402026-07-27T20:49:39.435Z PASS [ 0.035s] (2604/3122) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
83412026-07-27T20:49:39.440Z PASS [ 0.037s] (2605/3122) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
83422026-07-27T20:49:39.445Z PASS [ 0.041s] (2606/3122) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
83432026-07-27T20:49:39.450Z PASS [ 0.047s] (2607/3122) oximeter-db oxql::query::tests::test_query_end_time
83442026-07-27T20:49:39.450Z PASS [ 0.044s] (2608/3122) oximeter-db query::tests::test_field_selector_as_query
83452026-07-27T20:49:39.450Z PASS [ 0.050s] (2609/3122) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
83462026-07-27T20:49:39.454Z PASS [ 0.048s] (2610/3122) oximeter-db oxql::query::tests::test_split_query
83472026-07-27T20:49:39.461Z PASS [ 0.056s] (2611/3122) oximeter-db query::tests::test_field_cmp
83482026-07-27T20:49:39.472Z PASS [ 0.051s] (2612/3122) oximeter-db query::tests::test_select_query_builder_limit_offset
83492026-07-27T20:49:39.472Z PASS [ 0.056s] (2613/3122) oximeter-db query::tests::test_field_value_as_db_str
83502026-07-27T20:49:39.472Z PASS [ 0.045s] (2614/3122) oximeter-db query::tests::test_select_query_builder_no_fields
83512026-07-27T20:49:39.472Z PASS [ 0.033s] (2615/3122) oximeter-db query::tests::test_select_query_builder_no_selectors
83522026-07-27T20:49:39.472Z PASS [ 0.056s] (2616/3122) oximeter-db query::tests::test_select_query_builder_from_parts
83532026-07-27T20:49:39.472Z PASS [ 0.030s] (2617/3122) oximeter-db query::tests::test_time_range
83542026-07-27T20:49:39.473Z PASS [ 0.058s] (2618/3122) oximeter-db query::tests::test_select_query_builder_field_selectors
83552026-07-27T20:49:39.473Z PASS [ 0.058s] (2619/3122) oximeter-db query::tests::test_select_query_builder_full
83562026-07-27T20:49:39.479Z PASS [ 0.034s] (2620/3122) oximeter-db query::tests::test_string_field_selector
83572026-07-27T20:49:39.479Z PASS [ 0.061s] (2621/3122) oximeter-db query::tests::test_select_query_builder_filter_raw
83582026-07-27T20:49:39.479Z PASS [ 0.037s] (2622/3122) oximeter-db sql::tests::test_allow_limit_offset
83592026-07-27T20:49:39.486Z PASS [ 0.036s] (2623/3122) oximeter-db sql::tests::test_cannot_name_database
83602026-07-27T20:49:39.487Z PASS [ 0.039s] (2624/3122) oximeter-db sql::tests::test_allow_subqueries
83612026-07-27T20:49:39.501Z PASS [ 0.039s] (2625/3122) oximeter-db sql::tests::test_ctes_are_not_supported
83622026-07-27T20:49:39.501Z PASS [ 0.038s] (2626/3122) oximeter-db sql::tests::test_function_allow_list
83632026-07-27T20:49:39.520Z PASS [ 0.052s] (2627/3122) oximeter-db sql::tests::test_join_must_be_inner
83642026-07-27T20:49:39.524Z PASS [ 0.052s] (2628/3122) oximeter-db sql::tests::test_multiple_statements_are_not_supported
83652026-07-27T20:49:39.524Z PASS [ 0.029s] (2629/3122) oximeter-instruments http::tests::test_latency_tracker
83662026-07-27T20:49:39.525Z PASS [ 0.053s] (2630/3122) oximeter-db sql::tests::test_query_must_be_select_statement
83672026-07-27T20:49:39.525Z PASS [ 0.030s] (2631/3122) oximeter-instruments kstat::cpu::tests::test_kstat_interested
83682026-07-27T20:49:39.525Z PASS [ 0.050s] (2632/3122) oximeter-db tests::test_timeseries_key_field_stability
83692026-07-27T20:49:39.525Z PASS [ 0.051s] (2633/3122) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
83702026-07-27T20:49:39.525Z PASS [ 0.055s] (2634/3122) oximeter-db sql::tests::test_require_table_is_timeseries_name
83712026-07-27T20:49:39.525Z PASS [ 0.056s] (2635/3122) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
83722026-07-27T20:49:39.525Z PASS [ 0.029s] (2636/3122) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
83732026-07-27T20:49:39.525Z PASS [ 0.051s] (2637/3122) oximeter-db::integration_test test_schemas_are_not_modified
83742026-07-27T20:49:39.525Z PASS [ 0.055s] (2638/3122) oximeter-db tests::test_timeseries_key_sample_stability
83752026-07-27T20:49:39.525Z PASS [ 0.058s] (2639/3122) oximeter-db sql::tests::test_with_comma_join_fails
83762026-07-27T20:49:39.553Z PASS [ 0.027s] (2640/3122) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
83772026-07-27T20:49:39.556Z PASS [ 0.031s] (2641/3122) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
83782026-07-27T20:49:39.556Z PASS [ 0.066s] (2642/3122) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
83792026-07-27T20:49:39.565Z PASS [ 0.051s] (2643/3122) oximeter-instruments kstat::link::tests::test_kstat_interested
83802026-07-27T20:49:39.574Z PASS [ 0.052s] (2644/3122) oximeter-instruments kstat::link::tests::test_sled_datalink
83812026-07-27T20:49:39.580Z PASS [ 0.023s] (2645/3122) oximeter-instruments kstat::zone::tests::test_kstat_interested
83822026-07-27T20:49:39.580Z PASS [ 0.026s] (2646/3122) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
83832026-07-27T20:49:39.592Z PASS [ 0.039s] (2647/3122) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
83842026-07-27T20:49:39.599Z PASS [ 0.033s] (2648/3122) oximeter-instruments kstat::zone::tests::test_zone_samples
83852026-07-27T20:49:39.605Z PASS [ 0.086s] (2649/3122) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
83862026-07-27T20:49:39.605Z PASS [ 0.089s] (2650/3122) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
83872026-07-27T20:49:39.605Z PASS [ 0.092s] (2651/3122) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
83882026-07-27T20:49:39.605Z PASS [ 0.083s] (2652/3122) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
83892026-07-27T20:49:39.616Z PASS [ 0.023s] (2653/3122) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
83902026-07-27T20:49:39.625Z PASS [ 0.053s] (2654/3122) oximeter-instruments zfs::usage::tests::test_collect_datasets
83912026-07-27T20:49:39.625Z PASS [ 0.108s] (2655/3122) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
83922026-07-27T20:49:39.630Z PASS [ 0.033s] (2656/3122) oximeter-instruments zfs::usage::tests::test_dataset_samples
83932026-07-27T20:49:39.636Z PASS [ 0.029s] (2657/3122) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
83942026-07-27T20:49:39.636Z PASS [ 0.119s] (2658/3122) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
83952026-07-27T20:49:39.636Z PASS [ 0.121s] (2659/3122) oximeter-instruments kstat::link::tests::test_kstat_sampler
83962026-07-27T20:49:39.636Z PASS [ 0.118s] (2660/3122) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
83972026-07-27T20:49:39.636Z PASS [ 0.059s] (2661/3122) oximeter-instruments zfs::usage::tests::test_collect_zpools
83982026-07-27T20:49:39.640Z PASS [ 0.033s] (2662/3122) oximeter-macro-impl tests::test_metric_annotated_field
83992026-07-27T20:49:39.640Z PASS [ 0.025s] (2663/3122) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
84002026-07-27T20:49:39.646Z PASS [ 0.036s] (2664/3122) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
84012026-07-27T20:49:39.650Z PASS [ 0.032s] (2665/3122) oximeter-macro-impl tests::test_metric_datum_field
84022026-07-27T20:49:39.650Z PASS [ 0.024s] (2666/3122) oximeter-macro-impl tests::test_metric_enum
84032026-07-27T20:49:39.651Z PASS [ 0.025s] (2667/3122) oximeter-macro-impl tests::test_metric_without_datum_field
84042026-07-27T20:49:39.655Z PASS [ 0.047s] (2668/3122) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
84052026-07-27T20:49:39.660Z PASS [ 0.033s] (2669/3122) oximeter-macro-impl tests::test_target
84062026-07-27T20:49:39.664Z PASS [ 0.025s] (2670/3122) oximeter-macro-impl tests::test_target_enum
84072026-07-27T20:49:39.670Z PASS [ 0.034s] (2671/3122) oximeter-macro-impl tests::test_target_empty_struct
84082026-07-27T20:49:39.670Z PASS [ 0.033s] (2672/3122) oximeter-macro-impl tests::test_target_unit_struct
84092026-07-27T20:49:39.675Z PASS [ 0.034s] (2673/3122) oximeter-macro-impl tests::test_target_with_datum_field
84102026-07-27T20:49:39.689Z PASS [ 0.028s] (2674/3122) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
84112026-07-27T20:49:39.693Z PASS [ 0.047s] (2675/3122) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
84122026-07-27T20:49:39.695Z PASS [ 0.044s] (2676/3122) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
84132026-07-27T20:49:39.695Z PASS [ 0.031s] (2677/3122) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
84142026-07-27T20:49:39.695Z PASS [ 0.053s] (2678/3122) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
84152026-07-27T20:49:39.700Z PASS [ 0.044s] (2679/3122) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
84162026-07-27T20:49:39.700Z PASS [ 0.055s] (2680/3122) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
84172026-07-27T20:49:39.700Z PASS [ 0.042s] (2681/3122) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
84182026-07-27T20:49:39.700Z PASS [ 0.056s] (2682/3122) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
84192026-07-27T20:49:39.700Z PASS [ 0.026s] (2683/3122) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
84202026-07-27T20:49:39.706Z PASS [ 0.031s] (2684/3122) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
84212026-07-27T20:49:39.715Z PASS [ 0.021s] (2685/3122) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
84222026-07-27T20:49:39.723Z PASS [ 0.028s] (2686/3122) oximeter-schema ir::tests::fail_on_empty_descriptions
84232026-07-27T20:49:39.723Z PASS [ 0.029s] (2687/3122) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
84242026-07-27T20:49:39.723Z PASS [ 0.035s] (2688/3122) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
84252026-07-27T20:49:39.724Z PASS [ 0.052s] (2689/3122) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
84262026-07-27T20:49:39.724Z PASS [ 0.029s] (2690/3122) oximeter-schema ir::tests::fail_on_empty_metric_name
84272026-07-27T20:49:39.728Z PASS [ 0.029s] (2691/3122) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
84282026-07-27T20:49:39.734Z PASS [ 0.035s] (2692/3122) oximeter-schema ir::tests::fail_on_empty_target_name
84292026-07-27T20:49:39.734Z PASS [ 0.035s] (2693/3122) oximeter-schema ir::tests::fail_on_very_long_field_names
84302026-07-27T20:49:39.734Z PASS [ 0.028s] (2694/3122) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
84312026-07-27T20:49:39.734Z PASS [ 0.035s] (2695/3122) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
84322026-07-27T20:49:39.734Z PASS [ 0.034s] (2696/3122) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
84332026-07-27T20:49:39.753Z PASS [ 0.036s] (2697/3122) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
84342026-07-27T20:49:39.757Z PASS [ 0.025s] (2698/3122) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
84352026-07-27T20:49:39.757Z PASS [ 0.033s] (2699/3122) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
84362026-07-27T20:49:39.757Z PASS [ 0.026s] (2700/3122) oximeter-schema ir::tests::only_support_format_version_1
84372026-07-27T20:49:39.757Z PASS [ 0.033s] (2701/3122) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
84382026-07-27T20:49:39.757Z PASS [ 0.033s] (2702/3122) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
84392026-07-27T20:49:39.765Z PASS [ 0.037s] (2703/3122) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
84402026-07-27T20:49:39.765Z PASS [ 0.036s] (2704/3122) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
84412026-07-27T20:49:39.765Z PASS [ 0.030s] (2705/3122) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
84422026-07-27T20:49:39.765Z PASS [ 0.030s] (2706/3122) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
84432026-07-27T20:49:39.770Z PASS [ 0.632s] (2707/3122) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
84442026-07-27T20:49:39.771Z PASS [ 0.035s] (2708/3122) oximeter-test-utils tests::test_gen_test_samples
84452026-07-27T20:49:39.775Z PASS [ 0.042s] (2709/3122) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
84462026-07-27T20:49:39.780Z PASS [ 0.024s] (2710/3122) oximeter-types queue::tests::test_bounded_queue_overflow
84472026-07-27T20:49:39.787Z PASS [ 0.022s] (2711/3122) oximeter-types traits::tests::test_metric_trait
84482026-07-27T20:49:39.787Z PASS [ 0.026s] (2712/3122) oximeter-types queue::tests::test_bounded_queue
84492026-07-27T20:49:39.791Z PASS [ 0.025s] (2713/3122) oximeter-types traits::tests::test_target_trait
84502026-07-27T20:49:39.791Z PASS [ 0.026s] (2714/3122) oximeter-types queue::tests::test_bounded_queue_sample_overflow
84512026-07-27T20:49:39.791Z PASS [ 0.037s] (2715/3122) oximeter-test-utils tests::test_sample_struct
84522026-07-27T20:49:39.791Z PASS [ 0.028s] (2716/3122) oximeter-types traits::tests::test_producer_trait
84532026-07-27T20:49:39.798Z PASS [ 0.040s] (2717/3122) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
84542026-07-27T20:49:39.798Z PASS [ 0.038s] (2718/3122) oximeter-test-utils tests::test_timeseries_schema_from_sample
84552026-07-27T20:49:39.807Z PASS [ 0.046s] (2719/3122) oximeter-test-utils tests::test_timeseries_schema_from_parts
84562026-07-27T20:49:39.807Z PASS [ 0.035s] (2720/3122) oximeter-types-versions impls::histogram::tests::test_bin_range_from
84572026-07-27T20:49:39.807Z PASS [ 0.039s] (2721/3122) oximeter-types-versions impls::histogram::tests::test_bin_range
84582026-07-27T20:49:39.807Z PASS [ 0.033s] (2722/3122) oximeter-types-versions impls::histogram::tests::test_bin_range_to
84592026-07-27T20:49:39.812Z PASS [ 0.024s] (2723/3122) oximeter-types-versions impls::histogram::tests::test_histogram
84602026-07-27T20:49:39.812Z PASS [ 0.029s] (2724/3122) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
84612026-07-27T20:49:39.812Z PASS [ 0.028s] (2725/3122) oximeter-types-versions impls::histogram::tests::test_ensure_finite
84622026-07-27T20:49:39.817Z PASS [ 0.024s] (2726/3122) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
84632026-07-27T20:49:39.817Z PASS [ 0.025s] (2727/3122) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
84642026-07-27T20:49:39.817Z PASS [ 0.028s] (2728/3122) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
84652026-07-27T20:49:39.821Z PASS [ 0.027s] (2729/3122) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
84662026-07-27T20:49:39.821Z PASS [ 0.024s] (2730/3122) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
84672026-07-27T20:49:39.825Z PASS [ 0.027s] (2731/3122) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
84682026-07-27T20:49:39.829Z PASS [ 0.022s] (2732/3122) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
84692026-07-27T20:49:39.830Z PASS [ 0.025s] (2733/3122) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
84702026-07-27T20:49:39.830Z PASS [ 0.024s] (2734/3122) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
84712026-07-27T20:49:39.830Z PASS [ 0.025s] (2735/3122) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
84722026-07-27T20:49:39.836Z PASS [ 0.028s] (2736/3122) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
84732026-07-27T20:49:39.837Z PASS [ 0.024s] (2737/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
84742026-07-27T20:49:39.837Z PASS [ 0.022s] (2738/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
84752026-07-27T20:49:39.837Z PASS [ 0.025s] (2739/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
84762026-07-27T20:49:39.842Z PASS [ 0.023s] (2740/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
84772026-07-27T20:49:39.842Z PASS [ 0.027s] (2741/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
84782026-07-27T20:49:39.846Z PASS [ 0.025s] (2742/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
84792026-07-27T20:49:39.846Z PASS [ 0.026s] (2743/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
84802026-07-27T20:49:39.850Z PASS [ 0.021s] (2744/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
84812026-07-27T20:49:39.851Z PASS [ 0.021s] (2745/3122) oximeter-types-versions impls::histogram::tests::test_span_decades
84822026-07-27T20:49:39.851Z PASS [ 0.028s] (2746/3122) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
84832026-07-27T20:49:39.855Z PASS [ 0.024s] (2747/3122) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
84842026-07-27T20:49:39.855Z PASS [ 0.019s] (2748/3122) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
84852026-07-27T20:49:39.855Z PASS [ 0.023s] (2749/3122) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
84862026-07-27T20:49:39.860Z PASS [ 0.022s] (2750/3122) oximeter-types-versions impls::quantile::tests::test_empty_observations
84872026-07-27T20:49:39.860Z PASS [ 0.022s] (2751/3122) oximeter-types-versions impls::quantile::tests::test_float_observations
84882026-07-27T20:49:39.866Z PASS [ 0.025s] (2752/3122) oximeter-types-versions impls::quantile::tests::test_find_cells
84892026-07-27T20:49:39.866Z PASS [ 0.026s] (2753/3122) oximeter-types-versions impls::quantile::tests::test_default_percentiles
84902026-07-27T20:49:39.866Z PASS [ 0.022s] (2754/3122) oximeter-types-versions impls::quantile::tests::test_integer_observations
84912026-07-27T20:49:39.866Z PASS [ 0.022s] (2755/3122) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
84922026-07-27T20:49:39.866Z PASS [ 0.020s] (2756/3122) oximeter-types-versions impls::quantile::tests::test_max_p
84932026-07-27T20:49:39.870Z PASS [ 0.020s] (2757/3122) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
84942026-07-27T20:49:39.876Z PASS [ 0.028s] (2758/3122) oximeter-types-versions impls::quantile::tests::test_min_p
84952026-07-27T20:49:39.881Z PASS [ 0.022s] (2759/3122) oximeter-types-versions impls::types::tests::test_cumulative_f64
84962026-07-27T20:49:39.881Z PASS [ 0.027s] (2760/3122) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
84972026-07-27T20:49:39.881Z PASS [ 0.030s] (2761/3122) oximeter-types-versions impls::quantile::tests::test_rounding
84982026-07-27T20:49:39.886Z PASS [ 0.021s] (2762/3122) oximeter-types-versions impls::types::tests::test_datum
84992026-07-27T20:49:39.886Z PASS [ 0.020s] (2763/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
85002026-07-27T20:49:39.886Z PASS [ 0.029s] (2764/3122) oximeter-types-versions impls::schema::tests::test_timeseries_name
85012026-07-27T20:49:39.886Z PASS [ 0.020s] (2765/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
85022026-07-27T20:49:39.886Z PASS [ 0.022s] (2766/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
85032026-07-27T20:49:39.886Z PASS [ 0.027s] (2767/3122) oximeter-types-versions impls::types::tests::test_cumulative_i64
85042026-07-27T20:49:39.891Z PASS [ 0.032s] (2768/3122) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
85052026-07-27T20:49:39.891Z PASS [ 0.018s] (2769/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
85062026-07-27T20:49:39.896Z PASS [ 0.026s] (2770/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
85072026-07-27T20:49:39.900Z PASS [ 0.022s] (2771/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
85082026-07-27T20:49:39.904Z PASS [ 0.022s] (2772/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
85092026-07-27T20:49:39.908Z PASS [ 0.026s] (2773/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
85102026-07-27T20:49:39.908Z PASS [ 0.026s] (2774/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
85112026-07-27T20:49:39.912Z PASS [ 0.025s] (2775/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
85122026-07-27T20:49:39.912Z PASS [ 0.026s] (2776/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
85132026-07-27T20:49:39.912Z PASS [ 0.023s] (2777/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
85142026-07-27T20:49:39.912Z PASS [ 0.033s] (2778/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
85152026-07-27T20:49:39.913Z PASS [ 0.031s] (2779/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
85162026-07-27T20:49:39.917Z PASS [ 0.026s] (2780/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
85172026-07-27T20:49:39.917Z PASS [ 0.028s] (2781/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
85182026-07-27T20:49:39.917Z PASS [ 0.031s] (2782/3122) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
85192026-07-27T20:49:39.917Z PASS [ 0.025s] (2783/3122) oximeter-types-versions impls::types::tests::test_measurement
85202026-07-27T20:49:39.923Z PASS [ 0.026s] (2784/3122) oximeter-types-versions impls::types::tests::test_verify_field_names
85212026-07-27T20:49:39.929Z PASS [ 0.023s] (2785/3122) oxlog tests::test_daterange_filter
85222026-07-27T20:49:39.930Z PASS [ 0.020s] (2786/3122) oxlog tests::test_oxide_smf_service_name_from_log_file_name
85232026-07-27T20:49:39.930Z PASS [ 0.020s] (2787/3122) oxlog tests::test_is_oxide_smf_log_file
85242026-07-27T20:49:39.930Z PASS [ 0.020s] (2788/3122) oxlog tests::test_sort_logs
85252026-07-27T20:49:39.934Z PASS [ 0.022s] (2789/3122) oxql-types point::tests::test_cast_points_from_bool
85262026-07-27T20:49:39.934Z PASS [ 0.022s] (2790/3122) oxql-types point::tests::test_cast_points_from_double_distribution
85272026-07-27T20:49:39.940Z PASS [ 0.027s] (2791/3122) oxlog::bin/oxlog tests::test_parse_timestamp
85282026-07-27T20:49:39.940Z PASS [ 0.025s] (2792/3122) oxql-types point::tests::test_cast_points_from_double
85292026-07-27T20:49:39.940Z PASS [ 0.024s] (2793/3122) oxql-types point::tests::test_cast_points_from_integer
85302026-07-27T20:49:39.946Z PASS [ 0.028s] (2794/3122) oxql-types point::tests::test_cast_points_from_int_distribution
85312026-07-27T20:49:39.946Z PASS [ 0.027s] (2795/3122) oxql-types point::tests::test_cast_points_from_string
85322026-07-27T20:49:39.946Z PASS [ 0.026s] (2796/3122) oxql-types point::tests::test_join_point_arrays
85332026-07-27T20:49:39.946Z PASS [ 0.020s] (2797/3122) oxql-types point::tests::test_point_delta_between
85342026-07-27T20:49:39.951Z PASS [ 0.020s] (2798/3122) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
85352026-07-27T20:49:39.952Z PASS [ 0.021s] (2799/3122) oxql-types point::tests::test_point_delta_between_with_new_epoch
85362026-07-27T20:49:39.952Z PASS [ 0.021s] (2800/3122) oxql-types point::tests::test_sub_between_histogram_distributions
85372026-07-27T20:49:39.956Z PASS [ 0.024s] (2801/3122) oxql-types point::tests::test_push_concrete_values
85382026-07-27T20:49:39.956Z PASS [ 0.020s] (2802/3122) range-requests test::get_response_no_range
85392026-07-27T20:49:39.962Z PASS [ 0.020s] (2803/3122) range-requests test::parse_range_invalid
85402026-07-27T20:49:39.962Z PASS [ 0.021s] (2804/3122) range-requests test::invalid_ranges
85412026-07-27T20:49:39.962Z PASS [ 0.024s] (2805/3122) range-requests test::get_response_with_range
85422026-07-27T20:49:39.962Z PASS [ 0.020s] (2806/3122) range-requests test::parse_range_valid
85432026-07-27T20:49:39.966Z PASS [ 0.021s] (2807/3122) range-requests test::range_into_str
85442026-07-27T20:49:39.966Z PASS [ 0.023s] (2808/3122) range-requests test::potential_range_parsing_does_not_crash
85452026-07-27T20:49:39.966Z PASS [ 0.021s] (2809/3122) range-requests test::single_range_parsing_does_not_crash
85462026-07-27T20:49:40.012Z PASS [ 0.081s] (2810/3122) parallel-task-set test::test_spawn_many
85472026-07-27T20:49:40.066Z PASS [ 0.120s] (2811/3122) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
85482026-07-27T20:49:40.077Z PASS [ 0.125s] (2812/3122) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
85492026-07-27T20:49:40.140Z PASS [ 0.182s] (2813/3122) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
85502026-07-27T20:49:40.145Z PASS [ 0.187s] (2814/3122) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
85512026-07-27T20:49:40.146Z PASS [ 0.193s] (2815/3122) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
85522026-07-27T20:49:40.199Z PASS [ 0.183s] (2816/3122) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
85532026-07-27T20:49:40.199Z PASS [ 0.198s] (2817/3122) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
85542026-07-27T20:49:40.199Z PASS [ 0.195s] (2818/3122) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
85552026-07-27T20:49:40.199Z PASS [ 104.601s] (2819/3122) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85562026-07-27T20:49:40.199Z PASS [ 0.206s] (2820/3122) reconfigurator-cli::test-scripts script::cmds-example.txt
85572026-07-27T20:49:40.199Z PASS [ 0.210s] (2821/3122) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
85582026-07-27T20:49:40.264Z PASS [ 0.123s] (2822/3122) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
85592026-07-27T20:49:40.293Z PASS [ 0.134s] (2823/3122) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
85602026-07-27T20:49:40.304Z PASS [ 0.141s] (2824/3122) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
85612026-07-27T20:49:40.311Z PASS [ 0.140s] (2825/3122) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
85622026-07-27T20:49:40.376Z PASS [ 0.214s] (2826/3122) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
85632026-07-27T20:49:40.452Z PASS [ 0.122s] (2827/3122) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
85642026-07-27T20:49:40.584Z PASS [ 0.190s] (2828/3122) reconfigurator-cli::test-scripts script::cmds.txt
85652026-07-27T20:49:40.606Z PASS [ 0.589s] (2829/3122) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
85662026-07-27T20:49:40.653Z PASS [ 0.587s] (2830/3122) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
85672026-07-27T20:49:40.662Z PASS [ 0.698s] (2831/3122) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
85682026-07-27T20:49:40.669Z PASS [ 0.592s] (2832/3122) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
85692026-07-27T20:49:40.746Z PASS [ 0.587s] (2833/3122) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
85702026-07-27T20:49:40.851Z PASS [ 0.714s] (2834/3122) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
85712026-07-27T20:49:40.895Z PASS [ 0.591s] (2835/3122) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
85722026-07-27T20:49:40.906Z PASS [ 1.393s] (2836/3122) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
85732026-07-27T20:49:41.066Z PASS [ 1.101s] (2837/3122) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
85742026-07-27T20:49:41.238Z PASS [ 1.094s] (2838/3122) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
85752026-07-27T20:49:41.260Z PASS [ 0.840s] (2839/3122) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
85762026-07-27T20:49:41.284Z PASS [ 0.029s] (2840/3122) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
85772026-07-27T20:49:41.298Z PASS [ 0.058s] (2841/3122) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
85782026-07-27T20:49:41.335Z PASS [ 0.052s] (2842/3122) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
85792026-07-27T20:49:41.350Z PASS [ 0.052s] (2843/3122) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
85802026-07-27T20:49:41.384Z PASS [ 0.050s] (2844/3122) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
85812026-07-27T20:49:41.409Z PASS [ 0.054s] (2845/3122) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
85822026-07-27T20:49:41.417Z PASS [ 1.109s] (2846/3122) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
85832026-07-27T20:49:41.437Z PASS [ 0.052s] (2847/3122) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
85842026-07-27T20:49:41.441Z PASS [ 0.034s] (2848/3122) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
85852026-07-27T20:49:41.455Z PASS [ 0.038s] (2849/3122) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
85862026-07-27T20:49:41.484Z PASS [ 0.045s] (2850/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
85872026-07-27T20:49:41.496Z PASS [ 0.042s] (2851/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
85882026-07-27T20:49:41.500Z PASS [ 0.064s] (2852/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
85892026-07-27T20:49:41.515Z PASS [ 0.609s] (2853/3122) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
85902026-07-27T20:49:41.523Z PASS [ 0.039s] (2854/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
85912026-07-27T20:49:41.541Z PASS [ 0.041s] (2855/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
85922026-07-27T20:49:41.545Z PASS [ 0.039s] (2856/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
85932026-07-27T20:49:41.554Z PASS [ 0.038s] (2857/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
85942026-07-27T20:49:41.558Z PASS [ 1.421s] (2858/3122) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
85952026-07-27T20:49:41.562Z PASS [ 0.040s] (2859/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
85962026-07-27T20:49:41.583Z PASS [ 0.043s] (2860/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
85972026-07-27T20:49:41.589Z PASS [ 0.046s] (2861/3122) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
85982026-07-27T20:49:41.592Z PASS [ 0.034s] (2862/3122) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
85992026-07-27T20:49:41.604Z PASS [ 0.042s] (2863/3122) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
86002026-07-27T20:49:41.628Z PASS [ 0.037s] (2864/3122) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
86012026-07-27T20:49:41.641Z PASS [ 0.036s] (2865/3122) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
86022026-07-27T20:49:41.668Z PASS [ 0.039s] (2866/3122) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
86032026-07-27T20:49:41.683Z PASS [ 0.043s] (2867/3122) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
86042026-07-27T20:49:41.725Z PASS [ 0.040s] (2868/3122) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
86052026-07-27T20:49:41.730Z PASS [ 0.057s] (2869/3122) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
86062026-07-27T20:49:41.731Z PASS [ 0.144s] (2870/3122) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
86072026-07-27T20:49:41.756Z PASS [ 1.190s] (2871/3122) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
86082026-07-27T20:49:41.767Z PASS [ 0.042s] (2872/3122) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
86092026-07-27T20:49:41.774Z PASS [ 0.040s] (2873/3122) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
86102026-07-27T20:49:41.774Z PASS [ 0.045s] (2874/3122) sled-agent-config-reconciler ledger::tests::read_existing_config
86112026-07-27T20:49:41.779Z PASS [ 7.046s] (2875/3122) omicron-test-utils dev::db::test::test_setup_database_default_dir
86122026-07-27T20:49:41.798Z PASS [ 0.042s] (2876/3122) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
86132026-07-27T20:49:41.810Z PASS [ 0.040s] (2877/3122) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
86142026-07-27T20:49:41.816Z PASS [ 0.043s] (2878/3122) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
86152026-07-27T20:49:41.823Z PASS [ 0.050s] (2879/3122) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
86162026-07-27T20:49:41.827Z PASS [ 0.029s] (2880/3122) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
86172026-07-27T20:49:41.859Z PASS [ 0.792s] (2881/3122) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
86182026-07-27T20:49:41.890Z PASS [ 0.032s] (2882/3122) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
86192026-07-27T20:49:41.920Z PASS [ 1.258s] (2883/3122) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
86202026-07-27T20:49:41.932Z PASS [ 0.041s] (2884/3122) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
86212026-07-27T20:49:41.944Z PASS [ 1.274s] (2885/3122) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
86222026-07-27T20:49:41.963Z PASS [ 0.042s] (2886/3122) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
86232026-07-27T20:49:41.971Z PASS [ 0.039s] (2887/3122) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
86242026-07-27T20:49:41.984Z PASS [ 0.040s] (2888/3122) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
86252026-07-27T20:49:42.009Z PASS [ 0.044s] (2889/3122) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
86262026-07-27T20:49:42.014Z PASS [ 0.042s] (2890/3122) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
86272026-07-27T20:49:42.024Z PASS [ 0.039s] (2891/3122) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
86282026-07-27T20:49:42.045Z PASS [ 0.039s] (2892/3122) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
86292026-07-27T20:49:42.051Z PASS [ 1.782s] (2893/3122) reconfigurator-cli::test-scripts script::cmds-target-release.txt
86302026-07-27T20:49:42.060Z PASS [ 0.047s] (2894/3122) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
86312026-07-27T20:49:42.068Z PASS [ 0.043s] (2895/3122) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
86322026-07-27T20:49:42.077Z PASS [ 0.031s] (2896/3122) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
86332026-07-27T20:49:42.092Z PASS [ 0.032s] (2897/3122) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
86342026-07-27T20:49:42.100Z PASS [ 0.033s] (2898/3122) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
86352026-07-27T20:49:42.114Z PASS [ 0.036s] (2899/3122) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
86362026-07-27T20:49:42.125Z PASS [ 0.032s] (2900/3122) sled-agent-rack-setup service::test::parse_rack_initialization
86372026-07-27T20:49:42.130Z PASS [ 0.029s] (2901/3122) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
86382026-07-27T20:49:42.153Z PASS [ 0.040s] (2902/3122) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
86392026-07-27T20:49:42.170Z PASS [ 0.038s] (2903/3122) sled-agent-rack-setup service::test::test_omicron_zone_configs
86402026-07-27T20:49:42.187Z PASS [ 0.061s] (2904/3122) sled-agent-rack-setup service::test::test_extra_certs
86412026-07-27T20:49:42.193Z PASS [ 0.032s] (2905/3122) sled-agent-rack-setup service::test::test_subnets
86422026-07-27T20:49:42.199Z PASS [ 0.030s] (2906/3122) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
86432026-07-27T20:49:42.219Z PASS [ 0.035s] (2907/3122) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
86442026-07-27T20:49:42.225Z PASS [ 0.039s] (2908/3122) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
86452026-07-27T20:49:42.230Z PASS [ 1.627s] (2909/3122) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
86462026-07-27T20:49:42.235Z PASS [ 0.035s] (2910/3122) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
86472026-07-27T20:49:42.247Z PASS [ 0.028s] (2911/3122) sled-agent-resolvable-files manifest::tests::read_success
86482026-07-27T20:49:42.255Z PASS [ 0.031s] (2912/3122) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
86492026-07-27T20:49:42.261Z PASS [ 0.028s] (2913/3122) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
86502026-07-27T20:49:42.265Z PASS [ 0.028s] (2914/3122) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
86512026-07-27T20:49:42.272Z PASS [ 0.024s] (2915/3122) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
86522026-07-27T20:49:42.282Z PASS [ 0.027s] (2916/3122) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
86532026-07-27T20:49:42.287Z PASS [ 0.029s] (2917/3122) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
86542026-07-27T20:49:42.362Z PASS [ 0.028s] (2918/3122) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
86552026-07-27T20:49:42.423Z PASS [ 0.025s] (2919/3122) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
86562026-07-27T20:49:42.423Z PASS [ 0.026s] (2920/3122) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
86572026-07-27T20:49:42.423Z PASS [ 0.027s] (2921/3122) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
86582026-07-27T20:49:42.423Z PASS [ 0.031s] (2922/3122) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
86592026-07-27T20:49:42.423Z PASS [ 0.031s] (2923/3122) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
86602026-07-27T20:49:42.429Z PASS [ 0.750s] (2924/3122) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
86612026-07-27T20:49:42.429Z PASS [ 0.029s] (2925/3122) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
86622026-07-27T20:49:42.429Z PASS [ 0.031s] (2926/3122) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
86632026-07-27T20:49:42.429Z PASS [ 2.711s] (2927/3122) oximeter-producer tests::test_producer_registration_task
86642026-07-27T20:49:42.429Z PASS [ 0.028s] (2928/3122) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
86652026-07-27T20:49:42.429Z PASS [ 0.027s] (2929/3122) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
86662026-07-27T20:49:42.429Z PASS [ 0.026s] (2930/3122) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
86672026-07-27T20:49:42.429Z PASS [ 0.027s] (2931/3122) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
86682026-07-27T20:49:42.429Z PASS [ 0.320s] (2932/3122) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
86692026-07-27T20:49:42.432Z PASS [ 0.028s] (2933/3122) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
86702026-07-27T20:49:42.432Z PASS [ 0.025s] (2934/3122) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
86712026-07-27T20:49:42.432Z PASS [ 0.030s] (2935/3122) sled-agent-resolvable-files mupdate_override::tests::read_both_present
86722026-07-27T20:49:42.452Z PASS [ 0.029s] (2936/3122) sled-agent-resolvable-files mupdate_override::tests::read_different_values
86732026-07-27T20:49:42.452Z PASS [ 0.027s] (2937/3122) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
86742026-07-27T20:49:42.452Z PASS [ 0.031s] (2938/3122) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
86752026-07-27T20:49:42.452Z PASS [ 0.031s] (2939/3122) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
86762026-07-27T20:49:42.452Z PASS [ 0.018s] (2940/3122) sled-agent-types zone_bundle::tests::test_compare_bundles
86772026-07-27T20:49:42.452Z PASS [ 0.032s] (2941/3122) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
86782026-07-27T20:49:42.452Z PASS [ 0.020s] (2942/3122) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
86792026-07-27T20:49:42.452Z PASS [ 0.036s] (2943/3122) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
86802026-07-27T20:49:42.452Z PASS [ 0.031s] (2944/3122) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
86812026-07-27T20:49:42.452Z PASS [ 0.017s] (2945/3122) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
86822026-07-27T20:49:42.452Z PASS [ 0.027s] (2946/3122) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
86832026-07-27T20:49:42.453Z PASS [ 0.019s] (2947/3122) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
86842026-07-27T20:49:42.453Z PASS [ 0.019s] (2948/3122) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
86852026-07-27T20:49:42.453Z PASS [ 0.030s] (2949/3122) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
86862026-07-27T20:49:42.453Z PASS [ 0.019s] (2950/3122) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
86872026-07-27T20:49:42.453Z PASS [ 0.021s] (2951/3122) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
86882026-07-27T20:49:42.462Z PASS [ 0.018s] (2952/3122) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
86892026-07-27T20:49:42.462Z PASS [ 0.016s] (2953/3122) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
86902026-07-27T20:49:42.462Z PASS [ 0.017s] (2954/3122) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
86912026-07-27T20:49:42.462Z PASS [ 0.016s] (2955/3122) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
86922026-07-27T20:49:42.462Z PASS [ 0.020s] (2956/3122) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
86932026-07-27T20:49:42.474Z PASS [ 0.031s] (2957/3122) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
86942026-07-27T20:49:42.481Z PASS [ 0.030s] (2958/3122) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
86952026-07-27T20:49:42.512Z PASS [ 0.038s] (2959/3122) sled-diagnostics queries::test::test_command_stderr_is_correct
86962026-07-27T20:49:42.521Z PASS [ 0.037s] (2960/3122) sled-diagnostics queries::test::test_command_stdout_is_correct
86972026-07-27T20:49:42.556Z PASS [ 0.044s] (2961/3122) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
86982026-07-27T20:49:42.573Z PASS [ 0.143s] (2962/3122) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
86992026-07-27T20:49:42.589Z PASS [ 0.027s] (2963/3122) sled-hardware disk::test::test_disk_paths
87002026-07-27T20:49:42.596Z PASS [ 0.025s] (2964/3122) sled-hardware disk::test::test_partition_device_paths
87012026-07-27T20:49:42.612Z PASS [ 0.029s] (2965/3122) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
87022026-07-27T20:49:42.626Z PASS [ 0.029s] (2966/3122) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
87032026-07-27T20:49:42.643Z PASS [ 0.030s] (2967/3122) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
87042026-07-27T20:49:42.657Z PASS [ 0.027s] (2968/3122) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
87052026-07-27T20:49:42.681Z PASS [ 0.029s] (2969/3122) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
87062026-07-27T20:49:42.688Z PASS [ 0.027s] (2970/3122) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
87072026-07-27T20:49:42.688Z PASS [ 1.830s] (2971/3122) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
87082026-07-27T20:49:42.699Z PASS [ 0.027s] (2972/3122) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
87092026-07-27T20:49:42.708Z PASS [ 0.027s] (2973/3122) sled-hardware illumos::tests::parse_smbios_invalid
87102026-07-27T20:49:42.713Z PASS [ 0.031s] (2974/3122) sled-hardware illumos::tests::parse_smbios_valid
87112026-07-27T20:49:42.721Z PASS [ 0.022s] (2975/3122) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
87122026-07-27T20:49:42.731Z PASS [ 0.015s] (2976/3122) sled-storage dataset::test::serialize_dataset_name
87132026-07-27T20:49:42.797Z PASS [ 50.231s] (2977/3122) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
87142026-07-27T20:49:42.838Z PASS [ 0.040s] (2978/3122) trust-quorum proxy::tests::proxy_roundtrip_concurrent
87152026-07-27T20:49:42.843Z PASS [ 0.130s] (2979/3122) support-bundle-collection zip::test::test_bundle_to_stream
87162026-07-27T20:49:42.848Z PASS [ 0.125s] (2980/3122) support-bundle-collection zip::test::test_bundle_to_zipfile
87172026-07-27T20:49:42.852Z PASS [ 0.128s] (2981/3122) support-bundle-collection zip::test::test_bundle_to_writer
87182026-07-27T20:49:42.878Z PASS [ 0.040s] (2982/3122) trust-quorum proxy::tests::proxy_roundtrip_disconnected
87192026-07-27T20:49:42.886Z PASS [ 0.044s] (2983/3122) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
87202026-07-27T20:49:42.953Z PASS [ 1.179s] (2984/3122) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
87212026-07-27T20:49:42.997Z PASS [ 2.251s] (2985/3122) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
87222026-07-27T20:49:43.050Z PASS [ 0.533s] (2986/3122) sled-diagnostics queries::test::test_long_running_command_is_aborted
87232026-07-27T20:49:43.320Z PASS [ 1.512s] (2987/3122) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
87242026-07-27T20:49:43.392Z PASS [ 1.574s] (2988/3122) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
87252026-07-27T20:49:43.446Z PASS [ 1.006s] (2989/3122) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
87262026-07-27T20:49:43.475Z PASS [ 0.029s] (2990/3122) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
87272026-07-27T20:49:43.502Z PASS [ 0.026s] (2991/3122) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
87282026-07-27T20:49:43.617Z PASS [ 0.115s] (2992/3122) trust-quorum-protocol node::tests::initial_configuration
87292026-07-27T20:49:43.620Z PASS [ 1.793s] (2993/3122) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
87302026-07-27T20:49:43.648Z PASS [ 0.031s] (2994/3122) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
87312026-07-27T20:49:43.704Z PASS [ 0.085s] (2995/3122) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
87322026-07-27T20:49:43.736Z PASS [ 0.087s] (2996/3122) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
87332026-07-27T20:49:43.761Z PASS [ 1.320s] (2997/3122) sled-diagnostics logs::illumos_tests::log_snapshots_work
87342026-07-27T20:49:43.887Z PASS [ 1.007s] (2998/3122) trust-quorum task::tests::tq_initial_config
87352026-07-27T20:49:43.895Z PASS [ 1.007s] (2999/3122) trust-quorum task::tests::tq_initial_config_prepare_and_commit
87362026-07-27T20:49:43.925Z PASS [ 1.488s] (3000/3122) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
87372026-07-27T20:49:43.936Z PASS [ 0.041s] (3001/3122) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
87382026-07-27T20:49:43.985Z PASS [ 0.056s] (3002/3122) update-common artifacts::update_plan::tests::test_bad_rot_versions
87392026-07-27T20:49:43.991Z PASS [ 0.054s] (3003/3122) update-common artifacts::update_plan::tests::test_multi_rot_bord
87402026-07-27T20:49:43.995Z PASS [ 0.600s] (3004/3122) trust-quorum-protocol crypto::tests::rack_secret_test
87412026-07-27T20:49:44.000Z PASS [ 15.779s] (3005/3122) omicron-passwords test::test_smoke
87422026-07-27T20:49:44.032Z PASS [ 0.037s] (3006/3122) update-common artifacts::update_plan::tests::test_split_control_plane
87432026-07-27T20:49:44.036Z PASS [ 0.036s] (3007/3122) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
87442026-07-27T20:49:44.036Z PASS [ 0.297s] (3008/3122) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
87452026-07-27T20:49:44.036Z PASS [ 0.053s] (3009/3122) update-common artifacts::update_plan::tests::test_multi_rot_version
87462026-07-27T20:49:44.042Z PASS [ 0.045s] (3010/3122) update-common artifacts::update_plan::tests::test_too_many_rot_bord
87472026-07-27T20:49:44.050Z PASS [ 2.238s] (3011/3122) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
87482026-07-27T20:49:44.072Z PASS [ 0.029s] (3012/3122) wicket state::rack::tests::up_down_are_opposites
87492026-07-27T20:49:44.076Z PASS [ 0.038s] (3013/3122) wicket state::rack::tests::prev_next_are_opposites
87502026-07-27T20:49:44.076Z PASS [ 0.041s] (3014/3122) wicket state::inventory::tests::component_id_display
87512026-07-27T20:49:44.076Z PASS [ 0.315s] (3015/3122) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
87522026-07-27T20:49:44.082Z PASS [ 0.056s] (3016/3122) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
87532026-07-27T20:49:44.086Z PASS [ 1.657s] (3017/3122) sled-diagnostics logs::illumos_tests::collect_current_logs
87542026-07-27T20:49:44.092Z PASS [ 0.019s] (3018/3122) wicket-common rack_update::tests::test_rollup_update_state
87552026-07-27T20:49:44.095Z PASS [ 0.066s] (3019/3122) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
87562026-07-27T20:49:44.101Z PASS [ 0.028s] (3020/3122) wicketd commission::conversions::tests::caboose_projects_every_field
87572026-07-27T20:49:44.109Z PASS [ 0.033s] (3021/3122) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
87582026-07-27T20:49:44.118Z PASS [ 0.029s] (3022/3122) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
87592026-07-27T20:49:44.118Z PASS [ 0.041s] (3023/3122) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
87602026-07-27T20:49:44.118Z PASS [ 0.029s] (3024/3122) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
87612026-07-27T20:49:44.127Z PASS [ 0.032s] (3025/3122) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
87622026-07-27T20:49:44.133Z PASS [ 0.030s] (3026/3122) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
87632026-07-27T20:49:44.138Z PASS [ 0.041s] (3027/3122) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
87642026-07-27T20:49:44.138Z PASS [ 0.084s] (3028/3122) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
87652026-07-27T20:49:44.142Z PASS [ 0.030s] (3029/3122) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
87662026-07-27T20:49:44.142Z PASS [ 0.029s] (3030/3122) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
87672026-07-27T20:49:44.154Z PASS [ 0.038s] (3031/3122) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
87682026-07-27T20:49:44.163Z PASS [ 0.042s] (3032/3122) wicketd commission::conversions::tests::rss_step_projects_one_based_index
87692026-07-27T20:49:44.164Z PASS [ 0.032s] (3033/3122) wicketd commission::conversions::tests::slot_caboose_projects_all_states
87702026-07-27T20:49:44.174Z PASS [ 0.030s] (3034/3122) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
87712026-07-27T20:49:44.174Z PASS [ 0.032s] (3035/3122) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
87722026-07-27T20:49:44.175Z PASS [ 0.035s] (3036/3122) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
87732026-07-27T20:49:44.186Z PASS [ 0.030s] (3037/3122) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
87742026-07-27T20:49:44.186Z PASS [ 0.031s] (3038/3122) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
87752026-07-27T20:49:44.186Z PASS [ 0.027s] (3039/3122) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
87762026-07-27T20:49:44.186Z PASS [ 0.028s] (3040/3122) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
87772026-07-27T20:49:44.197Z PASS [ 0.030s] (3041/3122) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
87782026-07-27T20:49:44.197Z PASS [ 0.034s] (3042/3122) wicketd commission::conversions::tests::transceiver_monitors_projects_power
87792026-07-27T20:49:44.202Z PASS [ 0.031s] (3043/3122) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
87802026-07-27T20:49:44.221Z PASS [ 0.036s] (3044/3122) wicketd commission::conversions::tests::transceiver_power_projects_modes
87812026-07-27T20:49:44.221Z PASS [ 0.035s] (3045/3122) wicketd commission::conversions::tests::transceiver_status_projects_flags
87822026-07-27T20:49:44.221Z PASS [ 0.040s] (3046/3122) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
87832026-07-27T20:49:44.232Z PASS [ 0.031s] (3047/3122) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
87842026-07-27T20:49:44.232Z PASS [ 1.365s] (3048/3122) trust-quorum task::tests::test_network_config
87852026-07-27T20:49:44.232Z PASS [ 0.032s] (3049/3122) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
87862026-07-27T20:49:44.232Z PASS [ 0.032s] (3050/3122) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
87872026-07-27T20:49:44.232Z PASS [ 0.029s] (3051/3122) wicketd commission::progress::tests::counter_projects_to_step_progress
87882026-07-27T20:49:44.244Z PASS [ 0.030s] (3052/3122) wicketd commission::progress::tests::empty_report_projects_waiting
87892026-07-27T20:49:44.244Z PASS [ 0.033s] (3053/3122) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
87902026-07-27T20:49:44.251Z PASS [ 0.037s] (3054/3122) wicketd helpers::tests::baseboard_matches_only_when_all_three_fields_agree
87912026-07-27T20:49:44.251Z PASS [ 0.037s] (3055/3122) wicketd helpers::tests::unknown_baseboard_matches_its_own_placeholder_identity
87922026-07-27T20:49:44.251Z PASS [ 0.031s] (3056/3122) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
87932026-07-27T20:49:44.251Z PASS [ 0.034s] (3057/3122) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
87942026-07-27T20:49:44.255Z PASS [ 0.036s] (3058/3122) wicketd installinator_progress::tests::test_states
87952026-07-27T20:49:44.277Z PASS [ 0.033s] (3059/3122) wicketd mgs::tests::rot_communication_failure_projects_to_none
87962026-07-27T20:49:44.301Z PASS [ 0.030s] (3060/3122) wicketd mgs::tests::stage0_fetch_projection_table
87972026-07-27T20:49:44.301Z PASS [ 0.071s] (3061/3122) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
87982026-07-27T20:49:44.307Z PASS [ 0.075s] (3062/3122) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
87992026-07-27T20:49:44.307Z PASS [ 0.072s] (3063/3122) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
88002026-07-27T20:49:44.307Z PASS [ 0.026s] (3064/3122) wicketd mgs::tests::sub_fetch_error_projects_to_none
88012026-07-27T20:49:44.314Z PASS [ 0.076s] (3065/3122) wicketd mgs::tests::ignition_update_does_not_clear_errors
88022026-07-27T20:49:44.318Z PASS [ 0.074s] (3066/3122) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
88032026-07-27T20:49:44.327Z PASS [ 1.470s] (3067/3122) trust-quorum task::tests::full_mesh_connectivity
88042026-07-27T20:49:44.327Z PASS [ 0.032s] (3068/3122) wicketd rss_config::tests::rejected_update_is_all_or_nothing
88052026-07-27T20:49:44.328Z PASS [ 0.082s] (3069/3122) wicketd mgs::tests::sp_state_fetch_error_lifecycle
88062026-07-27T20:49:44.333Z PASS [ 1.008s] (3070/3122) trust-quorum task::tests::tq_upgrade_from_lrtq
88072026-07-27T20:49:44.333Z PASS [ 0.083s] (3071/3122) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
88082026-07-27T20:49:44.334Z PASS [ 0.033s] (3072/3122) wicketd rss_config::tests::test_bgp_auth_key_states
88092026-07-27T20:49:44.337Z PASS [ 0.032s] (3073/3122) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
88102026-07-27T20:49:44.346Z PASS [ 0.018s] (3074/3122) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
88112026-07-27T20:49:44.350Z PASS [ 0.018s] (3075/3122) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
88122026-07-27T20:49:44.350Z PASS [ 0.016s] (3076/3122) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
88132026-07-27T20:49:44.361Z PASS [ 0.076s] (3077/3122) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
88142026-07-27T20:49:44.367Z PASS [ 0.017s] (3078/3122) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
88152026-07-27T20:49:44.371Z PASS [ 0.021s] (3079/3122) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
88162026-07-27T20:49:44.376Z PASS [ 0.025s] (3080/3122) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
88172026-07-27T20:49:44.376Z PASS [ 1.379s] (3081/3122) trust-quorum task::tests::tq_proxy
88182026-07-27T20:49:44.380Z PASS [ 0.017s] (3082/3122) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
88192026-07-27T20:49:44.449Z PASS [ 0.019s] (3083/3122) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
88202026-07-27T20:49:44.455Z PASS [ 0.018s] (3084/3122) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
88212026-07-27T20:49:44.455Z PASS [ 0.020s] (3085/3122) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
88222026-07-27T20:49:44.455Z PASS [ 0.017s] (3086/3122) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
88232026-07-27T20:49:44.455Z PASS [ 0.017s] (3087/3122) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
88242026-07-27T20:49:44.455Z PASS [ 0.020s] (3088/3122) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
88252026-07-27T20:49:44.455Z PASS [ 0.020s] (3089/3122) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
88262026-07-27T20:49:44.455Z PASS [ 0.020s] (3090/3122) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
88272026-07-27T20:49:44.455Z PASS [ 0.019s] (3091/3122) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
88282026-07-27T20:49:44.455Z PASS [ 0.024s] (3092/3122) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
88292026-07-27T20:49:44.455Z PASS [ 0.023s] (3093/3122) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
88302026-07-27T20:49:44.456Z PASS [ 0.015s] (3094/3122) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
88312026-07-27T20:49:44.456Z PASS [ 0.015s] (3095/3122) wicketd-commission-types-versions impls::update::tests::new_accepts_single
88322026-07-27T20:49:44.456Z PASS [ 0.016s] (3096/3122) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
88332026-07-27T20:49:44.456Z PASS [ 0.021s] (3097/3122) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
88342026-07-27T20:49:44.473Z PASS [ 18.386s] (3098/3122) omicron-omdb::test_all_output test_omdb_env_settings
88352026-07-27T20:49:44.491Z PASS [ 1.440s] (3099/3122) trust-quorum task::tests::tq_reconfig_with_commit_advance
88362026-07-27T20:49:44.699Z PASS [ 1.740s] (3100/3122) trust-quorum task::tests::tq_persistent_state
88372026-07-27T20:49:45.054Z PASS [ 4.148s] (3101/3122) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
88382026-07-27T20:49:45.066Z PASS [ 0.740s] (3102/3122) wicketd::mod integration_tests::commission::test_commission_inventory
88392026-07-27T20:49:45.079Z PASS [ 0.747s] (3103/3122) wicketd::mod integration_tests::inventory::test_inventory
88402026-07-27T20:49:45.142Z PASS [ 0.814s] (3104/3122) wicketd::mod integration_tests::commission::test_commission_rss_config
88412026-07-27T20:49:45.215Z PASS [ 0.887s] (3105/3122) wicketd::mod integration_tests::updates::test_update_races
88422026-07-27T20:49:45.352Z PASS [ 1.028s] (3106/3122) wicketd::mod integration_tests::updates::test_installinator_fetch
88432026-07-27T20:49:45.470Z PASS [ 1.152s] (3107/3122) wicketd::mod integration_tests::commission::test_commission_start_update
88442026-07-27T20:49:46.338Z PASS [ 2.008s] (3108/3122) wicketd::mod integration_tests::updates::test_updates
88452026-07-27T20:49:46.346Z PASS [ 4.790s] (3109/3122) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
88462026-07-27T20:49:46.406Z PASS [ 2.520s] (3110/3122) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
88472026-07-27T20:49:48.293Z PASS [ 7.617s] (3111/3122) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
88482026-07-27T20:49:50.125Z PASS [ 10.648s] (3112/3122) oximeter-db::integration_test test_schemas_disjoint
88492026-07-27T20:49:58.693Z PASS [ 41.835s] (3113/3122) omicron-nexus::test_all integration_tests::webhooks::test_probe
88502026-07-27T20:49:58.890Z PASS [ 46.841s] (3114/3122) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
88512026-07-27T20:49:59.821Z PASS [ 102.641s] (3115/3122) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
88522026-07-27T20:50:04.497Z PASS [ 32.092s] (3116/3122) omicron-sled-agent nexus::test::nexus_self_notification_test
88532026-07-27T20:50:04.533Z PASS [ 23.105s] (3117/3122) oximeter-db::integration_test test_cluster
88542026-07-27T20:50:04.533Z PASS [ 45.882s] (3118/3122) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
88552026-07-27T20:50:04.960Z PASS [ 47.196s] (3119/3122) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
88562026-07-27T20:50:05.676Z PASS [ 39.585s] (3120/3122) omicron-omdb::test_all_output test_omdb_success_cases
88572026-07-27T20:50:06.033Z PASS [ 30.044s] (3121/3122) oximeter-db client::tests::cannot_ping_nonexistent_server
88582026-07-27T20:50:34.416Z PASS [ 50.711s] (3122/3122) trust-quorum-protocol::cluster test_trust_quorum_protocol
88592026-07-27T20:50:34.420Z────────────
88602026-07-27T20:50:34.420Z Summary [ 890.647s] 3122 tests run: 3122 passed (45 slow), 6 skipped
88612026-07-27T20:50:34.513Z
88622026-07-27T20:50:34.513Zreal 15:04.320412254
88632026-07-27T20:50:34.513Zuser 5:11:53.064236910
88642026-07-27T20:50:34.513Zsys 1:10:27.832250219
88652026-07-27T20:50:34.513Ztrap 3:32.099438823
88662026-07-27T20:50:34.513Ztflt 7.306187232
88672026-07-27T20:50:34.516Zdflt 37.014570665
88682026-07-27T20:50:34.516Zkflt 0.562088469
88692026-07-27T20:50:34.516Zlock 2040:40:15.588945787
88702026-07-27T20:50:34.517Zslp 125:17:13.749318707
88712026-07-27T20:50:34.517Zlat 4:54:28.799046214
88722026-07-27T20:50:34.517Zstop 13:36.198619010
88732026-07-27T20:50:34.517Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
88742026-07-27T20:50:34.679Zinfo: exported run bacc7475-9d50-4e5b-83e9-d15ef1dcae6f to /tmp/nextest-run-archive.zip (3044302 bytes)
88752026-07-27T20:50:34.683Z
88762026-07-27T20:50:34.683Zreal 0.161737882
88772026-07-27T20:50:34.683Zuser 0.114923375
88782026-07-27T20:50:34.683Zsys 0.041127539
88792026-07-27T20:50:34.683Ztrap 0.000009910
88802026-07-27T20:50:34.683Ztflt 0.000130560
88812026-07-27T20:50:34.683Zdflt 0.000016950
88822026-07-27T20:50:34.683Zkflt 0.000000000
88832026-07-27T20:50:34.683Zlock 0.045188638
88842026-07-27T20:50:34.683Zslp 0.219756983
88852026-07-27T20:50:34.683Zlat 0.001288710
88862026-07-27T20:50:34.683Zstop 0.000362880
88872026-07-27T20:50:34.683Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
88882026-07-27T20:50:34.881Zinfo: wrote Chrome trace for run bacc7475-9d50-4e5b-83e9-d15ef1dcae6f to /tmp/nextest-chrome-trace.json
88892026-07-27T20:50:34.885Z
88902026-07-27T20:50:34.885Zreal 0.197381879
88912026-07-27T20:50:34.885Zuser 0.146481109
88922026-07-27T20:50:34.885Zsys 0.046159103
88932026-07-27T20:50:34.886Ztrap 0.000010650
88942026-07-27T20:50:34.886Ztflt 0.000051350
88952026-07-27T20:50:34.890Zdflt 0.000078520
88962026-07-27T20:50:34.890Zkflt 0.000000000
88972026-07-27T20:50:34.890Zlock 0.040989558
88982026-07-27T20:50:34.890Zslp 0.211200717
88992026-07-27T20:50:34.890Zlat 0.001196340
89002026-07-27T20:50:34.890Zstop 0.000341320
89012026-07-27T20:50:34.890Z+ [[ 0 -ne 0 ]]
89022026-07-27T20:50:34.890Z+ banner doctest
89032026-07-27T20:50:34.890Z
89042026-07-27T20:50:34.890Z ##### #### #### ##### ###### #### #####
89052026-07-27T20:50:34.890Z # # # # # # # # # #
89062026-07-27T20:50:34.890Z # # # # # # ##### #### #
89072026-07-27T20:50:34.890Z # # # # # # # # #
89082026-07-27T20:50:34.890Z # # # # # # # # # # #
89092026-07-27T20:50:34.890Z ##### #### #### # ###### #### #
89102026-07-27T20:50:34.890Z
89112026-07-27T20:50:34.890Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
89122026-07-27T20:50:36.048Z Fresh unicode-ident v1.0.24
89132026-07-27T20:50:36.051Z Fresh cfg-if v1.0.4
89142026-07-27T20:50:36.052Z Fresh memchr v2.8.0
89152026-07-27T20:50:36.052Z Fresh smallvec v1.15.1
89162026-07-27T20:50:36.052Z Fresh autocfg v1.5.0
89172026-07-27T20:50:36.052Z Fresh log v0.4.29
89182026-07-27T20:50:36.052Z Fresh itoa v1.0.17
89192026-07-27T20:50:36.052Z Fresh rand_core v0.10.0
89202026-07-27T20:50:36.052Z Fresh subtle v2.6.1
89212026-07-27T20:50:36.052Z Fresh version_check v0.9.5
89222026-07-27T20:50:36.052Z Fresh scopeguard v1.2.0
89232026-07-27T20:50:36.052Z Fresh typenum v1.20.1
89242026-07-27T20:50:36.052Z Fresh stable_deref_trait v1.2.1
89252026-07-27T20:50:36.052Z Fresh percent-encoding v2.3.2
89262026-07-27T20:50:36.052Z Fresh writeable v0.6.2
89272026-07-27T20:50:36.052Z Fresh litemap v0.8.1
89282026-07-27T20:50:36.052Z Fresh utf8_iter v1.0.4
89292026-07-27T20:50:36.052Z Fresh critical-section v1.2.0
89302026-07-27T20:50:36.052Z Fresh proc-macro2 v1.0.106
89312026-07-27T20:50:36.052Z Fresh lock_api v0.4.14
89322026-07-27T20:50:36.052Z Fresh form_urlencoded v1.2.2
89332026-07-27T20:50:36.052Z Fresh pin-project-lite v0.2.17
89342026-07-27T20:50:36.052Z Fresh shlex v1.3.0
89352026-07-27T20:50:36.054Z Fresh find-msvc-tools v0.1.9
89362026-07-27T20:50:36.054Z Fresh equivalent v1.0.2
89372026-07-27T20:50:36.054Z Fresh iana-time-zone v0.1.65
89382026-07-27T20:50:36.054Z Fresh heck v0.5.0
89392026-07-27T20:50:36.054Z Fresh fnv v1.0.7
89402026-07-27T20:50:36.054Z Fresh regex-syntax v0.8.10
89412026-07-27T20:50:36.054Z Fresh hashbrown v0.17.0
89422026-07-27T20:50:36.054Z Fresh dyn-clone v1.0.20
89432026-07-27T20:50:36.054Z Fresh futures-core v0.3.32
89442026-07-27T20:50:36.054Z Fresh strsim v0.11.1
89452026-07-27T20:50:36.060Z Fresh quote v1.0.45
89462026-07-27T20:50:36.060Z Fresh libc v0.2.185
89472026-07-27T20:50:36.060Z Fresh serde_core v1.0.228
89482026-07-27T20:50:36.060Z Fresh libm v0.2.16
89492026-07-27T20:50:36.060Z Fresh zmij v1.0.21
89502026-07-27T20:50:36.060Z Fresh icu_normalizer_data v2.1.1
89512026-07-27T20:50:36.060Z Fresh icu_properties_data v2.1.2
89522026-07-27T20:50:36.060Z Fresh portable-atomic v1.13.1
89532026-07-27T20:50:36.060Z Fresh aho-corasick v1.1.4
89542026-07-27T20:50:36.060Z Fresh byteorder v1.5.0
89552026-07-27T20:50:36.060Z Fresh futures-sink v0.3.32
89562026-07-27T20:50:36.060Z Fresh cmov v0.5.4
89572026-07-27T20:50:36.061Z Fresh slab v0.4.12
89582026-07-27T20:50:36.061Z Fresh futures-io v0.3.32
89592026-07-27T20:50:36.061Z Fresh futures-task v0.3.32
89602026-07-27T20:50:36.061Z Fresh base64ct v1.8.3
89612026-07-27T20:50:36.061Z Fresh const-oid v0.9.6
89622026-07-27T20:50:36.061Z Fresh ident_case v1.0.1
89632026-07-27T20:50:36.061Z Fresh powerfmt v0.2.0
89642026-07-27T20:50:36.061Z Fresh pkg-config v0.3.32
89652026-07-27T20:50:36.061Z Fresh base64 v0.22.1
89662026-07-27T20:50:36.061Z Fresh num-conv v0.2.0
89672026-07-27T20:50:36.061Z Fresh syn v2.0.117
89682026-07-27T20:50:36.061Z Fresh getrandom v0.4.1
89692026-07-27T20:50:36.061Z Fresh num-traits v0.2.19
89702026-07-27T20:50:36.062Z Fresh errno v0.3.14
89712026-07-27T20:50:36.062Z Fresh serde_json v1.0.150
89722026-07-27T20:50:36.062Z Fresh bitflags v2.11.0
89732026-07-27T20:50:36.062Z Fresh semver v1.0.28
89742026-07-27T20:50:36.062Z Fresh parking_lot_core v0.9.12
89752026-07-27T20:50:36.062Z Fresh once_cell v1.21.3
89762026-07-27T20:50:36.062Z Fresh jobserver v0.1.34
89772026-07-27T20:50:36.062Z Fresh mio v1.2.0
89782026-07-27T20:50:36.062Z Fresh rustversion v1.0.22
89792026-07-27T20:50:36.062Z Fresh socket2 v0.6.3
89802026-07-27T20:50:36.062Z Fresh indexmap v2.14.0
89812026-07-27T20:50:36.062Z Fresh getrandom v0.2.17
89822026-07-27T20:50:36.062Z Fresh regex-automata v0.4.14
89832026-07-27T20:50:36.064Z Fresh ctutils v0.4.2
89842026-07-27T20:50:36.064Z Fresh futures-channel v0.3.32
89852026-07-27T20:50:36.064Z Fresh time-core v0.1.8
89862026-07-27T20:50:36.064Z Fresh deranged v0.5.8
89872026-07-27T20:50:36.064Z Fresh num_threads v0.1.7
89882026-07-27T20:50:36.064Z Fresh either v1.15.0
89892026-07-27T20:50:36.064Z Fresh utf8parse v0.2.2
89902026-07-27T20:50:36.064Z Fresh anstyle v1.0.14
89912026-07-27T20:50:36.064Z Fresh allocator-api2 v0.2.21
89922026-07-27T20:50:36.064Z Fresh serde_derive v1.0.228
89932026-07-27T20:50:36.064Z Fresh zeroize_derive v1.4.3
89942026-07-27T20:50:36.064Z Fresh synstructure v0.13.2
89952026-07-27T20:50:36.064Z Fresh zerovec-derive v0.11.2
89962026-07-27T20:50:36.064Z Fresh displaydoc v0.2.5
89972026-07-27T20:50:36.064Z Fresh parking_lot v0.12.5
89982026-07-27T20:50:36.064Z Fresh zerocopy-derive v0.8.40
89992026-07-27T20:50:36.064Z Fresh thiserror-impl v2.0.18
90002026-07-27T20:50:36.064Z Fresh signal-hook-registry v1.4.8
90012026-07-27T20:50:36.064Z Fresh cc v1.2.56
90022026-07-27T20:50:36.064Z Fresh uuid v1.23.4
90032026-07-27T20:50:36.064Z Fresh tokio-macros v2.7.0
90042026-07-27T20:50:36.064Z Fresh serde_derive_internals v0.29.1
90052026-07-27T20:50:36.064Z Fresh rand_core v0.6.4
90062026-07-27T20:50:36.064Z Fresh rustix v1.1.3
90072026-07-27T20:50:36.064Z Fresh futures-macro v0.3.32
90082026-07-27T20:50:36.064Z Fresh getrandom v0.3.4
90092026-07-27T20:50:36.065Z Fresh thiserror-impl v1.0.69
90102026-07-27T20:50:36.065Z Fresh syn v1.0.109
90112026-07-27T20:50:36.065Z Fresh regex v1.12.3
90122026-07-27T20:50:36.065Z Fresh anyhow v1.0.102
90132026-07-27T20:50:36.065Z Fresh tracing-attributes v0.1.31
90142026-07-27T20:50:36.065Z Fresh tracing-core v0.1.36
90152026-07-27T20:50:36.065Z Fresh time-macros v0.2.27
90162026-07-27T20:50:36.065Z Fresh colorchoice v1.0.4
90172026-07-27T20:50:36.065Z Fresh const-oid v0.10.2
90182026-07-27T20:50:36.065Z Fresh is_terminal_polyfill v1.70.2
90192026-07-27T20:50:36.065Z Fresh anstyle-query v1.1.5
90202026-07-27T20:50:36.065Z Fresh fs_extra v1.3.0
90212026-07-27T20:50:36.069Z Fresh serde v1.0.228
90222026-07-27T20:50:36.070Z Fresh zeroize v1.8.2
90232026-07-27T20:50:36.070Z Fresh zerofrom-derive v0.1.6
90242026-07-27T20:50:36.070Z Fresh yoke-derive v0.8.1
90252026-07-27T20:50:36.070Z Fresh zerocopy v0.8.40
90262026-07-27T20:50:36.070Z Fresh thiserror v2.0.18
90272026-07-27T20:50:36.070Z Fresh schemars_derive v0.8.22
90282026-07-27T20:50:36.070Z Fresh futures-util v0.3.32
90292026-07-27T20:50:36.070Z Fresh thiserror v1.0.69
90302026-07-27T20:50:36.070Z Fresh tracing v0.1.44
90312026-07-27T20:50:36.071Z Fresh time v0.3.47
90322026-07-27T20:50:36.071Z Fresh rand_core v0.9.5
90332026-07-27T20:50:36.071Z Fresh crossbeam-utils v0.8.21
90342026-07-27T20:50:36.071Z Fresh cmake v0.1.57
90352026-07-27T20:50:36.071Z Fresh dunce v1.0.5
90362026-07-27T20:50:36.071Z Fresh terminal_size v0.4.3
90372026-07-27T20:50:36.071Z Fresh anstyle-parse v1.0.0
90382026-07-27T20:50:36.071Z Fresh cpufeatures v0.3.0
90392026-07-27T20:50:36.071Z Fresh clap_lex v1.0.0
90402026-07-27T20:50:36.071Z Fresh clap_derive v4.6.1
90412026-07-27T20:50:36.071Z Fresh atomic-waker v1.1.2
90422026-07-27T20:50:36.071Z Fresh ryu v1.0.23
90432026-07-27T20:50:36.071Z Fresh rustc_version v0.4.1
90442026-07-27T20:50:36.071Z Fresh httpdate v1.0.3
90452026-07-27T20:50:36.071Z Fresh untrusted v0.7.1
90462026-07-27T20:50:36.072Z Fresh try-lock v0.2.5
90472026-07-27T20:50:36.072Z Fresh cpufeatures v0.2.17
90482026-07-27T20:50:36.072Z Fresh fastrand v2.3.0
90492026-07-27T20:50:36.072Z Fresh bytes v1.11.1
90502026-07-27T20:50:36.072Z Fresh zerofrom v0.1.6
90512026-07-27T20:50:36.072Z Fresh chrono v0.4.45
90522026-07-27T20:50:36.072Z Fresh hybrid-array v0.4.13
90532026-07-27T20:50:36.072Z Fresh ppv-lite86 v0.2.21
90542026-07-27T20:50:36.072Z Fresh generic-array v0.14.7
90552026-07-27T20:50:36.072Z Fresh ipnet v2.11.0
90562026-07-27T20:50:36.072Z Fresh serde_tokenstream v0.2.3
90572026-07-27T20:50:36.072Z Fresh erased-serde v0.3.31
90582026-07-27T20:50:36.072Z Fresh httparse v1.10.1
90592026-07-27T20:50:36.072Z Fresh anstream v1.0.0
90602026-07-27T20:50:36.072Z Fresh rustls-pki-types v1.14.0
90612026-07-27T20:50:36.073Z Fresh want v0.3.1
90622026-07-27T20:50:36.073Z Fresh tower-layer v0.3.3
90632026-07-27T20:50:36.074Z Fresh tower-service v0.3.3
90642026-07-27T20:50:36.074Z Fresh ucd-trie v0.1.7
90652026-07-27T20:50:36.074Z Fresh hex v0.4.3
90662026-07-27T20:50:36.074Z Fresh tempfile v3.25.0
90672026-07-27T20:50:36.074Z Fresh untrusted v0.9.0
90682026-07-27T20:50:36.074Z Fresh mime v0.3.17
90692026-07-27T20:50:36.074Z Fresh pretty-hex v0.4.1
90702026-07-27T20:50:36.074Z Fresh der_derive v0.7.3
90712026-07-27T20:50:36.074Z Fresh pem-rfc7468 v0.7.0
90722026-07-27T20:50:36.074Z Fresh plain v0.2.3
90732026-07-27T20:50:36.074Z Fresh flagset v0.4.7
90742026-07-27T20:50:36.074Z Fresh async-trait v0.1.89
90752026-07-27T20:50:36.074Z Fresh spin v0.9.8
90762026-07-27T20:50:36.074Z Fresh openssl-probe v0.2.1
90772026-07-27T20:50:36.074Z Fresh serde_urlencoded v0.7.1
90782026-07-27T20:50:36.074Z Fresh yoke v0.8.1
90792026-07-27T20:50:36.074Z Fresh tokio v1.52.1
90802026-07-27T20:50:36.074Z Fresh crypto-common v0.2.2
90812026-07-27T20:50:36.074Z Fresh crypto-common v0.1.7
90822026-07-27T20:50:36.074Z Fresh http v1.4.2
90832026-07-27T20:50:36.074Z Fresh block-buffer v0.12.1
90842026-07-27T20:50:36.074Z Fresh block-buffer v0.10.4
90852026-07-27T20:50:36.074Z Fresh rand_chacha v0.9.0
90862026-07-27T20:50:36.074Z Fresh slog v2.8.2
90872026-07-27T20:50:36.075Z Fresh clap_builder v4.6.0
90882026-07-27T20:50:36.075Z Fresh camino v1.2.2
90892026-07-27T20:50:36.075Z Fresh pest v2.8.6
90902026-07-27T20:50:36.075Z Fresh block-padding v0.4.2
90912026-07-27T20:50:36.075Z Fresh der v0.7.10
90922026-07-27T20:50:36.075Z Fresh encoding_rs v0.8.35
90932026-07-27T20:50:36.075Z Fresh simd-adler32 v0.3.8
90942026-07-27T20:50:36.075Z Fresh unicode-segmentation v1.12.0
90952026-07-27T20:50:36.075Z Fresh foldhash v0.2.0
90962026-07-27T20:50:36.075Z Fresh adler2 v2.0.1
90972026-07-27T20:50:36.075Z Fresh vcpkg v0.2.15
90982026-07-27T20:50:36.075Z Fresh rand_chacha v0.3.1
90992026-07-27T20:50:36.075Z Fresh sync_wrapper v1.0.2
91002026-07-27T20:50:36.075Z Fresh futures-executor v0.3.32
91012026-07-27T20:50:36.075Z Fresh iri-string v0.7.10
91022026-07-27T20:50:36.075Z Fresh openapiv3 v2.2.0
91032026-07-27T20:50:36.075Z Fresh hubpack_derive v0.1.1
91042026-07-27T20:50:36.075Z Fresh static_assertions v1.1.0
91052026-07-27T20:50:36.075Z Fresh litrs v1.0.0
91062026-07-27T20:50:36.075Z Fresh rustls-native-certs v0.8.3
91072026-07-27T20:50:36.075Z Fresh zerovec v0.11.5
91082026-07-27T20:50:36.075Z Fresh zerotrie v0.2.3
91092026-07-27T20:50:36.075Z Fresh digest v0.10.7
91102026-07-27T20:50:36.075Z Fresh tokio-util v0.7.18
91112026-07-27T20:50:36.075Z Fresh rand v0.9.2
91122026-07-27T20:50:36.075Z Fresh digest v0.11.3
91132026-07-27T20:50:36.076Z Fresh http-body v1.0.1
91142026-07-27T20:50:36.076Z Fresh clap v4.6.1
91152026-07-27T20:50:36.076Z Fresh aws-lc-sys v0.40.0
91162026-07-27T20:50:36.076Z Fresh pest_meta v2.8.6
91172026-07-27T20:50:36.076Z Fresh inout v0.2.2
91182026-07-27T20:50:36.076Z Fresh miniz_oxide v0.8.9
91192026-07-27T20:50:36.076Z Fresh hashbrown v0.16.1
91202026-07-27T20:50:36.076Z Fresh rand v0.8.6
91212026-07-27T20:50:36.080Z Fresh tower v0.5.3
91222026-07-27T20:50:36.081Z Fresh spki v0.7.3
91232026-07-27T20:50:36.081Z Fresh futures v0.3.32
91242026-07-27T20:50:36.081Z Fresh hubpack v0.1.2
91252026-07-27T20:50:36.081Z Fresh document-features v0.2.12
91262026-07-27T20:50:36.081Z Fresh scroll_derive v0.13.1
91272026-07-27T20:50:36.081Z Fresh psl-types v2.0.11
91282026-07-27T20:50:36.081Z Fresh winnow v1.0.3
91292026-07-27T20:50:36.081Z Fresh bit-vec v0.8.0
91302026-07-27T20:50:36.081Z Fresh lazy_static v1.5.0
91312026-07-27T20:50:36.081Z Fresh strum_macros v0.26.4
91322026-07-27T20:50:36.081Z Fresh wait-timeout v0.2.1
91332026-07-27T20:50:36.081Z Fresh zlib-rs v0.6.2
91342026-07-27T20:50:36.082Z Fresh tinystr v0.8.2
91352026-07-27T20:50:36.082Z Fresh potential_utf v0.1.4
91362026-07-27T20:50:36.082Z Fresh h2 v0.4.15
91372026-07-27T20:50:36.083Z Fresh aws-lc-rs v1.16.3
91382026-07-27T20:50:36.083Z Fresh pest_generator v2.8.6
91392026-07-27T20:50:36.083Z Fresh http-body-util v0.1.3
91402026-07-27T20:50:36.083Z Fresh cipher v0.5.2
91412026-07-27T20:50:36.083Z Fresh tower-http v0.6.8
91422026-07-27T20:50:36.083Z Fresh crc32fast v1.5.0
91432026-07-27T20:50:36.083Z Fresh pkcs8 v0.10.2
91442026-07-27T20:50:36.083Z Fresh scroll v0.13.0
91452026-07-27T20:50:36.083Z Fresh toml_parser v1.1.2+spec-1.1.0
91462026-07-27T20:50:36.083Z Fresh cookie v0.18.1
91472026-07-27T20:50:36.083Z Fresh sha2 v0.10.9
91482026-07-27T20:50:36.083Z Fresh bit-set v0.8.0
91492026-07-27T20:50:36.083Z Fresh tinyvec_macros v0.1.1
91502026-07-27T20:50:36.083Z Fresh strum v0.26.3
91512026-07-27T20:50:36.083Z Fresh thread-id v5.1.0
91522026-07-27T20:50:36.083Z Fresh quick-error v1.2.3
91532026-07-27T20:50:36.083Z Fresh winnow v0.7.14
91542026-07-27T20:50:36.083Z Fresh signature v2.2.0
91552026-07-27T20:50:36.083Z Fresh serde_spanned v0.6.9
91562026-07-27T20:50:36.083Z Fresh toml_datetime v0.6.11
91572026-07-27T20:50:36.083Z Fresh rand_xorshift v0.4.0
91582026-07-27T20:50:36.083Z Fresh num-integer v0.1.46
91592026-07-27T20:50:36.083Z Fresh darling_core v0.20.11
91602026-07-27T20:50:36.083Z Fresh memmap2 v0.9.10
91612026-07-27T20:50:36.083Z Fresh icu_locale_core v2.1.1
91622026-07-27T20:50:36.083Z Fresh icu_collections v2.1.1
91632026-07-27T20:50:36.085Z Fresh hyper v1.10.1
91642026-07-27T20:50:36.085Z Fresh rustls-webpki v0.103.13
91652026-07-27T20:50:36.085Z Fresh pest_derive v2.8.6
91662026-07-27T20:50:36.085Z Fresh goblin v0.10.5
91672026-07-27T20:50:36.085Z Fresh flate2 v1.1.9
91682026-07-27T20:50:36.085Z Fresh paste v1.0.15
91692026-07-27T20:50:36.085Z Fresh tinyvec v1.10.0
91702026-07-27T20:50:36.085Z Fresh rusty-fork v0.3.1
91712026-07-27T20:50:36.085Z Fresh data-encoding v2.10.0
91722026-07-27T20:50:36.085Z Fresh unarray v0.1.4
91732026-07-27T20:50:36.085Z Fresh darling_macro v0.20.11
91742026-07-27T20:50:36.085Z Fresh hmac v0.12.1
91752026-07-27T20:50:36.085Z Fresh darling_core v0.23.0
91762026-07-27T20:50:36.085Z Fresh anstyle-parse v0.2.7
91772026-07-27T20:50:36.085Z Fresh scroll_derive v0.12.1
91782026-07-27T20:50:36.085Z Fresh cfg_aliases v0.2.1
91792026-07-27T20:50:36.085Z Fresh siphasher v1.0.2
91802026-07-27T20:50:36.085Z Fresh crossbeam-epoch v0.9.18
91812026-07-27T20:50:36.085Z Fresh bstr v1.12.1
91822026-07-27T20:50:36.085Z Fresh zerocopy-derive v0.7.35
91832026-07-27T20:50:36.085Z Fresh winnow v0.5.40
91842026-07-27T20:50:36.085Z Fresh x509-cert v0.2.5
91852026-07-27T20:50:36.085Z Fresh heck v0.4.1
91862026-07-27T20:50:36.085Z Fresh itertools v0.13.0
91872026-07-27T20:50:36.085Z Fresh curve25519-dalek-derive v0.1.1
91882026-07-27T20:50:36.085Z Fresh icu_provider v2.1.1
91892026-07-27T20:50:36.086Z Fresh hyper-util v0.1.20
91902026-07-27T20:50:36.086Z Fresh rustls v0.23.41
91912026-07-27T20:50:36.086Z Fresh dof v0.4.0
91922026-07-27T20:50:36.086Z Fresh dtrace-parser v0.3.0
91932026-07-27T20:50:36.086Z Fresh proptest v1.10.0
91942026-07-27T20:50:36.086Z Fresh darling v0.20.11
91952026-07-27T20:50:36.086Z Fresh ahash v0.8.12
91962026-07-27T20:50:36.086Z Fresh memoffset v0.9.1
91972026-07-27T20:50:36.086Z Fresh darling_macro v0.23.0
91982026-07-27T20:50:36.086Z Fresh anstream v0.6.21
91992026-07-27T20:50:36.086Z Fresh scroll v0.12.0
92002026-07-27T20:50:36.086Z Fresh toml_edit v0.19.15
92012026-07-27T20:50:36.086Z Fresh zerocopy v0.7.35
92022026-07-27T20:50:36.086Z Fresh dtrace-parser v0.2.0
92032026-07-27T20:50:36.086Z Fresh num-iter v0.1.45
92042026-07-27T20:50:36.086Z Fresh ff v0.13.1
92052026-07-27T20:50:36.086Z Fresh thread-id v4.2.2
92062026-07-27T20:50:36.086Z Fresh base16ct v0.2.0
92072026-07-27T20:50:36.086Z Fresh foreign-types-shared v0.1.1
92082026-07-27T20:50:36.086Z Fresh hkdf v0.12.4
92092026-07-27T20:50:36.087Z Fresh crypto-bigint v0.5.5
92102026-07-27T20:50:36.087Z Fresh daft-derive v0.1.7
92112026-07-27T20:50:36.087Z Fresh openssl-macros v0.1.1
92122026-07-27T20:50:36.087Z Fresh icu_properties v2.1.2
92132026-07-27T20:50:36.087Z Fresh icu_normalizer v2.1.1
92142026-07-27T20:50:36.087Z Fresh tokio-rustls v0.26.4
92152026-07-27T20:50:36.087Z Fresh rustls-platform-verifier v0.6.2
92162026-07-27T20:50:36.087Z Fresh usdt-impl v0.6.0
92172026-07-27T20:50:36.087Z Fresh object v0.37.3
92182026-07-27T20:50:36.087Z Fresh derive_builder_core v0.20.2
92192026-07-27T20:50:36.087Z Fresh darling v0.23.0
92202026-07-27T20:50:36.087Z Fresh goblin v0.8.2
92212026-07-27T20:50:36.092Z Fresh rustix v0.38.44
92222026-07-27T20:50:36.092Z Fresh openssl-sys v0.9.115
92232026-07-27T20:50:36.094Z Fresh sec1 v0.7.3
92242026-07-27T20:50:36.094Z Fresh group v0.13.0
92252026-07-27T20:50:36.094Z Fresh foreign-types v0.3.2
92262026-07-27T20:50:36.094Z Fresh cargo-platform v0.3.2
92272026-07-27T20:50:36.094Z Fresh env_filter v1.0.0
92282026-07-27T20:50:36.094Z Fresh keccak v0.1.6
92292026-07-27T20:50:36.094Z Fresh same-file v1.0.6
92302026-07-27T20:50:36.094Z Fresh pkcs1 v0.7.5
92312026-07-27T20:50:36.094Z Fresh foldhash v0.1.5
92322026-07-27T20:50:36.094Z Fresh bitflags v1.3.2
92332026-07-27T20:50:36.094Z Fresh unicode-normalization v0.1.25
92342026-07-27T20:50:36.094Z Fresh idna_adapter v1.2.1
92352026-07-27T20:50:36.094Z Fresh hyper-rustls v0.27.7
92362026-07-27T20:50:36.094Z Fresh usdt-macro v0.6.0
92372026-07-27T20:50:36.095Z Fresh usdt-attr-macro v0.6.0
92382026-07-27T20:50:36.095Z Fresh derive_builder_macro v0.20.2
92392026-07-27T20:50:36.095Z Fresh nix v0.31.2
92402026-07-27T20:50:36.095Z Fresh dof v0.3.0
92412026-07-27T20:50:36.095Z Fresh sha3 v0.10.8
92422026-07-27T20:50:36.095Z Fresh openssl v0.10.79
92432026-07-27T20:50:36.095Z Fresh elliptic-curve v0.13.8
92442026-07-27T20:50:36.095Z Fresh cargo_metadata v0.23.1
92452026-07-27T20:50:36.095Z Fresh serde_with_macros v3.21.0
92462026-07-27T20:50:36.095Z Fresh env_logger v0.11.9
92472026-07-27T20:50:36.095Z Fresh num-bigint-dig v0.8.6
92482026-07-27T20:50:36.095Z Fresh walkdir v2.5.0
92492026-07-27T20:50:36.095Z Fresh hashbrown v0.15.5
92502026-07-27T20:50:36.095Z Fresh enum-as-inner v0.6.1
92512026-07-27T20:50:36.096Z Fresh managed v0.8.0
92522026-07-27T20:50:36.096Z Fresh phf_shared v0.11.3
92532026-07-27T20:50:36.096Z Fresh chacha20 v0.10.0
92542026-07-27T20:50:36.096Z Fresh ref-cast-impl v1.0.25
92552026-07-27T20:50:36.096Z Fresh new_debug_unreachable v1.0.6
92562026-07-27T20:50:36.096Z Fresh fixedbitset v0.4.2
92572026-07-27T20:50:36.096Z Fresh precomputed-hash v0.1.1
92582026-07-27T20:50:36.096Z Fresh toml v0.7.8
92592026-07-27T20:50:36.096Z Fresh idna v1.1.0
92602026-07-27T20:50:36.096Z Fresh usdt v0.6.0
92612026-07-27T20:50:36.096Z Fresh derive_builder v0.20.2
92622026-07-27T20:50:36.096Z Fresh usdt-impl v0.5.0
92632026-07-27T20:50:36.096Z Fresh rsa v0.9.10
92642026-07-27T20:50:36.096Z Fresh signal-hook v0.3.18
92652026-07-27T20:50:36.096Z Fresh native-tls v0.2.18
92662026-07-27T20:50:36.096Z Fresh curve25519-dalek v4.1.3
92672026-07-27T20:50:36.096Z Fresh bzip2-sys v0.1.13+1.0.8
92682026-07-27T20:50:36.096Z Fresh string_cache v0.8.9
92692026-07-27T20:50:36.096Z Fresh petgraph v0.6.5
92702026-07-27T20:50:36.096Z Fresh globset v0.4.18
92712026-07-27T20:50:36.096Z Fresh ed25519 v2.2.3
92722026-07-27T20:50:36.096Z Fresh pin-project-internal v1.1.11
92732026-07-27T20:50:36.096Z Fresh lalrpop-util v0.19.12
92742026-07-27T20:50:36.096Z Fresh toml_write v0.1.2
92752026-07-27T20:50:36.096Z Fresh fixedbitset v0.5.7
92762026-07-27T20:50:36.096Z Fresh serde-big-array v0.5.1
92772026-07-27T20:50:36.096Z Fresh snafu-derive v0.8.9
92782026-07-27T20:50:36.096Z Fresh serde_repr v0.1.20
92792026-07-27T20:50:36.096Z Fresh hash32 v0.2.1
92802026-07-27T20:50:36.096Z Fresh pem v3.0.6
92812026-07-27T20:50:36.096Z Fresh libbz2-rs-sys v0.2.2
92822026-07-27T20:50:36.096Z Fresh predicates-core v1.0.10
92832026-07-27T20:50:36.096Z Fresh unicode-properties v0.1.4
92842026-07-27T20:50:36.096Z Fresh bumpalo v3.20.2
92852026-07-27T20:50:36.096Z Fresh unicode-bidi v0.3.18
92862026-07-27T20:50:36.096Z Fresh url v2.5.8
92872026-07-27T20:50:36.096Z Fresh publicsuffix v2.3.0
92882026-07-27T20:50:36.096Z Fresh vergen-lib v9.1.0
92892026-07-27T20:50:36.096Z Fresh ref-cast v1.0.25
92902026-07-27T20:50:36.096Z Fresh tokio-native-tls v0.3.1
92912026-07-27T20:50:36.097Z Fresh bzip2 v0.4.4
92922026-07-27T20:50:36.097Z Fresh pin-project v1.1.11
92932026-07-27T20:50:36.097Z Fresh zstd-sys v2.0.16+zstd.1.5.7
92942026-07-27T20:50:36.097Z Fresh signal-hook-mio v0.2.5
92952026-07-27T20:50:36.097Z Fresh ed25519-dalek v2.2.0
92962026-07-27T20:50:36.097Z Fresh petgraph v0.8.3
92972026-07-27T20:50:36.097Z Fresh toml_edit v0.22.27
92982026-07-27T20:50:36.097Z Fresh zopfli v0.8.3
92992026-07-27T20:50:36.097Z Fresh stringprep v0.1.5
93002026-07-27T20:50:36.097Z Fresh bzip2 v0.6.1
93012026-07-27T20:50:36.097Z Fresh olpc-cjson v0.1.4
93022026-07-27T20:50:36.097Z Fresh similar v2.7.0
93032026-07-27T20:50:36.097Z Fresh md-5 v0.10.6
93042026-07-27T20:50:36.097Z Fresh serde_plain v1.0.2
93052026-07-27T20:50:36.097Z Fresh async-recursion v1.1.1
93062026-07-27T20:50:36.097Z Fresh strum_macros v0.27.2
93072026-07-27T20:50:36.097Z Fresh float-cmp v0.10.0
93082026-07-27T20:50:36.097Z Fresh normalize-line-endings v0.3.0
93092026-07-27T20:50:36.097Z Fresh jiff v0.2.21
93102026-07-27T20:50:36.097Z Fresh difflib v0.4.0
93112026-07-27T20:50:36.097Z Fresh fallible-iterator v0.2.0
93122026-07-27T20:50:36.097Z Fresh typed-path v0.9.3
93132026-07-27T20:50:36.097Z Fresh phf_shared v0.13.1
93142026-07-27T20:50:36.097Z Fresh schemars v0.8.22
93152026-07-27T20:50:36.097Z Fresh cookie_store v0.22.1
93162026-07-27T20:50:36.097Z Fresh vergen v9.1.0
93172026-07-27T20:50:36.097Z Fresh zip v0.6.6
93182026-07-27T20:50:36.097Z Fresh hyper-tls v0.6.0
93192026-07-27T20:50:36.099Z Fresh zstd-safe v7.2.4
93202026-07-27T20:50:36.099Z Fresh hickory-proto v0.25.2
93212026-07-27T20:50:36.104Z Fresh crossterm v0.28.1
93222026-07-27T20:50:36.104Z Fresh heapless v0.7.17
93232026-07-27T20:50:36.104Z Fresh fs-err v3.3.0
93242026-07-27T20:50:36.104Z Fresh snafu v0.8.9
93252026-07-27T20:50:36.105Z Fresh postgres-protocol v0.6.10
93262026-07-27T20:50:36.105Z Fresh predicates v3.1.4
93272026-07-27T20:50:36.105Z Fresh strum v0.27.2
93282026-07-27T20:50:36.105Z Fresh tokio-stream v0.1.18
93292026-07-27T20:50:36.105Z Fresh buf-list v1.1.2
93302026-07-27T20:50:36.105Z Fresh peg-runtime v0.8.5
93312026-07-27T20:50:36.105Z Fresh phf v0.13.1
93322026-07-27T20:50:36.105Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
93332026-07-27T20:50:36.105Z Fresh whoami v2.1.0
93342026-07-27T20:50:36.105Z Fresh is-terminal v0.4.17
93352026-07-27T20:50:36.105Z Fresh crossbeam-channel v0.5.15
93362026-07-27T20:50:36.105Z Fresh thread_local v1.1.9
93372026-07-27T20:50:36.105Z Fresh term v1.2.1
93382026-07-27T20:50:36.105Z Fresh take_mut v0.2.2
93392026-07-27T20:50:36.105Z Fresh structmeta-derive v0.3.0
93402026-07-27T20:50:36.105Z Fresh match_cfg v0.1.0
93412026-07-27T20:50:36.105Z Fresh slog-json v2.6.1
93422026-07-27T20:50:36.105Z Fresh newtype-uuid-macros v0.1.0
93432026-07-27T20:50:36.105Z Fresh debug-ignore v1.0.5
93442026-07-27T20:50:36.105Z Fresh ipnetwork v0.21.1
93452026-07-27T20:50:36.105Z Fresh reqwest v0.13.2
93462026-07-27T20:50:36.105Z Fresh newtype-uuid v1.3.2
93472026-07-27T20:50:36.105Z Fresh serde_with v3.21.0
93482026-07-27T20:50:36.105Z Fresh reqwest v0.12.28
93492026-07-27T20:50:36.105Z Fresh zstd v0.13.3
93502026-07-27T20:50:36.106Z Fresh smoltcp v0.9.1
93512026-07-27T20:50:36.106Z Fresh postgres-types v0.2.12
93522026-07-27T20:50:36.106Z Fresh byte-wrapper v0.1.0
93532026-07-27T20:50:36.106Z Fresh slog-term v2.9.2
93542026-07-27T20:50:36.106Z Fresh structmeta v0.3.0
93552026-07-27T20:50:36.106Z Fresh hostname v0.3.1
93562026-07-27T20:50:36.106Z Fresh sha1 v0.11.0
93572026-07-27T20:50:36.106Z Fresh serde_path_to_error v0.1.20
93582026-07-27T20:50:36.106Z Fresh toml_datetime v1.1.1+spec-1.1.0
93592026-07-27T20:50:36.106Z Fresh serde_spanned v1.1.1
93602026-07-27T20:50:36.106Z Fresh toml_writer v1.1.1+spec-1.1.0
93612026-07-27T20:50:36.106Z Fresh compression-core v0.4.31
93622026-07-27T20:50:36.106Z Fresh async-stream-impl v0.3.6
93632026-07-27T20:50:36.106Z Fresh rustls-pemfile v2.2.0
93642026-07-27T20:50:36.106Z Fresh dropshot_endpoint v0.17.1
93652026-07-27T20:50:36.106Z Fresh waitgroup v0.1.2
93662026-07-27T20:50:36.106Z Fresh hostname v0.4.2
93672026-07-27T20:50:36.106Z Fresh itertools v0.14.0
93682026-07-27T20:50:36.106Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
93692026-07-27T20:50:36.106Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
93702026-07-27T20:50:36.107Z Fresh atomicwrites v0.4.4
93712026-07-27T20:50:36.107Z Fresh regress v0.10.5
93722026-07-27T20:50:36.107Z Fresh macaddr v1.0.1
93732026-07-27T20:50:36.107Z Fresh oxnet v0.1.6
93742026-07-27T20:50:36.107Z Fresh zip v4.6.1
93752026-07-27T20:50:36.107Z Fresh tough v0.22.0
93762026-07-27T20:50:36.107Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
93772026-07-27T20:50:36.107Z Fresh tokio-postgres v0.7.16
93782026-07-27T20:50:36.107Z Fresh slog-async v2.8.0
93792026-07-27T20:50:36.108Z Fresh slog-bunyan v2.5.0
93802026-07-27T20:50:36.108Z Fresh derive-ex v0.1.8
93812026-07-27T20:50:36.108Z Fresh progenitor-client v0.14.0
93822026-07-27T20:50:36.108Z Fresh compression-codecs v0.4.37
93832026-07-27T20:50:36.108Z Fresh toml v1.1.2+spec-1.1.0
93842026-07-27T20:50:36.108Z Fresh async-stream v0.3.6
93852026-07-27T20:50:36.108Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
93862026-07-27T20:50:36.108Z Fresh instant v0.1.13
93872026-07-27T20:50:36.108Z Fresh parse-display-derive v0.10.0
93882026-07-27T20:50:36.108Z Fresh backon v1.6.0
93892026-07-27T20:50:36.108Z Fresh humantime v2.3.0
93902026-07-27T20:50:36.108Z Fresh unicode-width v0.2.0
93912026-07-27T20:50:36.108Z Fresh convert_case v0.4.0
93922026-07-27T20:50:36.108Z Fresh half v2.7.1
93932026-07-27T20:50:36.108Z Fresh ciborium-io v0.2.2
93942026-07-27T20:50:36.108Z Fresh secrecy v0.10.3
93952026-07-27T20:50:36.108Z Fresh indent_write v2.2.0
93962026-07-27T20:50:36.108Z Fresh regress v0.11.1
93972026-07-27T20:50:36.108Z Fresh unsafe-libyaml v0.2.11
93982026-07-27T20:50:36.108Z Fresh inout v0.1.4
93992026-07-27T20:50:36.108Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
94002026-07-27T20:50:36.108Z Fresh universal-hash v0.5.1
94012026-07-27T20:50:36.108Z Fresh thiserror-impl-no-std v2.0.2
94022026-07-27T20:50:36.108Z Fresh daft v0.1.7
94032026-07-27T20:50:36.108Z Fresh test-strategy v0.4.5
94042026-07-27T20:50:36.108Z Fresh multer v3.1.0
94052026-07-27T20:50:36.108Z Fresh async-compression v0.4.41
94062026-07-27T20:50:36.108Z Fresh parse-display v0.10.0
94072026-07-27T20:50:36.108Z Fresh backoff v0.4.0
94082026-07-27T20:50:36.108Z Fresh progenitor-extras v0.2.0
94092026-07-27T20:50:36.108Z Fresh derive_more v0.99.20
94102026-07-27T20:50:36.108Z Fresh ciborium-ll v0.2.2
94112026-07-27T20:50:36.108Z Fresh typify-impl v0.6.2
94122026-07-27T20:50:36.108Z Fresh serde_yaml v0.9.34+deprecated
94132026-07-27T20:50:36.108Z Fresh cipher v0.4.4
94142026-07-27T20:50:36.108Z Fresh opaque-debug v0.3.1
94152026-07-27T20:50:36.109Z Fresh thiserror-no-std v2.0.2
94162026-07-27T20:50:36.109Z Fresh blake2 v0.10.6
94172026-07-27T20:50:36.109Z Fresh aead v0.5.2
94182026-07-27T20:50:36.109Z Fresh password-hash v0.5.0
94192026-07-27T20:50:36.109Z Fresh camino-tempfile v1.4.1
94202026-07-27T20:50:36.109Z Fresh swrite v0.1.0
94212026-07-27T20:50:36.114Z Fresh toml_datetime v0.7.5+spec-1.1.0
94222026-07-27T20:50:36.114Z Fresh darling_core v0.21.3
94232026-07-27T20:50:36.114Z Fresh glob v0.3.3
94242026-07-27T20:50:36.114Z Fresh crossbeam-deque v0.8.6
94252026-07-27T20:50:36.114Z Fresh tabwriter v1.4.1
94262026-07-27T20:50:36.114Z Fresh colored v3.1.1
94272026-07-27T20:50:36.115Z Fresh hash32 v0.3.1
94282026-07-27T20:50:36.115Z Fresh iddqd v0.4.2
94292026-07-27T20:50:36.115Z Fresh dropshot v0.17.1
94302026-07-27T20:50:36.115Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
94312026-07-27T20:50:36.115Z Fresh ciborium v0.2.2
94322026-07-27T20:50:36.115Z Fresh crucible-workspace-hack v0.1.0
94332026-07-27T20:50:36.115Z Fresh typify-macro v0.6.2
94342026-07-27T20:50:36.115Z Fresh chacha20 v0.9.1
94352026-07-27T20:50:36.115Z Fresh poly1305 v0.8.0
94362026-07-27T20:50:36.115Z Fresh vsss-rs v3.3.4
94372026-07-27T20:50:36.115Z Fresh argon2 v0.5.3
94382026-07-27T20:50:36.115Z Fresh toml_edit v0.23.10+spec-1.0.0
94392026-07-27T20:50:36.115Z Fresh darling_macro v0.21.3
94402026-07-27T20:50:36.115Z Fresh cobs v0.3.0
94412026-07-27T20:50:36.115Z Fresh rand v0.10.1
94422026-07-27T20:50:36.115Z Fresh proc-macro-crate v1.3.1
94432026-07-27T20:50:36.115Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
94442026-07-27T20:50:36.115Z Fresh foreign-types-macros v0.2.3
94452026-07-27T20:50:36.115Z Fresh foreign-types-shared v0.3.1
94462026-07-27T20:50:36.115Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
94472026-07-27T20:50:36.116Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
94482026-07-27T20:50:36.116Z Fresh cstr-argument v0.1.2
94492026-07-27T20:50:36.116Z Fresh typify v0.6.2
94502026-07-27T20:50:36.116Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
94512026-07-27T20:50:36.116Z Fresh chacha20poly1305 v0.10.1
94522026-07-27T20:50:36.116Z Fresh proc-macro-crate v3.4.0
94532026-07-27T20:50:36.116Z Fresh darling v0.21.3
94542026-07-27T20:50:36.116Z Fresh proc-macro-error-attr v1.0.4
94552026-07-27T20:50:36.116Z Fresh rayon-core v1.13.0
94562026-07-27T20:50:36.116Z Fresh heapless v0.8.0
94572026-07-27T20:50:36.116Z Fresh postcard v1.1.3
94582026-07-27T20:50:36.116Z Fresh foreign-types v0.5.0
94592026-07-27T20:50:36.116Z Fresh num_enum_derive v0.5.11
94602026-07-27T20:50:36.116Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
94612026-07-27T20:50:36.116Z Fresh sigpipe v0.1.3
94622026-07-27T20:50:36.116Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
94632026-07-27T20:50:36.116Z Fresh num-derive v0.4.2
94642026-07-27T20:50:36.116Z Fresh itertools v0.12.1
94652026-07-27T20:50:36.116Z Fresh smf v0.2.3
94662026-07-27T20:50:36.116Z Fresh whoami v1.6.1
94672026-07-27T20:50:36.116Z Fresh toml v0.8.23
94682026-07-27T20:50:36.116Z Fresh derive-where v1.6.0
94692026-07-27T20:50:36.116Z Fresh console v0.15.11
94702026-07-27T20:50:36.116Z Fresh newline-converter v0.3.0
94712026-07-27T20:50:36.116Z Fresh usdt-attr-macro v0.5.0
94722026-07-27T20:50:36.116Z Fresh usdt-macro v0.5.0
94732026-07-27T20:50:36.116Z Fresh memmap v0.7.0
94742026-07-27T20:50:36.116Z Fresh num-rational v0.4.2
94752026-07-27T20:50:36.116Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
94762026-07-27T20:50:36.116Z Fresh progenitor-impl v0.14.0
94772026-07-27T20:50:36.117Z Fresh num_enum_derive v0.7.6
94782026-07-27T20:50:36.117Z Fresh proc-macro-error v1.0.4
94792026-07-27T20:50:36.117Z Fresh rayon v1.11.0
94802026-07-27T20:50:36.117Z Fresh ingot-macros v0.1.1
94812026-07-27T20:50:36.117Z Fresh smoltcp v0.11.0
94822026-07-27T20:50:36.117Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
94832026-07-27T20:50:36.117Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
94842026-07-27T20:50:36.117Z Fresh num_enum v0.5.11
94852026-07-27T20:50:36.117Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
94862026-07-27T20:50:36.117Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
94872026-07-27T20:50:36.117Z Fresh expectorate v1.2.0
94882026-07-27T20:50:36.117Z Fresh usdt v0.5.0
94892026-07-27T20:50:36.117Z Fresh oxide-update-engine-types v0.1.2
94902026-07-27T20:50:36.117Z Fresh num-complex v0.4.6
94912026-07-27T20:50:36.117Z Fresh bytecount v0.6.9
94922026-07-27T20:50:36.117Z Fresh float-ord v0.3.2
94932026-07-27T20:50:36.118Z Fresh gethostname v0.5.0
94942026-07-27T20:50:36.118Z Fresh linear-map v1.2.0
94952026-07-27T20:50:36.118Z Fresh unicode-width v0.1.14
94962026-07-27T20:50:36.118Z Fresh resolv-conf v0.7.6
94972026-07-27T20:50:36.118Z Fresh smawk v0.3.2
94982026-07-27T20:50:36.118Z Fresh unicode-linebreak v0.1.5
94992026-07-27T20:50:36.118Z Fresh csv-core v0.1.13
95002026-07-27T20:50:36.118Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
95012026-07-27T20:50:36.118Z Fresh progenitor-macro v0.14.0
95022026-07-27T20:50:36.118Z Fresh num_enum v0.7.6
95032026-07-27T20:50:36.118Z Fresh ingot-types v0.1.2
95042026-07-27T20:50:36.118Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
95052026-07-27T20:50:36.118Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
95062026-07-27T20:50:36.118Z Fresh zone_cfg_derive v0.3.1
95072026-07-27T20:50:36.118Z Fresh num v0.4.3
95082026-07-27T20:50:36.118Z Fresh tokio-dtrace v0.1.1
95092026-07-27T20:50:36.118Z Fresh linked-hash-map v0.5.6
95102026-07-27T20:50:36.118Z Fresh minimal-lexical v0.2.1
95112026-07-27T20:50:36.120Z Fresh csv v1.4.0
95122026-07-27T20:50:36.120Z Fresh hickory-proto v0.24.4
95132026-07-27T20:50:36.120Z Fresh convert_case v0.10.0
95142026-07-27T20:50:36.120Z Fresh unicode-xid v0.2.6
95152026-07-27T20:50:36.120Z Fresh termtree v0.5.1
95162026-07-27T20:50:36.120Z Fresh ar_archive_writer v0.5.1
95172026-07-27T20:50:36.121Z Fresh fd-lock v4.0.4
95182026-07-27T20:50:36.121Z Fresh vte v0.14.1
95192026-07-27T20:50:36.121Z Fresh semver v0.1.20
95202026-07-27T20:50:36.121Z Fresh tabled_derive v0.7.0
95212026-07-27T20:50:36.125Z Fresh papergrid v0.11.0
95222026-07-27T20:50:36.125Z Fresh nom v8.0.0
95232026-07-27T20:50:36.126Z Fresh nu-ansi-term v0.50.3
95242026-07-27T20:50:36.126Z Fresh display-error-chain v0.2.2
95252026-07-27T20:50:36.126Z Fresh highway v1.3.0
95262026-07-27T20:50:36.126Z Fresh progenitor v0.14.0
95272026-07-27T20:50:36.126Z Fresh ingot v0.1.1
95282026-07-27T20:50:36.126Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
95292026-07-27T20:50:36.126Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
95302026-07-27T20:50:36.126Z Fresh zone v0.3.1
95312026-07-27T20:50:36.126Z Fresh cancel-safe-futures v0.1.5
95322026-07-27T20:50:36.126Z Fresh prettyplease v0.2.37
95332026-07-27T20:50:36.126Z Fresh oxide-tokio-rt v0.1.4
95342026-07-27T20:50:36.126Z Fresh owo-colors v4.3.0
95352026-07-27T20:50:36.126Z Fresh nom v7.1.3
95362026-07-27T20:50:36.126Z Fresh slog-dtrace v0.3.0
95372026-07-27T20:50:36.126Z Fresh lru-cache v0.1.2
95382026-07-27T20:50:36.126Z Fresh derive_more-impl v2.1.1
95392026-07-27T20:50:36.126Z Fresh rustc_version v0.1.7
95402026-07-27T20:50:36.126Z Fresh strip-ansi-escapes v0.2.1
95412026-07-27T20:50:36.126Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
95422026-07-27T20:50:36.127Z Fresh tabled v0.15.0
95432026-07-27T20:50:36.127Z Fresh cfg_aliases v0.1.1
95442026-07-27T20:50:36.127Z Fresh nibble_vec v0.1.0
95452026-07-27T20:50:36.127Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
95462026-07-27T20:50:36.127Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
95472026-07-27T20:50:36.127Z Fresh oxide-update-engine v0.1.2
95482026-07-27T20:50:36.128Z Fresh hickory-resolver v0.24.4
95492026-07-27T20:50:36.128Z Fresh derive_more v2.1.1
95502026-07-27T20:50:36.128Z Fresh reedline v0.40.0
95512026-07-27T20:50:36.128Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
95522026-07-27T20:50:36.128Z Fresh endian-type v0.1.2
95532026-07-27T20:50:36.128Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
95542026-07-27T20:50:36.128Z Fresh textwrap v0.16.2
95552026-07-27T20:50:36.128Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
95562026-07-27T20:50:36.128Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
95572026-07-27T20:50:36.128Z Fresh phf_shared v0.12.1
95582026-07-27T20:50:36.128Z Fresh recursive-proc-macro-impl v0.1.1
95592026-07-27T20:50:36.128Z Fresh const_format_proc_macros v0.2.34
95602026-07-27T20:50:36.128Z Fresh peg-macros v0.8.5
95612026-07-27T20:50:36.128Z Fresh sqlparser_derive v0.5.0
95622026-07-27T20:50:36.128Z Fresh winnow v0.6.26
95632026-07-27T20:50:36.129Z Fresh unicode_categories v0.1.1
95642026-07-27T20:50:36.129Z Fresh home v0.5.12
95652026-07-27T20:50:36.129Z Fresh bcs v0.1.6
95662026-07-27T20:50:36.129Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
95672026-07-27T20:50:36.129Z Fresh crossterm v0.29.0
95682026-07-27T20:50:36.129Z Fresh qorb v0.4.1
95692026-07-27T20:50:36.129Z Fresh psm v0.1.30
95702026-07-27T20:50:36.129Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
95712026-07-27T20:50:36.129Z Fresh radix_trie v0.2.1
95722026-07-27T20:50:36.129Z Fresh phf v0.12.1
95732026-07-27T20:50:36.129Z Fresh const_format v0.2.35
95742026-07-27T20:50:36.129Z Fresh sqlformat v0.3.5
95752026-07-27T20:50:36.129Z Fresh peg v0.8.5
95762026-07-27T20:50:36.129Z Fresh sha1 v0.10.6
95772026-07-27T20:50:36.129Z Fresh filetime v0.2.27
95782026-07-27T20:50:36.129Z Fresh xattr v1.6.1
95792026-07-27T20:50:36.129Z Fresh base64 v0.21.7
95802026-07-27T20:50:36.129Z Fresh headers-core v0.3.0
95812026-07-27T20:50:36.129Z Fresh dropshot-api-manager-types v0.7.2
95822026-07-27T20:50:36.129Z Fresh subprocess v0.2.15
95832026-07-27T20:50:36.129Z Fresh yasna v0.5.2
95842026-07-27T20:50:36.129Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
95852026-07-27T20:50:36.129Z Fresh stacker v0.1.23
95862026-07-27T20:50:36.129Z Fresh newtype_derive v0.1.6
95872026-07-27T20:50:36.130Z Fresh nix v0.28.0
95882026-07-27T20:50:36.130Z Fresh chrono-tz v0.10.4
95892026-07-27T20:50:36.130Z Fresh tar v0.4.46
95902026-07-27T20:50:36.130Z Fresh headers v0.4.1
95912026-07-27T20:50:36.130Z Fresh rcgen v0.12.1
95922026-07-27T20:50:36.130Z Fresh port-file v0.1.0
95932026-07-27T20:50:36.130Z Fresh utf-8 v0.7.6
95942026-07-27T20:50:36.130Z Fresh tagptr v0.2.0
95952026-07-27T20:50:36.130Z Fresh bitfield-struct v0.6.2
95962026-07-27T20:50:36.130Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
95972026-07-27T20:50:36.130Z Fresh xshell-macros v0.2.7
95982026-07-27T20:50:36.130Z Fresh tap v1.0.1
95992026-07-27T20:50:36.130Z Fresh zerocopy-derive v0.6.6
96002026-07-27T20:50:36.130Z Fresh crc-catalog v2.4.0
96012026-07-27T20:50:36.130Z Fresh maplit v1.0.2
96022026-07-27T20:50:36.130Z Fresh funty v2.0.0
96032026-07-27T20:50:36.131Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
96042026-07-27T20:50:36.131Z Fresh recursive v0.1.1
96052026-07-27T20:50:36.131Z Fresh rustyline v14.0.0
96062026-07-27T20:50:36.131Z Fresh steno v0.4.1
96072026-07-27T20:50:36.133Z Fresh moka v0.12.13
96082026-07-27T20:50:36.133Z Fresh tungstenite v0.21.0
96092026-07-27T20:50:36.133Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
96102026-07-27T20:50:36.133Z Fresh xshell v0.2.7
96112026-07-27T20:50:36.135Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
96122026-07-27T20:50:36.135Z Fresh wyz v0.5.1
96132026-07-27T20:50:36.135Z Fresh crc v3.4.0
96142026-07-27T20:50:36.135Z Fresh zerocopy v0.6.6
96152026-07-27T20:50:36.135Z Fresh packed_struct_codegen v0.10.1
96162026-07-27T20:50:36.135Z Fresh bitfield-macros v0.19.4
96172026-07-27T20:50:36.135Z Fresh nodrop v0.1.14
96182026-07-27T20:50:36.135Z Fresh dsl_auto_type v0.2.0
96192026-07-27T20:50:36.135Z Fresh scheduled-thread-pool v0.2.7
96202026-07-27T20:50:36.135Z Fresh diesel_table_macro_syntax v0.3.0
96212026-07-27T20:50:36.139Z Fresh sqlparser v0.61.0
96222026-07-27T20:50:36.139Z Fresh hickory-resolver v0.25.2
96232026-07-27T20:50:36.139Z Fresh tokio-tungstenite v0.21.0
96242026-07-27T20:50:36.139Z Fresh libefi-sys v0.1.0
96252026-07-27T20:50:36.139Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
96262026-07-27T20:50:36.139Z Fresh radium v0.7.0
96272026-07-27T20:50:36.139Z Fresh maybe-uninit v2.0.0
96282026-07-27T20:50:36.139Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
96292026-07-27T20:50:36.139Z Fresh bitfield v0.19.4
96302026-07-27T20:50:36.139Z Fresh array-init v0.0.4
96312026-07-27T20:50:36.139Z Fresh hashbrown v0.12.3
96322026-07-27T20:50:36.139Z Fresh r2d2 v0.8.10
96332026-07-27T20:50:36.139Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
96342026-07-27T20:50:36.139Z Fresh ron v0.8.1
96352026-07-27T20:50:36.139Z Fresh hashbrown v0.13.2
96362026-07-27T20:50:36.139Z Fresh crc-any v2.5.0
96372026-07-27T20:50:36.139Z Fresh downcast-rs v2.0.2
96382026-07-27T20:50:36.140Z Fresh path-slash v0.1.5
96392026-07-27T20:50:36.140Z Fresh diff v0.1.13
96402026-07-27T20:50:36.140Z Fresh dirs-sys-next v0.1.2
96412026-07-27T20:50:36.140Z Fresh unicase v2.9.0
96422026-07-27T20:50:36.140Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
96432026-07-27T20:50:36.140Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
96442026-07-27T20:50:36.140Z Fresh bitvec v1.0.1
96452026-07-27T20:50:36.140Z Fresh smallvec v0.6.14
96462026-07-27T20:50:36.140Z Fresh diesel_derives v2.3.7
96472026-07-27T20:50:36.140Z Fresh vergen-lib v0.1.6
96482026-07-27T20:50:36.140Z Fresh indexmap v1.9.3
96492026-07-27T20:50:36.140Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
96502026-07-27T20:50:36.140Z Fresh dirs-next v2.0.0
96512026-07-27T20:50:36.140Z Fresh num-derive v0.3.3
96522026-07-27T20:50:36.140Z Fresh proc-macro-error-attr2 v2.0.0
96532026-07-27T20:50:36.140Z Fresh bit-vec v0.6.3
96542026-07-27T20:50:36.140Z Fresh papergrid v0.17.0
96552026-07-27T20:50:36.140Z Fresh testing_table v0.3.0
96562026-07-27T20:50:36.140Z Fresh itertools v0.10.5
96572026-07-27T20:50:36.140Z Fresh ena v0.14.4
96582026-07-27T20:50:36.140Z Fresh libloading v0.8.9
96592026-07-27T20:50:36.141Z Fresh regex-syntax v0.6.29
96602026-07-27T20:50:36.141Z Fresh cexpr v0.6.0
96612026-07-27T20:50:36.141Z Fresh packed_struct v0.10.1
96622026-07-27T20:50:36.141Z Fresh serde-hex v0.1.0
96632026-07-27T20:50:36.141Z Fresh vergen-gitcl v1.0.8
96642026-07-27T20:50:36.141Z Fresh object v0.30.4
96652026-07-27T20:50:36.141Z Fresh diesel v2.3.7
96662026-07-27T20:50:36.141Z Fresh crunchy v0.2.4
96672026-07-27T20:50:36.141Z Fresh term v0.7.0
96682026-07-27T20:50:36.141Z Fresh libscf-sys v1.1.0
96692026-07-27T20:50:36.141Z Fresh proc-macro-error2 v2.0.1
96702026-07-27T20:50:36.141Z Fresh bit-set v0.5.3
96712026-07-27T20:50:36.141Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
96722026-07-27T20:50:36.141Z Fresh rustc-hash v2.1.1
96732026-07-27T20:50:36.141Z Fresh strum_macros v0.24.3
96742026-07-27T20:50:36.141Z Fresh half v1.8.3
96752026-07-27T20:50:36.141Z Fresh crc8 v0.1.1
96762026-07-27T20:50:36.141Z Fresh indoc v1.0.9
96772026-07-27T20:50:36.141Z Fresh quick-xml v0.37.5
96782026-07-27T20:50:36.141Z Fresh oso-derive v0.27.3
96792026-07-27T20:50:36.141Z Fresh impl-trait-for-tuples v0.2.3
96802026-07-27T20:50:36.141Z Fresh openssl-probe v0.1.6
96812026-07-27T20:50:36.141Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
96822026-07-27T20:50:36.141Z Fresh ascii-canvas v3.0.0
96832026-07-27T20:50:36.141Z Fresh tabled_derive v0.11.0
96842026-07-27T20:50:36.141Z Fresh tiny-keccak v2.0.2
96852026-07-27T20:50:36.141Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
96862026-07-27T20:50:36.141Z Fresh clang-sys v1.8.1
96872026-07-27T20:50:36.141Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
96882026-07-27T20:50:36.141Z Fresh serde_cbor v0.11.2
96892026-07-27T20:50:36.141Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
96902026-07-27T20:50:36.141Z Fresh trait-variant v0.1.2
96912026-07-27T20:50:36.141Z Fresh bb8 v0.8.6
96922026-07-27T20:50:36.142Z Fresh diesel-dtrace v0.5.0
96932026-07-27T20:50:36.142Z Fresh fxhash v0.2.1
96942026-07-27T20:50:36.142Z Fresh nonempty v0.12.0
96952026-07-27T20:50:36.142Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
96962026-07-27T20:50:36.142Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
96972026-07-27T20:50:36.142Z Fresh rfc6979 v0.4.0
96982026-07-27T20:50:36.142Z Fresh arc-swap v1.8.2
96992026-07-27T20:50:36.142Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97002026-07-27T20:50:36.142Z Fresh tabled v0.20.0
97012026-07-27T20:50:36.142Z Fresh lalrpop v0.19.12
97022026-07-27T20:50:36.142Z Fresh bindgen v0.71.1
97032026-07-27T20:50:36.142Z Fresh libxml v0.3.3
97042026-07-27T20:50:36.143Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
97052026-07-27T20:50:36.143Z Fresh async-bb8-diesel v0.2.1
97062026-07-27T20:50:36.143Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
97072026-07-27T20:50:36.143Z Fresh cpubits v0.1.1
97082026-07-27T20:50:36.143Z Fresh slog-scope v4.4.1
97092026-07-27T20:50:36.143Z Fresh ecdsa v0.16.9
97102026-07-27T20:50:36.143Z Fresh primeorder v0.13.6
97112026-07-27T20:50:36.143Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
97122026-07-27T20:50:36.143Z Fresh predicates-tree v1.0.13
97132026-07-27T20:50:36.143Z Fresh progenitor-impl v0.13.0
97142026-07-27T20:50:36.143Z Fresh git-stub v1.0.0
97152026-07-27T20:50:36.143Z Fresh kstat-rs v0.2.4
97162026-07-27T20:50:36.143Z Fresh ignore v0.4.25
97172026-07-27T20:50:36.143Z Fresh progenitor-client v0.13.0
97182026-07-27T20:50:36.143Z Fresh pem-rfc7468 v1.0.0
97192026-07-27T20:50:36.143Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
97202026-07-27T20:50:36.143Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
97212026-07-27T20:50:36.147Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
97222026-07-27T20:50:36.147Z Fresh salty v0.3.0
97232026-07-27T20:50:36.147Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
97242026-07-27T20:50:36.147Z Fresh slog-stdlog v4.1.1
97252026-07-27T20:50:36.147Z Fresh p384 v0.13.1
97262026-07-27T20:50:36.147Z Fresh git-stub-vcs v0.1.0
97272026-07-27T20:50:36.148Z Fresh progenitor-macro v0.13.0
97282026-07-27T20:50:36.148Z Fresh globwalk v0.9.1
97292026-07-27T20:50:36.149Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
97302026-07-27T20:50:36.149Z Fresh prefix-trie v0.7.0
97312026-07-27T20:50:36.149Z Fresh parse-size v1.1.0
97322026-07-27T20:50:36.149Z Fresh hmac v0.13.0
97332026-07-27T20:50:36.149Z Fresh universal-hash v0.6.1
97342026-07-27T20:50:36.149Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
97352026-07-27T20:50:36.149Z Fresh corncobs v0.1.4
97362026-07-27T20:50:36.149Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
97372026-07-27T20:50:36.149Z Fresh parking_lot_core v0.8.6
97382026-07-27T20:50:36.149Z Fresh slog-envlogger v2.2.0
97392026-07-27T20:50:36.149Z Fresh fs-err v2.11.0
97402026-07-27T20:50:36.149Z Fresh progenitor v0.13.0
97412026-07-27T20:50:36.149Z Fresh hickory-server v0.25.2
97422026-07-27T20:50:36.149Z Fresh camino-tempfile-ext v0.3.3
97432026-07-27T20:50:36.149Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
97442026-07-27T20:50:36.149Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
97452026-07-27T20:50:36.149Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
97462026-07-27T20:50:36.149Z Fresh secrecy v0.8.0
97472026-07-27T20:50:36.149Z Fresh nanorand v0.7.0
97482026-07-27T20:50:36.149Z Fresh polyval v0.7.1
97492026-07-27T20:50:36.149Z Fresh der v0.8.0
97502026-07-27T20:50:36.149Z Fresh http-range v0.1.5
97512026-07-27T20:50:36.150Z Fresh void v1.0.2
97522026-07-27T20:50:36.151Z Fresh pbkdf2 v0.13.0
97532026-07-27T20:50:36.151Z Fresh aes v0.9.1
97542026-07-27T20:50:36.151Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
97552026-07-27T20:50:36.151Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
97562026-07-27T20:50:36.151Z Fresh polar-core v0.27.3
97572026-07-27T20:50:36.151Z Fresh samael v0.0.19
97582026-07-27T20:50:36.151Z Fresh parking_lot v0.11.2
97592026-07-27T20:50:36.151Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
97602026-07-27T20:50:36.151Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
97612026-07-27T20:50:36.151Z Fresh flume v0.11.1
97622026-07-27T20:50:36.151Z Fresh lzss v0.8.2
97632026-07-27T20:50:36.151Z Fresh ghash v0.6.0
97642026-07-27T20:50:36.151Z Fresh tungstenite v0.23.0
97652026-07-27T20:50:36.151Z Fresh nix v0.27.1
97662026-07-27T20:50:36.151Z Fresh ctr v0.10.1
97672026-07-27T20:50:36.151Z Fresh sha2 v0.11.0
97682026-07-27T20:50:36.151Z Fresh aead v0.6.1
97692026-07-27T20:50:36.151Z Fresh rand_seeder v0.4.0
97702026-07-27T20:50:36.151Z Fresh serde_bytes v0.11.19
97712026-07-27T20:50:36.151Z Fresh atty v0.2.14
97722026-07-27T20:50:36.151Z Fresh spki v0.8.0
97732026-07-27T20:50:36.151Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
97742026-07-27T20:50:36.152Z Fresh crypto-bigint v0.7.5
97752026-07-27T20:50:36.152Z Fresh oso v0.27.3
97762026-07-27T20:50:36.152Z Fresh sled v0.34.7
97772026-07-27T20:50:36.152Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
97782026-07-27T20:50:36.152Z Fresh aes-gcm v0.11.0
97792026-07-27T20:50:36.152Z Fresh illumos-nvpair-sys v0.2.0
97802026-07-27T20:50:36.152Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
97812026-07-27T20:50:36.152Z Fresh tokio-tungstenite v0.23.1
97822026-07-27T20:50:36.152Z Fresh mime_guess v2.0.5
97832026-07-27T20:50:36.152Z Fresh signal-hook-tokio v0.3.1
97842026-07-27T20:50:36.152Z Fresh salsa20 v0.11.0
97852026-07-27T20:50:36.152Z Fresh cbc v0.2.1
97862026-07-27T20:50:36.152Z Fresh assert_matches v1.5.0
97872026-07-27T20:50:36.152Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
97882026-07-27T20:50:36.152Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
97892026-07-27T20:50:36.152Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
97902026-07-27T20:50:36.152Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
97912026-07-27T20:50:36.152Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
97922026-07-27T20:50:36.152Z Fresh is_ci v1.2.0
97932026-07-27T20:50:36.152Z Fresh hyper-staticfile v0.10.1
97942026-07-27T20:50:36.152Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
97952026-07-27T20:50:36.153Z Fresh scrypt v0.12.0
97962026-07-27T20:50:36.153Z Fresh illumos-nvpair v0.3.0
97972026-07-27T20:50:36.153Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
97982026-07-27T20:50:36.153Z Fresh yansi v1.0.1
97992026-07-27T20:50:36.154Z Fresh ff v0.14.0
98002026-07-27T20:50:36.154Z Fresh signature v3.0.0
98012026-07-27T20:50:36.154Z Fresh base16ct v1.0.0
98022026-07-27T20:50:36.154Z Fresh hkdf v0.13.0
98032026-07-27T20:50:36.154Z Fresh castaway v0.2.4
98042026-07-27T20:50:36.154Z Fresh indoc v2.0.7
98052026-07-27T20:50:36.154Z Fresh gimli v0.32.3
98062026-07-27T20:50:36.154Z Fresh unicode-truncate v1.1.0
98072026-07-27T20:50:36.154Z Fresh lru v0.12.5
98082026-07-27T20:50:36.154Z Fresh constant_time_eq v0.4.2
98092026-07-27T20:50:36.154Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
98102026-07-27T20:50:36.154Z Fresh pkcs5 v0.8.1
98112026-07-27T20:50:36.154Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
98122026-07-27T20:50:36.154Z Fresh pretty_assertions v1.4.1
98132026-07-27T20:50:36.154Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
98142026-07-27T20:50:36.154Z Fresh group v0.14.0
98152026-07-27T20:50:36.154Z Fresh sec1 v0.8.1
98162026-07-27T20:50:36.154Z Fresh addr2line v0.25.1
98172026-07-27T20:50:36.154Z Fresh compact_str v0.8.1
98182026-07-27T20:50:36.155Z Fresh rustc-demangle v0.1.27
98192026-07-27T20:50:36.155Z Fresh cassowary v0.3.0
98202026-07-27T20:50:36.155Z Fresh arrayvec v0.7.6
98212026-07-27T20:50:36.160Z Fresh arrayref v0.3.9
98222026-07-27T20:50:36.160Z Fresh rfc6979 v0.5.0
98232026-07-27T20:50:36.160Z Fresh console v0.16.2
98242026-07-27T20:50:36.160Z Fresh concurrent-queue v2.5.0
98252026-07-27T20:50:36.160Z Fresh unit-prefix v0.5.2
98262026-07-27T20:50:36.160Z Fresh parking v2.2.1
98272026-07-27T20:50:36.160Z Fresh pkcs8 v0.11.0
98282026-07-27T20:50:36.160Z Fresh instability v0.3.11
98292026-07-27T20:50:36.160Z Fresh libz-sys v1.1.24
98302026-07-27T20:50:36.160Z Fresh backtrace v0.3.76
98312026-07-27T20:50:36.160Z Fresh plotters-backend v0.3.7
98322026-07-27T20:50:36.160Z Fresh event-listener v5.4.1
98332026-07-27T20:50:36.160Z Fresh indicatif v0.18.4
98342026-07-27T20:50:36.160Z Fresh primefield v0.14.0
98352026-07-27T20:50:36.160Z Fresh supports-color v2.1.0
98362026-07-27T20:50:36.160Z Fresh textwrap v0.15.2
98372026-07-27T20:50:36.160Z Fresh supports-unicode v2.1.0
98382026-07-27T20:50:36.160Z Fresh supports-hyperlinks v2.1.0
98392026-07-27T20:50:36.160Z Fresh hashbrown v0.14.5
98402026-07-27T20:50:36.160Z Fresh libsw-core v0.3.2
98412026-07-27T20:50:36.160Z Fresh miette-derive v5.10.0
98422026-07-27T20:50:36.160Z Fresh terminal_size v0.1.17
98432026-07-27T20:50:36.160Z Fresh shell-words v1.1.1
98442026-07-27T20:50:36.162Z Fresh cast v0.3.0
98452026-07-27T20:50:36.162Z Fresh owo-colors v3.5.0
98462026-07-27T20:50:36.162Z Fresh ssh-encoding v0.3.0-rc.9
98472026-07-27T20:50:36.162Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
98482026-07-27T20:50:36.162Z Fresh elliptic-curve v0.14.0-rc.33
98492026-07-27T20:50:36.162Z Fresh libgit2-sys v0.18.3+1.9.2
98502026-07-27T20:50:36.162Z Fresh ratatui v0.29.0
98512026-07-27T20:50:36.162Z Fresh backtrace-ext v0.2.1
98522026-07-27T20:50:36.162Z Fresh plotters-svg v0.3.7
98532026-07-27T20:50:36.162Z Fresh criterion-plot v0.6.0
98542026-07-27T20:50:36.162Z Fresh libsw v3.5.0
98552026-07-27T20:50:36.162Z Fresh chumsky v0.9.3
98562026-07-27T20:50:36.162Z Fresh event-listener-strategy v0.5.4
98572026-07-27T20:50:36.162Z Fresh knuffel-derive v3.2.0
98582026-07-27T20:50:36.162Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
98592026-07-27T20:50:36.162Z Fresh tinytemplate v1.2.1
98602026-07-27T20:50:36.162Z Fresh rtoolbox v0.0.3
98612026-07-27T20:50:36.162Z Fresh anes v0.1.6
98622026-07-27T20:50:36.162Z Fresh futures-timer v3.0.3
98632026-07-27T20:50:36.162Z Fresh oorandom v11.1.5
98642026-07-27T20:50:36.162Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
98652026-07-27T20:50:36.162Z Fresh ed25519 v3.0.0
98662026-07-27T20:50:36.162Z Fresh primeorder v0.14.0-rc.10
98672026-07-27T20:50:36.162Z Fresh git2 v0.20.4
98682026-07-27T20:50:36.164Z Fresh ecdsa v0.17.0-rc.18
98692026-07-27T20:50:36.164Z Fresh miette v5.10.0
98702026-07-27T20:50:36.164Z Fresh plotters v0.3.7
98712026-07-27T20:50:36.164Z Fresh rpassword v7.5.4
98722026-07-27T20:50:36.164Z Fresh petname v2.0.2
98732026-07-27T20:50:36.164Z Fresh blake3 v1.8.5
98742026-07-27T20:50:36.164Z Fresh tui-tree-widget v0.23.1
98752026-07-27T20:50:36.164Z Fresh async-lock v3.4.2
98762026-07-27T20:50:36.164Z Fresh curve25519-dalek v5.0.0-rc.0
98772026-07-27T20:50:36.164Z Fresh oxide-update-engine-display v0.1.2
98782026-07-27T20:50:36.164Z Fresh supports-color v3.0.2
98792026-07-27T20:50:36.164Z Fresh pkcs1 v0.8.0-rc.4
98802026-07-27T20:50:36.164Z Fresh crypto-primes v0.7.2
98812026-07-27T20:50:36.164Z Fresh poly1305 v0.9.0
98822026-07-27T20:50:36.164Z Fresh tokio-test v0.4.5
98832026-07-27T20:50:36.164Z Fresh blowfish v0.10.0
98842026-07-27T20:50:36.164Z Fresh colored v2.2.0
98852026-07-27T20:50:36.164Z Fresh vergen-git2 v9.1.0
98862026-07-27T20:50:36.164Z Fresh criterion v0.7.0
98872026-07-27T20:50:36.164Z Fresh knuffel v3.2.0
98882026-07-27T20:50:36.164Z Fresh blake2 v0.11.0-rc.6
98892026-07-27T20:50:36.164Z Fresh sapling-renderdag v0.1.0
98902026-07-27T20:50:36.164Z Fresh keccak v0.2.0
98912026-07-27T20:50:36.164Z Fresh topological-sort v0.2.2
98922026-07-27T20:50:36.164Z Fresh fiat-crypto v0.3.0
98932026-07-27T20:50:36.164Z Fresh sync-ptr v0.1.4
98942026-07-27T20:50:36.164Z Fresh ed25519-dalek v3.0.0-rc.0
98952026-07-27T20:50:36.166Z Fresh rsa v0.10.0-rc.18
98962026-07-27T20:50:36.166Z Fresh bcrypt-pbkdf v0.11.0
98972026-07-27T20:50:36.166Z Fresh p256 v0.14.0-rc.10
98982026-07-27T20:50:36.166Z Fresh p521 v0.14.0-rc.10
98992026-07-27T20:50:36.166Z Fresh async-object-pool v0.2.0
99002026-07-27T20:50:36.166Z Fresh ssh-cipher v0.3.0-rc.9
99012026-07-27T20:50:36.166Z Fresh target-lexicon v0.13.3
99022026-07-27T20:50:36.166Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
99032026-07-27T20:50:36.166Z Fresh argon2 v0.6.0-rc.8
99042026-07-27T20:50:36.166Z Fresh sha3 v0.11.0
99052026-07-27T20:50:36.166Z Fresh omicron-zone-package v0.12.3
99062026-07-27T20:50:36.166Z Fresh p384 v0.14.0-rc.10
99072026-07-27T20:50:36.166Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
99082026-07-27T20:50:36.166Z Fresh twox-hash v2.1.2
99092026-07-27T20:50:36.166Z Fresh kem v0.3.0
99102026-07-27T20:50:36.166Z Fresh module-lattice v0.2.3
99112026-07-27T20:50:36.166Z Fresh serde_regex v1.1.0
99122026-07-27T20:50:36.166Z Fresh assert-json-diff v2.0.2
99132026-07-27T20:50:36.166Z Fresh path-tree v0.8.3
99142026-07-27T20:50:36.166Z Fresh stringmetrics v2.2.2
99152026-07-27T20:50:36.166Z Fresh cfg-expr v0.20.6
99162026-07-27T20:50:36.166Z Fresh russh-cryptovec v0.61.0
99172026-07-27T20:50:36.166Z Fresh guppy-workspace-hack v0.1.0
99182026-07-27T20:50:36.167Z Fresh ml-kem v0.3.2
99192026-07-27T20:50:36.167Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
99202026-07-27T20:50:36.167Z Fresh httpmock v0.8.3
99212026-07-27T20:50:36.172Z Fresh ssh-key v0.7.0-rc.10
99222026-07-27T20:50:36.172Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
99232026-07-27T20:50:36.172Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
99242026-07-27T20:50:36.172Z Fresh internal-russh-num-bigint v0.5.0
99252026-07-27T20:50:36.172Z Fresh httptest v0.16.4
99262026-07-27T20:50:36.172Z Fresh fatfs v0.3.6
99272026-07-27T20:50:36.172Z Fresh num-bigint v0.4.6
99282026-07-27T20:50:36.172Z Fresh russh-util v0.52.0
99292026-07-27T20:50:36.172Z Fresh generic-array v1.4.3
99302026-07-27T20:50:36.172Z Fresh enum_dispatch v0.3.13
99312026-07-27T20:50:36.172Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
99322026-07-27T20:50:36.172Z Fresh delegate v0.13.5
99332026-07-27T20:50:36.172Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
99342026-07-27T20:50:36.172Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
99352026-07-27T20:50:36.172Z Fresh md5 v0.8.0
99362026-07-27T20:50:36.172Z Fresh hex-literal v0.4.1
99372026-07-27T20:50:36.172Z Fresh escape8259 v0.5.3
99382026-07-27T20:50:36.172Z Fresh hex-literal v1.1.0
99392026-07-27T20:50:36.174Z Fresh relative-path v1.9.3
99402026-07-27T20:50:36.174Z Fresh seq-macro v0.3.6
99412026-07-27T20:50:36.174Z Fresh target-spec v3.5.7
99422026-07-27T20:50:36.174Z Fresh linkme-impl v0.3.35
99432026-07-27T20:50:36.174Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
99442026-07-27T20:50:36.174Z Fresh target-triple v1.0.0
99452026-07-27T20:50:36.174Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
99462026-07-27T20:50:36.174Z Fresh blake2b_simd v1.0.4
99472026-07-27T20:50:36.174Z Fresh similar-asserts v1.7.0
99482026-07-27T20:50:36.174Z Fresh fancy-regex v0.14.0
99492026-07-27T20:50:36.174Z Fresh pathdiff v0.2.3
99502026-07-27T20:50:36.174Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
99512026-07-27T20:50:36.174Z Fresh approx v0.5.1
99522026-07-27T20:50:36.174Z Fresh socket2 v0.5.10
99532026-07-27T20:50:36.174Z Fresh uzers v0.12.2
99542026-07-27T20:50:36.174Z Fresh constant_time_eq v0.3.1
99552026-07-27T20:50:36.174Z Fresh termcolor v1.4.1
99562026-07-27T20:50:36.174Z Fresh nested v0.1.1
99572026-07-27T20:50:36.174Z Fresh libtest-mimic v0.8.1
99582026-07-27T20:50:36.174Z Fresh russh v0.61.2
99592026-07-27T20:50:36.174Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
99602026-07-27T20:50:36.174Z Fresh rstest_macros v0.25.0
99612026-07-27T20:50:36.174Z Fresh internet-checksum v0.2.1
99622026-07-27T20:50:36.176Z Fresh guppy v0.17.25
99632026-07-27T20:50:36.176Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
99642026-07-27T20:50:36.176Z Fresh trybuild v1.0.116
99652026-07-27T20:50:36.176Z Fresh rust-argon2 v2.1.0
99662026-07-27T20:50:36.176Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
99672026-07-27T20:50:36.176Z Fresh hickory-client v0.25.2
99682026-07-27T20:50:36.176Z Fresh partial-io v0.5.4
99692026-07-27T20:50:36.176Z Fresh rand_distr v0.5.1
99702026-07-27T20:50:36.176Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
99712026-07-27T20:50:36.176Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
99722026-07-27T20:50:36.176Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
99732026-07-27T20:50:36.176Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
99742026-07-27T20:50:36.176Z Fresh rstest v0.25.0
99752026-07-27T20:50:36.176Z Fresh assert_cmd v2.1.2
99762026-07-27T20:50:36.176Z Fresh datatest-stable v0.3.3
99772026-07-27T20:50:36.176Z Fresh linkme v0.3.35
99782026-07-27T20:50:36.176Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
99792026-07-27T20:50:36.176Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
99802026-07-27T20:50:36.177Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
99812026-07-27T20:50:36.177Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
99822026-07-27T20:50:36.177Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
99832026-07-27T20:50:36.178Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
99842026-07-27T20:50:36.178Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
99852026-07-27T20:50:36.178Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
99862026-07-27T20:50:36.178Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
99872026-07-27T20:50:36.178Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
99882026-07-27T20:50:36.178Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
99892026-07-27T20:50:36.178Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
99902026-07-27T20:50:36.178Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
99912026-07-27T20:50:36.179Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
99922026-07-27T20:50:36.179Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
99932026-07-27T20:50:36.179Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
99942026-07-27T20:50:36.179Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
99952026-07-27T20:50:36.179Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
99962026-07-27T20:50:36.179Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
99972026-07-27T20:50:36.179Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
99982026-07-27T20:50:36.179Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
99992026-07-27T20:50:36.179Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
100002026-07-27T20:50:36.179Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
100012026-07-27T20:50:36.180Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
100022026-07-27T20:50:36.182Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
100032026-07-27T20:50:36.182Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
100042026-07-27T20:50:36.182Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
100052026-07-27T20:50:36.182Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
100062026-07-27T20:50:36.182Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
100072026-07-27T20:50:36.182Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
100082026-07-27T20:50:36.182Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
100092026-07-27T20:50:36.182Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
100102026-07-27T20:50:36.182Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
100112026-07-27T20:50:36.182Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
100122026-07-27T20:50:36.182Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
100132026-07-27T20:50:36.182Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
100142026-07-27T20:50:36.182Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
100152026-07-27T20:50:36.182Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
100162026-07-27T20:50:36.182Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
100172026-07-27T20:50:36.182Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
100182026-07-27T20:50:36.182Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
100192026-07-27T20:50:36.182Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
100202026-07-27T20:50:36.183Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
100212026-07-27T20:50:36.188Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
100222026-07-27T20:50:36.188Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
100232026-07-27T20:50:36.188Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
100242026-07-27T20:50:36.188Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
100252026-07-27T20:50:36.188Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
100262026-07-27T20:50:36.188Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
100272026-07-27T20:50:36.188Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
100282026-07-27T20:50:36.188Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
100292026-07-27T20:50:36.188Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
100302026-07-27T20:50:36.188Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
100312026-07-27T20:50:36.189Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
100322026-07-27T20:50:36.189Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
100332026-07-27T20:50:36.189Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
100342026-07-27T20:50:36.189Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
100352026-07-27T20:50:36.189Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
100362026-07-27T20:50:36.189Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
100372026-07-27T20:50:36.189Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
100382026-07-27T20:50:36.189Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
100392026-07-27T20:50:36.189Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
100402026-07-27T20:50:36.189Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
100412026-07-27T20:50:36.189Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
100422026-07-27T20:50:36.189Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
100432026-07-27T20:50:36.189Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
100442026-07-27T20:50:36.189Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
100452026-07-27T20:50:36.189Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
100462026-07-27T20:50:36.189Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
100472026-07-27T20:50:36.189Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
100482026-07-27T20:50:36.189Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
100492026-07-27T20:50:36.189Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
100502026-07-27T20:50:36.189Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
100512026-07-27T20:50:36.189Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
100522026-07-27T20:50:36.189Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
100532026-07-27T20:50:36.189Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
100542026-07-27T20:50:36.189Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
100552026-07-27T20:50:36.189Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
100562026-07-27T20:50:36.190Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
100572026-07-27T20:50:36.190Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
100582026-07-27T20:50:36.190Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
100592026-07-27T20:50:36.190Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
100602026-07-27T20:50:36.190Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
100612026-07-27T20:50:36.190Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
100622026-07-27T20:50:36.190Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
100632026-07-27T20:50:36.190Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
100642026-07-27T20:50:36.190Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
100652026-07-27T20:50:36.190Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
100662026-07-27T20:50:36.190Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
100672026-07-27T20:50:36.190Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
100682026-07-27T20:50:36.190Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
100692026-07-27T20:50:36.190Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
100702026-07-27T20:50:36.190Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
100712026-07-27T20:50:36.190Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
100722026-07-27T20:50:36.190Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
100732026-07-27T20:50:36.190Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
100742026-07-27T20:50:36.190Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
100752026-07-27T20:50:36.190Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
100762026-07-27T20:50:36.190Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
100772026-07-27T20:50:36.190Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
100782026-07-27T20:50:36.190Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
100792026-07-27T20:50:36.190Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
100802026-07-27T20:50:36.190Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
100812026-07-27T20:50:36.190Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
100822026-07-27T20:50:36.190Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
100832026-07-27T20:50:36.191Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
100842026-07-27T20:50:36.191Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
100852026-07-27T20:50:36.191Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
100862026-07-27T20:50:36.191Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
100872026-07-27T20:50:36.191Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
100882026-07-27T20:50:36.191Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
100892026-07-27T20:50:36.191Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
100902026-07-27T20:50:36.191Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
100912026-07-27T20:50:36.191Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
100922026-07-27T20:50:36.191Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
100932026-07-27T20:50:36.191Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
100942026-07-27T20:50:36.191Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
100952026-07-27T20:50:36.191Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
100962026-07-27T20:50:36.191Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
100972026-07-27T20:50:36.192Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
100982026-07-27T20:50:36.192Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
100992026-07-27T20:50:36.192Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
101002026-07-27T20:50:36.192Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
101012026-07-27T20:50:36.192Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
101022026-07-27T20:50:36.192Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
101032026-07-27T20:50:36.192Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
101042026-07-27T20:50:36.192Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
101052026-07-27T20:50:36.192Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
101062026-07-27T20:50:36.192Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
101072026-07-27T20:50:36.192Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
101082026-07-27T20:50:36.192Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
101092026-07-27T20:50:36.192Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
101102026-07-27T20:50:36.192Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
101112026-07-27T20:50:36.192Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
101122026-07-27T20:50:36.193Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
101132026-07-27T20:50:36.193Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
101142026-07-27T20:50:36.193Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
101152026-07-27T20:50:36.193Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
101162026-07-27T20:50:36.193Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
101172026-07-27T20:50:36.193Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
101182026-07-27T20:50:36.193Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
101192026-07-27T20:50:36.193Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
101202026-07-27T20:50:36.193Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
101212026-07-27T20:50:36.198Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
101222026-07-27T20:50:36.198Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
101232026-07-27T20:50:36.198Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
101242026-07-27T20:50:36.198Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
101252026-07-27T20:50:36.198Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
101262026-07-27T20:50:36.198Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
101272026-07-27T20:50:36.198Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
101282026-07-27T20:50:36.198Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
101292026-07-27T20:50:36.198Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
101302026-07-27T20:50:36.198Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
101312026-07-27T20:50:36.198Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
101322026-07-27T20:50:36.198Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
101332026-07-27T20:50:36.198Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
101342026-07-27T20:50:36.198Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
101352026-07-27T20:50:36.198Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
101362026-07-27T20:50:36.198Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
101372026-07-27T20:50:36.198Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
101382026-07-27T20:50:36.198Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
101392026-07-27T20:50:36.199Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
101402026-07-27T20:50:36.199Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
101412026-07-27T20:50:36.199Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
101422026-07-27T20:50:36.199Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
101432026-07-27T20:50:36.199Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
101442026-07-27T20:50:36.199Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
101452026-07-27T20:50:36.199Z Doc-tests api_identity
101462026-07-27T20:50:36.199Z 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-da84b36a1c9ab8a2.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
101472026-07-27T20:50:36.285Z
101482026-07-27T20:50:36.286Zrunning 0 tests
101492026-07-27T20:50:36.286Z
101502026-07-27T20:50:36.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101512026-07-27T20:50:36.286Z
101522026-07-27T20:50:36.298Z Doc-tests authz_macros
101532026-07-27T20:50:36.298Z 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-de52b6d5114bd12b.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-06cde12e3e59afca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
101542026-07-27T20:50:36.790Z
101552026-07-27T20:50:36.790Zrunning 7 tests
101562026-07-27T20:50:36.792Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
101572026-07-27T20:50:36.792Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
101582026-07-27T20:50:36.792Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
101592026-07-27T20:50:36.792Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
101602026-07-27T20:50:36.792Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
101612026-07-27T20:50:36.792Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
101622026-07-27T20:50:36.792Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
101632026-07-27T20:50:36.792Z
101642026-07-27T20:50:36.793Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
101652026-07-27T20:50:36.793Z
101662026-07-27T20:50:36.796Zall doctests ran in 0.42s; merged doctests compilation took 0.42s
101672026-07-27T20:50:36.805Z Doc-tests bootstore
101682026-07-27T20:50:36.809Z 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-fd7820a87cb983a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.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-308e4b9bbd1d2754.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-e6e7f59a6bc02633.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
101692026-07-27T20:50:37.051Z
101702026-07-27T20:50:37.051Zrunning 0 tests
101712026-07-27T20:50:37.051Z
101722026-07-27T20:50:37.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101732026-07-27T20:50:37.051Z
101742026-07-27T20:50:37.072Z Doc-tests bootstrap_agent_api
101752026-07-27T20:50:37.072Z 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_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-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 bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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`
101762026-07-27T20:50:37.583Z
101772026-07-27T20:50:37.583Zrunning 2 tests
101782026-07-27T20:50:37.583Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
101792026-07-27T20:50:37.583Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
101802026-07-27T20:50:37.583Z
101812026-07-27T20:50:37.583Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101822026-07-27T20:50:37.583Z
101832026-07-27T20:50:37.588Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
101842026-07-27T20:50:37.605Z Doc-tests bootstrap_agent_client
101852026-07-27T20:50:37.608Z 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_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-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 bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
101862026-07-27T20:50:37.866Z
101872026-07-27T20:50:37.867Zrunning 0 tests
101882026-07-27T20:50:37.867Z
101892026-07-27T20:50:37.867Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101902026-07-27T20:50:37.867Z
101912026-07-27T20:50:37.890Z Doc-tests bootstrap_agent_lockstep_api
101922026-07-27T20:50:37.890Z 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-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
101932026-07-27T20:50:38.421Z
101942026-07-27T20:50:38.423Zrunning 2 tests
101952026-07-27T20:50:38.423Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
101962026-07-27T20:50:38.423Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
101972026-07-27T20:50:38.423Z
101982026-07-27T20:50:38.423Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101992026-07-27T20:50:38.423Z
102002026-07-27T20:50:38.427Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
102012026-07-27T20:50:38.449Z Doc-tests bootstrap_agent_lockstep_client
102022026-07-27T20:50:38.449Z 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-2cab8ef62e6b37e3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
102032026-07-27T20:50:38.814Z
102042026-07-27T20:50:38.814Zrunning 0 tests
102052026-07-27T20:50:38.814Z
102062026-07-27T20:50:38.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102072026-07-27T20:50:38.814Z
102082026-07-27T20:50:38.842Z Doc-tests bootstrap_agent_lockstep_types
102092026-07-27T20:50:38.842Z 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-ed57f8967b351c78.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
102102026-07-27T20:50:39.071Z
102112026-07-27T20:50:39.071Zrunning 0 tests
102122026-07-27T20:50:39.071Z
102132026-07-27T20:50:39.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102142026-07-27T20:50:39.071Z
102152026-07-27T20:50:39.095Z Doc-tests clickana
102162026-07-27T20:50:39.099Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-8bf14dc0f1a972ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
102172026-07-27T20:50:39.296Z
102182026-07-27T20:50:39.296Zrunning 0 tests
102192026-07-27T20:50:39.297Z
102202026-07-27T20:50:39.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102212026-07-27T20:50:39.297Z
102222026-07-27T20:50:39.321Z Doc-tests clickhouse_admin_api
102232026-07-27T20:50:39.321Z 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-700103e676321467.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b2c9d1aa8a440e6a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
102242026-07-27T20:50:39.860Z
102252026-07-27T20:50:39.860Zrunning 6 tests
102262026-07-27T20:50:39.860Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
102272026-07-27T20:50:39.860Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
102282026-07-27T20:50:39.860Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
102292026-07-27T20:50:39.861Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
102302026-07-27T20:50:39.861Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
102312026-07-27T20:50:39.861Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
102322026-07-27T20:50:39.861Z
102332026-07-27T20:50:39.861Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
102342026-07-27T20:50:39.861Z
102352026-07-27T20:50:39.866Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
102362026-07-27T20:50:39.886Z Doc-tests clickhouse_admin_keeper_client
102372026-07-27T20:50:39.886Z 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-c927bc644859ed67.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
102382026-07-27T20:50:40.241Z
102392026-07-27T20:50:40.241Zrunning 0 tests
102402026-07-27T20:50:40.241Z
102412026-07-27T20:50:40.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102422026-07-27T20:50:40.241Z
102432026-07-27T20:50:40.270Z Doc-tests clickhouse_admin_server_client
102442026-07-27T20:50:40.270Z 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-f0a6b78521838eef.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
102452026-07-27T20:50:40.642Z
102462026-07-27T20:50:40.642Zrunning 0 tests
102472026-07-27T20:50:40.643Z
102482026-07-27T20:50:40.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102492026-07-27T20:50:40.643Z
102502026-07-27T20:50:40.671Z Doc-tests clickhouse_admin_single_client
102512026-07-27T20:50:40.672Z 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-30e9a2c1e9dadcdf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
102522026-07-27T20:50:40.861Z
102532026-07-27T20:50:40.861Zrunning 0 tests
102542026-07-27T20:50:40.861Z
102552026-07-27T20:50:40.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102562026-07-27T20:50:40.861Z
102572026-07-27T20:50:40.880Z Doc-tests clickhouse_admin_test_utils
102582026-07-27T20:50:40.880Z 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-8a9e02ae24a3d662.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5dcb64b5601a21b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
102592026-07-27T20:50:41.037Z
102602026-07-27T20:50:41.037Zrunning 0 tests
102612026-07-27T20:50:41.037Z
102622026-07-27T20:50:41.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102632026-07-27T20:50:41.038Z
102642026-07-27T20:50:41.055Z Doc-tests clickhouse_admin_types
102652026-07-27T20:50:41.056Z 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-2dc46deb9d0869a8.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b2c9d1aa8a440e6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
102662026-07-27T20:50:41.205Z
102672026-07-27T20:50:41.205Zrunning 0 tests
102682026-07-27T20:50:41.205Z
102692026-07-27T20:50:41.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102702026-07-27T20:50:41.205Z
102712026-07-27T20:50:41.223Z Doc-tests clickhouse_admin_types_versions
102722026-07-27T20:50:41.223Z 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-ed57f8967b351c78.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-b2c9d1aa8a440e6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
102732026-07-27T20:50:41.984Z
102742026-07-27T20:50:41.984Zrunning 1 test
102752026-07-27T20:50:41.984Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
102762026-07-27T20:50:41.984Z
102772026-07-27T20:50:41.984Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
102782026-07-27T20:50:41.984Z
102792026-07-27T20:50:41.990Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
102802026-07-27T20:50:42.019Z Doc-tests cockroach_admin_api
102812026-07-27T20:50:42.019Z 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-0e282d1107503268.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-ffdc16b8bff26aa0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
102822026-07-27T20:50:42.498Z
102832026-07-27T20:50:42.498Zrunning 2 tests
102842026-07-27T20:50:42.498Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
102852026-07-27T20:50:42.498Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
102862026-07-27T20:50:42.498Z
102872026-07-27T20:50:42.498Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102882026-07-27T20:50:42.498Z
102892026-07-27T20:50:42.502Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
102902026-07-27T20:50:42.519Z Doc-tests cockroach_admin_client
102912026-07-27T20:50:42.519Z 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-0957c41141bd8eb0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
102922026-07-27T20:50:42.712Z
102932026-07-27T20:50:42.712Zrunning 0 tests
102942026-07-27T20:50:42.712Z
102952026-07-27T20:50:42.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102962026-07-27T20:50:42.712Z
102972026-07-27T20:50:42.729Z Doc-tests cockroach_admin_types
102982026-07-27T20:50:42.729Z 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-52543c8c2efc6a2d.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-ffdc16b8bff26aa0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
102992026-07-27T20:50:42.805Z
103002026-07-27T20:50:42.805Zrunning 0 tests
103012026-07-27T20:50:42.805Z
103022026-07-27T20:50:42.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103032026-07-27T20:50:42.805Z
103042026-07-27T20:50:42.814Z Doc-tests cockroach_admin_types_versions
103052026-07-27T20:50:42.814Z 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-ffdc16b8bff26aa0.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-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
103062026-07-27T20:50:43.295Z
103072026-07-27T20:50:43.295Zrunning 1 test
103082026-07-27T20:50:43.295Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
103092026-07-27T20:50:43.295Z
103102026-07-27T20:50:43.295Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
103112026-07-27T20:50:43.295Z
103122026-07-27T20:50:43.301Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
103132026-07-27T20:50:43.315Z Doc-tests db_macros
103142026-07-27T20:50:43.315Z 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-cd5541d18ad4544c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-06cde12e3e59afca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
103152026-07-27T20:50:43.810Z
103162026-07-27T20:50:43.810Zrunning 3 tests
103172026-07-27T20:50:43.810Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
103182026-07-27T20:50:43.810Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
103192026-07-27T20:50:43.810Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
103202026-07-27T20:50:43.810Z
103212026-07-27T20:50:43.810Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
103222026-07-27T20:50:43.810Z
103232026-07-27T20:50:43.813Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
103242026-07-27T20:50:43.827Z Doc-tests dev_tools_common
103252026-07-27T20:50:43.827Z 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-8a9e02ae24a3d662.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.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`
103262026-07-27T20:50:43.881Z
103272026-07-27T20:50:43.881Zrunning 0 tests
103282026-07-27T20:50:43.881Z
103292026-07-27T20:50:43.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103302026-07-27T20:50:43.881Z
103312026-07-27T20:50:43.889Z Doc-tests dns_server
103322026-07-27T20:50:43.889Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
103332026-07-27T20:50:44.087Z
103342026-07-27T20:50:44.087Zrunning 0 tests
103352026-07-27T20:50:44.089Z
103362026-07-27T20:50:44.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103372026-07-27T20:50:44.089Z
103382026-07-27T20:50:44.107Z Doc-tests dns_server_api
103392026-07-27T20:50:44.107Z 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-58ac45010e1c0631.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
103402026-07-27T20:50:44.617Z
103412026-07-27T20:50:44.617Zrunning 2 tests
103422026-07-27T20:50:44.617Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
103432026-07-27T20:50:44.617Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
103442026-07-27T20:50:44.618Z
103452026-07-27T20:50:44.618Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103462026-07-27T20:50:44.618Z
103472026-07-27T20:50:44.621Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
103482026-07-27T20:50:44.641Z Doc-tests dns_service_client
103492026-07-27T20:50:44.641Z 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-9ba4877025d6ce78.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-eab7bf3329620631.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
103502026-07-27T20:50:44.851Z
103512026-07-27T20:50:44.852Zrunning 0 tests
103522026-07-27T20:50:44.852Z
103532026-07-27T20:50:44.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103542026-07-27T20:50:44.852Z
103552026-07-27T20:50:44.873Z Doc-tests end_to_end_tests
103562026-07-27T20:50:44.873Z 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-ed57f8967b351c78.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-38155cf4f1450091.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-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9d337d4c3f0052bf.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-c65177d768ace70c.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f7838d0330be4b2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-16bcd90da45cb9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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 ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-42e1631c9e0845b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
103572026-07-27T20:50:45.204Z
103582026-07-27T20:50:45.204Zrunning 0 tests
103592026-07-27T20:50:45.204Z
103602026-07-27T20:50:45.204Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103612026-07-27T20:50:45.204Z
103622026-07-27T20:50:45.234Z Doc-tests ereport_types
103632026-07-27T20:50:45.234Z 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-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
103642026-07-27T20:50:45.379Z
103652026-07-27T20:50:45.380Zrunning 0 tests
103662026-07-27T20:50:45.380Z
103672026-07-27T20:50:45.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103682026-07-27T20:50:45.381Z
103692026-07-27T20:50:45.394Z Doc-tests gateway_api
103702026-07-27T20:50:45.395Z 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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-2ce7782fa440847c.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-d6b59a0477c81f00.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`
103712026-07-27T20:50:45.907Z
103722026-07-27T20:50:45.907Zrunning 2 tests
103732026-07-27T20:50:45.907Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
103742026-07-27T20:50:45.907Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
103752026-07-27T20:50:45.908Z
103762026-07-27T20:50:45.908Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103772026-07-27T20:50:45.908Z
103782026-07-27T20:50:45.912Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
103792026-07-27T20:50:45.930Z Doc-tests gateway_client
103802026-07-27T20:50:45.934Z 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-8b75db687acd3a41.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
103812026-07-27T20:50:46.492Z
103822026-07-27T20:50:46.492Zrunning 0 tests
103832026-07-27T20:50:46.492Z
103842026-07-27T20:50:46.492Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103852026-07-27T20:50:46.492Z
103862026-07-27T20:50:46.522Z Doc-tests gateway_test_utils
103872026-07-27T20:50:46.522Z 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-8a9e02ae24a3d662.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1660bb999f116c2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.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-e76c372758652036.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
103882026-07-27T20:50:46.905Z
103892026-07-27T20:50:46.905Zrunning 0 tests
103902026-07-27T20:50:46.905Z
103912026-07-27T20:50:46.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103922026-07-27T20:50:46.906Z
103932026-07-27T20:50:46.939Z Doc-tests gateway_types
103942026-07-27T20:50:46.939Z 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-2838c16817f773a1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
103952026-07-27T20:50:47.069Z
103962026-07-27T20:50:47.069Zrunning 0 tests
103972026-07-27T20:50:47.070Z
103982026-07-27T20:50:47.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103992026-07-27T20:50:47.070Z
104002026-07-27T20:50:47.084Z Doc-tests gateway_types_versions
104012026-07-27T20:50:47.084Z 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-8b75db687acd3a41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.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-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
104022026-07-27T20:50:47.839Z
104032026-07-27T20:50:47.839Zrunning 1 test
104042026-07-27T20:50:47.839Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
104052026-07-27T20:50:47.840Z
104062026-07-27T20:50:47.840Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104072026-07-27T20:50:47.840Z
104082026-07-27T20:50:47.844Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
104092026-07-27T20:50:47.873Z Doc-tests gfss
104102026-07-27T20:50:47.876Z 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-c3522e0ff62d0920.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.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-3ccf8edcfcf2d8c4.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`
104112026-07-27T20:50:47.972Z
104122026-07-27T20:50:47.972Zrunning 0 tests
104132026-07-27T20:50:47.972Z
104142026-07-27T20:50:47.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104152026-07-27T20:50:47.972Z
104162026-07-27T20:50:47.983Z Doc-tests illumos_utils
104172026-07-27T20:50:47.986Z 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-ed57f8967b351c78.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-bbdd37abcdcdc1a6.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-a77127af3ef849a4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-988bceae242ed17c.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c26e43dd521121e0.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-02017c4d1f78ff54.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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`
104182026-07-27T20:50:48.385Z
104192026-07-27T20:50:48.385Zrunning 0 tests
104202026-07-27T20:50:48.385Z
104212026-07-27T20:50:48.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104222026-07-27T20:50:48.386Z
104232026-07-27T20:50:48.416Z Doc-tests installinator
104242026-07-27T20:50:48.416Z 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-ed57f8967b351c78.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-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ea46e8ee22ce560f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-01fb0c1e559e3b3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.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-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-03c656fa427c0c13.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-c2137c19b537a351.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 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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.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`
104252026-07-27T20:50:48.794Z
104262026-07-27T20:50:48.794Zrunning 0 tests
104272026-07-27T20:50:48.794Z
104282026-07-27T20:50:48.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104292026-07-27T20:50:48.794Z
104302026-07-27T20:50:48.829Z Doc-tests installinator_api
104312026-07-27T20:50:48.829Z 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-ed57f8967b351c78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-22e84fded1165b46.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-6a6e6bd82f651ad0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
104322026-07-27T20:50:49.359Z
104332026-07-27T20:50:49.359Zrunning 2 tests
104342026-07-27T20:50:49.359Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 42) ... ignored
104352026-07-27T20:50:49.359Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 48) ... ignored
104362026-07-27T20:50:49.359Z
104372026-07-27T20:50:49.359Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104382026-07-27T20:50:49.359Z
104392026-07-27T20:50:49.376Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
104402026-07-27T20:50:49.376Z Doc-tests installinator_client
104412026-07-27T20:50:49.376Z 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-01fb0c1e559e3b3f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
104422026-07-27T20:50:49.607Z
104432026-07-27T20:50:49.607Zrunning 0 tests
104442026-07-27T20:50:49.607Z
104452026-07-27T20:50:49.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104462026-07-27T20:50:49.608Z
104472026-07-27T20:50:49.624Z Doc-tests installinator_common
104482026-07-27T20:50:49.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_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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-6a6e6bd82f651ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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-647ac05d49bd5831.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`
104492026-07-27T20:50:49.882Z
104502026-07-27T20:50:49.882Zrunning 0 tests
104512026-07-27T20:50:49.882Z
104522026-07-27T20:50:49.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104532026-07-27T20:50:49.883Z
104542026-07-27T20:50:49.908Z Doc-tests installinator_common_versions
104552026-07-27T20:50:49.908Z 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-6a6e6bd82f651ad0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
104562026-07-27T20:50:50.339Z
104572026-07-27T20:50:50.339Zrunning 1 test
104582026-07-27T20:50:50.339Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
104592026-07-27T20:50:50.339Z
104602026-07-27T20:50:50.339Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104612026-07-27T20:50:50.339Z
104622026-07-27T20:50:50.343Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
104632026-07-27T20:50:50.356Z Doc-tests internal_dns_resolver
104642026-07-27T20:50:50.356Z 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-ed57f8967b351c78.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-61d40eb247d93516.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-58ac45010e1c0631.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.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-647ac05d49bd5831.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`
104652026-07-27T20:50:50.554Z
104662026-07-27T20:50:50.554Zrunning 0 tests
104672026-07-27T20:50:50.554Z
104682026-07-27T20:50:50.554Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104692026-07-27T20:50:50.554Z
104702026-07-27T20:50:50.575Z Doc-tests internal_dns_types
104712026-07-27T20:50:50.575Z 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-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
104722026-07-27T20:50:50.763Z
104732026-07-27T20:50:50.763Zrunning 0 tests
104742026-07-27T20:50:50.763Z
104752026-07-27T20:50:50.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104762026-07-27T20:50:50.765Z
104772026-07-27T20:50:50.773Z Doc-tests internal_dns_types_versions
104782026-07-27T20:50:50.773Z 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-ed57f8967b351c78.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-eab7bf3329620631.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
104792026-07-27T20:50:51.338Z
104802026-07-27T20:50:51.338Zrunning 1 test
104812026-07-27T20:50:51.338Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
104822026-07-27T20:50:51.338Z
104832026-07-27T20:50:51.338Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104842026-07-27T20:50:51.338Z
104852026-07-27T20:50:51.342Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
104862026-07-27T20:50:51.364Z Doc-tests ipcc
104872026-07-27T20:50:51.367Z 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-fefc6777a713c6c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.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-60a8cafcf9e3e797.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`
104882026-07-27T20:50:51.465Z
104892026-07-27T20:50:51.465Zrunning 0 tests
104902026-07-27T20:50:51.465Z
104912026-07-27T20:50:51.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104922026-07-27T20:50:51.465Z
104932026-07-27T20:50:51.478Z Doc-tests key_manager
104942026-07-27T20:50:51.478Z 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-308e4b9bbd1d2754.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-988bceae242ed17c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-647ac05d49bd5831.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
104952026-07-27T20:50:51.643Z
104962026-07-27T20:50:51.643Zrunning 0 tests
104972026-07-27T20:50:51.643Z
104982026-07-27T20:50:51.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104992026-07-27T20:50:51.643Z
105002026-07-27T20:50:51.662Z Doc-tests key_manager_types
105012026-07-27T20:50:51.662Z 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-988bceae242ed17c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.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`
105022026-07-27T20:50:51.706Z
105032026-07-27T20:50:51.706Zrunning 0 tests
105042026-07-27T20:50:51.706Z
105052026-07-27T20:50:51.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105062026-07-27T20:50:51.706Z
105072026-07-27T20:50:51.713Z Doc-tests live_tests_macros
105082026-07-27T20:50:51.713Z 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-2aaa29e75c065249.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
105092026-07-27T20:50:52.106Z
105102026-07-27T20:50:52.106Zrunning 1 test
105112026-07-27T20:50:52.106Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
105122026-07-27T20:50:52.106Z
105132026-07-27T20:50:52.106Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105142026-07-27T20:50:52.106Z
105152026-07-27T20:50:52.110Zall doctests ran in 0.35s; merged doctests compilation took 0.34s
105162026-07-27T20:50:52.150Z Doc-tests nexus_auth
105172026-07-27T20:50:52.151Z 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-ed57f8967b351c78.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-de52b6d5114bd12b.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-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.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-e1f02745098d6956.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b7fed3389e34a552.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.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-647ac05d49bd5831.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
105182026-07-27T20:50:52.747Z
105192026-07-27T20:50:52.748Zrunning 0 tests
105202026-07-27T20:50:52.748Z
105212026-07-27T20:50:52.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105222026-07-27T20:50:52.748Z
105232026-07-27T20:50:52.793Z Doc-tests nexus_background_task_interface
105242026-07-27T20:50:52.793Z 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-c0e6d7dbbfc1bf83.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-0a5a3e11c603bdda.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`
105252026-07-27T20:50:52.844Z
105262026-07-27T20:50:52.844Zrunning 0 tests
105272026-07-27T20:50:52.844Z
105282026-07-27T20:50:52.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105292026-07-27T20:50:52.848Z
105302026-07-27T20:50:52.852Z Doc-tests nexus_client
105312026-07-27T20:50:52.857Z 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-3360310f583175c4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
105322026-07-27T20:50:53.394Z
105332026-07-27T20:50:53.395Zrunning 0 tests
105342026-07-27T20:50:53.395Z
105352026-07-27T20:50:53.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105362026-07-27T20:50:53.395Z
105372026-07-27T20:50:53.433Z Doc-tests nexus_config
105382026-07-27T20:50:53.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_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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
105392026-07-27T20:50:53.938Z
105402026-07-27T20:50:53.939Zrunning 0 tests
105412026-07-27T20:50:53.939Z
105422026-07-27T20:50:53.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105432026-07-27T20:50:53.940Z
105442026-07-27T20:50:53.979Z Doc-tests nexus_db_errors
105452026-07-27T20:50:53.979Z 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-1fe1d5be6a589c16.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
105462026-07-27T20:50:54.287Z
105472026-07-27T20:50:54.287Zrunning 0 tests
105482026-07-27T20:50:54.287Z
105492026-07-27T20:50:54.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105502026-07-27T20:50:54.287Z
105512026-07-27T20:50:54.319Z Doc-tests nexus_db_fixed_data
105522026-07-27T20:50:54.320Z 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-b7fed3389e34a552.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-d6b59a0477c81f00.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`
105532026-07-27T20:50:54.590Z
105542026-07-27T20:50:54.590Zrunning 0 tests
105552026-07-27T20:50:54.590Z
105562026-07-27T20:50:54.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105572026-07-27T20:50:54.591Z
105582026-07-27T20:50:54.617Z Doc-tests nexus_db_lookup
105592026-07-27T20:50:54.617Z 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-9f1b31c650f32fc1.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-cd5541d18ad4544c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7cbce0db0bdb47a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
105602026-07-27T20:50:55.091Z
105612026-07-27T20:50:55.091Zrunning 0 tests
105622026-07-27T20:50:55.091Z
105632026-07-27T20:50:55.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105642026-07-27T20:50:55.092Z
105652026-07-27T20:50:55.132Z Doc-tests nexus_db_model
105662026-07-27T20:50:55.132Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cd5541d18ad4544c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-d91cd78841a48c50.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-51a9d5791e395547.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-4d4a181c14af0587.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
105672026-07-27T20:51:10.302Z
105682026-07-27T20:51:10.303Zrunning 4 tests
105692026-07-27T20:51:10.324Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
105702026-07-27T20:51:10.324Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
105712026-07-27T20:51:10.324Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
105722026-07-27T20:51:10.327Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
105732026-07-27T20:51:10.327Z
105742026-07-27T20:51:10.327Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
105752026-07-27T20:51:10.327Z
105762026-07-27T20:51:10.354Zall doctests ran in 12.44s; merged doctests compilation took 12.38s
105772026-07-27T20:51:10.469Z Doc-tests nexus_db_queries
105782026-07-27T20:51:10.473Z 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-ed57f8967b351c78.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-9f1b31c650f32fc1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cd5541d18ad4544c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7cbce0db0bdb47a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-e1f02745098d6956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-5ebc280b64e55990.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b7fed3389e34a552.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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-f807675837713ef0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.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-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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 steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
105792026-07-27T20:51:17.054Z
105802026-07-27T20:51:17.055Zrunning 3 tests
105812026-07-27T20:51:17.059Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 70) ... ignored
105822026-07-27T20:51:17.059Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
105832026-07-27T20:51:17.088Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
105842026-07-27T20:51:17.088Z
105852026-07-27T20:51:17.088Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
105862026-07-27T20:51:17.089Z
105872026-07-27T20:51:17.089Zall doctests ran in 5.07s; merged doctests compilation took 5.05s
105882026-07-27T20:51:17.179Z Doc-tests nexus_db_schema
105892026-07-27T20:51:17.179Z 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-8a9e02ae24a3d662.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-f499d3284b438888.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
105902026-07-27T20:51:22.334Z
105912026-07-27T20:51:22.335Zrunning 0 tests
105922026-07-27T20:51:22.335Z
105932026-07-27T20:51:22.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105942026-07-27T20:51:22.335Z
105952026-07-27T20:51:22.552Z Doc-tests nexus_defaults
105962026-07-27T20:51:22.552Z 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-275e7b2697f8fc09.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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`
105972026-07-27T20:51:22.705Z
105982026-07-27T20:51:22.705Zrunning 0 tests
105992026-07-27T20:51:22.705Z
106002026-07-27T20:51:22.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106012026-07-27T20:51:22.706Z
106022026-07-27T20:51:22.722Z Doc-tests nexus_external_api
106032026-07-27T20:51:22.722Z 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-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-3a2cc764e6054c07.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106042026-07-27T20:51:27.180Z
106052026-07-27T20:51:27.180Zrunning 2 tests
106062026-07-27T20:51:27.180Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 208) ... ignored
106072026-07-27T20:51:27.180Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 214) ... ignored
106082026-07-27T20:51:27.180Z
106092026-07-27T20:51:27.180Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106102026-07-27T20:51:27.180Z
106112026-07-27T20:51:27.211Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
106122026-07-27T20:51:27.211Z Doc-tests nexus_fm
106132026-07-27T20:51:27.211Z 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-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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 thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.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`
106142026-07-27T20:51:27.212Z
106152026-07-27T20:51:27.212Zrunning 0 tests
106162026-07-27T20:51:27.212Z
106172026-07-27T20:51:27.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106182026-07-27T20:51:27.212Z
106192026-07-27T20:51:27.212Z Doc-tests nexus_internal_api
106202026-07-27T20:51:27.212Z 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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.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-5d37dde70600a642.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2ef87df9d88fdeac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106212026-07-27T20:51:27.212Z
106222026-07-27T20:51:27.212Zrunning 2 tests
106232026-07-27T20:51:27.212Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
106242026-07-27T20:51:27.212Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
106252026-07-27T20:51:27.212Z
106262026-07-27T20:51:27.212Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106272026-07-27T20:51:27.214Z
106282026-07-27T20:51:27.214Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106292026-07-27T20:51:27.214Z Doc-tests nexus_inventory
106302026-07-27T20:51:27.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_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-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4dfbcd09a036396c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106312026-07-27T20:51:27.214Z
106322026-07-27T20:51:27.214Zrunning 0 tests
106332026-07-27T20:51:27.214Z
106342026-07-27T20:51:27.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106352026-07-27T20:51:27.214Z
106362026-07-27T20:51:27.215Z Doc-tests nexus_lockstep_api
106372026-07-27T20:51:27.215Z 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-0584fdfb98a87584.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-b47a3cfca5b5d3cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106382026-07-27T20:51:27.244Z
106392026-07-27T20:51:27.244Zrunning 2 tests
106402026-07-27T20:51:27.244Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
106412026-07-27T20:51:27.244Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
106422026-07-27T20:51:27.244Z
106432026-07-27T20:51:27.244Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106442026-07-27T20:51:27.247Z
106452026-07-27T20:51:27.247Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
106462026-07-27T20:51:27.247Z Doc-tests nexus_lockstep_client
106472026-07-27T20:51:27.247Z 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-38155cf4f1450091.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-3360310f583175c4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106482026-07-27T20:51:27.698Z
106492026-07-27T20:51:27.698Zrunning 0 tests
106502026-07-27T20:51:27.698Z
106512026-07-27T20:51:27.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106522026-07-27T20:51:27.698Z
106532026-07-27T20:51:27.833Z Doc-tests nexus_macros_common
106542026-07-27T20:51:27.833Z 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-06cde12e3e59afca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
106552026-07-27T20:51:27.839Z
106562026-07-27T20:51:27.839Zrunning 0 tests
106572026-07-27T20:51:27.839Z
106582026-07-27T20:51:27.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106592026-07-27T20:51:27.839Z
106602026-07-27T20:51:27.839Z Doc-tests nexus_metrics_producer_gc
106612026-07-27T20:51:27.839Z 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-9f1b31c650f32fc1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d632a9bd0a1a84bc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106622026-07-27T20:51:28.076Z
106632026-07-27T20:51:28.076Zrunning 0 tests
106642026-07-27T20:51:28.076Z
106652026-07-27T20:51:28.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106662026-07-27T20:51:28.076Z
106672026-07-27T20:51:28.115Z Doc-tests nexus_mgs_updates
106682026-07-27T20:51:28.115Z 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-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e76c372758652036.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106692026-07-27T20:51:28.455Z
106702026-07-27T20:51:28.455Zrunning 0 tests
106712026-07-27T20:51:28.455Z
106722026-07-27T20:51:28.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106732026-07-27T20:51:28.455Z
106742026-07-27T20:51:28.488Z Doc-tests nexus_networking
106752026-07-27T20:51:28.488Z 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-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-d6b59a0477c81f00.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`
106762026-07-27T20:51:28.866Z
106772026-07-27T20:51:28.866Zrunning 0 tests
106782026-07-27T20:51:28.866Z
106792026-07-27T20:51:28.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106802026-07-27T20:51:28.866Z
106812026-07-27T20:51:28.902Z Doc-tests nexus_reconfigurator_blippy
106822026-07-27T20:51:28.904Z 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-0813ae563d0ff353.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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`
106832026-07-27T20:51:29.174Z
106842026-07-27T20:51:29.174Zrunning 0 tests
106852026-07-27T20:51:29.174Z
106862026-07-27T20:51:29.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106872026-07-27T20:51:29.174Z
106882026-07-27T20:51:29.204Z Doc-tests nexus_reconfigurator_execution
106892026-07-27T20:51:29.204Z 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-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f1b31c650f32fc1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d632a9bd0a1a84bc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106902026-07-27T20:51:29.589Z
106912026-07-27T20:51:29.589Zrunning 0 tests
106922026-07-27T20:51:29.589Z
106932026-07-27T20:51:29.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106942026-07-27T20:51:29.589Z
106952026-07-27T20:51:29.626Z Doc-tests nexus_reconfigurator_planning
106962026-07-27T20:51:29.626Z 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-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-c65177d768ace70c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.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-d91cd78841a48c50.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-6d122b8fd5b7eb07.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7a90b3ab39317fac.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e76c372758652036.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-647ac05d49bd5831.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-3b0da5e4bda4815c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
106972026-07-27T20:51:30.081Z
106982026-07-27T20:51:30.081Zrunning 0 tests
106992026-07-27T20:51:30.081Z
107002026-07-27T20:51:30.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107012026-07-27T20:51:30.081Z
107022026-07-27T20:51:30.121Z Doc-tests nexus_reconfigurator_preparation
107032026-07-27T20:51:30.121Z 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-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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`
107042026-07-27T20:51:30.485Z
107052026-07-27T20:51:30.485Zrunning 0 tests
107062026-07-27T20:51:30.485Z
107072026-07-27T20:51:30.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107082026-07-27T20:51:30.485Z
107092026-07-27T20:51:30.523Z Doc-tests nexus_reconfigurator_rendezvous
107102026-07-27T20:51:30.523Z 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-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f1b31c650f32fc1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
107112026-07-27T20:51:30.882Z
107122026-07-27T20:51:30.882Zrunning 0 tests
107132026-07-27T20:51:30.882Z
107142026-07-27T20:51:30.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107152026-07-27T20:51:30.882Z
107162026-07-27T20:51:30.917Z Doc-tests nexus_reconfigurator_simulation
107172026-07-27T20:51:30.917Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.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-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-5427cf5feb8ced77.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-000492222092027a.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-60a8cafcf9e3e797.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d23e15139044120.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
107182026-07-27T20:51:31.255Z
107192026-07-27T20:51:31.255Zrunning 0 tests
107202026-07-27T20:51:31.255Z
107212026-07-27T20:51:31.255Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107222026-07-27T20:51:31.255Z
107232026-07-27T20:51:31.290Z Doc-tests nexus_saga_recovery
107242026-07-27T20:51:31.290Z 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-e1f02745098d6956.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-2f728c48b3467468.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-e27a5514505dab80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
107252026-07-27T20:51:31.587Z
107262026-07-27T20:51:31.587Zrunning 0 tests
107272026-07-27T20:51:31.587Z
107282026-07-27T20:51:31.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107292026-07-27T20:51:31.587Z
107302026-07-27T20:51:31.616Z Doc-tests nexus_switch_config
107312026-07-27T20:51:31.616Z 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-3360310f583175c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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`
107322026-07-27T20:51:31.875Z
107332026-07-27T20:51:31.875Zrunning 0 tests
107342026-07-27T20:51:31.875Z
107352026-07-27T20:51:31.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107362026-07-27T20:51:31.875Z
107372026-07-27T20:51:31.902Z Doc-tests nexus_switch_config_preparation
107382026-07-27T20:51:31.902Z 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-275e7b2697f8fc09.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-000492222092027a.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`
107392026-07-27T20:51:32.255Z
107402026-07-27T20:51:32.256Zrunning 0 tests
107412026-07-27T20:51:32.256Z
107422026-07-27T20:51:32.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107432026-07-27T20:51:32.256Z
107442026-07-27T20:51:32.292Z Doc-tests nexus_test_interface
107452026-07-27T20:51:32.292Z 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-38155cf4f1450091.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-000492222092027a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
107462026-07-27T20:51:32.648Z
107472026-07-27T20:51:32.648Zrunning 0 tests
107482026-07-27T20:51:32.648Z
107492026-07-27T20:51:32.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107502026-07-27T20:51:32.648Z
107512026-07-27T20:51:32.682Z Doc-tests nexus_test_utils
107522026-07-27T20:51:32.686Z 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-ed57f8967b351c78.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-5d76e73383bce7c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-09e57418a39236c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-2f728c48b3467468.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-3b0da5e4bda4815c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
107532026-07-27T20:51:33.216Z
107542026-07-27T20:51:33.216Zrunning 0 tests
107552026-07-27T20:51:33.216Z
107562026-07-27T20:51:33.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107572026-07-27T20:51:33.216Z
107582026-07-27T20:51:33.262Z Doc-tests nexus_test_utils_macros
107592026-07-27T20:51:33.262Z 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-3b05f3cb22cd9889.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
107602026-07-27T20:51:33.313Z
107612026-07-27T20:51:33.313Zrunning 1 test
107622026-07-27T20:51:33.317Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 56) ... ignored
107632026-07-27T20:51:33.317Z
107642026-07-27T20:51:33.317Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107652026-07-27T20:51:33.317Z
107662026-07-27T20:51:33.321Z Doc-tests nexus_types
107672026-07-27T20:51:33.321Z 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-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-38155cf4f1450091.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.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-0584fdfb98a87584.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.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-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.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-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-e27a5514505dab80.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-f781436d4669f07c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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-d6b59a0477c81f00.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`
107682026-07-27T20:51:43.752Z
107692026-07-27T20:51:43.752Zrunning 4 tests
107702026-07-27T20:51:43.756Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3159) ... ignored
107712026-07-27T20:51:43.756Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3031) ... ignored
107722026-07-27T20:51:43.756Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1900) ... ignored
107732026-07-27T20:51:43.761Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
107742026-07-27T20:51:43.761Z
107752026-07-27T20:51:43.761Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
107762026-07-27T20:51:43.761Z
107772026-07-27T20:51:43.785Zall doctests ran in 8.61s; merged doctests compilation took 8.57s
107782026-07-27T20:51:43.882Z Doc-tests nexus_types_versions
107792026-07-27T20:51:43.882Z 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-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.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-8b75db687acd3a41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a3b6ac74e8ba6c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c7630bfff744aa77.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
107802026-07-27T20:51:46.887Z
107812026-07-27T20:51:46.887Zrunning 1 test
107822026-07-27T20:51:46.887Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
107832026-07-27T20:51:46.887Z
107842026-07-27T20:51:46.887Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107852026-07-27T20:51:46.889Z
107862026-07-27T20:51:46.893Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
107872026-07-27T20:51:47.044Z Doc-tests ntp_admin_api
107882026-07-27T20:51:47.044Z 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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.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-862feb3db0f18323.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-7114ba6ea242e2eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
107892026-07-27T20:51:48.261Z
107902026-07-27T20:51:48.261Zrunning 2 tests
107912026-07-27T20:51:48.261Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
107922026-07-27T20:51:48.261Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
107932026-07-27T20:51:48.261Z
107942026-07-27T20:51:48.261Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107952026-07-27T20:51:48.261Z
107962026-07-27T20:51:48.267Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
107972026-07-27T20:51:48.267Z Doc-tests ntp_admin_client
107982026-07-27T20:51:48.267Z 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-e2b79ccee3cd11c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
107992026-07-27T20:51:48.277Z
108002026-07-27T20:51:48.278Zrunning 0 tests
108012026-07-27T20:51:48.278Z
108022026-07-27T20:51:48.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108032026-07-27T20:51:48.278Z
108042026-07-27T20:51:48.278Z Doc-tests ntp_admin_types
108052026-07-27T20:51:48.278Z 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-adabbe1e34c1fc0e.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-7114ba6ea242e2eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
108062026-07-27T20:51:48.284Z
108072026-07-27T20:51:48.284Zrunning 0 tests
108082026-07-27T20:51:48.284Z
108092026-07-27T20:51:48.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108102026-07-27T20:51:48.284Z
108112026-07-27T20:51:48.284Z Doc-tests ntp_admin_types_versions
108122026-07-27T20:51:48.285Z 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-7114ba6ea242e2eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
108132026-07-27T20:51:48.286Z
108142026-07-27T20:51:48.287Zrunning 1 test
108152026-07-27T20:51:48.287Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
108162026-07-27T20:51:48.287Z
108172026-07-27T20:51:48.287Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108182026-07-27T20:51:48.287Z
108192026-07-27T20:51:48.287Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
108202026-07-27T20:51:48.287Z Doc-tests omicron_certificates
108212026-07-27T20:51:48.287Z 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-437aac73eb94cb0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7cd139d648b2eb8b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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`
108222026-07-27T20:51:48.288Z
108232026-07-27T20:51:48.288Zrunning 0 tests
108242026-07-27T20:51:48.288Z
108252026-07-27T20:51:48.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108262026-07-27T20:51:48.288Z
108272026-07-27T20:51:48.323Z Doc-tests omicron_clickhouse_admin
108282026-07-27T20:51:48.323Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-700103e676321467.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5dcb64b5601a21b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f2959e0285e896e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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-d6b59a0477c81f00.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`
108292026-07-27T20:51:48.618Z
108302026-07-27T20:51:48.618Zrunning 0 tests
108312026-07-27T20:51:48.618Z
108322026-07-27T20:51:48.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108332026-07-27T20:51:48.618Z
108342026-07-27T20:51:48.639Z Doc-tests omicron_cockroach_admin
108352026-07-27T20:51:48.640Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0e282d1107503268.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-ffdc16b8bff26aa0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-09e57418a39236c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
108362026-07-27T20:51:48.874Z
108372026-07-27T20:51:48.874Zrunning 0 tests
108382026-07-27T20:51:48.874Z
108392026-07-27T20:51:48.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108402026-07-27T20:51:48.874Z
108412026-07-27T20:51:48.901Z Doc-tests omicron_cockroach_metrics
108422026-07-27T20:51:48.901Z 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-ed57f8967b351c78.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-0957c41141bd8eb0.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-52543c8c2efc6a2d.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-03f6bc451040be5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.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`
108432026-07-27T20:51:51.127Z
108442026-07-27T20:51:51.127Zrunning 1 test
108452026-07-27T20:51:51.131Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
108462026-07-27T20:51:51.131Z
108472026-07-27T20:51:51.131Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108482026-07-27T20:51:51.131Z
108492026-07-27T20:51:51.134Zall doctests ran in 2.07s; merged doctests compilation took 2.06s
108502026-07-27T20:51:51.161Z Doc-tests omicron_common
108512026-07-27T20:51:51.165Z 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-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-da84b36a1c9ab8a2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.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-eec3145e36fac35d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-9644d6002b9d09d2.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
108522026-07-27T20:51:55.608Z
108532026-07-27T20:51:55.609Zrunning 3 tests
108542026-07-27T20:51:55.613Ztest common/src/lib.rs - FileKv (line 36) ... ignored
108552026-07-27T20:51:55.614Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
108562026-07-27T20:51:55.618Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
108572026-07-27T20:51:55.618Z
108582026-07-27T20:51:55.618Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
108592026-07-27T20:51:55.618Z
108602026-07-27T20:51:55.626Zall doctests ran in 3.67s; merged doctests compilation took 3.65s
108612026-07-27T20:51:55.672Z Doc-tests omicron_ddm_admin_client
108622026-07-27T20:51:55.672Z 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-6efba0f6798730d4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-520a8cff00432f30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
108632026-07-27T20:51:55.856Z
108642026-07-27T20:51:55.857Zrunning 0 tests
108652026-07-27T20:51:55.859Z
108662026-07-27T20:51:55.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108672026-07-27T20:51:55.859Z
108682026-07-27T20:51:55.877Z Doc-tests omicron_deployment_graph
108692026-07-27T20:51:55.877Z 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-6d122b8fd5b7eb07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
108702026-07-27T20:51:55.929Z
108712026-07-27T20:51:55.929Zrunning 0 tests
108722026-07-27T20:51:55.929Z
108732026-07-27T20:51:55.929Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108742026-07-27T20:51:55.929Z
108752026-07-27T20:51:55.936Z Doc-tests omicron_dev_lib
108762026-07-27T20:51:55.936Z 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-446c63a55bf8fda3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
108772026-07-27T20:51:56.214Z
108782026-07-27T20:51:56.214Zrunning 0 tests
108792026-07-27T20:51:56.214Z
108802026-07-27T20:51:56.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108812026-07-27T20:51:56.214Z
108822026-07-27T20:51:56.244Z Doc-tests omicron_gateway
108832026-07-27T20:51:56.245Z 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-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-2ce7782fa440847c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f9d40702f9238948.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-d452c09b5b0878f3.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-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3844b29e7463ad06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1660bb999f116c2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43f4e5f400752af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
108842026-07-27T20:51:56.739Z
108852026-07-27T20:51:56.739Zrunning 0 tests
108862026-07-27T20:51:56.739Z
108872026-07-27T20:51:56.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108882026-07-27T20:51:56.740Z
108892026-07-27T20:51:56.782Z Doc-tests omicron_git_version
108902026-07-27T20:51:56.782Z 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-51a9d5791e395547.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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`
108912026-07-27T20:51:56.854Z
108922026-07-27T20:51:56.854Zrunning 0 tests
108932026-07-27T20:51:56.854Z
108942026-07-27T20:51:56.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108952026-07-27T20:51:56.855Z
108962026-07-27T20:51:56.864Z Doc-tests omicron_ledger
108972026-07-27T20:51:56.864Z 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-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-647ac05d49bd5831.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`
108982026-07-27T20:51:56.938Z
108992026-07-27T20:51:56.938Zrunning 0 tests
109002026-07-27T20:51:56.938Z
109012026-07-27T20:51:56.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109022026-07-27T20:51:56.938Z
109032026-07-27T20:51:56.946Z Doc-tests omicron_ls_apis
109042026-07-27T20:51:56.946Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-6d122b8fd5b7eb07.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-7224cd02f09fa8f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.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`
109052026-07-27T20:51:57.136Z
109062026-07-27T20:51:57.136Zrunning 0 tests
109072026-07-27T20:51:57.136Z
109082026-07-27T20:51:57.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109092026-07-27T20:51:57.136Z
109102026-07-27T20:51:57.153Z Doc-tests omicron_nexus
109112026-07-27T20:51:57.158Z 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-ed57f8967b351c78.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-9f1b31c650f32fc1.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-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c927bc644859ed67.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-f0a6b78521838eef.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-30e9a2c1e9dadcdf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0957c41141bd8eb0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6531f7a451681973.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c649b12da39167f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1fe1d5be6a589c16.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-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c29da7dfe768ab38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.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-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-786b85e0d2667d7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.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-4dfbcd09a036396c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d632a9bd0a1a84bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-86c828effb0f9c2f.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-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e1f02745098d6956.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c0e6d7dbbfc1bf83.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b7e4459bfcb750b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f499d3284b438888.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94e0b2621d1cd035.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3a2cc764e6054c07.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1dcf071ccfc5e672.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5d37dde70600a642.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b47a3cfca5b5d3cf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f49af5718d8423d3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-d8197c8953890ddd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-bbce5a3a6a071330.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fa198fcdb2042798.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-506b395322134424.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-4c2650568857137f.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-930943e50511b49e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8cf6eeaa1cec99e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c75615dfcf2213.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b05f3cb22cd9889.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f8c4c74a1ce34c33.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.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-03f6bc451040be5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c9764e00702ff8fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c57c3f9b64252cee.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-520a8cff00432f30.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-637bbbaf364dd404.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.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-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-141608b1c87c345d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2d509b4a978f14af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8ce555c709f6a85b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e617664fc5955681.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-2f728c48b3467468.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-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e27a5514505dab80.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-d207f1fbfb1dc75d.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
109122026-07-27T20:52:04.646Z
109132026-07-27T20:52:04.646Zrunning 6 tests
109142026-07-27T20:52:04.652Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
109152026-07-27T20:52:04.652Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
109162026-07-27T20:52:04.652Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 964) ... ok
109172026-07-27T20:52:04.652Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1058) ... ok
109182026-07-27T20:52:04.657Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 986) ... ok
109192026-07-27T20:52:04.657Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1028) ... ok
109202026-07-27T20:52:04.657Z
109212026-07-27T20:52:04.657Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
109222026-07-27T20:52:04.657Z
109232026-07-27T20:52:04.664Zall doctests ran in 5.45s; merged doctests compilation took 5.43s
109242026-07-27T20:52:04.782Z Doc-tests omicron_ntp_admin
109252026-07-27T20:52:04.782Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-91c75615dfcf2213.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-862feb3db0f18323.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-adabbe1e34c1fc0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-9a263c0b86031450.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.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`
109262026-07-27T20:52:04.984Z
109272026-07-27T20:52:04.984Zrunning 1 test
109282026-07-27T20:52:04.984Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
109292026-07-27T20:52:04.984Z
109302026-07-27T20:52:04.984Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109312026-07-27T20:52:04.984Z
109322026-07-27T20:52:05.005Z Doc-tests omicron_package
109332026-07-27T20:52:05.005Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-74ee7418349b2ef2.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-fa412f2f39bd3043.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5a93630a162059a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-febb76069daa47ce.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-0e167e790e1c096c.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-92c8237888049d40.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-19fe6dab4968d318.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-647ac05d49bd5831.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`
109342026-07-27T20:52:05.152Z
109352026-07-27T20:52:05.153Zrunning 0 tests
109362026-07-27T20:52:05.153Z
109372026-07-27T20:52:05.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109382026-07-27T20:52:05.153Z
109392026-07-27T20:52:05.166Z Doc-tests omicron_passwords
109402026-07-27T20:52:05.166Z 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-ed57f8967b351c78.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-7fd9ba8bd28c9dda.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.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`
109412026-07-27T20:52:05.253Z
109422026-07-27T20:52:05.253Zrunning 0 tests
109432026-07-27T20:52:05.253Z
109442026-07-27T20:52:05.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109452026-07-27T20:52:05.254Z
109462026-07-27T20:52:05.263Z Doc-tests omicron_pins
109472026-07-27T20:52:05.263Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a173bf0661dfcd83.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-e164a7ba03169903.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
109482026-07-27T20:52:05.324Z
109492026-07-27T20:52:05.324Zrunning 0 tests
109502026-07-27T20:52:05.324Z
109512026-07-27T20:52:05.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109522026-07-27T20:52:05.325Z
109532026-07-27T20:52:05.332Z Doc-tests omicron_repl_utils
109542026-07-27T20:52:05.332Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.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`
109552026-07-27T20:52:05.388Z
109562026-07-27T20:52:05.388Zrunning 0 tests
109572026-07-27T20:52:05.388Z
109582026-07-27T20:52:05.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109592026-07-27T20:52:05.388Z
109602026-07-27T20:52:05.395Z Doc-tests omicron_rpaths
109612026-07-27T20:52:05.395Z 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-9f8d30f8abac709b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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`
109622026-07-27T20:52:05.430Z
109632026-07-27T20:52:05.430Zrunning 0 tests
109642026-07-27T20:52:05.430Z
109652026-07-27T20:52:05.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109662026-07-27T20:52:05.431Z
109672026-07-27T20:52:05.436Z Doc-tests omicron_sled_agent
109682026-07-27T20:52:05.440Z 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-ed57f8967b351c78.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-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-a8bc4c48bf9767d8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bce84a3e8ebd5058.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5d76e73383bce7c9.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-08124855f34011b9.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-c1e0bf9a653baa01.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-b1c52eab3b4340c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-8179f22a1672d354.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-a9e23ad81a6b0464.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-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.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-69a01b64c1a47bed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d91cd78841a48c50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e014ddde4e5b6d33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f73761c57ed3d2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c207e601eb635d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3164bcec60a5b97d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.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-627309ed81867c2f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-7406bbc0a3073581.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c86559112d672ba1.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-3b0da5e4bda4815c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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`
109692026-07-27T20:52:06.462Z
109702026-07-27T20:52:06.462Zrunning 0 tests
109712026-07-27T20:52:06.462Z
109722026-07-27T20:52:06.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109732026-07-27T20:52:06.462Z
109742026-07-27T20:52:06.528Z Doc-tests omicron_test_utils
109752026-07-27T20:52:06.529Z 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-ed57f8967b351c78.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-786b85e0d2667d7e.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-d91cd78841a48c50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-d2f5fd122237173f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
109762026-07-27T20:52:16.489Z
109772026-07-27T20:52:16.489Zrunning 2 tests
109782026-07-27T20:52:16.503Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
109792026-07-27T20:52:16.508Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
109802026-07-27T20:52:16.508Z
109812026-07-27T20:52:16.508Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
109822026-07-27T20:52:16.508Z
109832026-07-27T20:52:16.533Z
109842026-07-27T20:52:16.533Zrunning 1 test
109852026-07-27T20:52:16.533Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
109862026-07-27T20:52:16.533Z
109872026-07-27T20:52:16.537Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109882026-07-27T20:52:16.538Z
109892026-07-27T20:52:16.538Zall doctests ran in 9.65s; merged doctests compilation took 9.60s
109902026-07-27T20:52:16.581Z Doc-tests omicron_uuid_kinds
109912026-07-27T20:52:16.582Z 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-8b75db687acd3a41.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-1cbf4cbfb3b43b52.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
109922026-07-27T20:52:16.721Z
109932026-07-27T20:52:16.721Zrunning 0 tests
109942026-07-27T20:52:16.721Z
109952026-07-27T20:52:16.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109962026-07-27T20:52:16.721Z
109972026-07-27T20:52:16.726Z Doc-tests omicron_workspace_hack
109982026-07-27T20:52:16.726Z 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-67f202f8931df806.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8cd280c152147043.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-635f92619abce321.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ccff37e3487cf682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1db1d54dd00fc13d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-93ec28f88e11622c.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-e34ae4a80beee20a.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-de4d536622d090a5.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-eeec7ef5b6fb2a67.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-3089cbb6e1f1cf0f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f78f640880c6271a.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c3522e0ff62d0920.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c619fbabeb68e8b6.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-bf18832f6708c78f.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4063adc2bdb14cde.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b00a6b7922727e79.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-13459c985e22d00f.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.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-083464a1a085e4df.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-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3df25504d1629998.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.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-bc5f1d7843af69d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-460f0eb09f802b2d.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-34758055085d0c4e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9be4330e4203abe.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-b1ad731872666ad8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.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-29fe31c54d5c23c8.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.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-7e8ac7c2e5b332f0.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-365b10d4415c719d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.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-5789f940d3a78840.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-6deeef8a4e774d52.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 proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.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-1f2322ca8152c734.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9245614867878c68.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f807675837713ef0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.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-61c39d8e104c1b2d.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 time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4185b4017d5ad625.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cb39bceb69969d6c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-f52b23f0e36c311f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.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-2a805057c52897aa.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-57efd2d424ffd661.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-19a63705374d72b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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-07-27T20:52:16.754Z
110002026-07-27T20:52:16.754Zrunning 0 tests
110012026-07-27T20:52:16.754Z
110022026-07-27T20:52:16.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110032026-07-27T20:52:16.754Z
110042026-07-27T20:52:16.761Z Doc-tests oxide_client
110052026-07-27T20:52:16.761Z 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-ed57f8967b351c78.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-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-314c08eaae7440d0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-520a8cff00432f30.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
110062026-07-27T20:52:21.416Z
110072026-07-27T20:52:21.416Zrunning 315 tests
110082026-07-27T20:52:21.416Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
110092026-07-27T20:52:21.416Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
110102026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
110112026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
110122026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
110132026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
110142026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
110152026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
110162026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
110172026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
110182026-07-27T20:52:21.417Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
110192026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
110202026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
110212026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
110222026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
110232026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
110242026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
110252026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
110262026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
110272026-07-27T20:52:21.418Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
110282026-07-27T20:52:21.419Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
110292026-07-27T20:52:21.419Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
110302026-07-27T20:52:21.419Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
110312026-07-27T20:52:21.419Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
110322026-07-27T20:52:21.419Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
110332026-07-27T20:52:21.419Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
110342026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
110352026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
110362026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
110372026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
110382026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
110392026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
110402026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
110412026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
110422026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
110432026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
110442026-07-27T20:52:21.426Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
110452026-07-27T20:52:21.427Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
110462026-07-27T20:52:21.427Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
110472026-07-27T20:52:21.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
110482026-07-27T20:52:21.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
110492026-07-27T20:52:21.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
110502026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
110512026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
110522026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
110532026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
110542026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
110552026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
110562026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
110572026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
110582026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
110592026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
110602026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
110612026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
110622026-07-27T20:52:21.430Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
110632026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
110642026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
110652026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
110662026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
110672026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
110682026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
110692026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
110702026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
110712026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
110722026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
110732026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
110742026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
110752026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
110762026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
110772026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
110782026-07-27T20:52:21.431Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
110792026-07-27T20:52:21.432Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
110802026-07-27T20:52:21.432Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
110812026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
110822026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
110832026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
110842026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
110852026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
110862026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
110872026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
110882026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
110892026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
110902026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
110912026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
110922026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
110932026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
110942026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
110952026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
110962026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
110972026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
110982026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
110992026-07-27T20:52:21.433Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
111002026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
111012026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
111022026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
111032026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
111042026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
111052026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
111062026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
111072026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
111082026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
111092026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
111102026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
111112026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
111122026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
111132026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
111142026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
111152026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
111162026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
111172026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
111182026-07-27T20:52:21.434Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
111192026-07-27T20:52:21.436Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
111202026-07-27T20:52:21.436Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
111212026-07-27T20:52:21.436Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
111222026-07-27T20:52:21.436Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
111232026-07-27T20:52:21.436Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
111242026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
111252026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
111262026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
111272026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
111282026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
111292026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
111302026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
111312026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
111322026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
111332026-07-27T20:52:21.437Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
111342026-07-27T20:52:21.441Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
111352026-07-27T20:52:21.441Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
111362026-07-27T20:52:21.441Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
111372026-07-27T20:52:21.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
111382026-07-27T20:52:21.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
111392026-07-27T20:52:21.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
111402026-07-27T20:52:21.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
111412026-07-27T20:52:21.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
111422026-07-27T20:52:21.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
111432026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
111442026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
111452026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
111462026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
111472026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
111482026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
111492026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
111502026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
111512026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
111522026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
111532026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
111542026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
111552026-07-27T20:52:21.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
111562026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
111572026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
111582026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
111592026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
111602026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
111612026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
111622026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
111632026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
111642026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
111652026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
111662026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
111672026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
111682026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
111692026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
111702026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
111712026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
111722026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
111732026-07-27T20:52:21.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
111742026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
111752026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
111762026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
111772026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
111782026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
111792026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
111802026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
111812026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
111822026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
111832026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
111842026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
111852026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
111862026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
111872026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
111882026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
111892026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
111902026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
111912026-07-27T20:52:21.445Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
111922026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
111932026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
111942026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
111952026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
111962026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
111972026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
111982026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
111992026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
112002026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
112012026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
112022026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
112032026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
112042026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
112052026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
112062026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
112072026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
112082026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
112092026-07-27T20:52:21.446Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
112102026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
112112026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
112122026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
112132026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
112142026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
112152026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
112162026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
112172026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
112182026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
112192026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
112202026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
112212026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
112222026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
112232026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
112242026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
112252026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
112262026-07-27T20:52:21.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
112272026-07-27T20:52:21.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
112282026-07-27T20:52:21.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
112292026-07-27T20:52:21.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
112302026-07-27T20:52:21.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
112312026-07-27T20:52:21.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
112322026-07-27T20:52:21.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
112332026-07-27T20:52:21.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
112342026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
112352026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
112362026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
112372026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
112382026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
112392026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
112402026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
112412026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
112422026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
112432026-07-27T20:52:21.453Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
112442026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
112452026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
112462026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
112472026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
112482026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
112492026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
112502026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
112512026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
112522026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
112532026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
112542026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
112552026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
112562026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
112572026-07-27T20:52:21.454Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
112582026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
112592026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
112602026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
112612026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
112622026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
112632026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
112642026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
112652026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
112662026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
112672026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
112682026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
112692026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
112702026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
112712026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
112722026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
112732026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
112742026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
112752026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
112762026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
112772026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
112782026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
112792026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
112802026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
112812026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
112822026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
112832026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
112842026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
112852026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
112862026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
112872026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
112882026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
112892026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
112902026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
112912026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
112922026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
112932026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
112942026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
112952026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
112962026-07-27T20:52:21.455Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
112972026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
112982026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
112992026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
113002026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
113012026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
113022026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
113032026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
113042026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
113052026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
113062026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
113072026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
113082026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
113092026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
113102026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
113112026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
113122026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
113132026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
113142026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
113152026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
113162026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
113172026-07-27T20:52:21.456Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
113182026-07-27T20:52:21.457Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
113192026-07-27T20:52:21.457Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
113202026-07-27T20:52:21.457Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
113212026-07-27T20:52:21.457Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
113222026-07-27T20:52:21.457Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
113232026-07-27T20:52:21.457Z
113242026-07-27T20:52:21.457Ztest result: ok. 0 passed; 0 failed; 315 ignored; 0 measured; 0 filtered out; finished in 0.00s
113252026-07-27T20:52:21.458Z
113262026-07-27T20:52:21.458Zall doctests ran in 0.59s; merged doctests compilation took 0.58s
113272026-07-27T20:52:21.536Z Doc-tests oximeter
113282026-07-27T20:52:21.536Z 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-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-45e1d26cbb10b5d3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5e4f2df3f695ba03.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.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-d6b59a0477c81f00.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`
113292026-07-27T20:52:25.546Z
113302026-07-27T20:52:25.547Zrunning 2 tests
113312026-07-27T20:52:25.550Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
113322026-07-27T20:52:25.550Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
113332026-07-27T20:52:25.550Z
113342026-07-27T20:52:25.550Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113352026-07-27T20:52:25.551Z
113362026-07-27T20:52:25.562Zall doctests ran in 3.84s; merged doctests compilation took 3.82s
113372026-07-27T20:52:25.594Z Doc-tests oximeter_api
113382026-07-27T20:52:25.594Z 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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.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`
113392026-07-27T20:52:26.114Z
113402026-07-27T20:52:26.114Zrunning 2 tests
113412026-07-27T20:52:26.115Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
113422026-07-27T20:52:26.115Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
113432026-07-27T20:52:26.115Z
113442026-07-27T20:52:26.115Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113452026-07-27T20:52:26.115Z
113462026-07-27T20:52:26.119Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
113472026-07-27T20:52:26.139Z Doc-tests oximeter_client
113482026-07-27T20:52:26.139Z 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-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-d6b59a0477c81f00.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`
113492026-07-27T20:52:26.395Z
113502026-07-27T20:52:26.396Zrunning 0 tests
113512026-07-27T20:52:26.396Z
113522026-07-27T20:52:26.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113532026-07-27T20:52:26.396Z
113542026-07-27T20:52:26.419Z Doc-tests oximeter_collector
113552026-07-27T20:52:26.422Z 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-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4dfbcd09a036396c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d4a68d38aae89729.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8331a17bb1698565.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d262014308f8acca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.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-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
113562026-07-27T20:52:26.864Z
113572026-07-27T20:52:26.865Zrunning 0 tests
113582026-07-27T20:52:26.865Z
113592026-07-27T20:52:26.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113602026-07-27T20:52:26.865Z
113612026-07-27T20:52:26.905Z Doc-tests oximeter_db
113622026-07-27T20:52:26.909Z 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-ed57f8967b351c78.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-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-2dc46deb9d0869a8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7aabe119af4a5fc2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.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-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.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-711a361c6b1e9173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.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-222ed2b42ff2dbbc.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-4d4a181c14af0587.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1e00ef318c0ddf2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
113632026-07-27T20:52:27.936Z
113642026-07-27T20:52:27.936Zrunning 3 tests
113652026-07-27T20:52:27.936Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
113662026-07-27T20:52:27.936Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
113672026-07-27T20:52:27.936Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
113682026-07-27T20:52:27.936Z
113692026-07-27T20:52:27.936Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
113702026-07-27T20:52:27.936Z
113712026-07-27T20:52:27.940Z
113722026-07-27T20:52:27.940Zrunning 2 tests
113732026-07-27T20:52:27.940Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
113742026-07-27T20:52:27.940Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
113752026-07-27T20:52:27.940Z
113762026-07-27T20:52:27.940Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113772026-07-27T20:52:27.940Z
113782026-07-27T20:52:27.940Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
113792026-07-27T20:52:27.987Z Doc-tests oximeter_instruments
113802026-07-27T20:52:27.987Z 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-ed57f8967b351c78.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-0584fdfb98a87584.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-939181460a661ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e51190b69dfd32af.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8171678b3ef58e9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
113812026-07-27T20:52:28.324Z
113822026-07-27T20:52:28.324Zrunning 0 tests
113832026-07-27T20:52:28.324Z
113842026-07-27T20:52:28.324Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113852026-07-27T20:52:28.324Z
113862026-07-27T20:52:28.356Z Doc-tests oximeter_macro_impl
113872026-07-27T20:52:28.356Z 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-365b10d4415c719d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.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`
113882026-07-27T20:52:28.411Z
113892026-07-27T20:52:28.411Zrunning 0 tests
113902026-07-27T20:52:28.411Z
113912026-07-27T20:52:28.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113922026-07-27T20:52:28.411Z
113932026-07-27T20:52:28.418Z Doc-tests oximeter_producer
113942026-07-27T20:52:28.418Z 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-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-69a01b64c1a47bed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ae9275460fb01efe.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f87f7da3544663cb.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-0ea4627c169fdc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
113952026-07-27T20:52:28.746Z
113962026-07-27T20:52:28.746Zrunning 0 tests
113972026-07-27T20:52:28.746Z
113982026-07-27T20:52:28.746Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113992026-07-27T20:52:28.746Z
114002026-07-27T20:52:28.781Z Doc-tests oximeter_producer_api
114012026-07-27T20:52:28.781Z 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-0584fdfb98a87584.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-0ea4627c169fdc7f.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.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`
114022026-07-27T20:52:29.290Z
114032026-07-27T20:52:29.290Zrunning 2 tests
114042026-07-27T20:52:29.291Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
114052026-07-27T20:52:29.291Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
114062026-07-27T20:52:29.291Z
114072026-07-27T20:52:29.291Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114082026-07-27T20:52:29.291Z
114092026-07-27T20:52:29.295Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
114102026-07-27T20:52:29.316Z Doc-tests oximeter_schema
114112026-07-27T20:52:29.320Z 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-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-45e1d26cbb10b5d3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.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-0517fff741baa4c3.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`
114122026-07-27T20:52:29.516Z
114132026-07-27T20:52:29.516Zrunning 0 tests
114142026-07-27T20:52:29.516Z
114152026-07-27T20:52:29.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114162026-07-27T20:52:29.516Z
114172026-07-27T20:52:29.536Z Doc-tests oximeter_test_utils
114182026-07-27T20:52:29.545Z 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-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-316b583aa55bb914.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d67e40a53ab0eb96.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f5ff0dcb047004b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
114192026-07-27T20:52:29.867Z
114202026-07-27T20:52:29.867Zrunning 0 tests
114212026-07-27T20:52:29.867Z
114222026-07-27T20:52:29.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114232026-07-27T20:52:29.868Z
114242026-07-27T20:52:29.901Z Doc-tests oximeter_timeseries_macro
114252026-07-27T20:52:29.901Z 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-365b10d4415c719d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67b212ebafe2af4d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5e4f2df3f695ba03.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e5563c3b2f2ae286.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`
114262026-07-27T20:52:30.056Z
114272026-07-27T20:52:30.056Zrunning 0 tests
114282026-07-27T20:52:30.056Z
114292026-07-27T20:52:30.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114302026-07-27T20:52:30.056Z
114312026-07-27T20:52:30.073Z Doc-tests oximeter_types
114322026-07-27T20:52:30.074Z 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-7aabe119af4a5fc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b5500ba9b6b30160.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c06f262ef6f5ca8d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-eb39272b4852bf97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
114332026-07-27T20:52:30.674Z
114342026-07-27T20:52:30.674Zrunning 11 tests
114352026-07-27T20:52:31.039Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
114362026-07-27T20:52:31.044Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
114372026-07-27T20:52:34.848Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
114382026-07-27T20:52:34.944Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
114392026-07-27T20:52:35.121Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
114402026-07-27T20:52:35.137Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
114412026-07-27T20:52:35.163Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
114422026-07-27T20:52:35.200Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
114432026-07-27T20:52:35.215Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
114442026-07-27T20:52:35.236Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
114452026-07-27T20:52:35.249Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
114462026-07-27T20:52:35.249Z
114472026-07-27T20:52:35.249Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.58s
114482026-07-27T20:52:35.249Z
114492026-07-27T20:52:35.252Zall doctests ran in 5.02s; merged doctests compilation took 0.45s
114502026-07-27T20:52:35.274Z Doc-tests oximeter_types_versions
114512026-07-27T20:52:35.279Z 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-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d565e099e9c5f65.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3690d9b079016242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-d6b59a0477c81f00.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`
114522026-07-27T20:52:36.020Z
114532026-07-27T20:52:36.020Zrunning 1 test
114542026-07-27T20:52:36.020Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
114552026-07-27T20:52:36.020Z
114562026-07-27T20:52:36.020Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114572026-07-27T20:52:36.020Z
114582026-07-27T20:52:36.023Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
114592026-07-27T20:52:36.055Z Doc-tests oxlog
114602026-07-27T20:52:36.055Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-02017c4d1f78ff54.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-d6b59a0477c81f00.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`
114612026-07-27T20:52:36.103Z
114622026-07-27T20:52:36.103Zrunning 0 tests
114632026-07-27T20:52:36.103Z
114642026-07-27T20:52:36.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114652026-07-27T20:52:36.103Z
114662026-07-27T20:52:36.110Z Doc-tests oxql_types
114672026-07-27T20:52:36.110Z 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-ed57f8967b351c78.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-365b10d4415c719d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7f4c8b6100def784.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dec938525806b6fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
114682026-07-27T20:52:36.348Z
114692026-07-27T20:52:36.348Zrunning 0 tests
114702026-07-27T20:52:36.348Z
114712026-07-27T20:52:36.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114722026-07-27T20:52:36.348Z
114732026-07-27T20:52:36.373Z Doc-tests parallel_task_set
114742026-07-27T20:52:36.375Z 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-365b10d4415c719d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
114752026-07-27T20:52:36.422Z
114762026-07-27T20:52:36.422Zrunning 0 tests
114772026-07-27T20:52:36.422Z
114782026-07-27T20:52:36.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114792026-07-27T20:52:36.422Z
114802026-07-27T20:52:36.429Z Doc-tests range_requests
114812026-07-27T20:52:36.429Z 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-0584fdfb98a87584.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-939181460a661ce0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-36aa8a06fff58d16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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`
114822026-07-27T20:52:36.550Z
114832026-07-27T20:52:36.550Zrunning 0 tests
114842026-07-27T20:52:36.550Z
114852026-07-27T20:52:36.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114862026-07-27T20:52:36.550Z
114872026-07-27T20:52:36.564Z Doc-tests reconfigurator_cli
114882026-07-27T20:52:36.568Z 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-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-acbc9bc8b75a59e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.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-f74fbe88d9d45762.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e6aa5f47b60546fd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c68e0286f9bc4fce.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e32d6efb5409d403.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b9aa65b46412c2f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8bd66e83d7ab2008.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7a90b3ab39317fac.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-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
114892026-07-27T20:52:37.033Z
114902026-07-27T20:52:37.033Zrunning 0 tests
114912026-07-27T20:52:37.033Z
114922026-07-27T20:52:37.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114932026-07-27T20:52:37.033Z
114942026-07-27T20:52:37.072Z Doc-tests repo_depot_api
114952026-07-27T20:52:37.072Z 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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-627309ed81867c2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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`
114962026-07-27T20:52:37.572Z
114972026-07-27T20:52:37.572Zrunning 2 tests
114982026-07-27T20:52:37.572Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
114992026-07-27T20:52:37.572Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
115002026-07-27T20:52:37.572Z
115012026-07-27T20:52:37.572Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115022026-07-27T20:52:37.572Z
115032026-07-27T20:52:37.576Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
115042026-07-27T20:52:37.590Z Doc-tests repo_depot_client
115052026-07-27T20:52:37.590Z 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-365b10d4415c719d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-08432a06fc157e2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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`
115062026-07-27T20:52:37.721Z
115072026-07-27T20:52:37.721Zrunning 0 tests
115082026-07-27T20:52:37.721Z
115092026-07-27T20:52:37.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115102026-07-27T20:52:37.721Z
115112026-07-27T20:52:37.735Z Doc-tests sled_agent_api
115122026-07-27T20:52:37.739Z 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-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-7406bbc0a3073581.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-323ada560c6a45fc.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`
115132026-07-27T20:52:38.362Z
115142026-07-27T20:52:38.362Zrunning 2 tests
115152026-07-27T20:52:38.362Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 117) ... ignored
115162026-07-27T20:52:38.362Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 123) ... ignored
115172026-07-27T20:52:38.362Z
115182026-07-27T20:52:38.362Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115192026-07-27T20:52:38.362Z
115202026-07-27T20:52:38.366Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
115212026-07-27T20:52:38.395Z Doc-tests sled_agent_client
115222026-07-27T20:52:38.400Z 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-ed57f8967b351c78.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-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-95b3dc7f35133e69.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
115232026-07-27T20:52:39.965Z
115242026-07-27T20:52:39.965Zrunning 0 tests
115252026-07-27T20:52:39.965Z
115262026-07-27T20:52:39.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115272026-07-27T20:52:39.965Z
115282026-07-27T20:52:40.027Z Doc-tests sled_agent_config_reconciler
115292026-07-27T20:52:40.028Z 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-ed57f8967b351c78.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-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.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-0584fdfb98a87584.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-988bceae242ed17c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7406bbc0a3073581.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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`
115302026-07-27T20:52:40.465Z
115312026-07-27T20:52:40.465Zrunning 0 tests
115322026-07-27T20:52:40.465Z
115332026-07-27T20:52:40.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115342026-07-27T20:52:40.465Z
115352026-07-27T20:52:40.503Z Doc-tests sled_agent_early_networking
115362026-07-27T20:52:40.503Z 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-ed57f8967b351c78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b1c52eab3b4340c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4513eb6d407f2e82.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-5ddf15a5c0a69957.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d75675f2c37c92a9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.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`
115372026-07-27T20:52:40.781Z
115382026-07-27T20:52:40.781Zrunning 0 tests
115392026-07-27T20:52:40.782Z
115402026-07-27T20:52:40.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115412026-07-27T20:52:40.782Z
115422026-07-27T20:52:40.811Z Doc-tests sled_agent_health_monitor
115432026-07-27T20:52:40.811Z 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-ed57f8967b351c78.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-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-7406bbc0a3073581.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-33a5c5ad3dabbb94.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.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-647ac05d49bd5831.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`
115442026-07-27T20:52:41.010Z
115452026-07-27T20:52:41.012Zrunning 0 tests
115462026-07-27T20:52:41.012Z
115472026-07-27T20:52:41.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115482026-07-27T20:52:41.012Z
115492026-07-27T20:52:41.031Z Doc-tests sled_agent_measurements
115502026-07-27T20:52:41.032Z 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-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-aa236cf010b80efa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.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-647ac05d49bd5831.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`
115512026-07-27T20:52:41.274Z
115522026-07-27T20:52:41.274Zrunning 0 tests
115532026-07-27T20:52:41.275Z
115542026-07-27T20:52:41.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115552026-07-27T20:52:41.275Z
115562026-07-27T20:52:41.301Z Doc-tests sled_agent_rack_setup
115572026-07-27T20:52:41.301Z 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-ed57f8967b351c78.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.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-0957c41141bd8eb0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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-e014ddde4e5b6d33.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-dbcf0705e10ab98f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e2b79ccee3cd11c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2d7c69829c2e8ea4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-d663ec79204ff015.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
115582026-07-27T20:52:41.667Z
115592026-07-27T20:52:41.667Zrunning 0 tests
115602026-07-27T20:52:41.667Z
115612026-07-27T20:52:41.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115622026-07-27T20:52:41.667Z
115632026-07-27T20:52:41.700Z Doc-tests sled_agent_resolvable_files
115642026-07-27T20:52:41.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_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-8a9e02ae24a3d662.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-60a8cafcf9e3e797.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`
115652026-07-27T20:52:41.953Z
115662026-07-27T20:52:41.954Zrunning 0 tests
115672026-07-27T20:52:41.954Z
115682026-07-27T20:52:41.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115692026-07-27T20:52:41.954Z
115702026-07-27T20:52:41.979Z Doc-tests sled_agent_resolvable_files_examples
115712026-07-27T20:52:41.979Z 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-8a9e02ae24a3d662.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.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`
115722026-07-27T20:52:42.157Z
115732026-07-27T20:52:42.159Zrunning 0 tests
115742026-07-27T20:52:42.159Z
115752026-07-27T20:52:42.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115762026-07-27T20:52:42.159Z
115772026-07-27T20:52:42.178Z Doc-tests sled_agent_types
115782026-07-27T20:52:42.178Z 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-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
115792026-07-27T20:52:42.419Z
115802026-07-27T20:52:42.419Zrunning 0 tests
115812026-07-27T20:52:42.419Z
115822026-07-27T20:52:42.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115832026-07-27T20:52:42.419Z
115842026-07-27T20:52:42.442Z Doc-tests sled_agent_types_versions
115852026-07-27T20:52:42.442Z 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-ed57f8967b351c78.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-fd7820a87cb983a3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-870875cf85414f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-275e7b2697f8fc09.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-d88b64cda5b53036.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a85f22e02398bb51.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-79da9eab6f72b221.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
115862026-07-27T20:52:44.538Z
115872026-07-27T20:52:44.539Zrunning 1 test
115882026-07-27T20:52:44.539Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
115892026-07-27T20:52:44.539Z
115902026-07-27T20:52:44.539Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115912026-07-27T20:52:44.539Z
115922026-07-27T20:52:44.544Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
115932026-07-27T20:52:44.613Z Doc-tests sled_diagnostics
115942026-07-27T20:52:44.613Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-02017c4d1f78ff54.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1fab1d0bd948e3d7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
115952026-07-27T20:52:44.855Z
115962026-07-27T20:52:44.855Zrunning 0 tests
115972026-07-27T20:52:44.855Z
115982026-07-27T20:52:44.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115992026-07-27T20:52:44.855Z
116002026-07-27T20:52:44.878Z Doc-tests sled_hardware
116012026-07-27T20:52:44.878Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.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-7428413208f54b5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14e07d7419006893.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-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.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`
116022026-07-27T20:52:45.161Z
116032026-07-27T20:52:45.161Zrunning 0 tests
116042026-07-27T20:52:45.161Z
116052026-07-27T20:52:45.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116062026-07-27T20:52:45.161Z
116072026-07-27T20:52:45.188Z Doc-tests sled_hardware_types
116082026-07-27T20:52:45.188Z 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-8b75db687acd3a41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.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`
116092026-07-27T20:52:45.291Z
116102026-07-27T20:52:45.291Zrunning 0 tests
116112026-07-27T20:52:45.291Z
116122026-07-27T20:52:45.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116132026-07-27T20:52:45.291Z
116142026-07-27T20:52:45.303Z Doc-tests sled_storage
116152026-07-27T20:52:45.303Z 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-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.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-b0644021d9746fe3.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-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-92c8237888049d40.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
116162026-07-27T20:52:45.545Z
116172026-07-27T20:52:45.545Zrunning 0 tests
116182026-07-27T20:52:45.545Z
116192026-07-27T20:52:45.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116202026-07-27T20:52:45.545Z
116212026-07-27T20:52:45.570Z Doc-tests sp_sim
116222026-07-27T20:52:45.570Z 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-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.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-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.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-0e167e790e1c096c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.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`
116232026-07-27T20:52:46.024Z
116242026-07-27T20:52:46.024Zrunning 0 tests
116252026-07-27T20:52:46.024Z
116262026-07-27T20:52:46.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116272026-07-27T20:52:46.024Z
116282026-07-27T20:52:46.064Z Doc-tests support_bundle_collection
116292026-07-27T20:52:46.064Z 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-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe3b7d40269d7936.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d1d6d33a31ad21e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-241986908eae31c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a2d0c6e1d0608a56.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aaa170084d815e28.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-595d941c5d8a8f6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5160c2dd33133bf0.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-81f7f7f85bfcec8f.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-d207f1fbfb1dc75d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2748f28f1ff7c1e3.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`
116302026-07-27T20:52:46.478Z
116312026-07-27T20:52:46.478Zrunning 0 tests
116322026-07-27T20:52:46.478Z
116332026-07-27T20:52:46.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116342026-07-27T20:52:46.478Z
116352026-07-27T20:52:46.517Z Doc-tests transient_dns_server
116362026-07-27T20:52:46.517Z 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-ed57f8967b351c78.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d17f5c26d95909ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9ba4877025d6ce78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-3b0da5e4bda4815c.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`
116372026-07-27T20:52:46.696Z
116382026-07-27T20:52:46.696Zrunning 0 tests
116392026-07-27T20:52:46.696Z
116402026-07-27T20:52:46.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116412026-07-27T20:52:46.696Z
116422026-07-27T20:52:46.717Z Doc-tests trust_quorum
116432026-07-27T20:52:46.717Z 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-ed57f8967b351c78.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-22801528394637d9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.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-0584fdfb98a87584.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-308e4b9bbd1d2754.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-af0bfd2b1612be52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6674d46f3450900.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c86559112d672ba1.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-9e76937dfa8a4def.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-647ac05d49bd5831.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d427975ef957707f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-1fa13d914fc27241.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ec27d012d8e75124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
116442026-07-27T20:52:47.039Z
116452026-07-27T20:52:47.039Zrunning 0 tests
116462026-07-27T20:52:47.039Z
116472026-07-27T20:52:47.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116482026-07-27T20:52:47.040Z
116492026-07-27T20:52:47.072Z Doc-tests trust_quorum_protocol
116502026-07-27T20:52:47.072Z 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-22801528394637d9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fd7820a87cb983a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b9f855a142767605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-308e4b9bbd1d2754.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-acf170c708ad13fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-1fa13d914fc27241.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ec27d012d8e75124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
116512026-07-27T20:52:47.299Z
116522026-07-27T20:52:47.299Zrunning 0 tests
116532026-07-27T20:52:47.299Z
116542026-07-27T20:52:47.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116552026-07-27T20:52:47.299Z
116562026-07-27T20:52:47.319Z Doc-tests trust_quorum_test_utils
116572026-07-27T20:52:47.319Z 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-fd7820a87cb983a3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-cdbff5a3b52a1e6b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-1fa13d914fc27241.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ec27d012d8e75124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.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`
116582026-07-27T20:52:47.479Z
116592026-07-27T20:52:47.479Zrunning 0 tests
116602026-07-27T20:52:47.479Z
116612026-07-27T20:52:47.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116622026-07-27T20:52:47.479Z
116632026-07-27T20:52:47.495Z Doc-tests trust_quorum_types
116642026-07-27T20:52:47.495Z 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-365b10d4415c719d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7f991ea21adf34ab.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-79da9eab6f72b221.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`
116652026-07-27T20:52:47.582Z
116662026-07-27T20:52:47.582Zrunning 0 tests
116672026-07-27T20:52:47.582Z
116682026-07-27T20:52:47.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116692026-07-27T20:52:47.582Z
116702026-07-27T20:52:47.594Z Doc-tests trust_quorum_types_versions
116712026-07-27T20:52:47.594Z 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-870875cf85414f7e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-8b75db687acd3a41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-21568327ae1af72a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9644d6002b9d09d2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-79da9eab6f72b221.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`
116722026-07-27T20:52:48.147Z
116732026-07-27T20:52:48.147Zrunning 1 test
116742026-07-27T20:52:48.147Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
116752026-07-27T20:52:48.147Z
116762026-07-27T20:52:48.148Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116772026-07-27T20:52:48.148Z
116782026-07-27T20:52:48.153Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
116792026-07-27T20:52:48.168Z Doc-tests typed_rng
116802026-07-27T20:52:48.168Z 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-e6aa5f47b60546fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.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-5d23e15139044120.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
116812026-07-27T20:52:48.231Z
116822026-07-27T20:52:48.231Zrunning 0 tests
116832026-07-27T20:52:48.232Z
116842026-07-27T20:52:48.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116852026-07-27T20:52:48.232Z
116862026-07-27T20:52:48.240Z Doc-tests update_common
116872026-07-27T20:52:48.244Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-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-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-0584fdfb98a87584.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.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-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-86ae4bb3960723db.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.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`
116882026-07-27T20:52:48.467Z
116892026-07-27T20:52:48.467Zrunning 0 tests
116902026-07-27T20:52:48.467Z
116912026-07-27T20:52:48.467Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116922026-07-27T20:52:48.467Z
116932026-07-27T20:52:48.490Z Doc-tests wicket
116942026-07-27T20:52:48.490Z 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-ed57f8967b351c78.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-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-3360310f583175c4.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-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-22df3b843d5414dc.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.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-2f728c48b3467468.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-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-c2137c19b537a351.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-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.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-32ea0733ed43acc6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3ccf8edcfcf2d8c4.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`
116952026-07-27T20:52:48.985Z
116962026-07-27T20:52:48.985Zrunning 0 tests
116972026-07-27T20:52:48.985Z
116982026-07-27T20:52:48.985Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116992026-07-27T20:52:48.985Z
117002026-07-27T20:52:49.024Z Doc-tests wicket_common
117012026-07-27T20:52:49.024Z 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-ed57f8967b351c78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.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-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.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-07-27T20:52:49.388Z
117032026-07-27T20:52:49.388Zrunning 0 tests
117042026-07-27T20:52:49.388Z
117052026-07-27T20:52:49.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117062026-07-27T20:52:49.388Z
117072026-07-27T20:52:49.418Z Doc-tests wicket_dbg
117082026-07-27T20:52:49.422Z 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-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.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-c2137c19b537a351.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-647ac05d49bd5831.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8c2ecb68482646e.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-07-27T20:52:49.676Z
117102026-07-27T20:52:49.676Zrunning 0 tests
117112026-07-27T20:52:49.676Z
117122026-07-27T20:52:49.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117132026-07-27T20:52:49.676Z
117142026-07-27T20:52:49.703Z Doc-tests wicketd
117152026-07-27T20:52:49.707Z 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-ed57f8967b351c78.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_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0b7aa23010757393.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2cab8ef62e6b37e3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-38155cf4f1450091.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-559a3d2d19cc9f1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.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-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-59f23ee5f9732cdd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-2838c16817f773a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.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 hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-26c290bd4e0c20cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ea46e8ee22ce560f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-22e84fded1165b46.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-01fb0c1e559e3b3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3df428cd381048d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f74fbe88d9d45762.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_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-437aac73eb94cb0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-28de5b3f7f001de1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-68530fc51cefa9da.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f89bfa831719540a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-781ac313f1e7b876.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-92c1ae210e5bdaf6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aa236cf010b80efa.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2a4915fbec6ad53f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d7fcf644315ef79a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-222ed2b42ff2dbbc.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-e76c372758652036.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-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c7630bfff744aa77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-32ea0733ed43acc6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d1b893a35e999b4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7a8a0cb39b9195ee.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-34f324c69d868491.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eafd837955d18b18.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cc4b2f4a47250eff.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e6922921cdb32a5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-9c31dc2679535cbc.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-ec96e3b3b1195b80.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
117162026-07-27T20:52:50.165Z
117172026-07-27T20:52:50.165Zrunning 0 tests
117182026-07-27T20:52:50.165Z
117192026-07-27T20:52:50.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117202026-07-27T20:52:50.166Z
117212026-07-27T20:52:50.204Z Doc-tests wicketd_api
117222026-07-27T20:52:50.205Z 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-38155cf4f1450091.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-7e8d9910e20beb9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-636f92fd926793b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-60a8cafcf9e3e797.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6e6922921cdb32a5.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.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`
117232026-07-27T20:52:50.831Z
117242026-07-27T20:52:50.832Zrunning 2 tests
117252026-07-27T20:52:50.832Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 59) ... ignored
117262026-07-27T20:52:50.833Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 65) ... ignored
117272026-07-27T20:52:50.833Z
117282026-07-27T20:52:50.833Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117292026-07-27T20:52:50.833Z
117302026-07-27T20:52:50.836Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
117312026-07-27T20:52:50.864Z Doc-tests wicketd_client
117322026-07-27T20:52:50.865Z 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-38155cf4f1450091.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ad2b9bccbd8bc5ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-9bcaded542b461b1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0c530b9a62a42b6e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6a6133babb8d287d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
117332026-07-27T20:52:52.062Z
117342026-07-27T20:52:52.062Zrunning 0 tests
117352026-07-27T20:52:52.062Z
117362026-07-27T20:52:52.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117372026-07-27T20:52:52.063Z
117382026-07-27T20:52:52.111Z Doc-tests wicketd_commission_api
117392026-07-27T20:52:52.111Z 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-0584fdfb98a87584.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-a88fb895da57e7de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-9c31dc2679535cbc.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
117402026-07-27T20:52:52.663Z
117412026-07-27T20:52:52.663Zrunning 2 tests
117422026-07-27T20:52:52.664Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 60) ... ignored
117432026-07-27T20:52:52.664Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 66) ... ignored
117442026-07-27T20:52:52.664Z
117452026-07-27T20:52:52.664Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117462026-07-27T20:52:52.664Z
117472026-07-27T20:52:52.668Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
117482026-07-27T20:52:52.689Z Doc-tests wicketd_commission_client
117492026-07-27T20:52:52.693Z 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-3360310f583175c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ea4d54f908c6aa81.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-ec96e3b3b1195b80.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
117502026-07-27T20:52:53.068Z
117512026-07-27T20:52:53.068Zrunning 0 tests
117522026-07-27T20:52:53.068Z
117532026-07-27T20:52:53.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117542026-07-27T20:52:53.068Z
117552026-07-27T20:52:53.095Z Doc-tests wicketd_commission_types
117562026-07-27T20:52:53.095Z 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-365b10d4415c719d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-659ba8d286e4de19.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
117572026-07-27T20:52:53.266Z
117582026-07-27T20:52:53.266Zrunning 0 tests
117592026-07-27T20:52:53.266Z
117602026-07-27T20:52:53.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117612026-07-27T20:52:53.266Z
117622026-07-27T20:52:53.286Z Doc-tests wicketd_commission_types_versions
117632026-07-27T20:52:53.286Z 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-d452c09b5b0878f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3360310f583175c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5c576007de8eeda9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0517fff741baa4c3.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-2f728c48b3467468.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-2ef87df9d88fdeac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.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 toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e6466f58ee929f75.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`
117642026-07-27T20:52:54.133Z
117652026-07-27T20:52:54.133Zrunning 1 test
117662026-07-27T20:52:54.133Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
117672026-07-27T20:52:54.133Z
117682026-07-27T20:52:54.137Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117692026-07-27T20:52:54.137Z
117702026-07-27T20:52:54.137Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
117712026-07-27T20:52:54.174Z Doc-tests xtask_downloader
117722026-07-27T20:52:54.174Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.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-365b10d4415c719d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-febb76069daa47ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0e167e790e1c096c.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-647ac05d49bd5831.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a3b2082354a52d2e.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`
117732026-07-27T20:52:54.285Z
117742026-07-27T20:52:54.285Zrunning 1 test
117752026-07-27T20:52:54.285Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
117762026-07-27T20:52:54.285Z
117772026-07-27T20:52:54.290Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117782026-07-27T20:52:54.291Z
117792026-07-27T20:52:54.298Z Doc-tests zfs_test_harness
117802026-07-27T20:52:54.298Z 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-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fb5b40c59a3c5989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1cbf4cbfb3b43b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3298feff18b49164.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-647ac05d49bd5831.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-87bbc2c021c85df5.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`
117812026-07-27T20:52:54.516Z
117822026-07-27T20:52:54.516Zrunning 0 tests
117832026-07-27T20:52:54.516Z
117842026-07-27T20:52:54.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117852026-07-27T20:52:54.516Z
117862026-07-27T20:52:54.541Z Doc-tests zone_setup
117872026-07-27T20:52:54.544Z 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-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0584fdfb98a87584.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-74ee7418349b2ef2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eec3145e36fac35d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-365b10d4415c719d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f7d98d2d73bbbc76.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b754a8d6defcb251.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2f728c48b3467468.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-000492222092027a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f464a47c3b655e0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-7628f5c0ce279786.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-0f448d8d2520b860.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`
117882026-07-27T20:52:54.740Z
117892026-07-27T20:52:54.740Zrunning 0 tests
117902026-07-27T20:52:54.740Z
117912026-07-27T20:52:54.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117922026-07-27T20:52:54.740Z
117932026-07-27T20:52:54.839Z
117942026-07-27T20:52:54.839Zreal 2:19.944546210
117952026-07-27T20:52:54.839Zuser 1:51.229544759
117962026-07-27T20:52:54.839Zsys 53.741954471
117972026-07-27T20:52:54.843Ztrap 0.013700840
117982026-07-27T20:52:54.843Ztflt 0.772513600
117992026-07-27T20:52:54.843Zdflt 0.372958326
118002026-07-27T20:52:54.843Zkflt 0.000036780
118012026-07-27T20:52:54.843Zlock 11:04.882272344
118022026-07-27T20:52:54.843Zslp 13:02.074111924
118032026-07-27T20:52:54.843Zlat 0.392182343
118042026-07-27T20:52:54.843Zstop 4.178415074
118052026-07-27T20:52:54.843Z+ banner 'check schema migration cleanup'
118062026-07-27T20:52:54.846Z
118072026-07-27T20:52:54.846Z #### # # ###### #### # # #### #### # # ######
118082026-07-27T20:52:54.846Z # # # # # # # # # # # # # # #
118092026-07-27T20:52:54.846Z # ###### ##### # #### #### # ###### #####
118102026-07-27T20:52:54.846Z # # # # # # # # # # # #
118112026-07-27T20:52:54.846Z # # # # # # # # # # # # # # # #
118122026-07-27T20:52:54.846Z #### # # ###### #### # # #### #### # # ######
118132026-07-27T20:52:54.846Z
118142026-07-27T20:52:54.846Z+ ptime -m cargo xtask schema old-migrations
118152026-07-27T20:52:55.334Z Compiling serde_core v1.0.228
118162026-07-27T20:52:55.334Z Compiling libc v0.2.185
118172026-07-27T20:52:55.334Z Compiling serde v1.0.228
118182026-07-27T20:52:55.338Z Compiling rustix v1.1.3
118192026-07-27T20:52:55.338Z Compiling bitflags v2.11.0
118202026-07-27T20:52:55.338Z Compiling serde_json v1.0.150
118212026-07-27T20:52:55.338Z Compiling syn v1.0.109
118222026-07-27T20:52:55.435Z Compiling log v0.4.29
118232026-07-27T20:52:55.438Z Compiling getrandom v0.4.1
118242026-07-27T20:52:55.549Z Compiling usdt-impl v0.5.0
118252026-07-27T20:52:55.562Z Compiling indexmap v2.14.0
118262026-07-27T20:52:55.573Z Compiling fs-err v3.3.0
118272026-07-27T20:52:55.587Z Compiling anyhow v1.0.102
118282026-07-27T20:52:55.601Z Compiling heck v0.4.1
118292026-07-27T20:52:55.616Z Compiling once_cell v1.21.3
118302026-07-27T20:52:55.629Z Compiling syn v2.0.117
118312026-07-27T20:52:56.275Z Compiling errno v0.3.14
118322026-07-27T20:52:56.278Z Compiling thread-id v4.2.2
118332026-07-27T20:52:56.278Z Compiling memmap v0.7.0
118342026-07-27T20:52:56.908Z Compiling proc-macro-error v1.0.4
118352026-07-27T20:52:57.136Z Compiling terminal_size v0.4.3
118362026-07-27T20:52:57.137Z Compiling tempfile v3.25.0
118372026-07-27T20:52:57.238Z Compiling tabled_derive v0.7.0
118382026-07-27T20:52:57.250Z Compiling clap_builder v4.6.0
118392026-07-27T20:52:57.253Z Compiling textwrap v0.16.2
118402026-07-27T20:52:57.407Z Compiling camino v1.2.2
118412026-07-27T20:52:57.407Z Compiling semver v1.0.28
118422026-07-27T20:52:57.411Z Compiling cargo-platform v0.3.2
118432026-07-27T20:52:57.663Z Compiling camino-tempfile v1.4.1
118442026-07-27T20:52:57.675Z Compiling pest_generator v2.8.6
118452026-07-27T20:52:58.037Z Compiling tabled v0.15.0
118462026-07-27T20:52:58.173Z Compiling serde_derive v1.0.228
118472026-07-27T20:52:58.173Z Compiling thiserror-impl v1.0.69
118482026-07-27T20:52:58.177Z Compiling zerocopy-derive v0.7.35
118492026-07-27T20:52:58.177Z Compiling scroll_derive v0.12.1
118502026-07-27T20:52:58.177Z Compiling thiserror-impl v2.0.18
118512026-07-27T20:52:58.177Z Compiling clap_derive v4.6.1
118522026-07-27T20:52:58.211Z Compiling pest_derive v2.8.6
118532026-07-27T20:52:58.991Z Compiling scroll v0.12.0
118542026-07-27T20:52:59.031Z Compiling zerocopy v0.7.35
118552026-07-27T20:52:59.218Z Compiling goblin v0.8.2
118562026-07-27T20:52:59.232Z Compiling thiserror v1.0.69
118572026-07-27T20:52:59.277Z Compiling thiserror v2.0.18
118582026-07-27T20:52:59.318Z Compiling dtrace-parser v0.2.0
118592026-07-27T20:52:59.640Z Compiling clap v4.6.1
118602026-07-27T20:53:00.605Z Compiling serde_spanned v0.6.9
118612026-07-27T20:53:00.605Z Compiling toml_datetime v0.6.11
118622026-07-27T20:53:00.609Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
118632026-07-27T20:53:00.609Z Compiling cargo_metadata v0.23.1
118642026-07-27T20:53:00.609Z Compiling macaddr v1.0.1
118652026-07-27T20:53:00.617Z Compiling dof v0.3.0
118662026-07-27T20:53:00.621Z Compiling serde_tokenstream v0.2.3
118672026-07-27T20:53:00.836Z Compiling toml_edit v0.22.27
118682026-07-27T20:53:01.314Z Compiling usdt-attr-macro v0.5.0
118692026-07-27T20:53:01.318Z Compiling usdt-macro v0.5.0
118702026-07-27T20:53:02.065Z Compiling toml v0.8.23
118712026-07-27T20:53:02.080Z Compiling usdt v0.5.0
118722026-07-27T20:53:02.389Z Compiling cargo_toml v0.21.0
118732026-07-27T20:53:03.702Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
118742026-07-27T20:53:06.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
118752026-07-27T20:53:06.133Z Running `target/debug/xtask schema old-migrations`
118762026-07-27T20:53:07.067Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
118772026-07-27T20:53:07.235Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
118782026-07-27T20:53:07.239Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
118792026-07-27T20:53:07.283Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
118802026-07-27T20:53:07.784Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
118812026-07-27T20:53:07.784Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
118822026-07-27T20:53:14.845Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
118832026-07-27T20:53:14.845Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
118842026-07-27T20:53:15.650Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
118852026-07-27T20:53:15.651Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
118862026-07-27T20:53:15.655Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
118872026-07-27T20:53:15.655Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
118882026-07-27T20:53:24.330Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
118892026-07-27T20:53:32.426Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
118902026-07-27T20:53:33.980Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
118912026-07-27T20:54:08.201Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
118922026-07-27T20:54:19.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
118932026-07-27T20:54:19.542Z Running `target/debug/schema old-migrations`
118942026-07-27T20:54:19.604ZIdentifying old migrations that can be removed
118952026-07-27T20:54:19.713ZBase schema version: 148.0.0
118962026-07-27T20:54:19.717ZOK: No old migrations found
118972026-07-27T20:54:19.717Z
118982026-07-27T20:54:19.717Zreal 1:24.866892160
118992026-07-27T20:54:19.718Zuser 2:36.194002930
119002026-07-27T20:54:19.718Zsys 25.560187613
119012026-07-27T20:54:19.718Ztrap 0.021856663
119022026-07-27T20:54:19.718Ztflt 0.673172835
119032026-07-27T20:54:19.718Zdflt 1.352635016
119042026-07-27T20:54:19.718Zkflt 0.000074580
119052026-07-27T20:54:19.718Zlock 11:50.405828256
119062026-07-27T20:54:19.718Zslp 5:22.872582468
119072026-07-27T20:54:19.718Zlat 0.349806734
119082026-07-27T20:54:19.718Zstop 16.962888216
119092026-07-27T20:54:19.722Z+ [[ illumos == \i\l\l\u\m\o\s ]]
119102026-07-27T20:54:19.722Z+ banner live-test
119112026-07-27T20:54:19.723Z
119122026-07-27T20:54:19.723Z # # # # ###### ##### ###### #### #####
119132026-07-27T20:54:19.724Z # # # # # # # # #
119142026-07-27T20:54:19.725Z # # # # ##### ##### # ##### #### #
119152026-07-27T20:54:19.725Z # # # # # # # # #
119162026-07-27T20:54:19.725Z # # # # # # # # # #
119172026-07-27T20:54:19.725Z ###### # ## ###### # ###### #### #
119182026-07-27T20:54:19.725Z
119192026-07-27T20:54:19.725Z+ ptime -m cargo xtask live-tests
119202026-07-27T20:54:20.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
119212026-07-27T20:54:20.224Z Running `target/debug/xtask live-tests`
119222026-07-27T20:54:20.264Zusing temporary directory: /var/tmp/omicron_tmp/.tmpFtOVdM
119232026-07-27T20:54:20.264Zwill create archive file: /var/tmp/omicron_tmp/.tmpFtOVdM/live-tests-archive/omicron-live-tests.tar.zst
119242026-07-27T20:54:20.264Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
119252026-07-27T20:54:20.264Z
119262026-07-27T20:54:20.267Zrunning: /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/.tmpFtOVdM/live-tests-archive/omicron-live-tests.tar.zst"
119272026-07-27T20:54:22.211Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
119282026-07-27T20:54:22.339Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
119292026-07-27T20:54:22.358Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
119302026-07-27T20:54:22.374Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
119312026-07-27T20:54:22.374Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
119322026-07-27T20:54:22.377Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
119332026-07-27T20:54:22.425Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
119342026-07-27T20:54:22.425Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
119352026-07-27T20:54:22.478Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
119362026-07-27T20:54:22.478Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
119372026-07-27T20:54:22.481Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
119382026-07-27T20:54:22.481Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
119392026-07-27T20:54:23.433Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
119402026-07-27T20:54:24.112Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
119412026-07-27T20:54:27.883Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
119422026-07-27T20:54:27.883Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
119432026-07-27T20:54:28.880Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
119442026-07-27T20:54:59.707Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
119452026-07-27T20:55:00.249Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
119462026-07-27T20:55:02.594Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
119472026-07-27T20:55:03.162Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
119482026-07-27T20:55:31.618Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
119492026-07-27T20:55:38.614Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
119502026-07-27T20:56:01.878Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 40s
119512026-07-27T20:56:02.075Zinfo: experimental features enabled: setup-scripts, benchmarks
119522026-07-27T20:56:02.080Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpFtOVdM/live-tests-archive/omicron-live-tests.tar.zst
119532026-07-27T20:56:02.748Z Archived 402 files to /var/tmp/omicron_tmp/.tmpFtOVdM/live-tests-archive/omicron-live-tests.tar.zst in 0.67s
119542026-07-27T20:56:02.837Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpFtOVdM/live-tests-archive\""
119552026-07-27T20:56:02.847Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpFtOVdM" "live-tests-archive"
119562026-07-27T20:56:03.024Zcreated:
119572026-07-27T20:56:03.024Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
119582026-07-27T20:56:03.024ZTo use this:
119592026-07-27T20:56:03.024Z
119602026-07-27T20:56:03.024Z1. Copy the tarball to the switch zone in a deployed Omicron system.
119612026-07-27T20:56:03.024Z
119622026-07-27T20:56:03.027Z e.g., scp \
119632026-07-27T20:56:03.027Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
119642026-07-27T20:56:03.027Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
119652026-07-27T20:56:03.028Z
119662026-07-27T20:56:03.028Z2. Copy the `cargo-nextest` binary to the same place.
119672026-07-27T20:56:03.028Z
119682026-07-27T20:56:03.028Z e.g., scp \
119692026-07-27T20:56:03.028Z $(which cargo-nextest) \
119702026-07-27T20:56:03.028Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
119712026-07-27T20:56:03.028Z
119722026-07-27T20:56:03.028Z3. From the switch zone on that system, unpack the tarball with:
119732026-07-27T20:56:03.028Z
119742026-07-27T20:56:03.028Z tar xzf live-tests-archive.tgz
119752026-07-27T20:56:03.028Z
119762026-07-27T20:56:03.028Z4. From the switch zone on that system, run tests with:
119772026-07-27T20:56:03.028Z
119782026-07-27T20:56:03.028Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
119792026-07-27T20:56:03.028Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
119802026-07-27T20:56:03.028Z --workspace-remap live-tests-archive
119812026-07-27T20:56:03.028Z
119822026-07-27T20:56:03.028Z
119832026-07-27T20:56:03.028Zreal 1:43.300435229
119842026-07-27T20:56:03.028Zuser 2:46.771514991
119852026-07-27T20:56:03.028Zsys 27.148014127
119862026-07-27T20:56:03.028Ztrap 0.023330567
119872026-07-27T20:56:03.028Ztflt 0.256026328
119882026-07-27T20:56:03.028Zdflt 1.318767113
119892026-07-27T20:56:03.028Zkflt 0.000010250
119902026-07-27T20:56:03.028Zlock 14:32.261159948
119912026-07-27T20:56:03.028Zslp 10:25.003852988
119922026-07-27T20:56:03.028Zlat 0.234672900
119932026-07-27T20:56:03.028Zstop 5.566652965
119942026-07-27T20:56:03.028Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
119952026-07-27T20:56:03.032Z+ unset TMPDIR
119962026-07-27T20:56:03.032Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
119972026-07-27T20:56:03.032Zfiles in /var/tmp/omicron_tmp (none expected on success):
119982026-07-27T20:56:03.032Z+ find /var/tmp/omicron_tmp -ls
119992026-07-27T20:56:03.035Z137492 39 drwxr-xr-x 2 build build 2 Jul 27 20:56 /var/tmp/omicron_tmp
120002026-07-27T20:56:03.035Z+ rmdir /var/tmp/omicron_tmp
120012026-07-27T20:56:03.038Zprocess exited: duration 1885460 ms, exit code 0
 
120022026-07-27T20:56:03.050Zfound 6 output files
120032026-07-27T20:56:03.050Zuploading: /work/cargo-build-analysis.jsonl (1799309 bytes)
120042026-07-27T20:56:04.079Zuploaded: /work/cargo-build-analysis.jsonl
120052026-07-27T20:56:04.079Zuploading: /work/environment.json (108 bytes)
120062026-07-27T20:56:05.105Zuploaded: /work/environment.json
120072026-07-27T20:56:05.106Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (621940 bytes)
120082026-07-27T20:56:06.126Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
120092026-07-27T20:56:06.127Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (286199296 bytes)
120102026-07-27T20:56:10.394Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
120112026-07-27T20:56:10.394Zuploading: /tmp/nextest-run-archive.zip (3044302 bytes)
120122026-07-27T20:56:11.428Zuploaded: /tmp/nextest-run-archive.zip
120132026-07-27T20:56:11.428Zuploading: /tmp/nextest-chrome-trace.json (3963984 bytes)
120142026-07-27T20:56:12.467Zuploaded: /tmp/nextest-chrome-trace.json