01M023CX9N60K1ZCAC204P9SK0: 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: 01M023D8EN27AV91V9PYS298QZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-15T06:58:58.983Zjob assigned to worker 01M023DC1P6A76GMT5CD2TK8HE [factory aws, i-017f354b09fc40c93] (queued for 54 s)
 
22026-08-15T06:59:07.010Zstarting task 0: "setup"
32026-08-15T06:59:07.016Z++ uname -s
42026-08-15T06:59:07.019Z+ kern=SunOS
52026-08-15T06:59:07.019Z+ build_user=build
62026-08-15T06:59:07.019Z+ build_uid=12345
72026-08-15T06:59:07.019Z+ work_dir=/work
82026-08-15T06:59:07.019Z+ input_dir=/input
92026-08-15T06:59:07.019Z+ [[ 0 == 12345 ]]
102026-08-15T06:59:07.020Z+ case "$kern" in
112026-08-15T06:59:07.020Z+ groupadd -g 12345 build
122026-08-15T06:59:07.023Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-15T06:59:09.029Z+ zfs create -o mountpoint=/work rpool/work
142026-08-15T06:59:09.202Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-15T06:59:09.205Z+ home_fs=zfs
162026-08-15T06:59:09.205Z+ [[ zfs == autofs ]]
172026-08-15T06:59:09.205Z+ mkdir -p /home/build
182026-08-15T06:59:09.208Z+ chown build:build /home/build /work
192026-08-15T06:59:11.214Z+ chmod 0700 /home/build /work
202026-08-15T06:59:11.218Zprocess exited: duration 4209 ms, exit code 0
 
212026-08-15T06:59:11.224Zstarting task 1: "rust-toolchain"
222026-08-15T06:59:11.231Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-15T06:59:11.231Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-15T06:59:11.232Z * rust toolchain channel = "1.97.1"
252026-08-15T06:59:11.232Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-15T06:59:11.232Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-15T06:59:11.235Z * rust toolchain profile = "default"
282026-08-15T06:59:11.235Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-15T06:59:11.235Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-15T06:59:11.350Zinfo: downloading installer
312026-08-15T06:59:12.834Zwarn: It looks like you have an existing rustup settings file at:
322026-08-15T06:59:12.834Zwarn: /home/build/.rustup/settings.toml
332026-08-15T06:59:12.834Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-15T06:59:12.835Zwarn: instead of the one inferred from the default host triple.
352026-08-15T06:59:12.879Zinfo: profile set to default
362026-08-15T06:59:12.879Zinfo: default host triple is x86_64-unknown-illumos
372026-08-15T06:59:12.879Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-15T06:59:12.989Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-15T06:59:12.996Zinfo: downloading 6 components
402026-08-15T06:59:28.513Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-15T06:59:28.513Z
422026-08-15T06:59:28.534Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-15T06:59:28.535Z
442026-08-15T06:59:28.540Z
452026-08-15T06:59:28.540ZRust is installed now. Great!
462026-08-15T06:59:28.540Z
472026-08-15T06:59:28.540ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-15T06:59:28.540Zenvironment variable. This has not been done automatically.
492026-08-15T06:59:28.540Z
502026-08-15T06:59:28.540ZTo configure your current shell, you need to source
512026-08-15T06:59:28.540Zthe corresponding env file under $HOME/.cargo.
522026-08-15T06:59:28.540Z
532026-08-15T06:59:28.540ZThis is usually done by running one of the following (note the leading DOT):
542026-08-15T06:59:28.540Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-15T06:59:28.540Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-15T06:59:28.540Zsource "~/.cargo/env.nu" # For nushell
572026-08-15T06:59:28.540Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-15T06:59:28.540Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-15T06:59:28.540Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-15T06:59:28.540Zwarn: no default linker (`cc`) was found in your PATH
612026-08-15T06:59:28.540Zwarn: many Rust crates require a system C toolchain to build
622026-08-15T06:59:28.642Z+ rustup --version
632026-08-15T06:59:28.651Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-15T06:59:28.651Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-15T06:59:28.669Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-15T06:59:28.673Z+ cargo --version
672026-08-15T06:59:28.680Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-15T06:59:28.684Z+ rustc --version
692026-08-15T06:59:28.703Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-15T06:59:28.706Zprocess exited: duration 17479 ms, exit code 0
 
712026-08-15T06:59:28.713Zstarting task 2: "authentication"
722026-08-15T06:59:28.737Zprocess exited: duration 23 ms, exit code 0
 
732026-08-15T06:59:28.744Zstarting task 3: "clone repository"
742026-08-15T06:59:28.750Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-15T06:59:28.753Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-15T06:59:28.785ZCloning into '/work/oxidecomputer/omicron'...
772026-08-15T06:59:47.691Z+ cd /work/oxidecomputer/omicron
782026-08-15T06:59:47.691Z+ git fetch origin c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
792026-08-15T06:59:48.048ZFrom https://github.com/oxidecomputer/omicron
802026-08-15T06:59:48.048Z * branch c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 -> FETCH_HEAD
812026-08-15T06:59:48.060Z+ [[ -n sush-integration ]]
822026-08-15T06:59:48.065Z++ git branch --show-current
832026-08-15T06:59:48.065Z+ current=main
842026-08-15T06:59:48.065Z+ [[ main != sush-integration ]]
852026-08-15T06:59:48.065Z+ git branch -f sush-integration c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
862026-08-15T06:59:48.070Z+ git checkout -f sush-integration
872026-08-15T06:59:48.323ZSwitched to branch 'sush-integration'
882026-08-15T06:59:48.327Z+ git reset --hard c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
892026-08-15T06:59:48.347ZHEAD is now at c47b10a3e Faster, steadier sush routing
902026-08-15T06:59:48.350Zprocess exited: duration 19604 ms, exit code 0
 
912026-08-15T06:59:48.357Zstarting task 4: "build"
922026-08-15T06:59:48.367Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932026-08-15T06:59:48.367Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942026-08-15T06:59:48.367Ztests will store ephemeral output in /var/tmp/omicron_tmp
952026-08-15T06:59:48.367Z+ mkdir /var/tmp/omicron_tmp
962026-08-15T06:59:48.370Z+ source ./env.sh
972026-08-15T06:59:48.370Z++ OLD_SHELL_OPTS=ehxB
982026-08-15T06:59:48.370Z++ set -o xtrace
992026-08-15T06:59:48.374Z++++ dirname ./env.sh
1002026-08-15T06:59:48.377Z+++ readlink -f .
1012026-08-15T06:59:48.377Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-15T06:59:48.377Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-15T06:59:48.378Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-15T06:59:48.378Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-15T06:59:48.378Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-15T06:59:48.379Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-15T06:59:48.379Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-15T06:59:48.379Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-15T06:59:48.379Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-15T06:59:48.379Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-15T06:59:48.379Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-15T06:59:48.379Z++ case $OLD_SHELL_OPTS in
1132026-08-15T06:59:48.384Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-15T06:59:48.384Z+ source .github/buildomat/ci-env.sh
1152026-08-15T06:59:48.384Z++ export CARGO_TERM_COLOR=always
1162026-08-15T06:59:48.385Z++ CARGO_TERM_COLOR=always
1172026-08-15T06:59:48.385Z+++ uname -s
1182026-08-15T06:59:48.385Z++ [[ SunOS == \S\u\n\O\S ]]
1192026-08-15T06:59:48.385Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1202026-08-15T06:59:48.389Z+ target_os=illumos
1212026-08-15T06:59:48.389Z+ NEXTEST_VERSION=0.9.131
1222026-08-15T06:59:48.389Z+ cargo --version
1232026-08-15T06:59:48.393Zcargo 1.97.1 (c980f4866 2026-06-30)
1242026-08-15T06:59:48.396Z+ rustc --version
1252026-08-15T06:59:48.418Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1262026-08-15T06:59:48.422Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-08-15T06:59:48.422Z+ gunzip
1282026-08-15T06:59:48.427Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-08-15T06:59:49.580Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-08-15T06:59:49.584Z+ OUTPUT_DIR=/work
1312026-08-15T06:59:49.584Z+ echo 'tests will store non-ephemeral output in /work'
1322026-08-15T06:59:49.584Ztests will store non-ephemeral output in /work
1332026-08-15T06:59:49.586Z+ mkdir -p /work
1342026-08-15T06:59:49.586Z+ banner prerequisites
1352026-08-15T06:59:49.586Z
1362026-08-15T06:59:49.586Z ##### ##### ###### ##### ###### #### # # # #### #
1372026-08-15T06:59:49.587Z # # # # # # # # # # # # # # #
1382026-08-15T06:59:49.587Z # # # # ##### # # ##### # # # # # #### #
1392026-08-15T06:59:49.587Z ##### ##### # ##### # # # # # # # # #
1402026-08-15T06:59:49.587Z # # # # # # # # # # # # # # #
1412026-08-15T06:59:49.587Z # # # ###### # # ###### ### # #### # #### #
1422026-08-15T06:59:49.587Z
1432026-08-15T06:59:49.587Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1442026-08-15T06:59:51.510Z Startup: Refreshing catalog 'helios' ... Done
1452026-08-15T06:59:51.821Z Startup: Caching catalogs ... Done
1462026-08-15T06:59:53.533ZPlanning: Solver setup ... Done (1.611s)
1472026-08-15T06:59:53.586ZPlanning: Running solver ... Done (0.053s)
1482026-08-15T06:59:53.626ZPlanning: Finding local manifests ... Done (0.003s)
1492026-08-15T06:59:53.638ZPlanning: Fetching manifests: 0/2 0% complete
1502026-08-15T06:59:53.657ZPlanning: Fetching manifests: 2/2 100% complete
1512026-08-15T06:59:53.672ZPlanning: Package planning ... Done (0.015s)
1522026-08-15T06:59:53.705ZPlanning: Merging actions ... Done (0.001s)
1532026-08-15T06:59:53.845ZPlanning: Checking for conflicting actions ... Done (0.171s)
1542026-08-15T06:59:53.848ZPlanning: Consolidating action changes ... Done (0.001s)
1552026-08-15T06:59:54.717ZPlanning: Evaluating mediators ... Done (0.871s)
1562026-08-15T06:59:54.721ZPlanning: Planning completed in 2.86 seconds
1572026-08-15T06:59:54.727Z Packages to install: 2
1582026-08-15T06:59:54.727Z Estimated space available: 156.00 GB
1592026-08-15T06:59:54.727ZEstimated space to be consumed: 67.96 MB
1602026-08-15T06:59:54.727Z Create boot environment: No
1612026-08-15T06:59:54.727ZCreate backup boot environment: No
1622026-08-15T06:59:54.727Z Rebuild boot archive: No
1632026-08-15T06:59:54.730Z
1642026-08-15T06:59:54.730ZChanged packages:
1652026-08-15T06:59:54.730Zhelios
1662026-08-15T06:59:54.730Z developer/build-essential
1672026-08-15T06:59:54.730Z None -> 11-3.0
1682026-08-15T06:59:54.730Z library/libxmlsec1
1692026-08-15T06:59:54.730Z None -> 1.2.35-3.0
1702026-08-15T06:59:54.752Z
1712026-08-15T06:59:54.752ZDownload: 0/214 items 0.0/1.3MB 0% complete
1722026-08-15T06:59:54.824ZDownload: Completed 1.28 MB in 0.07 seconds (17.8M/s)
1732026-08-15T06:59:54.909Z Actions: 1/268 actions (Installing new actions)
1742026-08-15T06:59:54.948Z Actions: Completed 268 actions in 0.04 seconds.
1752026-08-15T06:59:54.980ZFinalize: Updating package state database ... Done (0.032s)
1762026-08-15T06:59:54.980ZFinalize: Updating package cache ... Done (0.000s)
1772026-08-15T06:59:55.060ZFinalize: Updating image state ... Done (0.080s)
1782026-08-15T06:59:57.706ZFinalize: Creating fast lookup database ... Done (2.598s)
1792026-08-15T06:59:57.785ZFinalize: Reading search index ... Done (0.012s)
1802026-08-15T06:59:57.788ZFinalize: Updating search index ... Done (0.000s)
1812026-08-15T06:59:57.951ZFinalize: Updating package cache ... Done (0.000s)
1822026-08-15T06:59:58.311ZPlanning: Evaluating mediator changes ... Done
1832026-08-15T06:59:58.413ZPlanning: Checking for conflicting actions ... Done
1842026-08-15T06:59:58.419ZPlanning: Consolidating action changes ... Done
1852026-08-15T06:59:58.571ZPlanning: Evaluating mediators ... Done
1862026-08-15T06:59:58.575ZPlanning: Planning completed in 0.26 seconds
1872026-08-15T06:59:58.595Z Mediators to change: 2
1882026-08-15T06:59:58.595Z Create boot environment: No
1892026-08-15T06:59:58.595ZCreate backup boot environment: No
1902026-08-15T06:59:58.669ZFinalize: Updating package state database ... Done
1912026-08-15T06:59:58.669ZFinalize: Updating package cache ... Done
1922026-08-15T06:59:58.717ZFinalize: Updating image state ... Done
1932026-08-15T07:00:00.672ZFinalize: Creating fast lookup database ... Done
1942026-08-15T07:00:00.735ZFinalize: Reading search index ... Done
1952026-08-15T07:00:00.739ZFinalize: Updating search index ... Done
1962026-08-15T07:00:00.842ZFinalize: Updating package cache ... Done
1972026-08-15T07:00:01.130ZPlanning: Evaluating mediator changes ... Done
1982026-08-15T07:00:01.235ZPlanning: Checking for conflicting actions ... Done
1992026-08-15T07:00:01.238ZPlanning: Consolidating action changes ... Done
2002026-08-15T07:00:01.392ZPlanning: Evaluating mediators ... Done
2012026-08-15T07:00:01.395ZPlanning: Planning completed in 0.26 seconds
2022026-08-15T07:00:01.415Z Mediators to change: 1
2032026-08-15T07:00:01.415Z Create boot environment: No
2042026-08-15T07:00:01.415ZCreate backup boot environment: No
2052026-08-15T07:00:01.469ZFinalize: Updating package state database ... Done
2062026-08-15T07:00:01.470ZFinalize: Updating package cache ... Done
2072026-08-15T07:00:01.512ZFinalize: Updating image state ... Done
2082026-08-15T07:00:03.449ZFinalize: Creating fast lookup database ... Done
2092026-08-15T07:00:03.514ZFinalize: Reading search index ... Done
2102026-08-15T07:00:03.518ZFinalize: Updating search index ... Done
2112026-08-15T07:00:03.602ZFinalize: Updating package cache ... Done
2122026-08-15T07:00:03.914ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132026-08-15T07:00:03.914Zapache system 2.4 system
2142026-08-15T07:00:03.914Zclang system 15 system
2152026-08-15T07:00:03.914Zcsh system system illumos
2162026-08-15T07:00:03.914Zctags system system illumos
2172026-08-15T07:00:03.914Zfile vendor vendor darwinsys
2182026-08-15T07:00:03.914Zfile system system illumos
2192026-08-15T07:00:03.914Zgcc vendor 14 vendor
2202026-08-15T07:00:03.914Zgcc system 13 system
2212026-08-15T07:00:03.914Zgcc system 10 system
2222026-08-15T07:00:03.914Zgo system 1.25 system
2232026-08-15T07:00:03.914Zllvm system 15 system
2242026-08-15T07:00:03.914Zmariadb system 11.4 system
2252026-08-15T07:00:03.914Zmta vendor vendor dma
2262026-08-15T07:00:03.915Zopenjdk system 17 system
2272026-08-15T07:00:03.915Zopenjdk system 11 system
2282026-08-15T07:00:03.915Zopenssl vendor 3 vendor
2292026-08-15T07:00:03.915Zperl system 5.40 system
2302026-08-15T07:00:03.915Zpostgresql system 18 system
2312026-08-15T07:00:03.915Zpostgresql system 17 system
2322026-08-15T07:00:03.916Zpython vendor 3 vendor
2332026-08-15T07:00:03.916Zpython system 2 system
2342026-08-15T07:00:03.916Zpython3 vendor 3.13 vendor
2352026-08-15T07:00:03.916Zruby system 3.4 system
2362026-08-15T07:00:03.916Zruby system 3.0 system
2372026-08-15T07:00:03.916Zwords vendor vendor american-english
2382026-08-15T07:00:03.916Zwords system system australian-english
2392026-08-15T07:00:03.916Zwords system system british-english
2402026-08-15T07:00:03.916Zwords system system canadian-english
2412026-08-15T07:00:03.916Zwords system system french
2422026-08-15T07:00:03.916Zwords system system italian
2432026-08-15T07:00:03.916Zwords system system ngerman
2442026-08-15T07:00:03.916Zwords system system ogerman
2452026-08-15T07:00:03.916Zwords system system spanish
2462026-08-15T07:00:04.168ZPUBLISHER TYPE STATUS P LOCATION
2472026-08-15T07:00:04.168Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2482026-08-15T07:00:04.615ZFMRI IFO
2492026-08-15T07:00:04.615Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2502026-08-15T07:00:04.615Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2512026-08-15T07:00:04.615Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2522026-08-15T07:00:04.615Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2532026-08-15T07:00:04.616Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2542026-08-15T07:00:04.616Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2552026-08-15T07:00:04.616Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2562026-08-15T07:00:04.616Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2572026-08-15T07:00:04.616Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2582026-08-15T07:00:04.925Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-08-15T07:00:05.291Z Updating crates.io index
2602026-08-15T07:00:05.295Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-08-15T07:00:05.606Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-08-15T07:00:06.002Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-08-15T07:00:06.989Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-08-15T07:00:07.762Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-08-15T07:00:09.716Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-08-15T07:00:10.604Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-08-15T07:00:10.957Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-08-15T07:00:11.339Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-08-15T07:00:12.836Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-08-15T07:00:13.389Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-08-15T07:00:13.924Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2722026-08-15T07:00:14.208Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732026-08-15T07:00:14.502Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742026-08-15T07:00:14.780Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752026-08-15T07:00:15.085Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-15T07:00:15.371Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-08-15T07:00:15.690Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2782026-08-15T07:00:16.158Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792026-08-15T07:00:16.656Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-08-15T07:00:17.074Z Updating git repository `https://github.com/oxidecomputer/sush`
2812026-08-15T07:00:17.540Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2822026-08-15T07:00:18.017Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832026-08-15T07:00:18.339Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2842026-08-15T07:00:18.893Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2852026-08-15T07:00:19.225Z Updating git repository `https://github.com/oxidecomputer/erebor`
2862026-08-15T07:00:19.534Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-08-15T07:00:19.987Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-08-15T07:00:20.275Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-08-15T07:00:20.735Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2902026-08-15T07:00:21.072Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912026-08-15T07:00:21.353Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-08-15T07:00:21.701Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-08-15T07:00:22.148Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942026-08-15T07:00:22.551Z Updating git repository `https://github.com/oxidecomputer/tough`
2952026-08-15T07:00:23.122Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962026-08-15T07:00:23.723Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-08-15T07:00:24.033Z Updating git repository `https://github.com/oxidecomputer/rumors`
2982026-08-15T07:00:27.781Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2992026-08-15T07:00:28.099Z Updating git repository `https://github.com/oxidecomputer/pmbus`
3002026-08-15T07:00:28.436Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012026-08-15T07:00:28.710Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3022026-08-15T07:00:29.126Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032026-08-15T07:00:29.441Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042026-08-15T07:00:29.757Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052026-08-15T07:00:30.049Z Updating git repository `https://github.com/illumos/smf-rs`
3062026-08-15T07:00:32.634Z Downloading crates ...
3072026-08-15T07:00:32.677Z Downloaded anstream v1.0.0
3082026-08-15T07:00:32.682Z Downloaded block-buffer v0.10.4
3092026-08-15T07:00:32.685Z Downloaded anstyle-parse v1.0.0
3102026-08-15T07:00:32.685Z Downloaded fastrand v2.3.0
3112026-08-15T07:00:32.688Z Downloaded anstyle-query v1.1.5
3122026-08-15T07:00:32.688Z Downloaded colorchoice v1.0.4
3132026-08-15T07:00:32.689Z Downloaded cfg-if v1.0.4
3142026-08-15T07:00:32.692Z Downloaded log v0.4.33
3152026-08-15T07:00:32.698Z Downloaded cargo-platform v0.3.2
3162026-08-15T07:00:32.702Z Downloaded clap_lex v1.0.0
3172026-08-15T07:00:32.702Z Downloaded pretty-hex v0.4.1
3182026-08-15T07:00:32.702Z Downloaded tabled_derive v0.7.0
3192026-08-15T07:00:32.706Z Downloaded toml_datetime v0.6.11
3202026-08-15T07:00:32.709Z Downloaded zmij v1.0.21
3212026-08-15T07:00:32.713Z Downloaded fnv v1.0.7
3222026-08-15T07:00:32.713Z Downloaded cpufeatures v0.2.17
3232026-08-15T07:00:32.716Z Downloaded zerocopy v0.7.35
3242026-08-15T07:00:32.723Z Downloaded itoa v1.0.17
3252026-08-15T07:00:32.727Z Downloaded camino-tempfile v1.4.1
3262026-08-15T07:00:32.727Z Downloaded anstyle v1.0.14
3272026-08-15T07:00:32.727Z Downloaded cargo_metadata v0.23.1
3282026-08-15T07:00:32.727Z Downloaded scroll v0.12.0
3292026-08-15T07:00:32.731Z Downloaded cargo_toml v0.21.0
3302026-08-15T07:00:32.731Z Downloaded clap_derive v4.6.1
3312026-08-15T07:00:32.731Z Downloaded thiserror v1.0.69
3322026-08-15T07:00:32.734Z Downloaded bytecount v0.6.9
3332026-08-15T07:00:32.737Z Downloaded dof v0.3.0
3342026-08-15T07:00:32.740Z Downloaded memmap v0.7.0
3352026-08-15T07:00:32.741Z Downloaded is_terminal_polyfill v1.70.2
3362026-08-15T07:00:32.744Z Downloaded dtrace-parser v0.2.0
3372026-08-15T07:00:32.747Z Downloaded autocfg v1.5.0
3382026-08-15T07:00:32.753Z Downloaded digest v0.10.7
3392026-08-15T07:00:32.756Z Downloaded equivalent v1.0.2
3402026-08-15T07:00:32.759Z Downloaded errno v0.3.14
3412026-08-15T07:00:32.759Z Downloaded generic-array v0.14.7
3422026-08-15T07:00:32.762Z Downloaded heck v0.4.1
3432026-08-15T07:00:32.762Z Downloaded strsim v0.11.1
3442026-08-15T07:00:32.766Z Downloaded heck v0.5.0
3452026-08-15T07:00:32.768Z Downloaded version_check v0.9.5
3462026-08-15T07:00:32.772Z Downloaded camino v1.2.5
3472026-08-15T07:00:32.776Z Downloaded utf8parse v0.2.2
3482026-08-15T07:00:32.779Z Downloaded macaddr v1.0.1
3492026-08-15T07:00:32.779Z Downloaded scroll_derive v0.12.1
3502026-08-15T07:00:32.782Z Downloaded proc-macro-error-attr v1.0.4
3512026-08-15T07:00:32.782Z Downloaded toml_write v0.1.2
3522026-08-15T07:00:32.782Z Downloaded crypto-common v0.1.7
3532026-08-15T07:00:32.787Z Downloaded swrite v0.1.0
3542026-08-15T07:00:32.790Z Downloaded smawk v0.3.2
3552026-08-15T07:00:32.790Z Downloaded terminal_size v0.4.3
3562026-08-15T07:00:32.793Z Downloaded usdt-attr-macro v0.5.0
3572026-08-15T07:00:32.797Z Downloaded usdt v0.5.0
3582026-08-15T07:00:32.797Z Downloaded serde_spanned v0.6.9
3592026-08-15T07:00:32.805Z Downloaded unicode-linebreak v0.1.5
3602026-08-15T07:00:32.809Z Downloaded thread-id v4.2.2
3612026-08-15T07:00:32.810Z Downloaded usdt-macro v0.5.0
3622026-08-15T07:00:32.813Z Downloaded anyhow v1.0.104
3632026-08-15T07:00:32.816Z Downloaded tempfile v3.27.0
3642026-08-15T07:00:32.819Z Downloaded papergrid v0.11.0
3652026-08-15T07:00:32.822Z Downloaded pest_generator v2.8.6
3662026-08-15T07:00:32.822Z Downloaded fs-err v3.3.0
3672026-08-15T07:00:32.831Z Downloaded thiserror-impl v1.0.69
3682026-08-15T07:00:32.834Z Downloaded plain v0.2.3
3692026-08-15T07:00:32.834Z Downloaded sha2 v0.10.9
3702026-08-15T07:00:32.837Z Downloaded serde_tokenstream v0.2.3
3712026-08-15T07:00:32.840Z Downloaded proc-macro-error v1.0.4
3722026-08-15T07:00:32.844Z Downloaded quote v1.0.45
3732026-08-15T07:00:32.856Z Downloaded pest_meta v2.8.6
3742026-08-15T07:00:32.862Z Downloaded bitflags v2.11.0
3752026-08-15T07:00:32.862Z Downloaded getrandom v0.3.4
3762026-08-15T07:00:32.862Z Downloaded once_cell v1.21.3
3772026-08-15T07:00:32.866Z Downloaded pest_derive v2.8.6
3782026-08-15T07:00:32.869Z Downloaded usdt-impl v0.5.0
3792026-08-15T07:00:32.869Z Downloaded byteorder v1.5.0
3802026-08-15T07:00:32.869Z Downloaded semver v1.0.28
3812026-08-15T07:00:32.874Z Downloaded thiserror-impl v2.0.18
3822026-08-15T07:00:32.878Z Downloaded ucd-trie v0.1.7
3832026-08-15T07:00:32.881Z Downloaded toml v0.8.23
3842026-08-15T07:00:32.884Z Downloaded zerocopy-derive v0.7.35
3852026-08-15T07:00:32.889Z Downloaded thiserror v2.0.18
3862026-08-15T07:00:32.892Z Downloaded serde_core v1.0.228
3872026-08-15T07:00:32.896Z Downloaded textwrap v0.16.2
3882026-08-15T07:00:32.896Z Downloaded clap v4.6.1
3892026-08-15T07:00:32.904Z Downloaded proc-macro2 v1.0.106
3902026-08-15T07:00:32.912Z Downloaded serde_derive v1.0.228
3912026-08-15T07:00:32.921Z Downloaded unicode-ident v1.0.24
3922026-08-15T07:00:32.935Z Downloaded serde v1.0.228
3932026-08-15T07:00:32.939Z Downloaded toml_edit v0.22.27
3942026-08-15T07:00:32.949Z Downloaded memchr v2.8.0
3952026-08-15T07:00:32.955Z Downloaded indexmap v2.14.0
3962026-08-15T07:00:32.959Z Downloaded typenum v1.20.1
3972026-08-15T07:00:32.968Z Downloaded goblin v0.8.2
3982026-08-15T07:00:32.976Z Downloaded pest v2.8.6
3992026-08-15T07:00:32.991Z Downloaded clap_builder v4.6.0
4002026-08-15T07:00:32.998Z Downloaded hashbrown v0.17.0
4012026-08-15T07:00:33.014Z Downloaded serde_json v1.0.151
4022026-08-15T07:00:33.024Z Downloaded winnow v0.7.14
4032026-08-15T07:00:33.031Z Downloaded unicode-width v0.2.0
4042026-08-15T07:00:33.040Z Downloaded tabled v0.15.0
4052026-08-15T07:00:33.049Z Downloaded syn v1.0.109
4062026-08-15T07:00:33.055Z Downloaded unicode-width v0.1.14
4072026-08-15T07:00:33.058Z Downloaded syn v2.0.117
4082026-08-15T07:00:33.067Z Downloaded rustix v1.1.4
4092026-08-15T07:00:33.104Z Downloaded libc v0.2.185
4102026-08-15T07:00:33.169Z Compiling proc-macro2 v1.0.106
4112026-08-15T07:00:33.169Z Compiling quote v1.0.45
4122026-08-15T07:00:33.172Z Compiling unicode-ident v1.0.24
4132026-08-15T07:00:33.172Z Compiling serde_core v1.0.228
4142026-08-15T07:00:33.172Z Compiling libc v0.2.185
4152026-08-15T07:00:33.174Z Compiling version_check v0.9.5
4162026-08-15T07:00:33.174Z Compiling memchr v2.8.0
4172026-08-15T07:00:33.174Z Compiling serde v1.0.228
4182026-08-15T07:00:33.174Z Compiling zmij v1.0.21
4192026-08-15T07:00:33.346Z Compiling thiserror v1.0.69
4202026-08-15T07:00:33.360Z Compiling ucd-trie v0.1.7
4212026-08-15T07:00:33.363Z Compiling itoa v1.0.17
4222026-08-15T07:00:33.363Z Compiling rustix v1.1.4
4232026-08-15T07:00:33.363Z Compiling byteorder v1.5.0
4242026-08-15T07:00:33.363Z Compiling bitflags v2.11.0
4252026-08-15T07:00:33.363Z Compiling serde_json v1.0.151
4262026-08-15T07:00:33.364Z Compiling syn v1.0.109
4272026-08-15T07:00:33.364Z Compiling camino v1.2.5
4282026-08-15T07:00:33.364Z Compiling utf8parse v0.2.2
4292026-08-15T07:00:33.364Z Compiling getrandom v0.3.4
4302026-08-15T07:00:33.376Z Compiling equivalent v1.0.2
4312026-08-15T07:00:33.379Z Compiling hashbrown v0.17.0
4322026-08-15T07:00:33.379Z Compiling log v0.4.33
4332026-08-15T07:00:33.379Z Compiling plain v0.2.3
4342026-08-15T07:00:33.379Z Compiling toml_write v0.1.2
4352026-08-15T07:00:33.379Z Compiling winnow v0.7.14
4362026-08-15T07:00:33.379Z Compiling thiserror v2.0.18
4372026-08-15T07:00:33.380Z Compiling anstyle-query v1.1.5
4382026-08-15T07:00:33.380Z Compiling autocfg v1.5.0
4392026-08-15T07:00:33.667Z Compiling cfg-if v1.0.4
4402026-08-15T07:00:33.709Z Compiling pretty-hex v0.4.1
4412026-08-15T07:00:33.908Z Compiling is_terminal_polyfill v1.70.2
4422026-08-15T07:00:33.995Z Compiling anstyle-parse v1.0.0
4432026-08-15T07:00:34.016Z Compiling anstyle v1.0.14
4442026-08-15T07:00:34.020Z Compiling colorchoice v1.0.4
4452026-08-15T07:00:34.042Z Compiling fastrand v2.3.0
4462026-08-15T07:00:34.086Z Compiling strsim v0.11.1
4472026-08-15T07:00:34.090Z Compiling unicode-width v0.1.14
4482026-08-15T07:00:34.090Z Compiling once_cell v1.21.3
4492026-08-15T07:00:34.108Z Compiling anyhow v1.0.104
4502026-08-15T07:00:34.111Z Compiling clap_lex v1.0.0
4512026-08-15T07:00:34.211Z Compiling bytecount v0.6.9
4522026-08-15T07:00:34.215Z Compiling heck v0.5.0
4532026-08-15T07:00:34.216Z Compiling heck v0.4.1
4542026-08-15T07:00:34.234Z Compiling usdt-impl v0.5.0
4552026-08-15T07:00:34.253Z Compiling pest v2.8.6
4562026-08-15T07:00:34.275Z Compiling proc-macro-error-attr v1.0.4
4572026-08-15T07:00:34.292Z Compiling proc-macro-error v1.0.4
4582026-08-15T07:00:34.417Z Compiling fs-err v3.3.0
4592026-08-15T07:00:34.421Z Compiling fnv v1.0.7
4602026-08-15T07:00:34.454Z Compiling unicode-width v0.2.0
4612026-08-15T07:00:34.533Z Compiling indexmap v2.14.0
4622026-08-15T07:00:34.537Z Compiling smawk v0.3.2
4632026-08-15T07:00:34.572Z Compiling unicode-linebreak v0.1.5
4642026-08-15T07:00:34.639Z Compiling anstream v1.0.0
4652026-08-15T07:00:34.680Z Compiling swrite v0.1.0
4662026-08-15T07:00:34.709Z Compiling papergrid v0.11.0
4672026-08-15T07:00:35.190Z Compiling syn v2.0.117
4682026-08-15T07:00:35.221Z Compiling errno v0.3.14
4692026-08-15T07:00:35.224Z Compiling thread-id v4.2.2
4702026-08-15T07:00:35.226Z Compiling memmap v0.7.0
4712026-08-15T07:00:35.825Z Compiling pest_meta v2.8.6
4722026-08-15T07:00:36.100Z Compiling terminal_size v0.4.3
4732026-08-15T07:00:36.100Z Compiling tempfile v3.27.0
4742026-08-15T07:00:36.213Z Compiling clap_builder v4.6.0
4752026-08-15T07:00:36.213Z Compiling textwrap v0.16.2
4762026-08-15T07:00:36.452Z Compiling cargo-platform v0.3.2
4772026-08-15T07:00:36.453Z Compiling semver v1.0.28
4782026-08-15T07:00:36.523Z Compiling tabled_derive v0.7.0
4792026-08-15T07:00:36.706Z Compiling camino-tempfile v1.4.1
4802026-08-15T07:00:37.161Z Compiling pest_generator v2.8.6
4812026-08-15T07:00:37.209Z Compiling tabled v0.15.0
4822026-08-15T07:00:37.641Z Compiling serde_derive v1.0.228
4832026-08-15T07:00:37.641Z Compiling thiserror-impl v1.0.69
4842026-08-15T07:00:37.645Z Compiling zerocopy-derive v0.7.35
4852026-08-15T07:00:37.645Z Compiling scroll_derive v0.12.1
4862026-08-15T07:00:37.645Z Compiling thiserror-impl v2.0.18
4872026-08-15T07:00:37.645Z Compiling clap_derive v4.6.1
4882026-08-15T07:00:37.751Z Compiling pest_derive v2.8.6
4892026-08-15T07:00:38.367Z Compiling scroll v0.12.0
4902026-08-15T07:00:38.428Z Compiling zerocopy v0.7.35
4912026-08-15T07:00:38.581Z Compiling goblin v0.8.2
4922026-08-15T07:00:38.767Z Compiling dtrace-parser v0.2.0
4932026-08-15T07:00:39.024Z Compiling clap v4.6.1
4942026-08-15T07:00:40.021Z Compiling dof v0.3.0
4952026-08-15T07:00:40.021Z Compiling serde_tokenstream v0.2.3
4962026-08-15T07:00:40.033Z Compiling serde_spanned v0.6.9
4972026-08-15T07:00:40.037Z Compiling toml_datetime v0.6.11
4982026-08-15T07:00:40.037Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4992026-08-15T07:00:40.037Z Compiling macaddr v1.0.1
5002026-08-15T07:00:40.037Z Compiling cargo_metadata v0.23.1
5012026-08-15T07:00:40.220Z Compiling toml_edit v0.22.27
5022026-08-15T07:00:40.661Z Compiling usdt-macro v0.5.0
5032026-08-15T07:00:40.661Z Compiling usdt-attr-macro v0.5.0
5042026-08-15T07:00:41.311Z Compiling usdt v0.5.0
5052026-08-15T07:00:41.431Z Compiling toml v0.8.23
5062026-08-15T07:00:41.742Z Compiling cargo_toml v0.21.0
5072026-08-15T07:00:43.011Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5082026-08-15T07:00:45.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.33s
5092026-08-15T07:00:45.312Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5102026-08-15T07:00:45.826Z Downloading crates ...
5112026-08-15T07:00:45.875Z Downloaded aead v0.5.2
5122026-08-15T07:00:45.880Z Downloaded arrayref v0.3.9
5132026-08-15T07:00:45.889Z Downloaded adler2 v2.0.1
5142026-08-15T07:00:45.893Z Downloaded backtrace-ext v0.2.1
5152026-08-15T07:00:45.899Z Downloaded ascii-canvas v3.0.0
5162026-08-15T07:00:45.903Z Downloaded async-recursion v1.1.1
5172026-08-15T07:00:45.906Z Downloaded base16ct v1.0.0
5182026-08-15T07:00:45.909Z Downloaded console v0.15.11
5192026-08-15T07:00:45.912Z Downloaded foreign-types-shared v0.3.1
5202026-08-15T07:00:45.917Z Downloaded fallible-iterator v0.2.0
5212026-08-15T07:00:45.917Z Downloaded float-ord v0.3.2
5222026-08-15T07:00:45.920Z Downloaded env_filter v2.0.0
5232026-08-15T07:00:45.920Z Downloaded array-init v0.0.4
5242026-08-15T07:00:45.920Z Downloaded erased-serde v0.3.31
5252026-08-15T07:00:45.923Z Downloaded assert_matches v1.5.0
5262026-08-15T07:00:45.923Z Downloaded fd-lock v4.0.4
5272026-08-15T07:00:45.926Z Downloaded form_urlencoded v1.2.2
5282026-08-15T07:00:45.926Z Downloaded futures-core v0.3.32
5292026-08-15T07:00:45.926Z Downloaded futures-macro v0.3.32
5302026-08-15T07:00:45.926Z Downloaded http-body v1.0.1
5312026-08-15T07:00:45.929Z Downloaded anstream v0.6.21
5322026-08-15T07:00:45.929Z Downloaded atomicwrites v0.4.4
5332026-08-15T07:00:45.933Z Downloaded gethostname v0.5.0
5342026-08-15T07:00:45.933Z Downloaded async-stream-impl v0.3.6
5352026-08-15T07:00:45.933Z Downloaded async-stream v0.3.6
5362026-08-15T07:00:45.936Z Downloaded bit-set v0.8.0
5372026-08-15T07:00:45.936Z Downloaded bb8 v0.8.6
5382026-08-15T07:00:45.939Z Downloaded foreign-types-macros v0.2.3
5392026-08-15T07:00:45.939Z Downloaded flagset v0.4.7
5402026-08-15T07:00:45.939Z Downloaded futures-sink v0.3.32
5412026-08-15T07:00:45.942Z Downloaded bitfield-struct v0.6.2
5422026-08-15T07:00:45.945Z Downloaded futures-io v0.3.32
5432026-08-15T07:00:45.945Z Downloaded bcrypt-pbkdf v0.11.0
5442026-08-15T07:00:45.950Z Downloaded atty v0.2.14
5452026-08-15T07:00:45.953Z Downloaded base16ct v0.2.0
5462026-08-15T07:00:45.954Z Downloaded bit-set v0.5.3
5472026-08-15T07:00:45.957Z Downloaded bs58 v0.5.1
5482026-08-15T07:00:45.957Z Downloaded foreign-types v0.5.0
5492026-08-15T07:00:45.957Z Downloaded futures-task v0.3.32
5502026-08-15T07:00:45.960Z Downloaded async-trait v0.1.89
5512026-08-15T07:00:45.960Z Downloaded backoff v0.4.0
5522026-08-15T07:00:45.960Z Downloaded futures-executor v0.3.32
5532026-08-15T07:00:45.964Z Downloaded float-cmp v0.10.0
5542026-08-15T07:00:45.967Z Downloaded http-range-header v0.4.2
5552026-08-15T07:00:45.967Z Downloaded bit-vec v0.8.0
5562026-08-15T07:00:45.970Z Downloaded home v0.5.12
5572026-08-15T07:00:45.970Z Downloaded hostname v0.3.1
5582026-08-15T07:00:45.970Z Downloaded foreign-types v0.3.2
5592026-08-15T07:00:45.973Z Downloaded fixedbitset v0.4.2
5602026-08-15T07:00:45.973Z Downloaded base64 v0.21.7
5612026-08-15T07:00:45.976Z Downloaded addr2line v0.25.1
5622026-08-15T07:00:45.976Z Downloaded endian-type v0.1.2
5632026-08-15T07:00:45.976Z Downloaded enum-as-inner v0.6.1
5642026-08-15T07:00:45.976Z Downloaded git-stub v1.0.0
5652026-08-15T07:00:45.976Z Downloaded hash32 v0.2.1
5662026-08-15T07:00:45.980Z Downloaded funty v2.0.0
5672026-08-15T07:00:45.980Z Downloaded ghash v0.6.0
5682026-08-15T07:00:45.980Z Downloaded cobs v0.3.0
5692026-08-15T07:00:45.980Z Downloaded hex-literal v1.1.0
5702026-08-15T07:00:45.983Z Downloaded httpdate v1.0.3
5712026-08-15T07:00:45.983Z Downloaded hex v0.4.3
5722026-08-15T07:00:45.986Z Downloaded cfg_aliases v0.1.1
5732026-08-15T07:00:45.986Z Downloaded foreign-types-shared v0.1.1
5742026-08-15T07:00:45.991Z Downloaded headers-core v0.3.0
5752026-08-15T07:00:45.991Z Downloaded cfg_aliases v0.2.1
5762026-08-15T07:00:45.991Z Downloaded fxhash v0.2.1
5772026-08-15T07:00:45.994Z Downloaded hubpack v0.1.2
5782026-08-15T07:00:45.997Z Downloaded ciborium-ll v0.2.2
5792026-08-15T07:00:46.001Z Downloaded env_logger v0.11.11
5802026-08-15T07:00:46.004Z Downloaded ff v0.14.0
5812026-08-15T07:00:46.004Z Downloaded foldhash v0.2.0
5822026-08-15T07:00:46.004Z Downloaded ciborium-io v0.2.2
5832026-08-15T07:00:46.004Z Downloaded embedded-io v0.6.1
5842026-08-15T07:00:46.004Z Downloaded compression-core v0.4.31
5852026-08-15T07:00:46.011Z Downloaded fs_extra v1.3.0
5862026-08-15T07:00:46.016Z Downloaded block-buffer v0.12.1
5872026-08-15T07:00:46.016Z Downloaded block-padding v0.4.2
5882026-08-15T07:00:46.016Z Downloaded anstyle-parse v0.2.7
5892026-08-15T07:00:46.016Z Downloaded atomic-waker v1.1.2
5902026-08-15T07:00:46.020Z Downloaded bitfield v0.19.4
5912026-08-15T07:00:46.023Z Downloaded hostname v0.4.2
5922026-08-15T07:00:46.030Z Downloaded bitfield-macros v0.19.4
5932026-08-15T07:00:46.042Z Downloaded globwalk v0.9.1
5942026-08-15T07:00:46.042Z Downloaded hubpack_derive v0.1.1
5952026-08-15T07:00:46.042Z Downloaded arrayvec v0.7.6
5962026-08-15T07:00:46.042Z Downloaded bit-vec v0.6.3
5972026-08-15T07:00:46.042Z Downloaded ff v0.13.1
5982026-08-15T07:00:46.044Z Downloaded fixedbitset v0.5.7
5992026-08-15T07:00:46.050Z Downloaded futures-channel v0.3.32
6002026-08-15T07:00:46.050Z Downloaded foldhash v0.1.5
6012026-08-15T07:00:46.051Z Downloaded fs-err v2.11.0
6022026-08-15T07:00:46.051Z Downloaded http-range v0.1.5
6032026-08-15T07:00:46.051Z Downloaded num_enum_derive v0.5.11
6042026-08-15T07:00:46.051Z Downloaded packed_struct_codegen v0.10.1
6052026-08-15T07:00:46.051Z Downloaded newline-converter v0.3.0
6062026-08-15T07:00:46.051Z Downloaded nodrop v0.1.14
6072026-08-15T07:00:46.055Z Downloaded aead v0.6.1
6082026-08-15T07:00:46.055Z Downloaded base64ct v1.8.3
6092026-08-15T07:00:46.055Z Downloaded blake2 v0.10.6
6102026-08-15T07:00:46.055Z Downloaded bzip2 v0.4.4
6112026-08-15T07:00:46.056Z Downloaded argon2 v0.5.3
6122026-08-15T07:00:46.056Z Downloaded potential_utf v0.1.4
6132026-08-15T07:00:46.059Z Downloaded enum_dispatch v0.3.13
6142026-08-15T07:00:46.059Z Downloaded highway v1.3.0
6152026-08-15T07:00:46.059Z Downloaded nibble_vec v0.1.0
6162026-08-15T07:00:46.059Z Downloaded normalize-line-endings v0.3.0
6172026-08-15T07:00:46.059Z Downloaded filetime v0.2.27
6182026-08-15T07:00:46.063Z Downloaded hash32 v0.3.1
6192026-08-15T07:00:46.063Z Downloaded openssl-probe v0.2.1
6202026-08-15T07:00:46.063Z Downloaded allocator-api2 v0.2.21
6212026-08-15T07:00:46.066Z Downloaded find-msvc-tools v0.1.9
6222026-08-15T07:00:46.066Z Downloaded group v0.14.0
6232026-08-15T07:00:46.070Z Downloaded group v0.13.0
6242026-08-15T07:00:46.072Z Downloaded proc-macro-crate v3.4.0
6252026-08-15T07:00:46.075Z Downloaded bcs v0.1.6
6262026-08-15T07:00:46.078Z Downloaded cmov v0.5.4
6272026-08-15T07:00:46.078Z Downloaded ref-cast v1.0.25
6282026-08-15T07:00:46.082Z Downloaded cipher v0.4.4
6292026-08-15T07:00:46.082Z Downloaded buf-list v1.1.2
6302026-08-15T07:00:46.085Z Downloaded cipher v0.5.2
6312026-08-15T07:00:46.085Z Downloaded blowfish v0.10.0
6322026-08-15T07:00:46.088Z Downloaded glob v0.3.3
6332026-08-15T07:00:46.088Z Downloaded git-stub-vcs v0.1.0
6342026-08-15T07:00:46.088Z Downloaded globset v0.4.18
6352026-08-15T07:00:46.092Z Downloaded bitflags v1.3.2
6362026-08-15T07:00:46.095Z Downloaded camino-tempfile-ext v0.3.3
6372026-08-15T07:00:46.095Z Downloaded castaway v0.2.4
6382026-08-15T07:00:46.099Z Downloaded cexpr v0.6.0
6392026-08-15T07:00:46.099Z Downloaded cmake v0.1.57
6402026-08-15T07:00:46.099Z Downloaded cbc v0.2.1
6412026-08-15T07:00:46.099Z Downloaded ed25519 v2.2.3
6422026-08-15T07:00:46.102Z Downloaded http-body-util v0.1.3
6432026-08-15T07:00:46.102Z Downloaded rand_chacha v0.3.1
6442026-08-15T07:00:46.105Z Downloaded rtoolbox v0.0.3
6452026-08-15T07:00:46.108Z Downloaded rustc-hash v2.1.1
6462026-08-15T07:00:46.111Z Downloaded secrecy v0.10.3
6472026-08-15T07:00:46.111Z Downloaded scopeguard v1.2.0
6482026-08-15T07:00:46.114Z Downloaded serde_bytes v0.11.19
6492026-08-15T07:00:46.118Z Downloaded serde_urlencoded v0.7.1
6502026-08-15T07:00:46.118Z Downloaded sha1 v0.11.0
6512026-08-15T07:00:46.118Z Downloaded argon2 v0.6.0-rc.8
6522026-08-15T07:00:46.118Z Downloaded async-bb8-diesel v0.2.1
6532026-08-15T07:00:46.121Z Downloaded ena v0.14.4
6542026-08-15T07:00:46.121Z Downloaded ahash v0.8.12
6552026-08-15T07:00:46.121Z Downloaded num-integer v0.1.46
6562026-08-15T07:00:46.124Z Downloaded owo-colors v4.3.0
6572026-08-15T07:00:46.127Z Downloaded bytesize v2.7.0
6582026-08-15T07:00:46.128Z Downloaded chacha20 v0.9.1
6592026-08-15T07:00:46.131Z Downloaded compression-codecs v0.4.37
6602026-08-15T07:00:46.131Z Downloaded num-rational v0.4.2
6612026-08-15T07:00:46.134Z Downloaded byte-wrapper v0.1.0
6622026-08-15T07:00:46.134Z Downloaded packed_struct v0.10.1
6632026-08-15T07:00:46.137Z Downloaded port-file v0.1.0
6642026-08-15T07:00:46.137Z Downloaded either v1.15.0
6652026-08-15T07:00:46.137Z Downloaded signature v3.0.0
6662026-08-15T07:00:46.137Z Downloaded siphasher v1.0.2
6672026-08-15T07:00:46.141Z Downloaded signal-hook-mio v0.2.5
6682026-08-15T07:00:46.141Z Downloaded sponge-cursor v0.1.0
6692026-08-15T07:00:46.146Z Downloaded ssh-cipher v0.2.0
6702026-08-15T07:00:46.150Z Downloaded hmac v0.12.1
6712026-08-15T07:00:46.153Z Downloaded hmac v0.13.0
6722026-08-15T07:00:46.153Z Downloaded pem-rfc7468 v1.0.0
6732026-08-15T07:00:46.158Z Downloaded phf v0.13.1
6742026-08-15T07:00:46.158Z Downloaded pin-project-internal v1.1.11
6752026-08-15T07:00:46.158Z Downloaded humantime v2.3.0
6762026-08-15T07:00:46.158Z Downloaded peg-macros v0.8.5
6772026-08-15T07:00:46.161Z Downloaded primeorder v0.13.6
6782026-08-15T07:00:46.161Z Downloaded strum v0.27.2
6792026-08-15T07:00:46.161Z Downloaded rand_core v0.10.0
6802026-08-15T07:00:46.161Z Downloaded sync_wrapper v1.0.2
6812026-08-15T07:00:46.164Z Downloaded strum v0.26.3
6822026-08-15T07:00:46.164Z Downloaded supports-color v3.0.2
6832026-08-15T07:00:46.164Z Downloaded thread-id v5.1.0
6842026-08-15T07:00:46.164Z Downloaded time-core v0.1.8
6852026-08-15T07:00:46.164Z Downloaded tagptr v0.2.0
6862026-08-15T07:00:46.164Z Downloaded take_mut v0.2.2
6872026-08-15T07:00:46.167Z Downloaded tap v1.0.1
6882026-08-15T07:00:46.167Z Downloaded tinyvec_macros v0.1.1
6892026-08-15T07:00:46.170Z Downloaded chacha20 v0.10.0
6902026-08-15T07:00:46.170Z Downloaded progenitor-client v0.13.0
6912026-08-15T07:00:46.170Z Downloaded getrandom v0.2.17
6922026-08-15T07:00:46.174Z Downloaded getrandom v0.4.3
6932026-08-15T07:00:46.177Z Downloaded colored v3.1.1
6942026-08-15T07:00:46.177Z Downloaded borsh-derive v1.8.0
6952026-08-15T07:00:46.177Z Downloaded generic-array v1.4.3
6962026-08-15T07:00:46.181Z Downloaded ciborium v0.2.2
6972026-08-15T07:00:46.181Z Downloaded colored v2.2.0
6982026-08-15T07:00:46.181Z Downloaded bzip2 v0.6.1
6992026-08-15T07:00:46.185Z Downloaded clang-sys v1.8.1
7002026-08-15T07:00:46.185Z Downloaded progenitor-macro v0.13.0
7012026-08-15T07:00:46.185Z Downloaded cassowary v0.3.0
7022026-08-15T07:00:46.185Z Downloaded trait-variant v0.1.2
7032026-08-15T07:00:46.190Z Downloaded typify-macro v0.6.2
7042026-08-15T07:00:46.190Z Downloaded untrusted v0.7.1
7052026-08-15T07:00:46.194Z Downloaded void v1.0.2
7062026-08-15T07:00:46.197Z Downloaded rpassword v7.5.4
7072026-08-15T07:00:46.197Z Downloaded rusty-fork v0.3.1
7082026-08-15T07:00:46.200Z Downloaded rand_core v0.9.5
7092026-08-15T07:00:46.200Z Downloaded backon v1.6.0
7102026-08-15T07:00:46.200Z Downloaded rustversion v1.0.22
7112026-08-15T07:00:46.204Z Downloaded serde-hex v0.1.0
7122026-08-15T07:00:46.204Z Downloaded utf8_iter v1.0.4
7132026-08-15T07:00:46.204Z Downloaded usdt-attr-macro v0.6.0
7142026-08-15T07:00:46.204Z Downloaded cancel-safe-futures v0.1.5
7152026-08-15T07:00:46.215Z Downloaded cpufeatures v0.3.0
7162026-08-15T07:00:46.218Z Downloaded postgres-types v0.2.12
7172026-08-15T07:00:46.218Z Downloaded chumsky v0.9.3
7182026-08-15T07:00:46.221Z Downloaded parking_lot v0.11.2
7192026-08-15T07:00:46.221Z Downloaded slog-json v2.6.1
7202026-08-15T07:00:46.221Z Downloaded slog-scope v4.4.1
7212026-08-15T07:00:46.224Z Downloaded slog-stdlog v4.1.1
7222026-08-15T07:00:46.226Z Downloaded bytes v1.11.1
7232026-08-15T07:00:46.229Z Downloaded crypto-common v0.2.2
7242026-08-15T07:00:46.229Z Downloaded half v2.7.1
7252026-08-15T07:00:46.232Z Downloaded ar_archive_writer v0.5.1
7262026-08-15T07:00:46.235Z Downloaded futures v0.3.32
7272026-08-15T07:00:46.236Z Downloaded static_assertions v1.1.0
7282026-08-15T07:00:46.239Z Downloaded half v1.8.3
7292026-08-15T07:00:46.242Z Downloaded quinn-udp v0.5.14
7302026-08-15T07:00:46.242Z Downloaded tls_codec_derive v0.4.2
7312026-08-15T07:00:46.242Z Downloaded debug-ignore v1.0.5
7322026-08-15T07:00:46.245Z Downloaded curve25519-dalek-derive v0.1.1
7332026-08-15T07:00:46.245Z Downloaded tls_codec v0.4.2
7342026-08-15T07:00:46.245Z Downloaded tokio-tungstenite v0.23.1
7352026-08-15T07:00:46.249Z Downloaded tokio-tungstenite v0.28.0
7362026-08-15T07:00:46.249Z Downloaded dirs-sys-next v0.1.2
7372026-08-15T07:00:46.249Z Downloaded defmt-parser v1.0.0
7382026-08-15T07:00:46.249Z Downloaded dof v0.4.0
7392026-08-15T07:00:46.252Z Downloaded difflib v0.4.0
7402026-08-15T07:00:46.252Z Downloaded dropshot-api-manager-types v0.7.2
7412026-08-15T07:00:46.252Z Downloaded hyper-tls v0.6.0
7422026-08-15T07:00:46.258Z Downloaded fatfs v0.3.6
7432026-08-15T07:00:46.261Z Downloaded flume v0.11.1
7442026-08-15T07:00:46.264Z Downloaded httparse v1.10.1
7452026-08-15T07:00:46.273Z Downloaded flate2 v1.1.9
7462026-08-15T07:00:46.276Z Downloaded illumos-nvpair-sys v0.2.0
7472026-08-15T07:00:46.276Z Downloaded vergen-lib v9.1.0
7482026-08-15T07:00:46.279Z Downloaded instability v0.3.11
7492026-08-15T07:00:46.282Z Downloaded whoami v2.1.0
7502026-08-15T07:00:46.288Z Downloaded jiff-static v0.2.34
7512026-08-15T07:00:46.295Z Downloaded serde_with_macros v3.21.0
7522026-08-15T07:00:46.298Z Downloaded whoami v1.6.1
7532026-08-15T07:00:46.298Z Downloaded const_format_proc_macros v0.2.34
7542026-08-15T07:00:46.301Z Downloaded expectorate v1.2.0
7552026-08-15T07:00:46.301Z Downloaded libscf-sys v1.2.0
7562026-08-15T07:00:46.304Z Downloaded lru v0.12.5
7572026-08-15T07:00:46.304Z Downloaded md5 v0.8.0
7582026-08-15T07:00:46.304Z Downloaded num-conv v0.2.0
7592026-08-15T07:00:46.310Z Downloaded arc-swap v1.8.2
7602026-08-15T07:00:46.314Z Downloaded backtrace v0.3.76
7612026-08-15T07:00:46.314Z Downloaded der_derive v0.7.3
7622026-08-15T07:00:46.314Z Downloaded newtype_derive v0.1.6
7632026-08-15T07:00:46.324Z Downloaded slog-async v2.8.0
7642026-08-15T07:00:46.325Z Downloaded num v0.4.3
7652026-08-15T07:00:46.325Z Downloaded opaque-debug v0.3.1
7662026-08-15T07:00:46.328Z Downloaded powerfmt v0.2.0
7672026-08-15T07:00:46.332Z Downloaded rcgen v0.12.1
7682026-08-15T07:00:46.337Z Downloaded oxide-update-engine-types v0.1.2
7692026-08-15T07:00:46.337Z Downloaded pkcs5 v0.8.1
7702026-08-15T07:00:46.342Z Downloaded daft v0.1.7
7712026-08-15T07:00:46.342Z Downloaded daft-derive v0.1.7
7722026-08-15T07:00:46.345Z Downloaded russh-cryptovec v0.62.0
7732026-08-15T07:00:46.345Z Downloaded diesel-dtrace v0.5.0
7742026-08-15T07:00:46.349Z Downloaded psl-types v2.0.11
7752026-08-15T07:00:46.349Z Downloaded radium v0.7.0
7762026-08-15T07:00:46.349Z Downloaded recursive-proc-macro-impl v0.1.1
7772026-08-15T07:00:46.352Z Downloaded heapless v0.7.17
7782026-08-15T07:00:46.352Z Downloaded rand_pcg v0.10.2
7792026-08-15T07:00:46.356Z Downloaded headers v0.4.1
7802026-08-15T07:00:46.359Z Downloaded scheduled-thread-pool v0.2.7
7812026-08-15T07:00:46.359Z Downloaded blake2 v0.11.0-rc.6
7822026-08-15T07:00:46.359Z Downloaded chacha20poly1305 v0.10.1
7832026-08-15T07:00:46.364Z Downloaded jobserver v0.1.34
7842026-08-15T07:00:46.364Z Downloaded compact_str v0.8.1
7852026-08-15T07:00:46.367Z Downloaded indoc v2.0.7
7862026-08-15T07:00:46.372Z Downloaded impl-trait-for-tuples v0.2.3
7872026-08-15T07:00:46.379Z Downloaded zerocopy v0.6.6
7882026-08-15T07:00:46.382Z Downloaded libefi-sys v0.1.0
7892026-08-15T07:00:46.410Z Downloaded linear-map v1.2.0
7902026-08-15T07:00:46.410Z Downloaded base64 v0.22.1
7912026-08-15T07:00:46.410Z Downloaded strsim v0.10.0
7922026-08-15T07:00:46.410Z Downloaded structmeta v0.3.0
7932026-08-15T07:00:46.410Z Downloaded structmeta-derive v0.3.0
7942026-08-15T07:00:46.410Z Downloaded miette-derive v7.6.0
7952026-08-15T07:00:46.410Z Downloaded tokio-macros v2.7.0
7962026-08-15T07:00:46.410Z Downloaded heapless v0.8.0
7972026-08-15T07:00:46.410Z Downloaded console v0.16.2
7982026-08-15T07:00:46.410Z Downloaded lru v0.18.2
7992026-08-15T07:00:46.410Z Downloaded testing_table v0.3.0
8002026-08-15T07:00:46.415Z Downloaded cookie v0.18.1
8012026-08-15T07:00:46.415Z Downloaded socket2 v0.6.3
8022026-08-15T07:00:46.415Z Downloaded crc32fast v1.5.0
8032026-08-15T07:00:46.418Z Downloaded paste v1.0.15
8042026-08-15T07:00:46.418Z Downloaded path-slash v0.1.5
8052026-08-15T07:00:46.418Z Downloaded native-tls v0.2.18
8062026-08-15T07:00:46.418Z Downloaded pin-project-lite v0.2.17
8072026-08-15T07:00:46.422Z Downloaded parse-display-derive v0.10.0
8082026-08-15T07:00:46.425Z Downloaded phf v0.12.1
8092026-08-15T07:00:46.425Z Downloaded pkcs8 v0.10.2
8102026-08-15T07:00:46.425Z Downloaded predicates-core v1.0.10
8112026-08-15T07:00:46.433Z Downloaded rand_chacha v0.9.0
8122026-08-15T07:00:46.436Z Downloaded primefield v0.14.0
8132026-08-15T07:00:46.439Z Downloaded primeorder v0.14.0
8142026-08-15T07:00:46.440Z Downloaded progenitor-extras v0.2.0
8152026-08-15T07:00:46.440Z Downloaded psm v0.1.30
8162026-08-15T07:00:46.444Z Downloaded unit-prefix v0.5.2
8172026-08-15T07:00:46.444Z Downloaded untrusted v0.9.0
8182026-08-15T07:00:46.444Z Downloaded usdt-macro v0.6.0
8192026-08-15T07:00:46.444Z Downloaded utf-8 v0.7.6
8202026-08-15T07:00:46.447Z Downloaded wnaf v0.14.0
8212026-08-15T07:00:46.447Z Downloaded yoke-derive v0.8.1
8222026-08-15T07:00:46.450Z Downloaded derive_builder v0.20.2
8232026-08-15T07:00:46.453Z Downloaded cc v1.2.56
8242026-08-15T07:00:46.453Z Downloaded progenitor-impl v0.14.0
8252026-08-15T07:00:46.456Z Downloaded ipnetwork v0.21.1
8262026-08-15T07:00:46.460Z Downloaded tungstenite v0.23.0
8272026-08-15T07:00:46.460Z Downloaded typify v0.6.2
8282026-08-15T07:00:46.464Z Downloaded schemars_derive v0.8.22
8292026-08-15T07:00:46.467Z Downloaded scrypt v0.12.0
8302026-08-15T07:00:46.467Z Downloaded sec1 v0.8.1
8312026-08-15T07:00:46.467Z Downloaded serdect v0.4.3
8322026-08-15T07:00:46.467Z Downloaded sec1 v0.7.3
8332026-08-15T07:00:46.467Z Downloaded zone v0.3.1
8342026-08-15T07:00:46.471Z Downloaded crc-catalog v2.4.0
8352026-08-15T07:00:46.471Z Downloaded rustls-platform-verifier v0.6.2
8362026-08-15T07:00:46.474Z Downloaded crunchy v0.2.4
8372026-08-15T07:00:46.474Z Downloaded uuid v1.23.4
8382026-08-15T07:00:46.477Z Downloaded ipnet v2.12.1
8392026-08-15T07:00:46.481Z Downloaded simd-adler32 v0.3.8
8402026-08-15T07:00:46.481Z Downloaded slog-term v2.9.2
8412026-08-15T07:00:46.481Z Downloaded async-compression v0.4.41
8422026-08-15T07:00:46.484Z Downloaded signal-hook-registry v1.4.8
8432026-08-15T07:00:46.484Z Downloaded sqlformat v0.3.5
8442026-08-15T07:00:46.488Z Downloaded snafu-derive v0.8.9
8452026-08-15T07:00:46.488Z Downloaded stacker v0.1.23
8462026-08-15T07:00:46.488Z Downloaded darling_macro v0.13.4
8472026-08-15T07:00:46.488Z Downloaded papergrid v0.18.0
8482026-08-15T07:00:46.491Z Downloaded bumpalo v3.20.2
8492026-08-15T07:00:46.494Z Downloaded zopfli v0.8.3
8502026-08-15T07:00:46.497Z Downloaded ssh-cipher v0.3.0
8512026-08-15T07:00:46.501Z Downloaded synstructure v0.13.2
8522026-08-15T07:00:46.501Z Downloaded tinystr v0.8.2
8532026-08-15T07:00:46.504Z Downloaded dunce v1.0.5
8542026-08-15T07:00:46.504Z Downloaded display-error-chain v0.2.2
8552026-08-15T07:00:46.504Z Downloaded embedded-io v0.4.0
8562026-08-15T07:00:46.508Z Downloaded tokio-native-tls v0.3.1
8572026-08-15T07:00:46.511Z Downloaded indoc v1.0.9
8582026-08-15T07:00:46.511Z Downloaded illumos-nvpair v0.3.0
8592026-08-15T07:00:46.511Z Downloaded num-complex v0.4.6
8602026-08-15T07:00:46.514Z Downloaded parking_lot v0.12.5
8612026-08-15T07:00:46.514Z Downloaded pkcs8 v0.11.0
8622026-08-15T07:00:46.518Z Downloaded hashbrown v0.12.3
8632026-08-15T07:00:46.522Z Downloaded prefix-trie v0.7.0
8642026-08-15T07:00:46.523Z Downloaded elliptic-curve v0.14.1
8652026-08-15T07:00:46.526Z Downloaded dropshot_endpoint v0.17.1
8662026-08-15T07:00:46.530Z Downloaded rustc_version v0.4.1
8672026-08-15T07:00:46.530Z Downloaded unicase v2.9.0
8682026-08-15T07:00:46.533Z Downloaded inout v0.1.4
8692026-08-15T07:00:46.533Z Downloaded vsss-rs v3.3.4
8702026-08-15T07:00:46.533Z Downloaded internet-checksum v0.2.1
8712026-08-15T07:00:46.533Z Downloaded lru-cache v0.1.2
8722026-08-15T07:00:46.537Z Downloaded kem v0.3.0
8732026-08-15T07:00:46.537Z Downloaded md-5 v0.10.6
8742026-08-15T07:00:46.537Z Downloaded mime v0.3.17
8752026-08-15T07:00:46.537Z Downloaded lalrpop-util v0.19.12
8762026-08-15T07:00:46.541Z Downloaded lazy_static v1.5.0
8772026-08-15T07:00:46.541Z Downloaded borsh v1.8.0
8782026-08-15T07:00:46.544Z Downloaded walkdir v2.5.0
8792026-08-15T07:00:46.544Z Downloaded zeroize v1.9.0
8802026-08-15T07:00:46.545Z Downloaded qorb v0.4.1
8812026-08-15T07:00:46.549Z Downloaded hickory-resolver v0.24.4
8822026-08-15T07:00:46.549Z Downloaded rustls-pki-types v1.14.0
8832026-08-15T07:00:46.549Z Downloaded yansi v1.0.1
8842026-08-15T07:00:46.553Z Downloaded newtype-uuid-macros v0.1.0
8852026-08-15T07:00:46.556Z Downloaded yoke v0.8.1
8862026-08-15T07:00:46.556Z Downloaded corncobs v0.1.4
8872026-08-15T07:00:46.556Z Downloaded constant_time_eq v0.4.2
8882026-08-15T07:00:46.562Z Downloaded rustls-webpki v0.103.13
8892026-08-15T07:00:46.565Z Downloaded zerotrie v0.2.3
8902026-08-15T07:00:46.565Z Downloaded scuffle v0.1.0
8912026-08-15T07:00:46.565Z Downloaded term v0.7.0
8922026-08-15T07:00:46.569Z Downloaded percent-encoding v2.3.2
8932026-08-15T07:00:46.569Z Downloaded olpc-cjson v0.1.4
8942026-08-15T07:00:46.569Z Downloaded parse-display v0.10.0
8952026-08-15T07:00:46.569Z Downloaded proc-macro-error-attr2 v2.0.0
8962026-08-15T07:00:46.574Z Downloaded darling v0.13.4
8972026-08-15T07:00:46.578Z Downloaded defmt v1.0.1
8982026-08-15T07:00:46.581Z Downloaded deranged v0.5.8
8992026-08-15T07:00:46.585Z Downloaded oso v0.27.3
9002026-08-15T07:00:46.588Z Downloaded dashu-base v0.5.1
9012026-08-15T07:00:46.592Z Downloaded displaydoc v0.2.5
9022026-08-15T07:00:46.592Z Downloaded recursive v0.1.1
9032026-08-15T07:00:46.595Z Downloaded russh-util v0.52.0
9042026-08-15T07:00:46.598Z Downloaded hashbrown v0.13.2
9052026-08-15T07:00:46.601Z Downloaded http v1.4.2
9062026-08-15T07:00:46.612Z Downloaded sha1 v0.10.6
9072026-08-15T07:00:46.616Z Downloaded steno v0.4.1
9082026-08-15T07:00:46.616Z Downloaded serde_spanned v1.1.1
9092026-08-15T07:00:46.616Z Downloaded sigpipe v0.1.3
9102026-08-15T07:00:46.620Z Downloaded supports-unicode v3.0.0
9112026-08-15T07:00:46.620Z Downloaded strip-ansi-escapes v0.2.1
9122026-08-15T07:00:46.623Z Downloaded hickory-resolver v0.25.2
9132026-08-15T07:00:46.623Z Downloaded lock_api v0.4.14
9142026-08-15T07:00:46.628Z Downloaded icu_locale_core v2.1.1
9152026-08-15T07:00:46.631Z Downloaded thiserror-impl-no-std v2.0.2
9162026-08-15T07:00:46.635Z Downloaded num_enum v0.7.6
9172026-08-15T07:00:46.639Z Downloaded universal-hash v0.5.1
9182026-08-15T07:00:46.646Z Downloaded usdt v0.6.0
9192026-08-15T07:00:46.650Z Downloaded crossbeam-epoch v0.9.18
9202026-08-15T07:00:46.650Z Downloaded xattr v1.6.1
9212026-08-15T07:00:46.653Z Downloaded zeroize_derive v1.5.0
9222026-08-15T07:00:46.653Z Downloaded module-lattice v0.2.3
9232026-08-15T07:00:46.656Z Downloaded pem-rfc7468 v0.7.0
9242026-08-15T07:00:46.656Z Downloaded pbkdf2 v0.13.0
9252026-08-15T07:00:46.662Z Downloaded topological-sort v0.2.2
9262026-08-15T07:00:46.666Z Downloaded openssl-sys v0.9.117
9272026-08-15T07:00:46.670Z Downloaded cstr-argument v0.1.2
9282026-08-15T07:00:46.670Z Downloaded aes v0.9.1
9292026-08-15T07:00:46.673Z Downloaded p256 v0.14.0
9302026-08-15T07:00:46.673Z Downloaded des v0.9.0
9312026-08-15T07:00:46.677Z Downloaded hybrid-array v0.4.13
9322026-08-15T07:00:46.677Z Downloaded crc8 v0.1.1
9332026-08-15T07:00:46.680Z Downloaded slog v2.8.2
9342026-08-15T07:00:46.683Z Downloaded miniz_oxide v0.8.9
9352026-08-15T07:00:46.684Z Downloaded indent_write v2.2.0
9362026-08-15T07:00:46.687Z Downloaded progenitor-client v0.14.0
9372026-08-15T07:00:46.687Z Downloaded test-strategy v0.4.5
9382026-08-15T07:00:46.687Z Downloaded ed25519 v3.0.0
9392026-08-15T07:00:46.691Z Downloaded rustc-demangle v0.1.27
9402026-08-15T07:00:46.691Z Downloaded darling_macro v0.21.3
9412026-08-15T07:00:46.691Z Downloaded defmt v0.3.100
9422026-08-15T07:00:46.691Z Downloaded dirs-next v2.0.0
9432026-08-15T07:00:46.695Z Downloaded crossbeam-channel v0.5.15
9442026-08-15T07:00:46.699Z Downloaded tungstenite v0.21.0
9452026-08-15T07:00:46.702Z Downloaded scroll v0.13.0
9462026-08-15T07:00:46.702Z Downloaded shlex v1.3.0
9472026-08-15T07:00:46.705Z Downloaded slog-bunyan v2.5.0
9482026-08-15T07:00:46.706Z Downloaded smallvec v0.6.14
9492026-08-15T07:00:46.706Z Downloaded strum_macros v0.24.3
9502026-08-15T07:00:46.706Z Downloaded diff v0.1.13
9512026-08-15T07:00:46.709Z Downloaded resolv-conf v0.7.6
9522026-08-15T07:00:46.709Z Downloaded keccak v0.1.6
9532026-08-15T07:00:46.709Z Downloaded hashbrown v0.15.5
9542026-08-15T07:00:46.713Z Downloaded managed v0.8.0
9552026-08-15T07:00:46.716Z Downloaded num-iter v0.1.45
9562026-08-15T07:00:46.720Z Downloaded hickory-server v0.25.2
9572026-08-15T07:00:46.725Z Downloaded peg-runtime v0.8.5
9582026-08-15T07:00:46.729Z Downloaded hashbrown v0.14.5
9592026-08-15T07:00:46.734Z Downloaded time-macros v0.2.27
9602026-08-15T07:00:46.734Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9612026-08-15T07:00:46.734Z Downloaded postgres-protocol v0.6.10
9622026-08-15T07:00:46.734Z Downloaded ppv-lite86 v0.2.21
9632026-08-15T07:00:46.737Z Downloaded parse-size v1.1.0
9642026-08-15T07:00:46.737Z Downloaded phf_shared v0.12.1
9652026-08-15T07:00:46.741Z Downloaded num-derive v0.4.2
9662026-08-15T07:00:46.746Z Downloaded convert_case v0.10.0
9672026-08-15T07:00:46.751Z Downloaded darling_core v0.13.4
9682026-08-15T07:00:46.754Z Downloaded num-modular v0.6.4
9692026-08-15T07:00:46.754Z Downloaded derive_more v2.1.1
9702026-08-15T07:00:46.761Z Downloaded oxide-update-engine-display v0.1.2
9712026-08-15T07:00:46.764Z Downloaded ssh-key v0.6.7
9722026-08-15T07:00:46.768Z Downloaded toml_edit v0.23.10+spec-1.0.0
9732026-08-15T07:00:46.768Z Downloaded derive-ex v0.1.8
9742026-08-15T07:00:46.772Z Downloaded dsl_auto_type v0.2.0
9752026-08-15T07:00:46.772Z Downloaded tokio-dtrace v0.1.1
9762026-08-15T07:00:46.772Z Downloaded vergen-git2 v9.1.0
9772026-08-15T07:00:46.772Z Downloaded x509-cert v0.2.5
9782026-08-15T07:00:46.775Z Downloaded same-file v1.0.6
9792026-08-15T07:00:46.775Z Downloaded secrecy v0.8.0
9802026-08-15T07:00:46.778Z Downloaded keccak v0.2.0
9812026-08-15T07:00:46.778Z Downloaded ctutils v0.4.2
9822026-08-15T07:00:46.780Z Downloaded poly1305 v0.9.0
9832026-08-15T07:00:46.786Z Downloaded signature v2.2.0
9842026-08-15T07:00:46.789Z Downloaded diesel_table_macro_syntax v0.3.0
9852026-08-15T07:00:46.804Z Downloaded ingot-types v0.2.0
9862026-08-15T07:00:46.808Z Downloaded nanorand v0.7.0
9872026-08-15T07:00:46.811Z Downloaded stable_deref_trait v1.2.1
9882026-08-15T07:00:46.815Z Downloaded unarray v0.1.4
9892026-08-15T07:00:46.818Z Downloaded tower v0.5.3
9902026-08-15T07:00:46.821Z Downloaded phf_shared v0.13.1
9912026-08-15T07:00:46.826Z Downloaded proc-macro-error2 v2.0.1
9922026-08-15T07:00:46.829Z Downloaded serde_derive_internals v0.29.1
9932026-08-15T07:00:46.829Z Downloaded darling_macro v0.20.11
9942026-08-15T07:00:46.829Z Downloaded progenitor v0.13.0
9952026-08-15T07:00:46.829Z Downloaded rand_core v0.6.4
9962026-08-15T07:00:46.829Z Downloaded tokio-rustls v0.26.4
9972026-08-15T07:00:46.833Z Downloaded supports-hyperlinks v3.2.0
9982026-08-15T07:00:46.833Z Downloaded tower-service v0.3.3
9992026-08-15T07:00:46.836Z Downloaded document-features v0.2.12
10002026-08-15T07:00:46.836Z Downloaded ident_case v1.0.1
10012026-08-15T07:00:46.836Z Downloaded tokio-postgres v0.7.16
10022026-08-15T07:00:46.840Z Downloaded unicode-xid v0.2.6
10032026-08-15T07:00:46.840Z Downloaded xshell-macros v0.2.7
10042026-08-15T07:00:46.850Z Downloaded typed-path v0.9.3
10052026-08-15T07:00:46.853Z Downloaded rlimit v0.10.2
10062026-08-15T07:00:46.856Z Downloaded dtrace-parser v0.3.0
10072026-08-15T07:00:46.857Z Downloaded semver v0.1.20
10082026-08-15T07:00:46.860Z Downloaded match_cfg v0.1.0
10092026-08-15T07:00:46.860Z Downloaded omicron-zone-package v0.12.3
10102026-08-15T07:00:46.863Z Downloaded ml-kem v0.3.2
10112026-08-15T07:00:46.863Z Downloaded vergen v9.1.0
10122026-08-15T07:00:46.867Z Downloaded rand v0.10.1
10132026-08-15T07:00:46.872Z Downloaded aes-gcm v0.11.0
10142026-08-15T07:00:46.879Z Downloaded litemap v0.8.1
10152026-08-15T07:00:46.883Z Downloaded progenitor-impl v0.13.0
10162026-08-15T07:00:46.886Z Downloaded const-oid v0.9.6
10172026-08-15T07:00:46.886Z Downloaded maybe-uninit v2.0.0
10182026-08-15T07:00:46.890Z Downloaded nonempty v0.12.0
10192026-08-15T07:00:46.893Z Downloaded new_debug_unreachable v1.0.6
10202026-08-15T07:00:46.893Z Downloaded hashbrown v0.16.1
10212026-08-15T07:00:46.897Z Downloaded unicode-bidi v0.3.18
10222026-08-15T07:00:46.900Z Downloaded thread_local v1.1.9
10232026-08-15T07:00:46.904Z Downloaded precomputed-hash v0.1.1
10242026-08-15T07:00:46.904Z Downloaded aho-corasick v1.1.4
10252026-08-15T07:00:46.907Z Downloaded ingot-macros v0.2.0
10262026-08-15T07:00:46.907Z Downloaded iana-time-zone v0.1.65
10272026-08-15T07:00:46.912Z Downloaded memmap2 v0.9.10
10282026-08-15T07:00:46.912Z Downloaded slog-dtrace v0.3.0
10292026-08-15T07:00:46.912Z Downloaded smf v0.2.3
10302026-08-15T07:00:46.916Z Downloaded progenitor-macro v0.14.0
10312026-08-15T07:00:46.916Z Downloaded sapling-renderdag v0.1.0
10322026-08-15T07:00:46.919Z Downloaded vergen-lib v0.1.6
10332026-08-15T07:00:46.919Z Downloaded strum_macros v0.27.2
10342026-08-15T07:00:46.919Z Downloaded crossbeam-deque v0.8.6
10352026-08-15T07:00:46.926Z Downloaded ref-cast-impl v1.0.25
10362026-08-15T07:00:46.930Z Downloaded slog-envlogger v2.2.0
10372026-08-15T07:00:46.930Z Downloaded tracing-core v0.1.36
10382026-08-15T07:00:46.935Z Downloaded oxide-tokio-rt v0.1.4
10392026-08-15T07:00:46.938Z Downloaded icu_collections v2.1.1
10402026-08-15T07:00:46.942Z Downloaded vergen-gitcl v1.0.8
10412026-08-15T07:00:46.942Z Downloaded wyz v0.5.1
10422026-08-15T07:00:46.942Z Downloaded zstd-safe v7.2.4
10432026-08-15T07:00:46.945Z Downloaded serde_plain v1.0.2
10442026-08-15T07:00:46.945Z Downloaded xshell v0.2.7
10452026-08-15T07:00:46.945Z Downloaded derive-where v1.6.0
10462026-08-15T07:00:46.953Z Downloaded crypto-bigint v0.5.5
10472026-08-15T07:00:46.958Z Downloaded postcard v1.1.3
10482026-08-15T07:00:46.962Z Downloaded hkdf v0.12.4
10492026-08-15T07:00:46.967Z Downloaded signal-hook-tokio v0.3.1
10502026-08-15T07:00:46.970Z Downloaded tar v0.4.46
10512026-08-15T07:00:46.973Z Downloaded libsw v3.5.0
10522026-08-15T07:00:46.982Z Downloaded h2 v0.4.15
10532026-08-15T07:00:46.985Z Downloaded zip v4.6.1
10542026-08-15T07:00:46.992Z Downloaded term v1.2.1
10552026-08-15T07:00:46.996Z Downloaded zerofrom v0.1.6
10562026-08-15T07:00:46.999Z Downloaded derive_builder_macro v0.20.2
10572026-08-15T07:00:46.999Z Downloaded ecdsa v0.17.0
10582026-08-15T07:00:47.004Z Downloaded num-bigint v0.4.6
10592026-08-15T07:00:47.004Z Downloaded num-bigint-dig v0.8.6
10602026-08-15T07:00:47.013Z Downloaded pem v3.0.6
10612026-08-15T07:00:47.013Z Downloaded phc v0.6.1
10622026-08-15T07:00:47.013Z Downloaded tough v0.22.0
10632026-08-15T07:00:47.013Z Downloaded num_enum v0.5.11
10642026-08-15T07:00:47.017Z Downloaded num_enum_derive v0.7.6
10652026-08-15T07:00:47.017Z Downloaded oxnet v0.1.6
10662026-08-15T07:00:47.018Z Downloaded rand_seeder v0.4.0
10672026-08-15T07:00:47.018Z Downloaded crossbeam-utils v0.8.21
10682026-08-15T07:00:47.022Z Downloaded rustls-native-certs v0.8.3
10692026-08-15T07:00:47.022Z Downloaded serde_path_to_error v0.1.20
10702026-08-15T07:00:47.022Z Downloaded toml_parser v1.1.2+spec-1.1.0
10712026-08-15T07:00:47.022Z Downloaded lru-slab v0.1.2
10722026-08-15T07:00:47.025Z Downloaded snafu v0.8.9
10732026-08-15T07:00:47.031Z Downloaded crossterm v0.29.0
10742026-08-15T07:00:47.035Z Downloaded cookie_store v0.22.1
10752026-08-15T07:00:47.038Z Downloaded ingot v0.2.1
10762026-08-15T07:00:47.038Z Downloaded ryu v1.0.23
10772026-08-15T07:00:47.043Z Downloaded num_threads v0.1.7
10782026-08-15T07:00:47.043Z Downloaded rfc6979 v0.6.0
10792026-08-15T07:00:47.043Z Downloaded openssl-probe v0.1.6
10802026-08-15T07:00:47.043Z Downloaded phf_shared v0.11.3
10812026-08-15T07:00:47.043Z Downloaded ssh-encoding v0.3.0
10822026-08-15T07:00:47.047Z Downloaded schemars v1.2.1
10832026-08-15T07:00:47.053Z Downloaded serde_with v1.14.0
10842026-08-15T07:00:47.057Z Downloaded libloading v0.8.9
10852026-08-15T07:00:47.060Z Downloaded tokio-util v0.7.18
10862026-08-15T07:00:47.063Z Downloaded unicode-segmentation v1.12.0
10872026-08-15T07:00:47.066Z Downloaded derive_builder_core v0.20.2
10882026-08-15T07:00:47.066Z Downloaded thiserror-no-std v2.0.2
10892026-08-15T07:00:47.070Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10902026-08-15T07:00:47.073Z Downloaded crc v3.4.0
10912026-08-15T07:00:47.077Z Downloaded toml_writer v1.1.1+spec-1.1.0
10922026-08-15T07:00:47.080Z Downloaded p256 v0.13.2
10932026-08-15T07:00:47.083Z Downloaded crc-any v2.5.0
10942026-08-15T07:00:47.087Z Downloaded knus-derive v3.4.0
10952026-08-15T07:00:47.091Z Downloaded toml v0.7.8
10962026-08-15T07:00:47.095Z Downloaded scroll_derive v0.13.1
10972026-08-15T07:00:47.095Z Downloaded reqwest v0.13.2
10982026-08-15T07:00:47.098Z Downloaded serde_repr v0.1.20
10992026-08-15T07:00:47.102Z Downloaded quinn v0.11.11
11002026-08-15T07:00:47.105Z Downloaded rand v0.8.6
11012026-08-15T07:00:47.108Z Downloaded icu_normalizer v2.1.1
11022026-08-15T07:00:47.108Z Downloaded multer v3.1.0
11032026-08-15T07:00:47.109Z Downloaded polyval v0.7.1
11042026-08-15T07:00:47.112Z Downloaded digest-io v0.1.0
11052026-08-15T07:00:47.112Z Downloaded darling_core v0.20.11
11062026-08-15T07:00:47.115Z Downloaded hkdf v0.13.0
11072026-08-15T07:00:47.122Z Downloaded unicode-truncate v1.1.0
11082026-08-15T07:00:47.125Z Downloaded universal-hash v0.6.1
11092026-08-15T07:00:47.125Z Downloaded zerofrom-derive v0.1.6
11102026-08-15T07:00:47.125Z Downloaded spin v0.9.8
11112026-08-15T07:00:47.129Z Downloaded pkg-config v0.3.32
11122026-08-15T07:00:47.129Z Downloaded shell-words v1.1.1
11132026-08-15T07:00:47.129Z Downloaded dropshot-api-manager v0.7.2
11142026-08-15T07:00:47.132Z Downloaded kstat-rs v0.2.5
11152026-08-15T07:00:47.136Z Downloaded tracing-attributes v0.1.31
11162026-08-15T07:00:47.144Z Downloaded futures-util v0.3.32
11172026-08-15T07:00:47.151Z Downloaded is-terminal v0.4.17
11182026-08-15T07:00:47.156Z Downloaded minimal-lexical v0.2.1
11192026-08-15T07:00:47.156Z Downloaded progenitor v0.14.0
11202026-08-15T07:00:47.159Z Downloaded itertools v0.10.5
11212026-08-15T07:00:47.159Z Downloaded spki v0.8.0
11222026-08-15T07:00:47.159Z Downloaded stringprep v0.1.5
11232026-08-15T07:00:47.163Z Downloaded strum_macros v0.26.4
11242026-08-15T07:00:47.166Z Downloaded icu_properties_data v2.1.2
11252026-08-15T07:00:47.174Z Downloaded tui-tree-widget v0.23.1
11262026-08-15T07:00:47.177Z Downloaded want v0.3.1
11272026-08-15T07:00:47.177Z Downloaded rand_xorshift v0.4.0
11282026-08-15T07:00:47.182Z Downloaded darling_macro v0.23.0
11292026-08-15T07:00:47.182Z Downloaded subtle v2.6.1
11302026-08-15T07:00:47.185Z Downloaded reqwest v0.12.28
11312026-08-15T07:00:47.185Z Downloaded delegate v0.13.5
11322026-08-15T07:00:47.192Z Downloaded darling_core v0.23.0
11332026-08-15T07:00:47.195Z Downloaded hyper-staticfile v0.10.1
11342026-08-15T07:00:47.199Z Downloaded der v0.8.0
11352026-08-15T07:00:47.203Z Downloaded maplit v1.0.2
11362026-08-15T07:00:47.206Z Downloaded multimap v0.10.1
11372026-08-15T07:00:47.206Z Downloaded tokio-stream v0.1.18
11382026-08-15T07:00:47.206Z Downloaded proc-macro-crate v1.3.1
11392026-08-15T07:00:47.210Z Downloaded cpubits v0.1.1
11402026-08-15T07:00:47.213Z Downloaded p384 v0.13.1
11412026-08-15T07:00:47.216Z Downloaded indicatif v0.18.4
11422026-08-15T07:00:47.220Z Downloaded mime_guess v2.0.5
11432026-08-15T07:00:47.220Z Downloaded parking_lot_core v0.9.12
11442026-08-15T07:00:47.220Z Downloaded convert_case v0.4.0
11452026-08-15T07:00:47.220Z Downloaded tiny-keccak v2.0.2
11462026-08-15T07:00:47.223Z Downloaded peg v0.8.5
11472026-08-15T07:00:47.224Z Downloaded rfc6979 v0.4.0
11482026-08-15T07:00:47.224Z Downloaded darling v0.21.3
11492026-08-15T07:00:47.233Z Downloaded openssl-macros v0.1.1
11502026-08-15T07:00:47.236Z Downloaded tokio-tungstenite v0.21.0
11512026-08-15T07:00:47.236Z Downloaded csv-core v0.1.13
11522026-08-15T07:00:47.236Z Downloaded instant v0.1.13
11532026-08-15T07:00:47.236Z Downloaded digest v0.11.3
11542026-08-15T07:00:47.237Z Downloaded serde_with_macros v1.5.2
11552026-08-15T07:00:47.237Z Downloaded subprocess v0.2.15
11562026-08-15T07:00:47.240Z Downloaded libxml v0.3.3
11572026-08-15T07:00:47.243Z Downloaded idna v1.1.0
11582026-08-15T07:00:47.246Z Downloaded litrs v1.0.0
11592026-08-15T07:00:47.256Z Downloaded p384 v0.14.0
11602026-08-15T07:00:47.259Z Downloaded tower-layer v0.3.3
11612026-08-15T07:00:47.259Z Downloaded zone_cfg_derive v0.3.1
11622026-08-15T07:00:47.259Z Downloaded drift v0.2.0
11632026-08-15T07:00:47.263Z Downloaded memoffset v0.9.1
11642026-08-15T07:00:47.269Z Downloaded defmt-macros v1.0.1
11652026-08-15T07:00:47.269Z Downloaded quick-error v1.2.3
11662026-08-15T07:00:47.269Z Downloaded data-encoding v2.10.0
11672026-08-15T07:00:47.278Z Downloaded libbz2-rs-sys v0.2.2
11682026-08-15T07:00:47.286Z Downloaded tabwriter v1.4.1
11692026-08-15T07:00:47.286Z Downloaded wait-timeout v0.2.1
11702026-08-15T07:00:47.288Z Downloaded password-hash v0.5.0
11712026-08-15T07:00:47.296Z Downloaded num-primitive v0.2.1
11722026-08-15T07:00:47.296Z Downloaded crucible-workspace-hack v0.1.0
11732026-08-15T07:00:47.296Z Downloaded inout v0.2.2
11742026-08-15T07:00:47.296Z Downloaded linked-hash-map v0.5.6
11752026-08-15T07:00:47.296Z Downloaded spki v0.7.3
11762026-08-15T07:00:47.296Z Downloaded string_cache v0.8.9
11772026-08-15T07:00:47.296Z Downloaded tokio-test v0.4.5
11782026-08-15T07:00:47.299Z Downloaded lzss v0.8.2
11792026-08-15T07:00:47.299Z Downloaded pkcs1 v0.7.5
11802026-08-15T07:00:47.300Z Downloaded vte v0.14.1
11812026-08-15T07:00:47.303Z Downloaded rustls-pemfile v2.2.0
11822026-08-15T07:00:47.303Z Downloaded rsa v0.10.0-rc.18
11832026-08-15T07:00:47.306Z Downloaded termtree v0.5.1
11842026-08-15T07:00:47.307Z Downloaded oso-derive v0.27.3
11852026-08-15T07:00:47.307Z Downloaded sqlparser_derive v0.5.0
11862026-08-15T07:00:47.310Z Downloaded rustc_version v0.1.7
11872026-08-15T07:00:47.310Z Downloaded unsafe-libyaml v0.2.11
11882026-08-15T07:00:47.313Z Downloaded unicode-properties v0.1.4
11892026-08-15T07:00:47.313Z Downloaded const-oid v0.10.2
11902026-08-15T07:00:47.317Z Downloaded git2 v0.20.4
11912026-08-15T07:00:47.320Z Downloaded usdt-impl v0.6.0
11922026-08-15T07:00:47.324Z Downloaded ctr v0.10.1
11932026-08-15T07:00:47.325Z Downloaded tower-http v0.6.8
11942026-08-15T07:00:47.332Z Downloaded icu_properties v2.1.2
11952026-08-15T07:00:47.335Z Downloaded password-hash v0.6.1
11962026-08-15T07:00:47.338Z Downloaded salty v0.3.0
11972026-08-15T07:00:47.343Z Downloaded sync-ptr v0.1.4
11982026-08-15T07:00:47.347Z Downloaded unicode_categories v0.1.1
11992026-08-15T07:00:47.350Z Downloaded ssh-encoding v0.2.0
12002026-08-15T07:00:47.355Z Downloaded support-bundle-viewer v0.1.2
12012026-08-15T07:00:47.358Z Downloaded uzers v0.12.2
12022026-08-15T07:00:47.358Z Downloaded dyn-clone v1.0.20
12032026-08-15T07:00:47.363Z Downloaded indexmap v1.9.3
12042026-08-15T07:00:47.367Z Downloaded parking_lot_core v0.8.6
12052026-08-15T07:00:47.367Z Downloaded try-lock v0.2.5
12062026-08-15T07:00:47.370Z Downloaded waitgroup v0.1.2
12072026-08-15T07:00:47.370Z Downloaded itertools v0.14.0
12082026-08-15T07:00:47.376Z Downloaded petname v2.0.2
12092026-08-15T07:00:47.379Z Downloaded pin-project v1.1.11
12102026-08-15T07:00:47.384Z Downloaded smallvec v1.15.1
12112026-08-15T07:00:47.387Z Downloaded idna_adapter v1.2.1
12122026-08-15T07:00:47.387Z Downloaded predicates-tree v1.0.13
12132026-08-15T07:00:47.390Z Downloaded downcast-rs v2.0.2
12142026-08-15T07:00:47.393Z Downloaded r2d2 v0.8.10
12152026-08-15T07:00:47.400Z Downloaded similar v2.7.0
12162026-08-15T07:00:47.403Z Downloaded blake3 v1.8.5
12172026-08-15T07:00:47.408Z Downloaded hyper-rustls v0.27.7
12182026-08-15T07:00:47.415Z Downloaded is_ci v1.2.0
12192026-08-15T07:00:47.421Z Downloaded zerovec-derive v0.11.2
12202026-08-15T07:00:47.424Z Downloaded ecdsa v0.16.9
12212026-08-15T07:00:47.424Z Downloaded const_format v0.2.35
12222026-08-15T07:00:47.424Z Downloaded seq-macro v0.3.6
12232026-08-15T07:00:47.429Z Downloaded pkcs1 v0.8.0-rc.4
12242026-08-15T07:00:47.429Z Downloaded serde_cbor v0.11.2
12252026-08-15T07:00:47.432Z Downloaded slab v0.4.12
12262026-08-15T07:00:47.432Z Downloaded der v0.7.10
12272026-08-15T07:00:47.432Z Downloaded libsw-core v0.3.2
12282026-08-15T07:00:47.432Z Downloaded samael v0.0.19
12292026-08-15T07:00:47.436Z Downloaded serde-big-array v0.5.1
12302026-08-15T07:00:47.440Z Downloaded icu_normalizer_data v2.1.1
12312026-08-15T07:00:47.440Z Downloaded icu_provider v2.1.1
12322026-08-15T07:00:47.447Z Downloaded sha3 v0.12.0
12332026-08-15T07:00:47.452Z Downloaded nom v7.1.3
12342026-08-15T07:00:47.455Z Downloaded num-traits v0.2.19
12352026-08-15T07:00:47.460Z Downloaded pwd v1.4.0
12362026-08-15T07:00:47.464Z Downloaded quinn-proto v0.11.16
12372026-08-15T07:00:47.468Z Downloaded writeable v0.6.2
12382026-08-15T07:00:47.468Z Downloaded newtype-uuid v1.3.2
12392026-08-15T07:00:47.468Z Downloaded aws-lc-rs v1.16.3
12402026-08-15T07:00:47.474Z Downloaded toml_edit v0.19.15
12412026-08-15T07:00:47.480Z Downloaded p521 v0.13.3
12422026-08-15T07:00:47.485Z Downloaded zstd v0.13.3
12432026-08-15T07:00:47.490Z Downloaded termios v0.3.3
12442026-08-15T07:00:47.490Z Downloaded nu-ansi-term v0.50.3
12452026-08-15T07:00:47.490Z Downloaded zerocopy-derive v0.8.56
12462026-08-15T07:00:47.494Z Downloaded tungstenite v0.28.0
12472026-08-15T07:00:47.497Z Downloaded pretty_assertions v1.4.1
12482026-08-15T07:00:47.498Z Downloaded critical-section v1.2.0
12492026-08-15T07:00:47.501Z Downloaded salsa20 v0.11.0
12502026-08-15T07:00:47.501Z Downloaded knus v3.4.0
12512026-08-15T07:00:47.501Z Downloaded bitvec v1.0.1
12522026-08-15T07:00:47.509Z Downloaded crossterm v0.28.1
12532026-08-15T07:00:47.518Z Downloaded hyper v1.10.1
12542026-08-15T07:00:47.522Z Downloaded predicates v3.1.4
12552026-08-15T07:00:47.525Z Downloaded goblin v0.10.5
12562026-08-15T07:00:47.529Z Downloaded tinyvec v1.12.0
12572026-08-15T07:00:47.529Z Downloaded libm v0.2.16
12582026-08-15T07:00:47.534Z Downloaded gimli v0.32.3
12592026-08-15T07:00:47.539Z Downloaded elliptic-curve v0.13.8
12602026-08-15T07:00:47.543Z Downloaded ssh-key v0.7.0-rc.11
12612026-08-15T07:00:47.547Z Downloaded oxide-update-engine v0.1.2
12622026-08-15T07:00:47.548Z Downloaded darling_core v0.21.3
12632026-08-15T07:00:47.552Z Downloaded serde_yaml v0.9.34+deprecated
12642026-08-15T07:00:47.552Z Downloaded darling v0.20.11
12652026-08-15T07:00:47.556Z Downloaded twox-hash v2.1.2
12662026-08-15T07:00:47.559Z Downloaded prettyplease v0.2.37
12672026-08-15T07:00:47.559Z Downloaded moka v0.12.13
12682026-08-15T07:00:47.564Z Downloaded object v0.30.4
12692026-08-15T07:00:47.571Z Downloaded rayon-core v1.13.0
12702026-08-15T07:00:47.574Z Downloaded sha2 v0.11.0
12712026-08-15T07:00:47.578Z Downloaded poly1305 v0.8.0
12722026-08-15T07:00:47.578Z Downloaded chrono v0.4.45
12732026-08-15T07:00:47.592Z Downloaded signal-hook v0.3.18
12742026-08-15T07:00:47.595Z Downloaded itertools v0.12.1
12752026-08-15T07:00:47.599Z Downloaded internal-russh-num-bigint v0.5.0
12762026-08-15T07:00:47.602Z Downloaded ed25519-dalek v2.2.0
12772026-08-15T07:00:47.606Z Downloaded yasna v0.5.2
12782026-08-15T07:00:47.612Z Downloaded darling v0.23.0
12792026-08-15T07:00:47.615Z Downloaded schemars v0.9.0
12802026-08-15T07:00:47.622Z Downloaded rayon v1.11.0
12812026-08-15T07:00:47.626Z Downloaded rand v0.9.2
12822026-08-15T07:00:47.629Z Downloaded ed25519-dalek v3.0.0
12832026-08-15T07:00:47.633Z Downloaded hyper-util v0.1.20
12842026-08-15T07:00:47.637Z Downloaded zip v0.6.6
12852026-08-15T07:00:47.637Z Downloaded schemars v0.8.22
12862026-08-15T07:00:47.642Z Downloaded winnow v0.5.40
12872026-08-15T07:00:47.646Z Downloaded bindgen v0.71.1
12882026-08-15T07:00:47.652Z Downloaded ignore v0.4.25
12892026-08-15T07:00:47.654Z Downloaded reedline v0.40.0
12902026-08-15T07:00:47.659Z Downloaded socket2 v0.5.10
12912026-08-15T07:00:47.660Z Downloaded derive_more-impl v2.1.1
12922026-08-15T07:00:47.662Z Downloaded toml v1.1.2+spec-1.1.0
12932026-08-15T07:00:47.662Z Downloaded diesel_derives v2.3.7
12942026-08-15T07:00:47.665Z Downloaded derive_more v0.99.20
12952026-08-15T07:00:47.669Z Downloaded iddqd v0.4.2
12962026-08-15T07:00:47.673Z Downloaded winnow v1.0.3
12972026-08-15T07:00:47.678Z Downloaded ron v0.8.1
12982026-08-15T07:00:47.683Z Downloaded zerocopy v0.8.56
12992026-08-15T07:00:47.692Z Downloaded quick-xml v0.37.5
13002026-08-15T07:00:47.695Z Downloaded regex v1.12.3
13012026-08-15T07:00:47.698Z Downloaded zlib-rs v0.6.2
13022026-08-15T07:00:47.701Z Downloaded nix v0.27.1
13032026-08-15T07:00:47.707Z Downloaded miette v7.6.0
13042026-08-15T07:00:47.710Z Downloaded nom v8.0.0
13052026-08-15T07:00:47.713Z Downloaded serde_with v3.21.0
13062026-08-15T07:00:47.720Z Downloaded itertools v0.13.0
13072026-08-15T07:00:47.724Z Downloaded publicsuffix v2.3.0
13082026-08-15T07:00:47.727Z Downloaded mio v1.2.0
13092026-08-15T07:00:47.729Z Downloaded crypto-bigint v0.7.5
13102026-08-15T07:00:47.736Z Downloaded url v2.5.8
13112026-08-15T07:00:47.740Z Downloaded rustyline v14.0.0
13122026-08-15T07:00:47.743Z Downloaded lalrpop v0.19.12
13132026-08-15T07:00:47.747Z Downloaded russh v0.62.4
13142026-08-15T07:00:47.751Z Downloaded unicode-normalization v0.1.25
13152026-08-15T07:00:47.754Z Downloaded winnow v0.6.26
13162026-08-15T07:00:47.758Z Downloaded smoltcp v0.9.1
13172026-08-15T07:00:47.767Z Downloaded p521 v0.14.0
13182026-08-15T07:00:47.806Z Downloaded rsa v0.9.10
13192026-08-15T07:00:47.807Z Downloaded zerovec v0.11.5
13202026-08-15T07:00:47.807Z Downloaded dashu-int v0.5.1
13212026-08-15T07:00:47.807Z Downloaded regex-syntax v0.6.29
13222026-08-15T07:00:47.807Z Downloaded time v0.3.47
13232026-08-15T07:00:47.807Z Downloaded hickory-proto v0.24.4
13242026-08-15T07:00:47.807Z Downloaded iri-string v0.7.10
13252026-08-15T07:00:47.807Z Downloaded itertools v0.15.0
13262026-08-15T07:00:47.811Z Downloaded tabled v0.21.0
13272026-08-15T07:00:47.816Z Downloaded portable-atomic v1.13.1
13282026-08-15T07:00:47.825Z Downloaded crypto-primes v0.7.2
13292026-08-15T07:00:47.830Z Downloaded nix v0.28.0
13302026-08-15T07:00:47.833Z Downloaded openapiv3 v2.2.0
13312026-08-15T07:00:47.840Z Downloaded regex-syntax v0.8.10
13322026-08-15T07:00:47.845Z Downloaded regress v0.10.5
13332026-08-15T07:00:47.850Z Downloaded polar-core v0.27.3
13342026-08-15T07:00:47.855Z Downloaded regress v0.11.1
13352026-08-15T07:00:47.862Z Downloaded hickory-proto v0.25.2
13362026-08-15T07:00:47.869Z Downloaded openssl v0.10.80
13372026-08-15T07:00:47.874Z Downloaded jiff-core v0.1.0
13382026-08-15T07:00:47.891Z Downloaded rawzip v0.4.4
13392026-08-15T07:00:47.916Z Downloaded proptest v1.11.0
13402026-08-15T07:00:47.934Z Downloaded object v0.37.3
13412026-08-15T07:00:47.940Z Downloaded dropshot v0.17.1
13422026-08-15T07:00:47.953Z Downloaded curve25519-dalek v4.1.3
13432026-08-15T07:00:47.958Z Downloaded sha3 v0.11.0
13442026-08-15T07:00:47.962Z Downloaded bstr v1.12.1
13452026-08-15T07:00:47.966Z Downloaded vcpkg v0.2.15
13462026-08-15T07:00:47.989Z Downloaded rustix v0.38.44
13472026-08-15T07:00:48.008Z Downloaded curve25519-dalek v5.0.0
13482026-08-15T07:00:48.018Z Downloaded radix_trie v0.2.1
13492026-08-15T07:00:48.024Z Downloaded jiff v0.2.34
13502026-08-15T07:00:48.061Z Downloaded smoltcp v0.11.0
13512026-08-15T07:00:48.085Z Downloaded libz-sys v1.1.24
13522026-08-15T07:00:48.103Z Downloaded sha3 v0.10.8
13532026-08-15T07:00:48.134Z Downloaded typify-impl v0.6.2
13542026-08-15T07:00:48.152Z Downloaded rustls v0.23.41
13552026-08-15T07:00:48.174Z Downloaded nix v0.31.2
13562026-08-15T07:00:48.188Z Downloaded encoding_rs v0.8.35
13572026-08-15T07:00:48.213Z Downloaded tracing v0.1.44
13582026-08-15T07:00:48.239Z Downloaded diesel v2.3.7
13592026-08-15T07:00:48.251Z Downloaded sqlparser v0.61.0
13602026-08-15T07:00:48.283Z Downloaded libgit2-sys v0.18.3+1.9.2
13612026-08-15T07:00:48.320Z Downloaded zerocopy-derive v0.6.6
13622026-08-15T07:00:48.344Z Downloaded sled v0.34.7
13632026-08-15T07:00:48.349Z Downloaded ratatui v0.29.0
13642026-08-15T07:00:48.361Z Downloaded bzip2-sys v0.1.13+1.0.8
13652026-08-15T07:00:48.405Z Downloaded petgraph v0.6.5
13662026-08-15T07:00:48.422Z Downloaded regex-automata v0.4.14
13672026-08-15T07:00:48.451Z Downloaded chrono-tz v0.10.4
13682026-08-15T07:00:48.466Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13692026-08-15T07:00:48.512Z Downloaded petgraph v0.8.3
13702026-08-15T07:00:48.543Z Downloaded csv v1.4.0
13712026-08-15T07:00:48.569Z Downloaded tokio v1.52.1
13722026-08-15T07:00:48.599Z Downloaded dsi-bitstream v0.10.1
13732026-08-15T07:00:48.669Z Downloaded ring v0.17.14
13742026-08-15T07:00:49.322Z Downloaded aws-lc-sys v0.40.0
13752026-08-15T07:00:49.586Z Compiling libc v0.2.185
13762026-08-15T07:00:49.586Z Compiling serde_core v1.0.228
13772026-08-15T07:00:49.589Z Compiling serde v1.0.228
13782026-08-15T07:00:49.589Z Compiling portable-atomic v1.13.1
13792026-08-15T07:00:49.589Z Compiling smallvec v1.15.1
13802026-08-15T07:00:49.589Z Compiling log v0.4.33
13812026-08-15T07:00:49.589Z Compiling critical-section v1.2.0
13822026-08-15T07:00:49.589Z Compiling subtle v2.6.1
13832026-08-15T07:00:49.589Z Compiling allocator-api2 v0.2.21
13842026-08-15T07:00:49.590Z Compiling zerocopy v0.8.56
13852026-08-15T07:00:49.590Z Compiling typenum v1.20.1
13862026-08-15T07:00:49.731Z Compiling foldhash v0.2.0
13872026-08-15T07:00:49.734Z Compiling scopeguard v1.2.0
13882026-08-15T07:00:49.734Z Compiling find-msvc-tools v0.1.9
13892026-08-15T07:00:49.734Z Compiling shlex v1.3.0
13902026-08-15T07:00:49.734Z Compiling stable_deref_trait v1.2.1
13912026-08-15T07:00:49.745Z Compiling const-oid v0.9.6
13922026-08-15T07:00:49.748Z Compiling serde_json v1.0.151
13932026-08-15T07:00:49.748Z Compiling libm v0.2.16
13942026-08-15T07:00:49.748Z Compiling getrandom v0.3.4
13952026-08-15T07:00:49.748Z Compiling writeable v0.6.2
13962026-08-15T07:00:49.760Z Compiling percent-encoding v2.3.2
13972026-08-15T07:00:49.818Z Compiling generic-array v0.14.7
13982026-08-15T07:00:49.835Z Compiling num-traits v0.2.19
13992026-08-15T07:00:49.839Z Compiling parking_lot_core v0.9.12
14002026-08-15T07:00:49.839Z Compiling litemap v0.8.1
14012026-08-15T07:00:49.839Z Compiling pin-project-lite v0.2.17
14022026-08-15T07:00:49.839Z Compiling icu_properties_data v2.1.2
14032026-08-15T07:00:49.839Z Compiling icu_normalizer_data v2.1.1
14042026-08-15T07:00:50.020Z Compiling rustix v1.1.4
14052026-08-15T07:00:50.069Z Compiling syn v2.0.117
14062026-08-15T07:00:50.084Z Compiling futures-core v0.3.32
14072026-08-15T07:00:50.151Z Compiling lock_api v0.4.14
14082026-08-15T07:00:50.154Z Compiling pkg-config v0.3.32
14092026-08-15T07:00:50.155Z Compiling base64ct v1.8.3
14102026-08-15T07:00:50.169Z Compiling utf8_iter v1.0.4
14112026-08-15T07:00:50.176Z Compiling flagset v0.4.7
14122026-08-15T07:00:50.191Z Compiling getrandom v0.4.3
14132026-08-15T07:00:50.208Z Compiling cfg_aliases v0.2.1
14142026-08-15T07:00:50.279Z Compiling hashbrown v0.17.0
14152026-08-15T07:00:50.349Z Compiling form_urlencoded v1.2.2
14162026-08-15T07:00:50.388Z Compiling winnow v1.0.3
14172026-08-15T07:00:50.392Z Compiling rand_core v0.10.0
14182026-08-15T07:00:50.406Z Compiling futures-sink v0.3.32
14192026-08-15T07:00:50.409Z Compiling toml_datetime v0.7.5+spec-1.1.0
14202026-08-15T07:00:50.424Z Compiling futures-io v0.3.32
14212026-08-15T07:00:50.443Z Compiling rustversion v1.0.22
14222026-08-15T07:00:50.448Z Compiling slab v0.4.12
14232026-08-15T07:00:50.498Z Compiling futures-task v0.3.32
14242026-08-15T07:00:50.502Z Compiling borsh v1.8.0
14252026-08-15T07:00:50.516Z Compiling base64 v0.22.1
14262026-08-15T07:00:50.536Z Compiling iana-time-zone v0.1.65
14272026-08-15T07:00:50.554Z Compiling ident_case v1.0.1
14282026-08-15T07:00:50.588Z Compiling cpufeatures v0.2.17
14292026-08-15T07:00:50.639Z Compiling pem-rfc7468 v0.7.0
14302026-08-15T07:00:50.690Z Compiling simd-adler32 v0.3.8
14312026-08-15T07:00:50.794Z Compiling adler2 v2.0.1
14322026-08-15T07:00:50.797Z Compiling syn v1.0.109
14332026-08-15T07:00:50.812Z Compiling futures-channel v0.3.32
14342026-08-15T07:00:50.863Z Compiling spin v0.9.8
14352026-08-15T07:00:50.909Z Compiling ahash v0.8.12
14362026-08-15T07:00:50.913Z Compiling dunce v1.0.5
14372026-08-15T07:00:50.914Z Compiling dyn-clone v1.0.20
14382026-08-15T07:00:50.914Z Compiling fs_extra v1.3.0
14392026-08-15T07:00:50.914Z Compiling schemars v0.8.22
14402026-08-15T07:00:50.944Z Compiling regex-syntax v0.8.10
14412026-08-15T07:00:50.960Z Compiling tinyvec_macros v0.1.1
14422026-08-15T07:00:50.963Z Compiling vcpkg v0.2.15
14432026-08-15T07:00:50.963Z Compiling num-bigint-dig v0.8.6
14442026-08-15T07:00:51.003Z Compiling object v0.37.3
14452026-08-15T07:00:51.008Z Compiling aws-lc-rs v1.16.3
14462026-08-15T07:00:51.028Z Compiling anyhow v1.0.104
14472026-08-15T07:00:51.031Z Compiling gimli v0.32.3
14482026-08-15T07:00:51.064Z Compiling base16ct v0.2.0
14492026-08-15T07:00:51.067Z Compiling tinyvec v1.12.0
14502026-08-15T07:00:51.080Z Compiling owo-colors v4.3.0
14512026-08-15T07:00:51.084Z Compiling cmov v0.5.4
14522026-08-15T07:00:51.100Z Compiling untrusted v0.7.1
14532026-08-15T07:00:51.226Z Compiling httparse v1.10.1
14542026-08-15T07:00:51.231Z Compiling rustc-demangle v0.1.27
14552026-08-15T07:00:51.275Z Compiling openssl-probe v0.2.1
14562026-08-15T07:00:51.291Z Compiling crc32fast v1.5.0
14572026-08-15T07:00:51.372Z Compiling errno v0.3.14
14582026-08-15T07:00:51.422Z Compiling getrandom v0.2.17
14592026-08-15T07:00:51.442Z Compiling jobserver v0.1.34
14602026-08-15T07:00:51.480Z Compiling mio v1.2.0
14612026-08-15T07:00:51.500Z Compiling socket2 v0.6.3
14622026-08-15T07:00:51.522Z Compiling signal-hook-registry v1.4.8
14632026-08-15T07:00:51.526Z Compiling miniz_oxide v0.8.9
14642026-08-15T07:00:51.570Z Compiling once_cell v1.21.3
14652026-08-15T07:00:51.639Z Compiling lazy_static v1.5.0
14662026-08-15T07:00:51.690Z Compiling rand_core v0.6.4
14672026-08-15T07:00:51.723Z Compiling cc v1.2.56
14682026-08-15T07:00:51.755Z Compiling parking_lot v0.12.5
14692026-08-15T07:00:51.830Z Compiling toml_parser v1.1.2+spec-1.1.0
14702026-08-15T07:00:51.850Z Compiling proc-macro-error-attr2 v2.0.0
14712026-08-15T07:00:51.869Z Compiling aho-corasick v1.1.4
14722026-08-15T07:00:51.873Z Compiling rustls v0.23.41
14732026-08-15T07:00:51.888Z Compiling rand_core v0.9.5
14742026-08-15T07:00:51.906Z Compiling tower-layer v0.3.3
14752026-08-15T07:00:51.922Z Compiling ctutils v0.4.2
14762026-08-15T07:00:51.942Z Compiling ff v0.13.1
14772026-08-15T07:00:51.946Z Compiling atomic-waker v1.1.2
14782026-08-15T07:00:51.979Z Compiling untrusted v0.9.0
14792026-08-15T07:00:52.032Z Compiling tracing-core v0.1.36
14802026-08-15T07:00:52.086Z Compiling tower-service v0.3.3
14812026-08-15T07:00:52.089Z Compiling radium v0.7.0
14822026-08-15T07:00:52.089Z Compiling group v0.13.0
14832026-08-15T07:00:52.092Z Compiling is_ci v1.2.0
14842026-08-15T07:00:52.092Z Compiling try-lock v0.2.5
14852026-08-15T07:00:52.139Z Compiling keccak v0.1.6
14862026-08-15T07:00:52.142Z Compiling httpdate v1.0.3
14872026-08-15T07:00:52.142Z Compiling supports-hyperlinks v3.2.0
14882026-08-15T07:00:52.160Z Compiling maybe-uninit v2.0.0
14892026-08-15T07:00:52.177Z Compiling num-conv v0.2.0
14902026-08-15T07:00:52.245Z Compiling slog v2.8.2
14912026-08-15T07:00:52.304Z Compiling foreign-types-shared v0.1.1
14922026-08-15T07:00:52.403Z Compiling powerfmt v0.2.0
14932026-08-15T07:00:52.438Z Compiling time-core v0.1.8
14942026-08-15T07:00:52.495Z Compiling openssl v0.10.80
14952026-08-15T07:00:52.564Z Compiling cmake v0.1.57
14962026-08-15T07:00:52.583Z Compiling bitflags v2.11.0
14972026-08-15T07:00:52.586Z Compiling indexmap v2.14.0
14982026-08-15T07:00:52.586Z Compiling semver v1.0.28
14992026-08-15T07:00:52.642Z Compiling camino v1.2.5
15002026-08-15T07:00:52.645Z Compiling want v0.3.1
15012026-08-15T07:00:52.645Z Compiling tap v1.0.1
15022026-08-15T07:00:52.698Z Compiling supports-color v3.0.2
15032026-08-15T07:00:52.737Z Compiling num-integer v0.1.46
15042026-08-15T07:00:52.741Z Compiling supports-unicode v3.0.0
15052026-08-15T07:00:52.757Z Compiling deranged v0.5.8
15062026-08-15T07:00:52.809Z Compiling time-macros v0.2.27
15072026-08-15T07:00:52.809Z Compiling foreign-types v0.3.2
15082026-08-15T07:00:52.812Z Compiling unicode-normalization v0.1.25
15092026-08-15T07:00:52.867Z Compiling addr2line v0.25.1
15102026-08-15T07:00:52.879Z Compiling wyz v0.5.1
15112026-08-15T07:00:52.883Z Compiling wait-timeout v0.2.1
15122026-08-15T07:00:52.898Z Compiling rustc_version v0.4.1
15132026-08-15T07:00:52.915Z Compiling socket2 v0.5.10
15142026-08-15T07:00:52.933Z Compiling env_filter v2.0.0
15152026-08-15T07:00:52.952Z Compiling synstructure v0.13.2
15162026-08-15T07:00:52.969Z Compiling serde_derive_internals v0.29.1
15172026-08-15T07:00:52.972Z Compiling pest_generator v2.8.6
15182026-08-15T07:00:52.972Z Compiling darling_core v0.23.0
15192026-08-15T07:00:52.989Z Compiling proc-macro-error2 v2.0.1
15202026-08-15T07:00:53.040Z Compiling num-iter v0.1.45
15212026-08-15T07:00:53.092Z Compiling regex-automata v0.4.14
15222026-08-15T07:00:53.144Z Compiling darling_core v0.20.11
15232026-08-15T07:00:53.179Z Compiling num_threads v0.1.7
15242026-08-15T07:00:53.214Z Compiling native-tls v0.2.18
15252026-08-15T07:00:53.218Z Compiling quick-error v1.2.3
15262026-08-15T07:00:53.218Z Compiling ciborium-io v0.2.2
15272026-08-15T07:00:53.248Z Compiling crossbeam-utils v0.8.21
15282026-08-15T07:00:53.266Z Compiling bit-vec v0.8.0
15292026-08-15T07:00:53.284Z Compiling packed_struct v0.10.1
15302026-08-15T07:00:53.318Z Compiling toml_edit v0.23.10+spec-1.0.0
15312026-08-15T07:00:53.323Z Compiling curve25519-dalek v4.1.3
15322026-08-15T07:00:53.340Z Compiling funty v2.0.0
15332026-08-15T07:00:53.378Z Compiling env_logger v0.11.11
15342026-08-15T07:00:53.382Z Compiling rand_xorshift v0.4.0
15352026-08-15T07:00:53.432Z Compiling thread-id v4.2.2
15362026-08-15T07:00:53.435Z Compiling sync_wrapper v1.0.2
15372026-08-15T07:00:53.455Z Compiling indexmap v1.9.3
15382026-08-15T07:00:53.473Z Compiling aws-lc-sys v0.40.0
15392026-08-15T07:00:53.476Z Compiling openssl-sys v0.9.117
15402026-08-15T07:00:53.476Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15412026-08-15T07:00:53.476Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-08-15T07:00:53.510Z Compiling bit-set v0.8.0
15432026-08-15T07:00:53.525Z Compiling usdt-impl v0.6.0
15442026-08-15T07:00:53.529Z Compiling unarray v0.1.4
15452026-08-15T07:00:53.585Z Compiling paste v1.0.15
15462026-08-15T07:00:53.605Z Compiling nodrop v0.1.14
15472026-08-15T07:00:53.658Z Compiling unicode-segmentation v1.12.0
15482026-08-15T07:00:53.692Z Compiling siphasher v1.0.2
15492026-08-15T07:00:53.696Z Compiling salty v0.3.0
15502026-08-15T07:00:53.746Z Compiling bitvec v1.0.1
15512026-08-15T07:00:53.765Z Compiling zlib-rs v0.6.2
15522026-08-15T07:00:53.802Z Compiling crc-catalog v2.4.0
15532026-08-15T07:00:53.806Z Compiling array-init v0.0.4
15542026-08-15T07:00:53.825Z Compiling smallvec v0.6.14
15552026-08-15T07:00:53.880Z Compiling heapless v0.7.17
15562026-08-15T07:00:53.918Z Compiling thread-id v5.1.0
15572026-08-15T07:00:53.936Z Compiling proc-macro-crate v3.4.0
15582026-08-15T07:00:53.940Z Compiling crc v3.4.0
15592026-08-15T07:00:53.956Z Compiling cookie v0.18.1
15602026-08-15T07:00:53.993Z Compiling data-encoding v2.10.0
15612026-08-15T07:00:53.997Z Compiling base64 v0.21.7
15622026-08-15T07:00:54.013Z Compiling iri-string v0.7.10
15632026-08-15T07:00:54.033Z Compiling terminal_size v0.4.3
15642026-08-15T07:00:54.050Z Compiling tempfile v3.27.0
15652026-08-15T07:00:54.083Z Compiling time v0.3.47
15662026-08-15T07:00:54.086Z Compiling unicode-bidi v0.3.18
15672026-08-15T07:00:54.151Z Compiling unicode-properties v0.1.4
15682026-08-15T07:00:54.241Z Compiling clap_builder v4.6.0
15692026-08-15T07:00:54.259Z Compiling textwrap v0.16.2
15702026-08-15T07:00:54.277Z Compiling hashbrown v0.12.3
15712026-08-15T07:00:54.296Z Compiling zstd-safe v7.2.4
15722026-08-15T07:00:54.300Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
15732026-08-15T07:00:54.313Z Compiling winnow v0.5.40
15742026-08-15T07:00:54.316Z Compiling ryu v1.0.23
15752026-08-15T07:00:54.332Z Compiling static_assertions v1.1.0
15762026-08-15T07:00:54.495Z Compiling rusty-fork v0.3.1
15772026-08-15T07:00:54.516Z Compiling signal-hook v0.3.18
15782026-08-15T07:00:54.552Z Compiling stringprep v0.1.5
15792026-08-15T07:00:54.608Z Compiling heck v0.4.1
15802026-08-15T07:00:54.644Z Compiling vergen-lib v9.1.0
15812026-08-15T07:00:54.648Z Compiling hash32 v0.2.1
15822026-08-15T07:00:54.663Z Compiling thread_local v1.1.9
15832026-08-15T07:00:54.681Z Compiling encoding_rs v0.8.35
15842026-08-15T07:00:54.685Z Compiling memoffset v0.9.1
15852026-08-15T07:00:54.685Z Compiling fallible-iterator v0.2.0
15862026-08-15T07:00:54.769Z Compiling crc-any v2.5.0
15872026-08-15T07:00:54.803Z Compiling linked-hash-map v0.5.6
15882026-08-15T07:00:54.822Z Compiling serde_derive v1.0.228
15892026-08-15T07:00:54.826Z Compiling zeroize_derive v1.5.0
15902026-08-15T07:00:54.860Z Compiling zerocopy-derive v0.8.56
15912026-08-15T07:00:54.877Z Compiling zerofrom-derive v0.1.6
15922026-08-15T07:00:54.899Z Compiling yoke-derive v0.8.1
15932026-08-15T07:00:54.931Z Compiling zerovec-derive v0.11.2
15942026-08-15T07:00:54.935Z Compiling displaydoc v0.2.5
15952026-08-15T07:00:54.971Z Compiling tokio-macros v2.7.0
15962026-08-15T07:00:54.988Z Compiling thiserror-impl v2.0.18
15972026-08-15T07:00:55.003Z Compiling der_derive v0.7.3
15982026-08-15T07:00:55.007Z Compiling futures-macro v0.3.32
15992026-08-15T07:00:55.044Z Compiling borsh-derive v1.8.0
16002026-08-15T07:00:55.063Z Compiling thiserror-impl v1.0.69
16012026-08-15T07:00:55.081Z Compiling tracing-attributes v0.1.31
16022026-08-15T07:00:55.085Z Compiling schemars_derive v0.8.22
16032026-08-15T07:00:55.085Z Compiling clap_derive v4.6.1
16042026-08-15T07:00:55.175Z Compiling pest_derive v2.8.6
16052026-08-15T07:00:55.220Z Compiling backtrace v0.3.76
16062026-08-15T07:00:55.299Z Compiling async-trait v0.1.89
16072026-08-15T07:00:55.646Z Compiling zeroize v1.9.0
16082026-08-15T07:00:55.667Z Compiling scroll_derive v0.12.1
16092026-08-15T07:00:55.691Z Compiling scroll_derive v0.13.1
16102026-08-15T07:00:55.790Z Compiling backtrace-ext v0.2.1
16112026-08-15T07:00:55.790Z Compiling darling_macro v0.23.0
16122026-08-15T07:00:55.823Z Compiling zerocopy-derive v0.7.35
16132026-08-15T07:00:55.918Z Compiling rustls-pki-types v1.14.0
16142026-08-15T07:00:55.922Z Compiling hybrid-array v0.4.13
16152026-08-15T07:00:55.954Z Compiling curve25519-dalek-derive v0.1.1
16162026-08-15T07:00:56.016Z Compiling futures-util v0.3.32
16172026-08-15T07:00:56.036Z Compiling miette-derive v7.6.0
16182026-08-15T07:00:56.053Z Compiling darling_macro v0.20.11
16192026-08-15T07:00:56.136Z Compiling hubpack_derive v0.1.1
16202026-08-15T07:00:56.165Z Compiling der v0.7.10
16212026-08-15T07:00:56.269Z Compiling knus-derive v3.4.0
16222026-08-15T07:00:56.312Z Compiling openssl-macros v0.1.1
16232026-08-15T07:00:56.632Z Compiling crypto-common v0.1.7
16242026-08-15T07:00:56.695Z Compiling block-buffer v0.10.4
16252026-08-15T07:00:56.722Z Compiling crypto-bigint v0.5.5
16262026-08-15T07:00:56.755Z Compiling darling v0.23.0
16272026-08-15T07:00:56.774Z Compiling scroll v0.12.0
16282026-08-15T07:00:56.774Z Compiling packed_struct_codegen v0.10.1
16292026-08-15T07:00:56.812Z Compiling zerofrom v0.1.6
16302026-08-15T07:00:56.856Z Compiling thiserror v1.0.69
16312026-08-15T07:00:56.874Z Compiling thiserror v2.0.18
16322026-08-15T07:00:56.895Z Compiling digest v0.10.7
16332026-08-15T07:00:56.917Z Compiling strum_macros v0.26.4
16342026-08-15T07:00:56.922Z Compiling serde_with_macros v3.21.0
16352026-08-15T07:00:56.922Z Compiling zerocopy-derive v0.6.6
16362026-08-15T07:00:56.973Z Compiling yoke v0.8.1
16372026-08-15T07:00:56.973Z Compiling scroll v0.13.0
16382026-08-15T07:00:57.013Z Compiling dtrace-parser v0.2.0
16392026-08-15T07:00:57.017Z Compiling tracing v0.1.44
16402026-08-15T07:00:57.017Z Compiling bitfield-macros v0.19.4
16412026-08-15T07:00:57.017Z Compiling dtrace-parser v0.3.0
16422026-08-15T07:00:57.048Z Compiling goblin v0.8.2
16432026-08-15T07:00:57.052Z Compiling flate2 v1.1.9
16442026-08-15T07:00:57.052Z Compiling darling v0.20.11
16452026-08-15T07:00:57.068Z Compiling zerocopy v0.7.35
16462026-08-15T07:00:57.179Z Compiling zerovec v0.11.5
16472026-08-15T07:00:57.212Z Compiling zerotrie v0.2.3
16482026-08-15T07:00:57.228Z Compiling spki v0.7.3
16492026-08-15T07:00:57.247Z Compiling hmac v0.12.1
16502026-08-15T07:00:57.264Z Compiling sha2 v0.10.9
16512026-08-15T07:00:57.269Z Compiling signature v2.2.0
16522026-08-15T07:00:57.317Z Compiling clap v4.6.1
16532026-08-15T07:00:57.335Z Compiling sha3 v0.10.8
16542026-08-15T07:00:57.417Z Compiling goblin v0.10.5
16552026-08-15T07:00:57.473Z Compiling miette v7.6.0
16562026-08-15T07:00:57.498Z Compiling pkcs8 v0.10.2
16572026-08-15T07:00:57.530Z Compiling x509-cert v0.2.5
16582026-08-15T07:00:57.576Z Compiling hkdf v0.12.4
16592026-08-15T07:00:57.597Z Compiling rfc6979 v0.4.0
16602026-08-15T07:00:57.621Z Compiling sha1 v0.10.6
16612026-08-15T07:00:57.626Z Compiling derive_builder_core v0.20.2
16622026-08-15T07:00:57.640Z Compiling structmeta-derive v0.3.0
16632026-08-15T07:00:57.676Z Compiling enum-as-inner v0.6.1
16642026-08-15T07:00:57.696Z Compiling pkcs1 v0.7.5
16652026-08-15T07:00:57.770Z Compiling sec1 v0.7.3
16662026-08-15T07:00:57.789Z Compiling ed25519 v2.2.3
16672026-08-15T07:00:57.808Z Compiling bzip2 v0.4.4
16682026-08-15T07:00:57.828Z Compiling tinystr v0.8.2
16692026-08-15T07:00:57.866Z Compiling potential_utf v0.1.4
16702026-08-15T07:00:57.884Z Compiling md-5 v0.10.6
16712026-08-15T07:00:57.907Z Compiling block-padding v0.4.2
16722026-08-15T07:00:57.926Z Compiling crypto-common v0.2.2
16732026-08-15T07:00:57.948Z Compiling block-buffer v0.12.1
16742026-08-15T07:00:57.968Z Compiling zerocopy v0.6.6
16752026-08-15T07:00:58.039Z Compiling icu_locale_core v2.1.1
16762026-08-15T07:00:58.085Z Compiling icu_collections v2.1.1
16772026-08-15T07:00:58.104Z Compiling elliptic-curve v0.13.8
16782026-08-15T07:00:58.109Z Compiling bitfield v0.19.4
16792026-08-15T07:00:58.109Z Compiling rustls-native-certs v0.8.3
16802026-08-15T07:00:58.160Z Compiling bstr v1.12.1
16812026-08-15T07:00:58.160Z Compiling daft-derive v0.1.7
16822026-08-15T07:00:58.179Z Compiling pin-project-internal v1.1.11
16832026-08-15T07:00:58.214Z Compiling mime v0.3.17
16842026-08-15T07:00:58.280Z Compiling ed25519-dalek v2.2.0
16852026-08-15T07:00:58.309Z Compiling futures-executor v0.3.32
16862026-08-15T07:00:58.340Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16872026-08-15T07:00:58.459Z Compiling rustix v0.38.44
16882026-08-15T07:00:58.484Z Compiling primeorder v0.13.6
16892026-08-15T07:00:58.535Z Compiling ecdsa v0.16.9
16902026-08-15T07:00:58.553Z Compiling slog-async v2.8.0
16912026-08-15T07:00:58.574Z Compiling psl-types v2.0.11
16922026-08-15T07:00:58.578Z Compiling smoltcp v0.9.1
16932026-08-15T07:00:58.614Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
16942026-08-15T07:00:58.636Z Compiling ref-cast v1.0.25
16952026-08-15T07:00:58.640Z Compiling derive_builder_macro v0.20.2
16962026-08-15T07:00:58.640Z Compiling litrs v1.0.0
16972026-08-15T07:00:58.640Z Compiling futures v0.3.32
16982026-08-15T07:00:58.689Z Compiling bytes v1.11.1
16992026-08-15T07:00:58.726Z Compiling icu_provider v2.1.1
17002026-08-15T07:00:58.746Z Compiling chrono v0.4.45
17012026-08-15T07:00:58.771Z Compiling ipnet v2.12.1
17022026-08-15T07:00:58.791Z Compiling hex v0.4.3
17032026-08-15T07:00:58.791Z Compiling serde_tokenstream v0.2.3
17042026-08-15T07:00:58.824Z Compiling serde_spanned v0.6.9
17052026-08-15T07:00:58.865Z Compiling toml_datetime v0.6.11
17062026-08-15T07:00:58.884Z Compiling erased-serde v0.3.31
17072026-08-15T07:00:58.888Z Compiling hubpack v0.1.2
17082026-08-15T07:00:58.919Z Compiling p384 v0.13.1
17092026-08-15T07:00:58.923Z Compiling strum v0.26.3
17102026-08-15T07:00:58.977Z Compiling structmeta v0.3.0
17112026-08-15T07:00:58.996Z Compiling icu_properties v2.1.2
17122026-08-15T07:00:59.017Z Compiling icu_normalizer v2.1.1
17132026-08-15T07:00:59.021Z Compiling serde-hex v0.1.0
17142026-08-15T07:00:59.051Z Compiling serde-big-array v0.5.1
17152026-08-15T07:00:59.073Z Compiling toml_edit v0.19.15
17162026-08-15T07:00:59.077Z Compiling serde_urlencoded v0.7.1
17172026-08-15T07:00:59.111Z Compiling ron v0.8.1
17182026-08-15T07:00:59.115Z Compiling toml_edit v0.22.27
17192026-08-15T07:00:59.205Z Compiling inout v0.2.2
17202026-08-15T07:00:59.243Z Compiling tokio v1.52.1
17212026-08-15T07:00:59.261Z Compiling http v1.4.2
17222026-08-15T07:00:59.265Z Compiling derive-ex v0.1.8
17232026-08-15T07:00:59.265Z Compiling document-features v0.2.12
17242026-08-15T07:00:59.299Z Compiling zip v0.6.6
17252026-08-15T07:00:59.303Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17262026-08-15T07:00:59.317Z Compiling derive_builder v0.20.2
17272026-08-15T07:00:59.425Z Compiling regex v1.12.3
17282026-08-15T07:00:59.462Z Compiling lru-cache v0.1.2
17292026-08-15T07:00:59.466Z Compiling pin-project v1.1.11
17302026-08-15T07:00:59.535Z Compiling dof v0.3.0
17312026-08-15T07:00:59.556Z Compiling snafu-derive v0.8.9
17322026-08-15T07:00:59.702Z Compiling strum_macros v0.27.2
17332026-08-15T07:00:59.718Z Compiling ref-cast-impl v1.0.25
17342026-08-15T07:00:59.733Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17352026-08-15T07:00:59.786Z Compiling uuid v1.23.4
17362026-08-15T07:00:59.857Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17372026-08-15T07:00:59.888Z Compiling crossbeam-channel v0.5.15
17382026-08-15T07:00:59.993Z Compiling idna_adapter v1.2.1
17392026-08-15T07:01:00.011Z Compiling usdt-impl v0.5.0
17402026-08-15T07:01:00.030Z Compiling phf_shared v0.13.1
17412026-08-15T07:01:00.056Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
17422026-08-15T07:01:00.108Z Compiling cargo-platform v0.3.2
17432026-08-15T07:01:00.161Z Compiling idna v1.1.0
17442026-08-15T07:01:00.183Z Compiling ppv-lite86 v0.2.21
17452026-08-15T07:01:00.222Z Compiling http-body v1.0.1
17462026-08-15T07:01:00.225Z Compiling half v2.7.1
17472026-08-15T07:01:00.292Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17482026-08-15T07:01:00.310Z Compiling vergen v9.1.0
17492026-08-15T07:01:00.330Z Compiling dof v0.4.0
17502026-08-15T07:01:00.347Z Compiling is-terminal v0.4.17
17512026-08-15T07:01:00.347Z Compiling memmap v0.7.0
17522026-08-15T07:01:00.393Z Compiling http-body-util v0.1.3
17532026-08-15T07:01:00.460Z Compiling hashbrown v0.14.5
17542026-08-15T07:01:00.464Z Compiling hashbrown v0.13.2
17552026-08-15T07:01:00.478Z Compiling nix v0.31.2
17562026-08-15T07:01:00.498Z Compiling url v2.5.8
17572026-08-15T07:01:00.503Z Compiling publicsuffix v2.3.0
17582026-08-15T07:01:00.552Z Compiling rand_chacha v0.3.1
17592026-08-15T07:01:00.557Z Compiling rand_chacha v0.9.0
17602026-08-15T07:01:00.557Z Compiling ciborium-ll v0.2.2
17612026-08-15T07:01:00.573Z Compiling toml v0.7.8
17622026-08-15T07:01:00.610Z Compiling fs-err v3.3.0
17632026-08-15T07:01:00.628Z Compiling managed v0.8.0
17642026-08-15T07:01:00.632Z Compiling same-file v1.0.6
17652026-08-15T07:01:00.632Z Compiling bitflags v1.3.2
17662026-08-15T07:01:00.632Z Compiling take_mut v0.2.2
17672026-08-15T07:01:00.632Z Compiling resolv-conf v0.7.6
17682026-08-15T07:01:00.694Z Compiling foldhash v0.1.5
17692026-08-15T07:01:00.709Z Compiling corncobs v0.1.4
17702026-08-15T07:01:00.727Z Compiling jiff-core v0.1.0
17712026-08-15T07:01:00.778Z Compiling ciborium v0.2.2
17722026-08-15T07:01:00.783Z Compiling libbz2-rs-sys v0.2.2
17732026-08-15T07:01:00.814Z Compiling rand v0.8.6
17742026-08-15T07:01:00.840Z Compiling rand v0.9.2
17752026-08-15T07:01:00.857Z Compiling bumpalo v3.20.2
17762026-08-15T07:01:00.917Z Compiling path-slash v0.1.5
17772026-08-15T07:01:00.937Z Compiling term v1.2.1
17782026-08-15T07:01:00.956Z Compiling object v0.30.4
17792026-08-15T07:01:00.973Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17802026-08-15T07:01:00.977Z Compiling usdt-attr-macro v0.5.0
17812026-08-15T07:01:01.025Z Compiling chumsky v0.9.3
17822026-08-15T07:01:01.062Z Compiling usdt-macro v0.5.0
17832026-08-15T07:01:01.066Z Compiling cookie_store v0.22.1
17842026-08-15T07:01:01.116Z Compiling zopfli v0.8.3
17852026-08-15T07:01:01.192Z Compiling test-strategy v0.4.5
17862026-08-15T07:01:01.268Z Compiling bzip2 v0.6.1
17872026-08-15T07:01:01.288Z Compiling slog-term v2.9.2
17882026-08-15T07:01:01.326Z Compiling hashbrown v0.15.5
17892026-08-15T07:01:01.406Z Compiling walkdir v2.5.0
17902026-08-15T07:01:01.422Z Compiling toml v0.8.23
17912026-08-15T07:01:01.516Z Compiling proptest v1.11.0
17922026-08-15T07:01:01.605Z Compiling postgres-protocol v0.6.10
17932026-08-15T07:01:01.652Z Compiling jiff v0.2.34
17942026-08-15T07:01:01.778Z Compiling cargo_metadata v0.23.1
17952026-08-15T07:01:01.797Z Compiling snafu v0.8.9
17962026-08-15T07:01:01.815Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17972026-08-15T07:01:01.894Z Compiling phf v0.13.1
17982026-08-15T07:01:01.940Z Compiling signal-hook-mio v0.2.5
17992026-08-15T07:01:01.945Z Compiling cipher v0.5.2
18002026-08-15T07:01:02.014Z Compiling serde_with v3.21.0
18012026-08-15T07:01:02.014Z Compiling ipnetwork v0.21.1
18022026-08-15T07:01:02.018Z Compiling byte-wrapper v0.1.0
18032026-08-15T07:01:02.088Z Compiling postgres-types v0.2.12
18042026-08-15T07:01:02.126Z Compiling strum v0.27.2
18052026-08-15T07:01:02.145Z Compiling globset v0.4.18
18062026-08-15T07:01:02.165Z Compiling olpc-cjson v0.1.4
18072026-08-15T07:01:02.184Z Compiling serde_plain v1.0.2
18082026-08-15T07:01:02.188Z Compiling inout v0.1.4
18092026-08-15T07:01:02.203Z Compiling usdt v0.5.0
18102026-08-15T07:01:02.223Z Compiling usdt-attr-macro v0.6.0
18112026-08-15T07:01:02.242Z Compiling usdt-macro v0.6.0
18122026-08-15T07:01:02.280Z Compiling secrecy v0.8.0
18132026-08-15T07:01:02.297Z Compiling knus v3.4.0
18142026-08-15T07:01:02.315Z Compiling oxnet v0.1.6
18152026-08-15T07:01:02.332Z Compiling derive-where v1.6.0
18162026-08-15T07:01:02.351Z Compiling serde_repr v0.1.20
18172026-08-15T07:01:02.355Z Compiling async-recursion v1.1.1
18182026-08-15T07:01:02.388Z Compiling phf_shared v0.11.3
18192026-08-15T07:01:02.424Z Compiling float-cmp v0.10.0
18202026-08-15T07:01:02.428Z Compiling memmap2 v0.9.10
18212026-08-15T07:01:02.474Z Compiling zstd v0.13.3
18222026-08-15T07:01:02.493Z Compiling pem v3.0.6
18232026-08-15T07:01:02.497Z Compiling hashbrown v0.16.1
18242026-08-15T07:01:02.550Z Compiling const-oid v0.10.2
18252026-08-15T07:01:02.555Z Compiling difflib v0.4.0
18262026-08-15T07:01:02.555Z Compiling debug-ignore v1.0.5
18272026-08-15T07:01:02.555Z Compiling fixedbitset v0.4.2
18282026-08-15T07:01:02.555Z Compiling typed-path v0.9.3
18292026-08-15T07:01:02.637Z Compiling rsa v0.9.10
18302026-08-15T07:01:02.657Z Compiling whoami v2.1.0
18312026-08-15T07:01:02.657Z Compiling new_debug_unreachable v1.0.6
18322026-08-15T07:01:02.704Z Compiling fixedbitset v0.5.7
18332026-08-15T07:01:02.729Z Compiling cpufeatures v0.3.0
18342026-08-15T07:01:02.744Z Compiling either v1.15.0
18352026-08-15T07:01:02.764Z Compiling precomputed-hash v0.1.1
18362026-08-15T07:01:02.804Z Compiling predicates-core v1.0.10
18372026-08-15T07:01:02.804Z Compiling normalize-line-endings v0.3.0
18382026-08-15T07:01:02.841Z Compiling chacha20 v0.10.0
18392026-08-15T07:01:02.871Z Compiling string_cache v0.8.9
18402026-08-15T07:01:02.890Z Compiling petgraph v0.6.5
18412026-08-15T07:01:02.909Z Compiling digest v0.11.3
18422026-08-15T07:01:02.945Z Compiling petgraph v0.8.3
18432026-08-15T07:01:02.949Z Compiling cipher v0.4.4
18442026-08-15T07:01:03.007Z Compiling predicates v3.1.4
18452026-08-15T07:01:03.047Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18462026-08-15T07:01:03.064Z Compiling itertools v0.13.0
18472026-08-15T07:01:03.083Z Compiling crossterm v0.28.1
18482026-08-15T07:01:03.112Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18492026-08-15T07:01:03.159Z Compiling similar v2.7.0
18502026-08-15T07:01:03.178Z Compiling openapiv3 v2.2.0
18512026-08-15T07:01:03.200Z Compiling crossbeam-epoch v0.9.18
18522026-08-15T07:01:03.221Z Compiling peg-runtime v0.8.5
18532026-08-15T07:01:03.239Z Compiling lalrpop-util v0.19.12
18542026-08-15T07:01:03.271Z Compiling filetime v0.2.27
18552026-08-15T07:01:03.277Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
18562026-08-15T07:01:03.290Z Compiling usdt v0.6.0
18572026-08-15T07:01:03.294Z Compiling xattr v1.6.1
18582026-08-15T07:01:03.294Z Compiling camino-tempfile v1.4.1
18592026-08-15T07:01:03.341Z Compiling tokio-util v0.7.18
18602026-08-15T07:01:03.394Z Compiling tower v0.5.3
18612026-08-15T07:01:03.458Z Compiling tokio-native-tls v0.3.1
18622026-08-15T07:01:03.474Z Compiling hickory-proto v0.24.4
18632026-08-15T07:01:03.479Z Compiling buf-list v1.1.2
18642026-08-15T07:01:03.529Z Compiling hickory-proto v0.25.2
18652026-08-15T07:01:03.549Z Compiling tar v0.4.46
18662026-08-15T07:01:03.720Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18672026-08-15T07:01:03.755Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
18682026-08-15T07:01:03.972Z Compiling tower-http v0.6.8
18692026-08-15T07:01:04.093Z Compiling h2 v0.4.15
18702026-08-15T07:01:04.120Z Compiling tokio-stream v0.1.18
18712026-08-15T07:01:04.209Z Compiling newtype-uuid v1.3.2
18722026-08-15T07:01:04.339Z Compiling tokio-postgres v0.7.16
18732026-08-15T07:01:04.418Z Compiling zip v4.6.1
18742026-08-15T07:01:04.491Z Compiling daft v0.1.7
18752026-08-15T07:01:04.621Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18762026-08-15T07:01:04.755Z Compiling iddqd v0.4.2
18772026-08-15T07:01:04.942Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18782026-08-15T07:01:05.506Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18792026-08-15T07:01:05.683Z Compiling hickory-resolver v0.24.4
18802026-08-15T07:01:06.663Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18812026-08-15T07:01:06.734Z Compiling qorb v0.4.1
18822026-08-15T07:01:07.305Z Compiling hyper v1.10.1
18832026-08-15T07:01:08.331Z Compiling hyper-util v0.1.20
18842026-08-15T07:01:09.420Z Compiling hyper-tls v0.6.0
18852026-08-15T07:01:09.563Z Compiling reqwest v0.12.28
18862026-08-15T07:01:23.290Z Compiling rustls-webpki v0.103.13
18872026-08-15T07:01:25.923Z Compiling tokio-rustls v0.26.4
18882026-08-15T07:01:25.923Z Compiling rustls-platform-verifier v0.6.2
18892026-08-15T07:01:25.923Z Compiling tough v0.22.0
18902026-08-15T07:01:26.116Z Compiling hyper-rustls v0.27.7
18912026-08-15T07:01:26.319Z Compiling reqwest v0.13.2
18922026-08-15T07:01:28.461Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18932026-08-15T07:01:28.700Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18942026-08-15T07:01:31.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.24s
18952026-08-15T07:01:31.621Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
18962026-08-15T07:01:31.621Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
18972026-08-15T07:01:31.765Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18982026-08-15T07:01:31.827ZAug 15 07:01:30.843 INFO Starting download, target: Cockroach
18992026-08-15T07:01:31.827ZAug 15 07:01:30.843 INFO Starting download, target: Clickhouse
19002026-08-15T07:01:31.827ZAug 15 07:01:30.843 INFO Starting download, target: Console
19012026-08-15T07:01:31.827ZAug 15 07:01:30.843 INFO Starting download, target: DendriteStub
19022026-08-15T07:01:31.831ZAug 15 07:01:30.843 INFO Starting download, target: MaghemiteMgd
19032026-08-15T07:01:31.832ZAug 15 07:01:30.843 INFO Starting download, target: TransceiverControl
19042026-08-15T07:01:31.832ZAug 15 07:01:30.844 INFO Starting download, target: MaghemiteDdmd
19052026-08-15T07:01:31.832ZAug 15 07:01:30.844 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19062026-08-15T07:01:31.833ZAug 15 07:01:30.844 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19072026-08-15T07:01:31.833ZAug 15 07:01:30.844 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19082026-08-15T07:01:31.833ZAug 15 07:01:30.844 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19092026-08-15T07:01:31.833ZAug 15 07:01:30.844 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19102026-08-15T07:01:31.833ZAug 15 07:01:30.844 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19112026-08-15T07:01:31.833ZAug 15 07:01:30.844 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19122026-08-15T07:01:32.171ZAug 15 07:01:31.187 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19132026-08-15T07:01:32.389ZAug 15 07:01:31.403 INFO Download complete, target: TransceiverControl
19142026-08-15T07:01:33.672ZAug 15 07:01:32.687 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19152026-08-15T07:01:33.939ZAug 15 07:01:32.955 INFO Download complete, target: Console
19162026-08-15T07:01:34.145ZAug 15 07:01:33.161 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19172026-08-15T07:01:34.175ZAug 15 07:01:33.187 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19182026-08-15T07:01:34.194ZAug 15 07:01:33.209 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19192026-08-15T07:01:34.662ZAug 15 07:01:33.678 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19202026-08-15T07:01:34.662ZAug 15 07:01:33.678 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19212026-08-15T07:01:35.904ZAug 15 07:01:34.920 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19222026-08-15T07:01:36.174ZAug 15 07:01:35.191 INFO Download complete, target: MaghemiteDdmd
19232026-08-15T07:01:37.212ZAug 15 07:01:36.228 INFO Download complete, target: DendriteStub
19242026-08-15T07:01:37.218ZAug 15 07:01:36.235 INFO Download complete, target: MaghemiteMgd
19252026-08-15T07:01:39.500ZAug 15 07:01:38.504 INFO Checking that binary works, target: Cockroach
19262026-08-15T07:01:39.623ZAug 15 07:01:38.633 INFO Download complete, target: Cockroach
19272026-08-15T07:01:42.743ZAug 15 07:01:41.760 INFO Checking that binary works, target: Clickhouse
19282026-08-15T07:01:42.824ZAug 15 07:01:41.840 INFO Download complete, target: Clickhouse
19292026-08-15T07:01:42.848ZAll builder prerequisites installed successfully, and PATH looks valid
19302026-08-15T07:01:42.852Z
19312026-08-15T07:01:42.852Zreal 1:53.267956009
19322026-08-15T07:01:42.852Zuser 7:46.419000394
19332026-08-15T07:01:42.852Zsys 2:40.524188634
19342026-08-15T07:01:42.852Ztrap 0.254358857
19352026-08-15T07:01:42.852Ztflt 1.344079439
19362026-08-15T07:01:42.852Zdflt 3.332120581
19372026-08-15T07:01:42.852Zkflt 0.026344506
19382026-08-15T07:01:42.852Zlock 32:35.716198909
19392026-08-15T07:01:42.852Zslp 19:09.149943769
19402026-08-15T07:01:42.853Zlat 16.958487918
19412026-08-15T07:01:42.853Zstop 7:05.813538632
19422026-08-15T07:01:42.853Z++ bmat factory name
19432026-08-15T07:01:42.862Z++ bmat factory private
19442026-08-15T07:01:42.869Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-017f354b09fc40c93 '{
19452026-08-15T07:01:42.869Z buildomat: {
19462026-08-15T07:01:42.870Z factory: {
19472026-08-15T07:01:42.870Z name: $bmat_factory_name,
19482026-08-15T07:01:42.870Z private: $bmat_factory_private,
19492026-08-15T07:01:42.870Z },
19502026-08-15T07:01:42.870Z },
19512026-08-15T07:01:42.870Z }'
19522026-08-15T07:01:42.891Z+ banner ls-apis
19532026-08-15T07:01:42.895Z
19542026-08-15T07:01:42.895Z # #### ## ##### # ####
19552026-08-15T07:01:42.895Z # # # # # # # #
19562026-08-15T07:01:42.895Z # #### ##### # # # # # ####
19572026-08-15T07:01:42.895Z # # ###### ##### # #
19582026-08-15T07:01:42.895Z # # # # # # # # #
19592026-08-15T07:01:42.895Z ###### #### # # # # ####
19602026-08-15T07:01:42.895Z
19612026-08-15T07:01:42.895Z+ source ./tools/include/force-git-over-https.sh
19622026-08-15T07:01:42.895Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19632026-08-15T07:01:42.899Z++ (( i = 0 ))
19642026-08-15T07:01:42.899Z++ (( i < 5 ))
19652026-08-15T07:01:42.899Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19662026-08-15T07:01:42.899Z++ (( i++ ))
19672026-08-15T07:01:42.899Z++ (( i < 5 ))
19682026-08-15T07:01:42.899Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19692026-08-15T07:01:42.903Z++ (( i++ ))
19702026-08-15T07:01:42.903Z++ (( i < 5 ))
19712026-08-15T07:01:42.903Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19722026-08-15T07:01:42.908Z++ (( i++ ))
19732026-08-15T07:01:42.908Z++ (( i < 5 ))
19742026-08-15T07:01:42.908Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19752026-08-15T07:01:42.908Z++ (( i++ ))
19762026-08-15T07:01:42.908Z++ (( i < 5 ))
19772026-08-15T07:01:42.909Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19782026-08-15T07:01:42.912Z++ (( i++ ))
19792026-08-15T07:01:42.912Z++ (( i < 5 ))
19802026-08-15T07:01:42.912Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19812026-08-15T07:01:42.912Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19822026-08-15T07:01:42.912Z+ ptime -m cargo xtask ls-apis apis
19832026-08-15T07:01:43.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19842026-08-15T07:01:43.379Z Running `target/debug/xtask ls-apis apis`
19852026-08-15T07:01:44.167Z Compiling semver v0.1.20
19862026-08-15T07:01:44.167Z Compiling rayon-core v1.13.0
19872026-08-15T07:01:44.310Z Compiling crossbeam-deque v0.8.6
19882026-08-15T07:01:44.314Z Compiling blake3 v1.8.5
19892026-08-15T07:01:44.314Z Compiling arrayvec v0.7.6
19902026-08-15T07:01:44.321Z Compiling constant_time_eq v0.4.2
19912026-08-15T07:01:44.334Z Compiling arrayref v0.3.9
19922026-08-15T07:01:44.338Z Compiling parse-display-derive v0.10.0
19932026-08-15T07:01:44.339Z Compiling topological-sort v0.2.2
19942026-08-15T07:01:44.339Z Compiling itertools v0.14.0
19952026-08-15T07:01:44.339Z Compiling indent_write v2.2.0
19962026-08-15T07:01:44.455Z Compiling rustc_version v0.1.7
19972026-08-15T07:01:44.674Z Compiling newtype_derive v0.1.6
19982026-08-15T07:01:44.953Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
19992026-08-15T07:01:45.254Z Compiling omicron-zone-package v0.12.3
20002026-08-15T07:01:45.540Z Compiling parse-display v0.10.0
20012026-08-15T07:01:46.165Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
20022026-08-15T07:01:50.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.33s
20032026-08-15T07:01:50.750Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
20042026-08-15T07:01:50.750Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
20052026-08-15T07:01:50.891Z Running `target/debug/ls-apis apis`
20062026-08-15T07:01:50.939Zloading metadata for workspace omicron from current workspace
20072026-08-15T07:01:55.189Znote: 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.
20082026-08-15T07:01:55.190Z - 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" }
20092026-08-15T07:01:55.194Z - 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" }
20102026-08-15T07:01:55.212Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20112026-08-15T07:01:55.216Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
20122026-08-15T07:01:55.216Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
20132026-08-15T07:01:55.216Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
20142026-08-15T07:01:55.216Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
20152026-08-15T07:01:55.216Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
20162026-08-15T07:02:25.789Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20172026-08-15T07:02:25.869Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20182026-08-15T07:02:26.207ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
20192026-08-15T07:02:26.207Z consumed by: wicketd (omicron/wicketd) via 1 path
20202026-08-15T07:02:26.207Z
20212026-08-15T07:02:26.207ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
20222026-08-15T07:02:26.207Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20232026-08-15T07:02:26.207Z
20242026-08-15T07:02:26.207ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
20252026-08-15T07:02:26.208Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20262026-08-15T07:02:26.208Z
20272026-08-15T07:02:26.208ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
20282026-08-15T07:02:26.208Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20292026-08-15T07:02:26.208Z
20302026-08-15T07:02:26.208ZCockroachDB Cluster Admin (client: cockroach-admin-client)
20312026-08-15T07:02:26.208Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20322026-08-15T07:02:26.214Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20332026-08-15T07:02:26.214Z
20342026-08-15T07:02:26.215ZCrucible Agent (client: crucible-agent-client)
20352026-08-15T07:02:26.215Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20362026-08-15T07:02:26.215Z
20372026-08-15T07:02:26.215ZCrucible Control (for testing only) (client: crucible-control-client)
20382026-08-15T07:02:26.215Z
20392026-08-15T07:02:26.215ZCrucible Pantry (client: crucible-pantry-client)
20402026-08-15T07:02:26.215Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20412026-08-15T07:02:26.215Z
20422026-08-15T07:02:26.215ZMaghemite DDM Admin (client: ddm-admin-client)
20432026-08-15T07:02:26.215Z consumed by: installinator (omicron/installinator) via 1 path
20442026-08-15T07:02:26.215Z consumed by: mgd (maghemite/mgd) via 1 path
20452026-08-15T07:02:26.215Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20462026-08-15T07:02:26.215Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20472026-08-15T07:02:26.215Z consumed by: sush-proxy (omicron/sush-proxy) via 1 path
20482026-08-15T07:02:26.215Z consumed by: wicketd (omicron/wicketd) via 1 path
20492026-08-15T07:02:26.215Z
20502026-08-15T07:02:26.215ZDNS Server (client: dns-service-client)
20512026-08-15T07:02:26.215Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20522026-08-15T07:02:26.215Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20532026-08-15T07:02:26.215Z
20542026-08-15T07:02:26.215ZDendrite DPD (client: dpd-client)
20552026-08-15T07:02:26.215Z consumed by: ddmd (maghemite/ddmd) via 2 paths
20562026-08-15T07:02:26.215Z consumed by: lldpd (lldp/lldpd) via 2 paths
20572026-08-15T07:02:26.215Z consumed by: mgd (maghemite/mgd) via 1 path
20582026-08-15T07:02:26.215Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20592026-08-15T07:02:26.215Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
20602026-08-15T07:02:26.215Z consumed by: tfportd (dendrite/tfportd) via 2 paths
20612026-08-15T07:02:26.215Z consumed by: wicketd (omicron/wicketd) via 2 paths
20622026-08-15T07:02:26.216Z
20632026-08-15T07:02:26.216ZDownstairs Controller (debugging only) (client: dsc-client)
20642026-08-15T07:02:26.216Z
20652026-08-15T07:02:26.216ZManagement Gateway Service (client: gateway-client)
20662026-08-15T07:02:26.216Z consumed by: dpd (dendrite/dpd) via 1 path
20672026-08-15T07:02:26.216Z consumed by: lldpd (lldp/lldpd) via 1 path
20682026-08-15T07:02:26.216Z consumed by: mgd (maghemite/mgd) via 1 path
20692026-08-15T07:02:26.216Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
20702026-08-15T07:02:26.216Z consumed by: omicron-sled-agent (omicron/sled-agent) via 3 paths
20712026-08-15T07:02:26.217Z consumed by: sush-proxy (omicron/sush-proxy) via 1 path
20722026-08-15T07:02:26.217Z consumed by: wicketd (omicron/wicketd) via 3 paths
20732026-08-15T07:02:26.218Z
20742026-08-15T07:02:26.218ZWicketd Installinator (client: installinator-client)
20752026-08-15T07:02:26.218Z consumed by: installinator (omicron/installinator) via 1 path
20762026-08-15T07:02:26.218Z
20772026-08-15T07:02:26.218ZLLDP daemon (client: lldpd-client)
20782026-08-15T07:02:26.218Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20792026-08-15T07:02:26.218Z consumed by: tfportd (dendrite/tfportd) via 1 path
20802026-08-15T07:02:26.218Z
20812026-08-15T07:02:26.218ZMaghemite MG Admin (client: mg-admin-client)
20822026-08-15T07:02:26.222Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20832026-08-15T07:02:26.222Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20842026-08-15T07:02:26.222Z
20852026-08-15T07:02:26.222ZNexus Internal API (client: nexus-client)
20862026-08-15T07:02:26.223Z consumed by: crucible-pantry (crucible/pantry) via 1 path
20872026-08-15T07:02:26.223Z consumed by: dpd (dendrite/dpd) via 1 path
20882026-08-15T07:02:26.223Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20892026-08-15T07:02:26.224Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
20902026-08-15T07:02:26.224Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
20912026-08-15T07:02:26.224Z
20922026-08-15T07:02:26.224ZNexus Internal Lockstep API (client: nexus-lockstep-client)
20932026-08-15T07:02:26.224Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20942026-08-15T07:02:26.224Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
20952026-08-15T07:02:26.224Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20962026-08-15T07:02:26.226Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
20972026-08-15T07:02:26.226Z
20982026-08-15T07:02:26.226ZNTP Admin (client: ntp-admin-client)
20992026-08-15T07:02:26.226Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
21002026-08-15T07:02:26.226Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21012026-08-15T07:02:26.226Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
21022026-08-15T07:02:26.226Z
21032026-08-15T07:02:26.226ZExternal API (client: oxide-client)
21042026-08-15T07:02:26.226Z
21052026-08-15T07:02:26.226ZOximeter (client: oximeter-client)
21062026-08-15T07:02:26.226Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
21072026-08-15T07:02:26.226Z
21082026-08-15T07:02:26.226ZPropolis (client: propolis-client)
21092026-08-15T07:02:26.231Z consumed by: omicron-nexus (omicron/nexus) via 1 path
21102026-08-15T07:02:26.231Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21112026-08-15T07:02:26.231Z
21122026-08-15T07:02:26.231ZCrucible Repair (client: repair-client)
21132026-08-15T07:02:26.231Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
21142026-08-15T07:02:26.231Z
21152026-08-15T07:02:26.231ZRepo Depot API (client: repo-depot-client)
21162026-08-15T07:02:26.231Z consumed by: omicron-nexus (omicron/nexus) via 1 path
21172026-08-15T07:02:26.231Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21182026-08-15T07:02:26.231Z
21192026-08-15T07:02:26.231ZSled Agent (client: sled-agent-client)
21202026-08-15T07:02:26.231Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
21212026-08-15T07:02:26.231Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
21222026-08-15T07:02:26.232Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
21232026-08-15T07:02:26.232Z
21242026-08-15T07:02:26.232ZWicketd (client: wicketd-client)
21252026-08-15T07:02:26.232Z
21262026-08-15T07:02:26.232ZWicketd Commission (client: wicketd-commission-client)
21272026-08-15T07:02:26.232Z
21282026-08-15T07:02:26.321Z
21292026-08-15T07:02:26.325Zreal 43.385737241
21302026-08-15T07:02:26.325Zuser 31.674780723
21312026-08-15T07:02:26.325Zsys 11.036942805
21322026-08-15T07:02:26.325Ztrap 0.004662680
21332026-08-15T07:02:26.325Ztflt 0.121618599
21342026-08-15T07:02:26.325Zdflt 0.146567820
21352026-08-15T07:02:26.325Zkflt 0.000078510
21362026-08-15T07:02:26.325Zlock 4:38.573958989
21372026-08-15T07:02:26.326Zslp 6:50.140074736
21382026-08-15T07:02:26.326Zlat 0.838061407
21392026-08-15T07:02:26.326Zstop 3.677276825
21402026-08-15T07:02:26.326Z+ ptime -m cargo xtask ls-apis deployment-units
21412026-08-15T07:02:26.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21422026-08-15T07:02:26.834Z Running `target/debug/xtask ls-apis deployment-units`
21432026-08-15T07:02:27.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21442026-08-15T07:02:27.655Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21452026-08-15T07:02:27.655Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21462026-08-15T07:02:27.717Z Running `target/debug/ls-apis deployment-units`
21472026-08-15T07:02:27.772Zloading metadata for workspace omicron from current workspace
21482026-08-15T07:02:28.855Znote: 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.
21492026-08-15T07:02:28.859Z - 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" }
21502026-08-15T07:02:28.859Z - 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" }
21512026-08-15T07:02:28.872Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21522026-08-15T07:02:28.876Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
21532026-08-15T07:02:28.876Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
21542026-08-15T07:02:28.876Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
21552026-08-15T07:02:28.876Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
21562026-08-15T07:02:28.880Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
21572026-08-15T07:02:31.498Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21582026-08-15T07:02:31.578Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21592026-08-15T07:02:31.911ZClickHouse
21602026-08-15T07:02:31.911Z omicron-clickhouse-admin (omicron/clickhouse-admin)
21612026-08-15T07:02:31.911Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21622026-08-15T07:02:31.911Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21632026-08-15T07:02:31.911Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21642026-08-15T07:02:31.911Z
21652026-08-15T07:02:31.911Z
21662026-08-15T07:02:31.911ZCockroach
21672026-08-15T07:02:31.911Z omicron-cockroach-admin (omicron/cockroach-admin)
21682026-08-15T07:02:31.911Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21692026-08-15T07:02:31.911Z
21702026-08-15T07:02:31.911Z
21712026-08-15T07:02:31.911ZCrucible
21722026-08-15T07:02:31.911Z crucible-agent (crucible/agent)
21732026-08-15T07:02:31.911Z exposes: Crucible Agent (client = crucible-agent-client)
21742026-08-15T07:02:31.911Z
21752026-08-15T07:02:31.912Z crucible-downstairs (crucible/downstairs)
21762026-08-15T07:02:31.912Z exposes: Crucible Repair (client = repair-client)
21772026-08-15T07:02:31.916Z consumes: repair-client
21782026-08-15T07:02:31.916Z
21792026-08-15T07:02:31.916Z
21802026-08-15T07:02:31.916ZCrucible Pantry
21812026-08-15T07:02:31.916Z crucible-pantry (crucible/pantry)
21822026-08-15T07:02:31.917Z exposes: Crucible Pantry (client = crucible-pantry-client)
21832026-08-15T07:02:31.917Z consumes: nexus-client
21842026-08-15T07:02:31.917Z
21852026-08-15T07:02:31.917Z
21862026-08-15T07:02:31.917ZDNS Server
21872026-08-15T07:02:31.917Z dns-server (omicron/dns-server)
21882026-08-15T07:02:31.917Z exposes: DNS Server (client = dns-service-client)
21892026-08-15T07:02:31.918Z
21902026-08-15T07:02:31.918Z
21912026-08-15T07:02:31.918ZHost OS
21922026-08-15T07:02:31.918Z ddmd (maghemite/ddmd)
21932026-08-15T07:02:31.918Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21942026-08-15T07:02:31.918Z consumes: dpd-client (intra-deployment-unit-only)
21952026-08-15T07:02:31.918Z
21962026-08-15T07:02:31.918Z dpd (dendrite/dpd)
21972026-08-15T07:02:31.918Z exposes: Dendrite DPD (client = dpd-client)
21982026-08-15T07:02:31.918Z consumes: gateway-client (intra-deployment-unit-only)
21992026-08-15T07:02:31.918Z consumes: nexus-client
22002026-08-15T07:02:31.918Z
22012026-08-15T07:02:31.918Z lldpd (lldp/lldpd)
22022026-08-15T07:02:31.918Z exposes: LLDP daemon (client = lldpd-client)
22032026-08-15T07:02:31.918Z consumes: dpd-client (intra-deployment-unit-only)
22042026-08-15T07:02:31.918Z consumes: gateway-client (intra-deployment-unit-only)
22052026-08-15T07:02:31.918Z
22062026-08-15T07:02:31.918Z mgd (maghemite/mgd)
22072026-08-15T07:02:31.918Z exposes: Maghemite MG Admin (client = mg-admin-client)
22082026-08-15T07:02:31.918Z consumes: ddm-admin-client (intra-deployment-unit-only)
22092026-08-15T07:02:31.918Z consumes: dpd-client (intra-deployment-unit-only)
22102026-08-15T07:02:31.918Z consumes: gateway-client (intra-deployment-unit-only)
22112026-08-15T07:02:31.918Z
22122026-08-15T07:02:31.918Z omicron-gateway (omicron/gateway)
22132026-08-15T07:02:31.918Z exposes: Management Gateway Service (client = gateway-client)
22142026-08-15T07:02:31.922Z
22152026-08-15T07:02:31.923Z omicron-sled-agent (omicron/sled-agent)
22162026-08-15T07:02:31.923Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22172026-08-15T07:02:31.923Z exposes: Repo Depot API (client = repo-depot-client)
22182026-08-15T07:02:31.923Z exposes: Sled Agent (client = sled-agent-client)
22192026-08-15T07:02:31.923Z consumes: ddm-admin-client (intra-deployment-unit-only)
22202026-08-15T07:02:31.923Z consumes: dpd-client (intra-deployment-unit-only)
22212026-08-15T07:02:31.923Z consumes: gateway-client (intra-deployment-unit-only)
22222026-08-15T07:02:31.923Z consumes: mg-admin-client (intra-deployment-unit-only)
22232026-08-15T07:02:31.923Z consumes: nexus-client
22242026-08-15T07:02:31.923Z consumes: nexus-lockstep-client
22252026-08-15T07:02:31.923Z consumes: ntp-admin-client
22262026-08-15T07:02:31.924Z consumes: propolis-client (intra-deployment-unit-only)
22272026-08-15T07:02:31.924Z consumes: repo-depot-client
22282026-08-15T07:02:31.924Z
22292026-08-15T07:02:31.924Z propolis-server (propolis/bin/propolis-server)
22302026-08-15T07:02:31.924Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22312026-08-15T07:02:31.924Z exposes: Propolis (client = propolis-client)
22322026-08-15T07:02:31.924Z consumes: nexus-client
22332026-08-15T07:02:31.924Z consumes: sled-agent-client (intra-deployment-unit-only)
22342026-08-15T07:02:31.924Z
22352026-08-15T07:02:31.924Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22362026-08-15T07:02:31.924Z consumes: cockroach-admin-client
22372026-08-15T07:02:31.924Z consumes: ddm-admin-client
22382026-08-15T07:02:31.924Z consumes: dns-service-client
22392026-08-15T07:02:31.924Z consumes: nexus-lockstep-client
22402026-08-15T07:02:31.924Z consumes: ntp-admin-client
22412026-08-15T07:02:31.924Z consumes: sled-agent-client
22422026-08-15T07:02:31.924Z
22432026-08-15T07:02:31.924Z sush-proxy (omicron/sush-proxy)
22442026-08-15T07:02:31.928Z consumes: ddm-admin-client (intra-deployment-unit-only)
22452026-08-15T07:02:31.928Z consumes: gateway-client (intra-deployment-unit-only)
22462026-08-15T07:02:31.928Z
22472026-08-15T07:02:31.928Z tfportd (dendrite/tfportd)
22482026-08-15T07:02:31.928Z consumes: dpd-client (intra-deployment-unit-only)
22492026-08-15T07:02:31.928Z consumes: lldpd-client (intra-deployment-unit-only)
22502026-08-15T07:02:31.928Z
22512026-08-15T07:02:31.928Z wicketd (omicron/wicketd)
22522026-08-15T07:02:31.928Z exposes: Wicketd Installinator (client = installinator-client)
22532026-08-15T07:02:31.928Z exposes: Wicketd (client = wicketd-client)
22542026-08-15T07:02:31.929Z exposes: Wicketd Commission (client = wicketd-commission-client)
22552026-08-15T07:02:31.929Z consumes: bootstrap-agent-lockstep-client
22562026-08-15T07:02:31.929Z consumes: ddm-admin-client (intra-deployment-unit-only)
22572026-08-15T07:02:31.929Z consumes: dpd-client (intra-deployment-unit-only)
22582026-08-15T07:02:31.929Z consumes: gateway-client (intra-deployment-unit-only)
22592026-08-15T07:02:31.929Z
22602026-08-15T07:02:31.929Z
22612026-08-15T07:02:31.929ZInstallinator
22622026-08-15T07:02:31.929Z installinator (omicron/installinator)
22632026-08-15T07:02:31.929Z consumes: ddm-admin-client
22642026-08-15T07:02:31.929Z consumes: installinator-client
22652026-08-15T07:02:31.929Z
22662026-08-15T07:02:31.929Z
22672026-08-15T07:02:31.929ZNTP
22682026-08-15T07:02:31.929Z omicron-ntp-admin (omicron/ntp-admin)
22692026-08-15T07:02:31.930Z exposes: NTP Admin (client = ntp-admin-client)
22702026-08-15T07:02:31.930Z
22712026-08-15T07:02:31.930Z
22722026-08-15T07:02:31.930ZNexus
22732026-08-15T07:02:31.930Z omicron-nexus (omicron/nexus)
22742026-08-15T07:02:31.930Z exposes: Nexus Internal API (client = nexus-client)
22752026-08-15T07:02:31.930Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22762026-08-15T07:02:31.930Z exposes: External API (client = oxide-client)
22772026-08-15T07:02:31.930Z consumes: clickhouse-admin-keeper-client
22782026-08-15T07:02:31.930Z consumes: clickhouse-admin-server-client
22792026-08-15T07:02:31.930Z consumes: clickhouse-admin-single-client
22802026-08-15T07:02:31.930Z consumes: cockroach-admin-client
22812026-08-15T07:02:31.930Z consumes: crucible-agent-client
22822026-08-15T07:02:31.930Z consumes: crucible-pantry-client
22832026-08-15T07:02:31.930Z consumes: dns-service-client
22842026-08-15T07:02:31.930Z consumes: dpd-client
22852026-08-15T07:02:31.930Z consumes: gateway-client
22862026-08-15T07:02:31.930Z consumes: lldpd-client
22872026-08-15T07:02:31.930Z consumes: mg-admin-client
22882026-08-15T07:02:31.930Z consumes: ntp-admin-client
22892026-08-15T07:02:31.930Z consumes: oximeter-client
22902026-08-15T07:02:31.930Z consumes: propolis-client
22912026-08-15T07:02:31.930Z consumes: repo-depot-client
22922026-08-15T07:02:31.930Z consumes: sled-agent-client
22932026-08-15T07:02:31.930Z
22942026-08-15T07:02:31.930Z
22952026-08-15T07:02:31.930ZOximeter
22962026-08-15T07:02:31.930Z oximeter-collector (omicron/oximeter/collector)
22972026-08-15T07:02:31.931Z exposes: Oximeter (client = oximeter-client)
22982026-08-15T07:02:31.931Z consumes: nexus-client
22992026-08-15T07:02:31.931Z
23002026-08-15T07:02:31.931Z
23012026-08-15T07:02:32.024Z
23022026-08-15T07:02:32.024Zreal 5.674425242
23032026-08-15T07:02:32.024Zuser 4.877730234
23042026-08-15T07:02:32.029Zsys 2.077356224
23052026-08-15T07:02:32.029Ztrap 0.000724520
23062026-08-15T07:02:32.029Ztflt 0.000064170
23072026-08-15T07:02:32.029Zdflt 0.000128550
23082026-08-15T07:02:32.029Zkflt 0.000000000
23092026-08-15T07:02:32.029Zlock 2.146943782
23102026-08-15T07:02:32.029Zslp 25.137933912
23112026-08-15T07:02:32.029Zlat 0.046107716
23122026-08-15T07:02:32.029Zstop 0.008484761
23132026-08-15T07:02:32.029Z+ ptime -m cargo xtask ls-apis servers
23142026-08-15T07:02:32.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
23152026-08-15T07:02:32.497Z Running `target/debug/xtask ls-apis servers`
23162026-08-15T07:02:33.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23172026-08-15T07:02:33.292Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
23182026-08-15T07:02:33.292Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
23192026-08-15T07:02:33.358Z Running `target/debug/ls-apis servers`
23202026-08-15T07:02:33.412Zloading metadata for workspace omicron from current workspace
23212026-08-15T07:02:34.493Znote: 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-08-15T07:02:34.497Z - 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-08-15T07:02:34.497Z - 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-08-15T07:02:34.508Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23252026-08-15T07:02:34.512Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
23262026-08-15T07:02:34.513Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
23272026-08-15T07:02:34.513Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
23282026-08-15T07:02:34.513Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
23292026-08-15T07:02:34.517Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
23302026-08-15T07:02:36.987Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23312026-08-15T07:02:37.066Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23322026-08-15T07:02:37.398Zcrucible-agent (crucible/agent)
23332026-08-15T07:02:37.398Z exposes: Crucible Agent (client = crucible-agent-client)
23342026-08-15T07:02:37.398Z
23352026-08-15T07:02:37.398Zcrucible-downstairs (crucible/downstairs)
23362026-08-15T07:02:37.398Z exposes: Crucible Repair (client = repair-client)
23372026-08-15T07:02:37.403Z consumes: repair-client
23382026-08-15T07:02:37.403Z
23392026-08-15T07:02:37.403Zcrucible-pantry (crucible/pantry)
23402026-08-15T07:02:37.403Z exposes: Crucible Pantry (client = crucible-pantry-client)
23412026-08-15T07:02:37.403Z consumes: nexus-client
23422026-08-15T07:02:37.403Z
23432026-08-15T07:02:37.403Zddmd (maghemite/ddmd)
23442026-08-15T07:02:37.403Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
23452026-08-15T07:02:37.403Z consumes: dpd-client (intra-deployment-unit-only)
23462026-08-15T07:02:37.403Z
23472026-08-15T07:02:37.403Zdns-server (omicron/dns-server)
23482026-08-15T07:02:37.403Z exposes: DNS Server (client = dns-service-client)
23492026-08-15T07:02:37.403Z
23502026-08-15T07:02:37.403Zdpd (dendrite/dpd)
23512026-08-15T07:02:37.403Z exposes: Dendrite DPD (client = dpd-client)
23522026-08-15T07:02:37.403Z consumes: gateway-client (intra-deployment-unit-only)
23532026-08-15T07:02:37.403Z consumes: nexus-client
23542026-08-15T07:02:37.403Z
23552026-08-15T07:02:37.403Zinstallinator (omicron/installinator)
23562026-08-15T07:02:37.403Z consumes: ddm-admin-client
23572026-08-15T07:02:37.403Z consumes: installinator-client
23582026-08-15T07:02:37.403Z
23592026-08-15T07:02:37.403Zlldpd (lldp/lldpd)
23602026-08-15T07:02:37.403Z exposes: LLDP daemon (client = lldpd-client)
23612026-08-15T07:02:37.403Z consumes: dpd-client (intra-deployment-unit-only)
23622026-08-15T07:02:37.403Z consumes: gateway-client (intra-deployment-unit-only)
23632026-08-15T07:02:37.403Z
23642026-08-15T07:02:37.405Zmgd (maghemite/mgd)
23652026-08-15T07:02:37.405Z exposes: Maghemite MG Admin (client = mg-admin-client)
23662026-08-15T07:02:37.405Z consumes: ddm-admin-client (intra-deployment-unit-only)
23672026-08-15T07:02:37.405Z consumes: dpd-client (intra-deployment-unit-only)
23682026-08-15T07:02:37.406Z consumes: gateway-client (intra-deployment-unit-only)
23692026-08-15T07:02:37.406Z
23702026-08-15T07:02:37.406Zomicron-clickhouse-admin (omicron/clickhouse-admin)
23712026-08-15T07:02:37.406Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
23722026-08-15T07:02:37.406Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
23732026-08-15T07:02:37.406Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
23742026-08-15T07:02:37.406Z
23752026-08-15T07:02:37.406Zomicron-cockroach-admin (omicron/cockroach-admin)
23762026-08-15T07:02:37.406Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
23772026-08-15T07:02:37.406Z
23782026-08-15T07:02:37.406Zomicron-gateway (omicron/gateway)
23792026-08-15T07:02:37.406Z exposes: Management Gateway Service (client = gateway-client)
23802026-08-15T07:02:37.411Z
23812026-08-15T07:02:37.411Zomicron-nexus (omicron/nexus)
23822026-08-15T07:02:37.411Z exposes: Nexus Internal API (client = nexus-client)
23832026-08-15T07:02:37.411Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
23842026-08-15T07:02:37.411Z exposes: External API (client = oxide-client)
23852026-08-15T07:02:37.411Z consumes: clickhouse-admin-keeper-client
23862026-08-15T07:02:37.411Z consumes: clickhouse-admin-server-client
23872026-08-15T07:02:37.412Z consumes: clickhouse-admin-single-client
23882026-08-15T07:02:37.412Z consumes: cockroach-admin-client
23892026-08-15T07:02:37.412Z consumes: crucible-agent-client
23902026-08-15T07:02:37.412Z consumes: crucible-pantry-client
23912026-08-15T07:02:37.412Z consumes: dns-service-client
23922026-08-15T07:02:37.412Z consumes: dpd-client
23932026-08-15T07:02:37.412Z consumes: gateway-client
23942026-08-15T07:02:37.412Z consumes: lldpd-client
23952026-08-15T07:02:37.412Z consumes: mg-admin-client
23962026-08-15T07:02:37.412Z consumes: ntp-admin-client
23972026-08-15T07:02:37.412Z consumes: oximeter-client
23982026-08-15T07:02:37.412Z consumes: propolis-client
23992026-08-15T07:02:37.412Z consumes: repo-depot-client
24002026-08-15T07:02:37.412Z consumes: sled-agent-client
24012026-08-15T07:02:37.412Z
24022026-08-15T07:02:37.412Zomicron-ntp-admin (omicron/ntp-admin)
24032026-08-15T07:02:37.412Z exposes: NTP Admin (client = ntp-admin-client)
24042026-08-15T07:02:37.412Z
24052026-08-15T07:02:37.412Zomicron-sled-agent (omicron/sled-agent)
24062026-08-15T07:02:37.412Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
24072026-08-15T07:02:37.412Z exposes: Repo Depot API (client = repo-depot-client)
24082026-08-15T07:02:37.412Z exposes: Sled Agent (client = sled-agent-client)
24092026-08-15T07:02:37.412Z consumes: ddm-admin-client (intra-deployment-unit-only)
24102026-08-15T07:02:37.412Z consumes: dpd-client (intra-deployment-unit-only)
24112026-08-15T07:02:37.412Z consumes: gateway-client (intra-deployment-unit-only)
24122026-08-15T07:02:37.412Z consumes: mg-admin-client (intra-deployment-unit-only)
24132026-08-15T07:02:37.412Z consumes: nexus-client
24142026-08-15T07:02:37.413Z consumes: nexus-lockstep-client
24152026-08-15T07:02:37.413Z consumes: ntp-admin-client
24162026-08-15T07:02:37.413Z consumes: propolis-client (intra-deployment-unit-only)
24172026-08-15T07:02:37.413Z consumes: repo-depot-client
24182026-08-15T07:02:37.413Z
24192026-08-15T07:02:37.413Zoximeter-collector (omicron/oximeter/collector)
24202026-08-15T07:02:37.413Z exposes: Oximeter (client = oximeter-client)
24212026-08-15T07:02:37.413Z consumes: nexus-client
24222026-08-15T07:02:37.413Z
24232026-08-15T07:02:37.413Zpropolis-server (propolis/bin/propolis-server)
24242026-08-15T07:02:37.413Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
24252026-08-15T07:02:37.413Z exposes: Propolis (client = propolis-client)
24262026-08-15T07:02:37.413Z consumes: nexus-client
24272026-08-15T07:02:37.413Z consumes: sled-agent-client (intra-deployment-unit-only)
24282026-08-15T07:02:37.413Z
24292026-08-15T07:02:37.413Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
24302026-08-15T07:02:37.418Z consumes: cockroach-admin-client
24312026-08-15T07:02:37.418Z consumes: ddm-admin-client
24322026-08-15T07:02:37.418Z consumes: dns-service-client
24332026-08-15T07:02:37.418Z consumes: nexus-lockstep-client
24342026-08-15T07:02:37.418Z consumes: ntp-admin-client
24352026-08-15T07:02:37.418Z consumes: sled-agent-client
24362026-08-15T07:02:37.418Z
24372026-08-15T07:02:37.418Zsush-proxy (omicron/sush-proxy)
24382026-08-15T07:02:37.418Z consumes: ddm-admin-client (intra-deployment-unit-only)
24392026-08-15T07:02:37.418Z consumes: gateway-client (intra-deployment-unit-only)
24402026-08-15T07:02:37.418Z
24412026-08-15T07:02:37.419Ztfportd (dendrite/tfportd)
24422026-08-15T07:02:37.419Z consumes: dpd-client (intra-deployment-unit-only)
24432026-08-15T07:02:37.419Z consumes: lldpd-client (intra-deployment-unit-only)
24442026-08-15T07:02:37.419Z
24452026-08-15T07:02:37.419Zwicketd (omicron/wicketd)
24462026-08-15T07:02:37.419Z exposes: Wicketd Installinator (client = installinator-client)
24472026-08-15T07:02:37.419Z exposes: Wicketd (client = wicketd-client)
24482026-08-15T07:02:37.419Z exposes: Wicketd Commission (client = wicketd-commission-client)
24492026-08-15T07:02:37.419Z consumes: bootstrap-agent-lockstep-client
24502026-08-15T07:02:37.419Z consumes: ddm-admin-client (intra-deployment-unit-only)
24512026-08-15T07:02:37.419Z consumes: dpd-client (intra-deployment-unit-only)
24522026-08-15T07:02:37.419Z consumes: gateway-client (intra-deployment-unit-only)
24532026-08-15T07:02:37.419Z
24542026-08-15T07:02:37.512Z
24552026-08-15T07:02:37.516Zreal 5.458116231
24562026-08-15T07:02:37.516Zuser 4.825921795
24572026-08-15T07:02:37.516Zsys 1.896391479
24582026-08-15T07:02:37.516Ztrap 0.000779460
24592026-08-15T07:02:37.516Ztflt 0.000027220
24602026-08-15T07:02:37.516Zdflt 0.001426920
24612026-08-15T07:02:37.516Zkflt 0.000001410
24622026-08-15T07:02:37.516Zlock 2.094568371
24632026-08-15T07:02:37.516Zslp 23.387824242
24642026-08-15T07:02:37.516Zlat 0.049826427
24652026-08-15T07:02:37.516Zstop 0.009473113
24662026-08-15T07:02:37.516Z+ ptime -m cargo xtask ls-apis check
24672026-08-15T07:02:37.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
24682026-08-15T07:02:37.985Z Running `target/debug/xtask ls-apis check`
24692026-08-15T07:02:38.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24702026-08-15T07:02:38.791Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
24712026-08-15T07:02:38.791Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
24722026-08-15T07:02:38.854Z Running `target/debug/ls-apis check`
24732026-08-15T07:02:38.911Zloading metadata for workspace omicron from current workspace
24742026-08-15T07:02:39.977Znote: 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.
24752026-08-15T07:02:39.981Z - 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" }
24762026-08-15T07:02:39.981Z - 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" }
24772026-08-15T07:02:39.994Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24782026-08-15T07:02:39.998Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
24792026-08-15T07:02:39.998Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24802026-08-15T07:02:39.998Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24812026-08-15T07:02:39.998Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24822026-08-15T07:02:40.002Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24832026-08-15T07:02:42.439Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24842026-08-15T07:02:42.519Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24852026-08-15T07:02:42.973Z
24862026-08-15T07:02:42.973Z
24872026-08-15T07:02:42.973ZServer-managed APIs:
24882026-08-15T07:02:42.973Z
24892026-08-15T07:02:42.973Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
24902026-08-15T07:02:42.973Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
24912026-08-15T07:02:42.973Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
24922026-08-15T07:02:42.973Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
24932026-08-15T07:02:42.973Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
24942026-08-15T07:02:42.973Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
24952026-08-15T07:02:42.973Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
24962026-08-15T07:02:42.973Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
24972026-08-15T07:02:42.973Z DNS Server (dns-service-client, exposed by dns-server)
24982026-08-15T07:02:42.973Z Dendrite DPD (dpd-client, exposed by dpd)
24992026-08-15T07:02:42.973Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
25002026-08-15T07:02:42.973Z LLDP daemon (lldpd-client, exposed by lldpd)
25012026-08-15T07:02:42.973Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
25022026-08-15T07:02:42.973Z External API (oxide-client, exposed by omicron-nexus)
25032026-08-15T07:02:42.973Z Oximeter (oximeter-client, exposed by oximeter-collector)
25042026-08-15T07:02:42.973Z Propolis (propolis-client, exposed by propolis-server)
25052026-08-15T07:02:42.974Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
25062026-08-15T07:02:42.974Z Wicketd (wicketd-client, exposed by wicketd)
25072026-08-15T07:02:42.974Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
25082026-08-15T07:02:42.974Z
25092026-08-15T07:02:42.974Z
25102026-08-15T07:02:42.974ZClient-managed API:
25112026-08-15T07:02:42.974Z
25122026-08-15T07:02:42.974Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
25132026-08-15T07:02:42.974Z reason: wicketd can wind up calling into sled agent on different sleds
25142026-08-15T07:02:42.974Z Wicketd Installinator (installinator-client, exposed by wicketd)
25152026-08-15T07:02:42.974Z reason: client is provided implicitly by the operator
25162026-08-15T07:02:42.974Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
25172026-08-15T07:02:42.974Z reason: Circular dependencies between Nexus and other services
25182026-08-15T07:02:42.974Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
25192026-08-15T07:02:42.974Z reason: Circular dependencies between Nexus and other services
25202026-08-15T07:02:42.974Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
25212026-08-15T07:02:42.975Z 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.
25222026-08-15T07:02:42.975Z
25232026-08-15T07:02:42.975Z Crucible Repair (repair-client, exposed by crucible-downstairs)
25242026-08-15T07:02:42.975Z reason: depends on itself (i.e., instances call each other)
25252026-08-15T07:02:42.975Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
25262026-08-15T07:02:42.975Z reason: depends on itself (i.e., instances call each other)
25272026-08-15T07:02:42.975Z
25282026-08-15T07:02:42.975Z
25292026-08-15T07:02:42.975ZAPIs with unknown version management: none
25302026-08-15T07:02:42.976Z
25312026-08-15T07:02:42.976Z
25322026-08-15T07:02:42.976ZAPIs that failed consumer checks: none
25332026-08-15T07:02:43.070Z
25342026-08-15T07:02:43.070Zreal 5.528483902
25352026-08-15T07:02:43.070Zuser 4.925226179
25362026-08-15T07:02:43.070Zsys 1.876436192
25372026-08-15T07:02:43.070Ztrap 0.000604320
25382026-08-15T07:02:43.074Ztflt 0.000127890
25392026-08-15T07:02:43.074Zdflt 0.000438810
25402026-08-15T07:02:43.074Zkflt 0.000006370
25412026-08-15T07:02:43.074Zlock 2.063095449
25422026-08-15T07:02:43.074Zslp 23.143090659
25432026-08-15T07:02:43.074Zlat 0.058939813
25442026-08-15T07:02:43.074Zstop 0.009487832
25452026-08-15T07:02:43.074Z+ ptime -m cargo xtask ls-apis adoc
25462026-08-15T07:02:43.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
25472026-08-15T07:02:43.538Z Running `target/debug/xtask ls-apis adoc`
25482026-08-15T07:02:44.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25492026-08-15T07:02:44.332Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25502026-08-15T07:02:44.332Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25512026-08-15T07:02:44.397Z Running `target/debug/ls-apis adoc`
25522026-08-15T07:02:44.451Zloading metadata for workspace omicron from current workspace
25532026-08-15T07:02:45.550Znote: 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.
25542026-08-15T07:02:45.555Z - 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" }
25552026-08-15T07:02:45.555Z - 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" }
25562026-08-15T07:02:45.568Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
25572026-08-15T07:02:45.572Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
25582026-08-15T07:02:45.572Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
25592026-08-15T07:02:45.572Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
25602026-08-15T07:02:45.572Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
25612026-08-15T07:02:45.572Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
25622026-08-15T07:02:47.993Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
25632026-08-15T07:02:48.073Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
25642026-08-15T07:02:48.526Z
25652026-08-15T07:02:48.527Zreal 5.426618927
25662026-08-15T07:02:48.527Zuser 4.842988568
25672026-08-15T07:02:48.527Zsys 1.874780073
25682026-08-15T07:02:48.527Ztrap 0.000606300
25692026-08-15T07:02:48.531Ztflt 0.000010940
25702026-08-15T07:02:48.531Zdflt 0.000126640
25712026-08-15T07:02:48.531Zkflt 0.000003470
25722026-08-15T07:02:48.531Zlock 2.075560634
25732026-08-15T07:02:48.531Zslp 23.181677897
25742026-08-15T07:02:48.531Zlat 0.052493121
25752026-08-15T07:02:48.531Zstop 0.009439112
25762026-08-15T07:02:48.531Z+ banner build
25772026-08-15T07:02:48.532Z
25782026-08-15T07:02:48.532Z ##### # # # # #####
25792026-08-15T07:02:48.532Z # # # # # # # #
25802026-08-15T07:02:48.532Z ##### # # # # # #
25812026-08-15T07:02:48.532Z # # # # # # # #
25822026-08-15T07:02:48.532Z # # # # # # # #
25832026-08-15T07:02:48.532Z ##### #### # ###### #####
25842026-08-15T07:02:48.532Z
25852026-08-15T07:02:48.532Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
25862026-08-15T07:02:48.532Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
25872026-08-15T07:02:48.532Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
25882026-08-15T07:02:48.532Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
25892026-08-15T07:02:48.532Z+ [[ illumos == \i\l\l\u\m\o\s ]]
25902026-08-15T07:02:48.532Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
25912026-08-15T07:02:48.532Z+ export TMPDIR=/var/tmp/omicron_tmp
25922026-08-15T07:02:48.533Z+ TMPDIR=/var/tmp/omicron_tmp
25932026-08-15T07:02:48.533Z+ export RUST_BACKTRACE=1
25942026-08-15T07:02:48.533Z+ RUST_BACKTRACE=1
25952026-08-15T07:02:48.533Z+ export CARGO_INCREMENTAL=0
25962026-08-15T07:02:48.533Z+ CARGO_INCREMENTAL=0
25972026-08-15T07:02:48.533Z+ export RUSTC_BOOTSTRAP=1
25982026-08-15T07:02:48.533Z+ RUSTC_BOOTSTRAP=1
25992026-08-15T07:02:48.533Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
26002026-08-15T07:02:50.730Z Compiling proc-macro2 v1.0.106
26012026-08-15T07:02:50.730Z Compiling unicode-ident v1.0.24
26022026-08-15T07:02:50.730Z Compiling quote v1.0.45
26032026-08-15T07:02:50.730Z Compiling libc v0.2.185
26042026-08-15T07:02:50.730Z Compiling serde_core v1.0.228
26052026-08-15T07:02:50.734Z Compiling cfg-if v1.0.4
26062026-08-15T07:02:50.734Z Compiling serde v1.0.228
26072026-08-15T07:02:50.734Z Compiling memchr v2.8.0
26082026-08-15T07:02:50.734Z Compiling smallvec v1.15.1
26092026-08-15T07:02:50.734Z Compiling portable-atomic v1.13.1
26102026-08-15T07:02:50.734Z Compiling autocfg v1.5.0
26112026-08-15T07:02:50.734Z Compiling critical-section v1.2.0
26122026-08-15T07:02:50.734Z Compiling itoa v1.0.17
26132026-08-15T07:02:51.035Z Compiling log v0.4.33
26142026-08-15T07:02:51.039Z Compiling allocator-api2 v0.2.21
26152026-08-15T07:02:51.039Z Compiling subtle v2.6.1
26162026-08-15T07:02:51.039Z Compiling equivalent v1.0.2
26172026-08-15T07:02:51.039Z Compiling foldhash v0.2.0
26182026-08-15T07:02:51.039Z Compiling libm v0.2.16
26192026-08-15T07:02:51.039Z Compiling rand_core v0.10.0
26202026-08-15T07:02:51.039Z Compiling version_check v0.9.5
26212026-08-15T07:02:51.039Z Compiling getrandom v0.4.3
26222026-08-15T07:02:51.039Z Compiling typenum v1.20.1
26232026-08-15T07:02:51.039Z Compiling zmij v1.0.21
26242026-08-15T07:02:51.039Z Compiling scopeguard v1.2.0
26252026-08-15T07:02:51.039Z Compiling serde_json v1.0.151
26262026-08-15T07:02:51.039Z Compiling stable_deref_trait v1.2.1
26272026-08-15T07:02:51.039Z Compiling percent-encoding v2.3.2
26282026-08-15T07:02:51.070Z Compiling writeable v0.6.2
26292026-08-15T07:02:51.074Z Compiling litemap v0.8.1
26302026-08-15T07:02:51.074Z Compiling icu_normalizer_data v2.1.1
26312026-08-15T07:02:51.074Z Compiling icu_properties_data v2.1.2
26322026-08-15T07:02:51.074Z 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`
26332026-08-15T07:02:51.074Z 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`
26342026-08-15T07:02:51.074Z 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`
26352026-08-15T07:02:51.074Z 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`
26362026-08-15T07:02:51.075Z 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`
26372026-08-15T07:02:51.075Z 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`
26382026-08-15T07:02:51.075Z 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`
26392026-08-15T07:02:51.075Z 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`
26402026-08-15T07:02:51.075Z 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`
26412026-08-15T07:02:51.075Z 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`
26422026-08-15T07:02:51.102Z 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`
26432026-08-15T07:02:51.108Z 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`
26442026-08-15T07:02:51.108Z 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`
26452026-08-15T07:02:51.108Z 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`
26462026-08-15T07:02:51.108Z 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`
26472026-08-15T07:02:51.109Z 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`
26482026-08-15T07:02:51.109Z 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`
26492026-08-15T07:02:51.109Z 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`
26502026-08-15T07:02:51.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=98b59c399515fb19 -C extra-filename=-8297de2080dfe9b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-8297de2080dfe9b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-08-15T07:02:51.202Z 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`
26522026-08-15T07:02:51.207Z 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`
26532026-08-15T07:02:51.237Z Compiling zerocopy v0.8.56
26542026-08-15T07:02:51.241Z 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"' --cfg 'feature="union"' --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=500fcbe0dcd9c719 -C extra-filename=-719b5b48f29d2f05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-08-15T07:02:51.274Z Compiling utf8_iter v1.0.4
26562026-08-15T07:02:51.278Z 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`
26572026-08-15T07:02:51.278Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=61c77fc1654a0d61 -C extra-filename=-817d5a90403dc1b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-817d5a90403dc1b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-08-15T07:02:51.333Z 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`
26592026-08-15T07:02:51.333Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=2f0abd2e04cbfd04 -C extra-filename=-4944f5d298d5e7db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602026-08-15T07:02:51.334Z 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`
26612026-08-15T07:02:51.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/zerocopy-0.8.56/build.rs --error-format=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=2c7a819cd4fd5824 -C extra-filename=-96cfcd64e07cde7b --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-96cfcd64e07cde7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-08-15T07:02:51.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/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`
26632026-08-15T07:02:51.343Z 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`
26642026-08-15T07:02:51.347Z 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`
26652026-08-15T07:02:51.347Z 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`
26662026-08-15T07:02:51.508Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-bd931bcdebfb2835/build-script-build`
26672026-08-15T07:02:51.661Z 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`
26682026-08-15T07:02:51.666Z 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`
26692026-08-15T07:02:51.700Z Compiling parking_lot_core v0.9.12
26702026-08-15T07:02:51.834Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-280df15876766ab0/build-script-build`
26712026-08-15T07:02:51.873Z Compiling lock_api v0.4.14
26722026-08-15T07:02:51.873Z Compiling thiserror v2.0.18
26732026-08-15T07:02:51.877Z Compiling pin-project-lite v0.2.17
26742026-08-15T07:02:51.877Z Compiling winnow v0.7.14
26752026-08-15T07:02:51.877Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-c60aa0859c6cdac8/build-script-build`
26762026-08-15T07:02:51.877Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-f722ed462eeafd77/build-script-build`
26772026-08-15T07:02:51.877Z 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`
26782026-08-15T07:02:51.991Z Compiling cfg_aliases v0.2.1
26792026-08-15T07:02:51.995Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-2a5e5fd126512cc3/build-script-build`
26802026-08-15T07:02:51.995Z 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`
26812026-08-15T07:02:51.996Z 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`
26822026-08-15T07:02:51.996Z 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`
26832026-08-15T07:02:52.029Z Compiling winnow v1.0.3
26842026-08-15T07:02:52.210Z Compiling toml_datetime v0.7.5+spec-1.1.0
26852026-08-15T07:02:52.510Z Compiling num-traits v0.2.19
26862026-08-15T07:02:52.514Z Compiling form_urlencoded v1.2.2
26872026-08-15T07:02:52.514Z Compiling shlex v1.3.0
26882026-08-15T07:02:52.514Z Compiling find-msvc-tools v0.1.9
26892026-08-15T07:02:52.514Z Compiling rustversion v1.0.22
26902026-08-15T07:02:52.514Z Compiling heck v0.5.0
26912026-08-15T07:02:52.543Z Compiling iana-time-zone v0.1.65
26922026-08-15T07:02:52.578Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-149ac3b1bfbf1a94/build-script-build`
26932026-08-15T07:02:52.583Z 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`
26942026-08-15T07:02:52.583Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-b1ad757f3d1feadb/build-script-build`
26952026-08-15T07:02:52.583Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-dec7d4e7a928cca7/build-script-build`
26962026-08-15T07:02:52.952Z 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`
26972026-08-15T07:02:52.957Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="ascii"' --cfg 'feature="binary"' --cfg 'feature="default"' --cfg 'feature="parser"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=fac3269ae1740933 -C extra-filename=-bfaf08314bac8cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-08-15T07:02:53.031Z Compiling hashbrown v0.17.0
26992026-08-15T07:02:53.035Z Compiling borsh v1.8.0
27002026-08-15T07:02:53.036Z Compiling fnv v1.0.7
27012026-08-15T07:02:53.036Z Compiling regex-syntax v0.8.10
27022026-08-15T07:02:53.109Z 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`
27032026-08-15T07:02:53.113Z 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`
27042026-08-15T07:02:53.114Z 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`
27052026-08-15T07:02:53.114Z 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`
27062026-08-15T07:02:53.114Z 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`
27072026-08-15T07:02:53.114Z 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`
27082026-08-15T07:02:53.114Z 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`
27092026-08-15T07:02:53.114Z 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`
27102026-08-15T07:02:53.389Z Compiling getrandom v0.3.4
27112026-08-15T07:02:53.389Z Compiling strsim v0.11.1
27122026-08-15T07:02:53.393Z Compiling dyn-clone v1.0.20
27132026-08-15T07:02:53.393Z Compiling schemars v0.8.22
27142026-08-15T07:02:53.393Z Compiling rustix v1.1.4
27152026-08-15T07:02:53.423Z Compiling futures-core v0.3.32
27162026-08-15T07:02:53.427Z Compiling generic-array v0.14.7
27172026-08-15T07:02:53.427Z Compiling aho-corasick v1.1.4
27182026-08-15T07:02:53.427Z 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)'`
27192026-08-15T07:02:53.428Z 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/borsh-1.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="borsh-derive"' --cfg 'feature="bytes"' --cfg 'feature="de_strict_order"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ascii", "borsh-derive", "bson", "bytes", "de_strict_order", "default", "derive", "hashbrown", "indexmap", "rc", "std", "unstable__schema", "uuid"))' -C metadata=fd2c658f0cddfdf3 -C extra-filename=-d14428a1267a6014 --out-dir /work/oxidecomputer/omicron/target/debug/build/borsh-d14428a1267a6014 -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`
27202026-08-15T07:02:53.428Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-96cfcd64e07cde7b/build-script-build`
27212026-08-15T07:02:53.429Z 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`
27222026-08-15T07:02:53.429Z 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`
27232026-08-15T07:02:53.429Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-682ec8ae79a89f0e/build-script-build`
27242026-08-15T07:02:53.429Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-817d5a90403dc1b5/build-script-build`
27252026-08-15T07:02:53.429Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-8297de2080dfe9b6/build-script-build`
27262026-08-15T07:02:53.429Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4284572ba3c6271f/build-script-build`
27272026-08-15T07:02:53.429Z 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 --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=7e0e560eafb32b71 -C extra-filename=-146d67ad1a3091ac --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`
27282026-08-15T07:02:53.906Z 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"))'`
27292026-08-15T07:02:53.912Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e9e341c45ff69dd5/build-script-build`
27302026-08-15T07:02:53.912Z 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`
27312026-08-15T07:02:53.913Z 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`
27322026-08-15T07:02:53.913Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-682ebd8c594b97dd/build-script-build`
27332026-08-15T07:02:53.913Z 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`
27342026-08-15T07:02:53.913Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="pty"' --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=f3d2adcfd9e47aa4 -C extra-filename=-9986529af9ce24ee --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-9986529af9ce24ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-08-15T07:02:53.914Z 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`
27362026-08-15T07:02:53.914Z 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)'`
27372026-08-15T07:02:53.915Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-5ca8dd11e0470c2c/build-script-build`
27382026-08-15T07:02:53.939Z 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)'`
27392026-08-15T07:02:53.943Z 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"))'`
27402026-08-15T07:02:53.945Z Compiling cmov v0.5.4
27412026-08-15T07:02:53.945Z Compiling byteorder v1.5.0
27422026-08-15T07:02:53.975Z Compiling syn v1.0.109
27432026-08-15T07:02:53.979Z Compiling futures-sink v0.3.32
27442026-08-15T07:02:54.013Z Compiling futures-io v0.3.32
27452026-08-15T07:02:54.017Z Compiling futures-task v0.3.32
27462026-08-15T07:02:54.017Z Compiling slab v0.4.12
27472026-08-15T07:02:54.085Z 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`
27482026-08-15T07:02:54.089Z 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`
27492026-08-15T07:02:54.089Z 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`
27502026-08-15T07:02:54.327Z 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)'`
27512026-08-15T07:02:54.331Z 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)'`
27522026-08-15T07:02:54.332Z 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)'`
27532026-08-15T07:02:54.362Z Running `/work/oxidecomputer/omicron/target/debug/build/borsh-d14428a1267a6014/build-script-build`
27542026-08-15T07:02:54.362Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-a24e6e36e86e48a1/build-script-build`
27552026-08-15T07:02:54.367Z 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`
27562026-08-15T07:02:54.367Z 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`
27572026-08-15T07:02:54.367Z 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`
27582026-08-15T07:02:54.367Z 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`
27592026-08-15T07:02:54.368Z 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`
27602026-08-15T07:02:54.368Z 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`
27612026-08-15T07:02:54.369Z Compiling errno v0.3.14
27622026-08-15T07:02:54.369Z Compiling toml_parser v1.1.2+spec-1.1.0
27632026-08-15T07:02:54.369Z Compiling mio v1.2.0
27642026-08-15T07:02:54.369Z Compiling jobserver v0.1.34
27652026-08-15T07:02:54.369Z Compiling socket2 v0.6.3
27662026-08-15T07:02:54.369Z Compiling getrandom v0.2.17
27672026-08-15T07:02:54.438Z 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`
27682026-08-15T07:02:54.699Z 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)'`
27692026-08-15T07:02:54.699Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=cfc158a30e06762d -C extra-filename=-8ceb6120c38abc55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-08-15T07:02:54.704Z Compiling once_cell v1.21.3
27712026-08-15T07:02:54.705Z Compiling ctutils v0.4.2
27722026-08-15T07:02:54.705Z Compiling futures-channel v0.3.32
27732026-08-15T07:02:54.705Z Compiling const-oid v0.9.6
27742026-08-15T07:02:54.705Z Compiling thiserror v1.0.69
27752026-08-15T07:02:54.705Z Compiling base64ct v1.8.3
27762026-08-15T07:02:54.705Z Compiling anyhow v1.0.104
27772026-08-15T07:02:54.732Z Compiling ident_case v1.0.1
27782026-08-15T07:02:54.736Z Compiling base64 v0.22.1
27792026-08-15T07:02:54.737Z Compiling utf8parse v0.2.2
27802026-08-15T07:02:54.737Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=c4b955fca5626e98 -C extra-filename=-c579f18f659a3e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-08-15T07:02:54.769Z 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`
27822026-08-15T07:02:54.774Z 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`
27832026-08-15T07:02:54.774Z 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`
27842026-08-15T07:02:54.775Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=3fc58fea42eba330 -C extra-filename=-9110c4e405265507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852026-08-15T07:02:54.775Z 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`
27862026-08-15T07:02:54.804Z 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=7c6654eb81ca64a5 -C extra-filename=-a6128f3957faa00b --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-719b5b48f29d2f05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
27872026-08-15T07:02:55.031Z 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`
27882026-08-15T07:02:55.035Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-9986529af9ce24ee/build-script-build`
27892026-08-15T07:02:55.036Z 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`
27902026-08-15T07:02:55.036Z 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`
27912026-08-15T07:02:55.036Z 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`
27922026-08-15T07:02:55.036Z 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`
27932026-08-15T07:02:55.036Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d59a04826277e404/build-script-build`
27942026-08-15T07:02:55.036Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5e8f4331a0938315/build-script-build`
27952026-08-15T07:02:55.036Z 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"))'`
27962026-08-15T07:02:55.038Z 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`
27972026-08-15T07:02:55.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=2cb1195ed9398498 -C extra-filename=-e162f7db9892c1b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-e162f7db9892c1b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982026-08-15T07:02:55.102Z Compiling syn v2.0.117
27992026-08-15T07:02:55.102Z Compiling parking_lot v0.12.5
28002026-08-15T07:02:55.102Z Compiling signal-hook-registry v1.4.8
28012026-08-15T07:02:55.102Z Compiling rand_core v0.6.4
28022026-08-15T07:02:55.130Z Compiling regex-automata v0.4.14
28032026-08-15T07:02:55.134Z 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`
28042026-08-15T07:02:55.134Z 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`
28052026-08-15T07:02:55.134Z 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`
28062026-08-15T07:02:55.483Z Compiling indexmap v2.14.0
28072026-08-15T07:02:55.483Z Compiling bitflags v2.11.0
28082026-08-15T07:02:55.489Z Compiling semver v1.0.28
28092026-08-15T07:02:55.489Z Compiling cc v1.2.56
28102026-08-15T07:02:55.489Z Compiling anstyle v1.0.14
28112026-08-15T07:02:55.489Z Compiling pkg-config v0.3.32
28122026-08-15T07:02:55.489Z Compiling is_terminal_polyfill v1.70.2
28132026-08-15T07:02:55.489Z Compiling either v1.15.0
28142026-08-15T07:02:55.489Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-75c354370bd8be15/build-script-build`
28152026-08-15T07:02:55.489Z 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=c16a44bc61a13a24 -C extra-filename=-6d3383ebd4d73365 --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-a6128f3957faa00b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162026-08-15T07:02:55.489Z 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`
28172026-08-15T07:02:55.490Z 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`
28182026-08-15T07:02:55.490Z 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`
28192026-08-15T07:02:55.490Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-1f1c0aac613a8fc8/build-script-build`
28202026-08-15T07:02:55.490Z 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`
28212026-08-15T07:02:55.840Z 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)'`
28222026-08-15T07:02:55.840Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ead165e4604f7fba -C extra-filename=-fe5cf450571a5ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-95ca26147fa74cdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
28232026-08-15T07:02:55.840Z 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=68b787f60a43f9d5 -C extra-filename=-05054e85bc1496ca --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-146d67ad1a3091ac.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`
28242026-08-15T07:02:55.840Z 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`
28252026-08-15T07:02:55.845Z Compiling anstyle-query v1.1.5
28262026-08-15T07:02:55.845Z Compiling colorchoice v1.0.4
28272026-08-15T07:02:55.845Z Compiling anstyle-parse v1.0.0
28282026-08-15T07:02:55.845Z Compiling tracing-core v0.1.36
28292026-08-15T07:02:55.845Z Compiling powerfmt v0.2.0
28302026-08-15T07:02:55.845Z Compiling cpufeatures v0.2.17
28312026-08-15T07:02:55.876Z Compiling num-conv v0.2.0
28322026-08-15T07:02:55.882Z Compiling time-core v0.1.8
28332026-08-15T07:02:55.913Z Compiling num_threads v0.1.7
28342026-08-15T07:02:55.917Z 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`
28352026-08-15T07:02:55.917Z 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`
28362026-08-15T07:02:55.918Z 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`
28372026-08-15T07:02:55.918Z 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`
28382026-08-15T07:02:55.918Z 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`
28392026-08-15T07:02:55.918Z 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`
28402026-08-15T07:02:56.243Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c906e444f986cb52/build-script-build`
28412026-08-15T07:02:56.247Z 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`
28422026-08-15T07:02:56.247Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-e162f7db9892c1b3/build-script-build`
28432026-08-15T07:02:56.247Z 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`
28442026-08-15T07:02:56.248Z 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`
28452026-08-15T07:02:56.248Z 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`
28462026-08-15T07:02:56.250Z 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`
28472026-08-15T07:02:56.252Z 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`
28482026-08-15T07:02:56.252Z 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`
28492026-08-15T07:02:56.252Z 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`
28502026-08-15T07:02:56.252Z 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`
28512026-08-15T07:02:56.313Z Compiling crossbeam-utils v0.8.21
28522026-08-15T07:02:56.317Z Compiling clap_lex v1.0.0
28532026-08-15T07:02:56.317Z Compiling const-oid v0.10.2
28542026-08-15T07:02:56.317Z Compiling camino v1.2.5
28552026-08-15T07:02:56.317Z Compiling slog v2.8.2
28562026-08-15T07:02:56.317Z Compiling httparse v1.10.1
28572026-08-15T07:02:56.317Z Compiling fs_extra v1.3.0
28582026-08-15T07:02:56.317Z 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`
28592026-08-15T07:02:56.348Z 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`
28602026-08-15T07:02:56.627Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="pty"' --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=8d9e5b44da151e43 -C extra-filename=-ab64f69629ae4765 --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`
28612026-08-15T07:02:56.627Z 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`
28622026-08-15T07:02:56.627Z 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`
28632026-08-15T07:02:56.632Z Compiling toml_edit v0.23.10+spec-1.0.0
28642026-08-15T07:02:56.632Z Compiling rand_core v0.9.5
28652026-08-15T07:02:56.632Z Compiling deranged v0.5.8
28662026-08-15T07:02:56.632Z Compiling time-macros v0.2.27
28672026-08-15T07:02:56.632Z Compiling cmake v0.1.57
28682026-08-15T07:02:56.632Z Compiling dunce v1.0.5
28692026-08-15T07:02:56.633Z Compiling fastrand v2.3.0
28702026-08-15T07:02:56.633Z Compiling cpufeatures v0.3.0
28712026-08-15T07:02:56.633Z Compiling pem-rfc7468 v0.7.0
28722026-08-15T07:02:56.633Z Compiling rustc_version v0.4.1
28732026-08-15T07:02:56.663Z Compiling simd-adler32 v0.3.8
28742026-08-15T07:02:56.667Z Compiling aws-lc-rs v1.16.3
28752026-08-15T07:02:56.667Z Compiling spin v0.9.8
28762026-08-15T07:02:56.667Z 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`
28772026-08-15T07:02:56.667Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=fd458a405c22d130 -C extra-filename=-915a31eda9cedfc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-915a31eda9cedfc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-08-15T07:02:56.667Z 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`
28792026-08-15T07:02:56.669Z 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`
28802026-08-15T07:02:56.669Z 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`
28812026-08-15T07:02:56.919Z 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=ad4b4364e59eb2ac -C extra-filename=-d7792913254a1b3a --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-05054e85bc1496ca.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6a9459185844555f.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-175c937003a669b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-08-15T07:02:56.921Z 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`
28832026-08-15T07:02:56.925Z 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`
28842026-08-15T07:02:56.926Z 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`
28852026-08-15T07:02:56.927Z 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`
28862026-08-15T07:02:56.927Z 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`
28872026-08-15T07:02:56.927Z 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`
28882026-08-15T07:02:56.927Z 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`
28892026-08-15T07:02:56.927Z Compiling anstream v1.0.0
28902026-08-15T07:02:56.948Z Compiling flagset v0.4.7
28912026-08-15T07:02:56.953Z Compiling adler2 v2.0.1
28922026-08-15T07:02:56.953Z Compiling untrusted v0.7.1
28932026-08-15T07:02:56.953Z Compiling ryu v1.0.23
28942026-08-15T07:02:56.987Z 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`
28952026-08-15T07:02:56.991Z 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`
28962026-08-15T07:02:56.991Z 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`
28972026-08-15T07:02:56.991Z 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`
28982026-08-15T07:02:56.991Z 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`
28992026-08-15T07:02:57.220Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0e73aae584b2cd7b -C extra-filename=-6509c7f73bf7ac18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
29002026-08-15T07:02:57.226Z 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`
29012026-08-15T07:02:57.226Z 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`
29022026-08-15T07:02:57.227Z 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`
29032026-08-15T07:02:57.259Z Compiling unicode-segmentation v1.12.0
29042026-08-15T07:02:57.265Z Compiling atomic-waker v1.1.2
29052026-08-15T07:02:57.265Z Compiling unicode-width v0.2.0
29062026-08-15T07:02:57.265Z Compiling httpdate v1.0.3
29072026-08-15T07:02:57.293Z 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`
29082026-08-15T07:02:57.297Z 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`
29092026-08-15T07:02:57.590Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0d89cb4948c31710/build-script-build`
29102026-08-15T07:02:57.590Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-915a31eda9cedfc5/build-script-build`
29112026-08-15T07:02:57.595Z Compiling ucd-trie v0.1.7
29122026-08-15T07:02:57.595Z Compiling try-lock v0.2.5
29132026-08-15T07:02:57.595Z Compiling tower-service v0.3.3
29142026-08-15T07:02:57.595Z Compiling rustls v0.23.41
29152026-08-15T07:02:57.595Z Compiling pretty-hex v0.4.1
29162026-08-15T07:02:57.595Z Compiling tower-layer v0.3.3
29172026-08-15T07:02:57.595Z Compiling untrusted v0.9.0
29182026-08-15T07:02:57.595Z Compiling is-terminal v0.4.17
29192026-08-15T07:02:57.595Z Compiling plain v0.2.3
29202026-08-15T07:02:57.595Z 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`
29212026-08-15T07:02:57.596Z 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`
29222026-08-15T07:02:57.596Z 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`
29232026-08-15T07:02:57.596Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ca54b41f76ec7228/build-script-build`
29242026-08-15T07:02:57.596Z 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`
29252026-08-15T07:02:57.968Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-ca293ae9ebaa38f7/build-script-build`
29262026-08-15T07:02:57.968Z 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`
29272026-08-15T07:02:57.968Z 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`
29282026-08-15T07:02:57.973Z Compiling proc-macro-crate v3.4.0
29292026-08-15T07:02:57.973Z Compiling regex v1.12.3
29302026-08-15T07:02:57.973Z Compiling terminal_size v0.4.3
29312026-08-15T07:02:57.973Z Compiling aws-lc-sys v0.40.0
29322026-08-15T07:02:57.973Z Compiling tempfile v3.27.0
29332026-08-15T07:02:57.973Z Compiling miniz_oxide v0.8.9
29342026-08-15T07:02:57.973Z Compiling socket2 v0.5.10
29352026-08-15T07:02:57.974Z Compiling mime v0.3.17
29362026-08-15T07:02:57.974Z 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`
29372026-08-15T07:02:57.974Z 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`
29382026-08-15T07:02:57.974Z 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`
29392026-08-15T07:02:57.974Z 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`
29402026-08-15T07:02:57.974Z 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`
29412026-08-15T07:02:57.975Z 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`
29422026-08-15T07:02:57.975Z 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`
29432026-08-15T07:02:58.338Z 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=53054a2801f53efa -C extra-filename=-346d95ec45d0efda --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-d7792913254a1b3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-08-15T07:02:58.343Z Compiling synstructure v0.13.2
29452026-08-15T07:02:58.343Z Compiling serde_derive_internals v0.29.1
29462026-08-15T07:02:58.343Z Compiling time v0.3.47
29472026-08-15T07:02:58.343Z Compiling want v0.3.1
29482026-08-15T07:02:58.343Z Compiling pest v2.8.6
29492026-08-15T07:02:58.343Z Compiling openssl-probe v0.2.1
29502026-08-15T07:02:58.343Z Compiling encoding_rs v0.8.35
29512026-08-15T07:02:58.343Z Compiling crc32fast v1.5.0
29522026-08-15T07:02:58.343Z Compiling static_assertions v1.1.0
29532026-08-15T07:02:58.370Z Compiling darling_core v0.23.0
29542026-08-15T07:02:58.374Z Compiling lazy_static v1.5.0
29552026-08-15T07:02:58.374Z Compiling hashbrown v0.16.1
29562026-08-15T07:02:58.375Z 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=0b1eabbcba6c188b -C extra-filename=-ca4ba0b831892468 --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-ab64f69629ae4765.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572026-08-15T07:02:58.407Z 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`
29582026-08-15T07:02:58.413Z 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`
29592026-08-15T07:02:58.413Z 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`
29602026-08-15T07:02:58.413Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=80797897dd822eb5 -C extra-filename=-5f464494f1f6faa6 --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-5328d2372fb83eea.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612026-08-15T07:02:58.414Z 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`
29622026-08-15T07:02:58.414Z 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)'`
29632026-08-15T07:02:58.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=8158b43c36dfe346 -C extra-filename=-e1a2c065c925fac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
29642026-08-15T07:02:58.414Z 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`
29652026-08-15T07:02:58.718Z 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`
29662026-08-15T07:02:58.722Z 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`
29672026-08-15T07:02:58.722Z 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`
29682026-08-15T07:02:58.723Z 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`
29692026-08-15T07:02:58.723Z 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`
29702026-08-15T07:02:58.723Z 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`
29712026-08-15T07:02:58.724Z 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`
29722026-08-15T07:02:58.724Z 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`
29732026-08-15T07:02:58.724Z 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`
29742026-08-15T07:02:58.724Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
29752026-08-15T07:02:58.752Z 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`
29762026-08-15T07:02:58.752Z 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`
29772026-08-15T07:02:58.756Z Compiling vcpkg v0.2.15
29782026-08-15T07:02:58.756Z Compiling sync_wrapper v1.0.2
29792026-08-15T07:02:58.783Z Compiling ahash v0.8.12
29802026-08-15T07:02:58.787Z Compiling paste v1.0.15
29812026-08-15T07:02:58.789Z Compiling num-integer v0.1.46
29822026-08-15T07:02:58.789Z Compiling object v0.37.3
29832026-08-15T07:02:58.821Z 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`
29842026-08-15T07:02:59.051Z 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`
29852026-08-15T07:02:59.052Z 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`
29862026-08-15T07:02:59.057Z Compiling clap_builder v4.6.0
29872026-08-15T07:02:59.057Z Compiling iri-string v0.7.10
29882026-08-15T07:02:59.057Z Compiling winnow v0.5.40
29892026-08-15T07:02:59.057Z Compiling crossbeam-channel v0.5.15
29902026-08-15T07:02:59.057Z Compiling zlib-rs v0.6.2
29912026-08-15T07:02:59.057Z Compiling bit-vec v0.8.0
29922026-08-15T07:02:59.057Z Compiling wait-timeout v0.2.1
29932026-08-15T07:02:59.057Z Compiling cookie v0.18.1
29942026-08-15T07:02:59.057Z Compiling litrs v1.0.0
29952026-08-15T07:02:59.057Z 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`
29962026-08-15T07:02:59.057Z 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`
29972026-08-15T07:02:59.057Z 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`
29982026-08-15T07:02:59.057Z 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`
29992026-08-15T07:02:59.236Z 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=41448f2a06527b90 -C extra-filename=-dd961a7604027576 --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-ca4ba0b831892468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-08-15T07:02:59.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.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`
30012026-08-15T07:02:59.241Z Compiling tinyvec_macros v0.1.1
30022026-08-15T07:02:59.273Z Compiling unicode-width v0.1.14
30032026-08-15T07:02:59.277Z Compiling thread_local v1.1.9
30042026-08-15T07:02:59.312Z Compiling base64 v0.21.7
30052026-08-15T07:02:59.316Z Compiling quick-error v1.2.3
30062026-08-15T07:02:59.316Z 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`
30072026-08-15T07:02:59.316Z 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`
30082026-08-15T07:02:59.316Z 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`
30092026-08-15T07:02:59.316Z 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`
30102026-08-15T07:02:59.317Z 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`
30112026-08-15T07:02:59.317Z 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`
30122026-08-15T07:02:59.317Z 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`
30132026-08-15T07:02:59.427Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-ef368058533ce1eb/build-script-build`
30142026-08-15T07:02:59.431Z 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`
30152026-08-15T07:02:59.466Z Compiling psl-types v2.0.11
30162026-08-15T07:02:59.470Z Compiling slog-async v2.8.0
30172026-08-15T07:02:59.470Z Compiling heck v0.4.1
30182026-08-15T07:02:59.470Z 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`
30192026-08-15T07:02:59.582Z 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`
30202026-08-15T07:02:59.587Z 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`
30212026-08-15T07:02:59.587Z 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`
30222026-08-15T07:02:59.591Z Compiling bit-set v0.8.0
30232026-08-15T07:02:59.595Z Compiling rand_xorshift v0.4.0
30242026-08-15T07:02:59.595Z Compiling usdt-impl v0.6.0
30252026-08-15T07:02:59.595Z 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`
30262026-08-15T07:02:59.595Z 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`
30272026-08-15T07:02:59.595Z 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`
30282026-08-15T07:02:59.599Z Compiling serde_derive v1.0.228
30292026-08-15T07:02:59.599Z Compiling zeroize_derive v1.5.0
30302026-08-15T07:02:59.599Z Compiling zerofrom-derive v0.1.6
30312026-08-15T07:02:59.599Z Compiling yoke-derive v0.8.1
30322026-08-15T07:02:59.599Z Compiling zerovec-derive v0.11.2
30332026-08-15T07:02:59.600Z Compiling displaydoc v0.2.5
30342026-08-15T07:02:59.600Z 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)'`
30352026-08-15T07:02:59.600Z Running `/work/oxidecomputer/omicron/target/debug/build/object-d9214cbcc9079bb7/build-script-build`
30362026-08-15T07:02:59.600Z 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`
30372026-08-15T07:02:59.600Z 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`
30382026-08-15T07:02:59.600Z 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`
30392026-08-15T07:02:59.600Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-7d8de335c1864872/build-script-build`
30402026-08-15T07:02:59.600Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-ea55963f21942ba7/build-script-build`
30412026-08-15T07:02:59.600Z 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`
30422026-08-15T07:02:59.600Z 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`
30432026-08-15T07:02:59.600Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=758edee1745c195d -C extra-filename=-fa660880fbf7d4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-08-15T07:02:59.601Z 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`
30452026-08-15T07:02:59.601Z 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`
30462026-08-15T07:02:59.621Z 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`
30472026-08-15T07:02:59.752Z Compiling zerocopy-derive v0.8.56
30482026-08-15T07:02:59.792Z Compiling thiserror-impl v2.0.18
30492026-08-15T07:02:59.860Z 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.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e5e449f38f1721d -C extra-filename=-9663c5b7b4d9d48e --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`
30502026-08-15T07:02:59.939Z Compiling borsh-derive v1.8.0
30512026-08-15T07:02:59.943Z Compiling tokio-macros v2.7.0
30522026-08-15T07:02:59.943Z Compiling schemars_derive v0.8.22
30532026-08-15T07:02:59.943Z Compiling futures-macro v0.3.32
30542026-08-15T07:02:59.975Z 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`
30552026-08-15T07:03:00.125Z Compiling thiserror-impl v1.0.69
30562026-08-15T07:03:00.129Z Compiling tracing-attributes v0.1.31
30572026-08-15T07:03:00.129Z Compiling clap_derive v4.6.1
30582026-08-15T07:03:00.129Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name borsh_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-derive-1.8.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force_exhaustive_checks", "schema"))' -C metadata=7405beb765b10413 -C extra-filename=-b4a2e9641fee38ae --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_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-346d95ec45d0efda.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`
30592026-08-15T07:03:00.161Z 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`
30602026-08-15T07:03:00.166Z 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`
30612026-08-15T07:03:00.166Z 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`
30622026-08-15T07:03:00.234Z Compiling der_derive v0.7.3
30632026-08-15T07:03:00.238Z Compiling async-trait v0.1.89
30642026-08-15T07:03:00.239Z 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`
30652026-08-15T07:03:00.240Z 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`
30662026-08-15T07:03:00.240Z 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`
30672026-08-15T07:03:00.348Z Compiling pest_meta v2.8.6
30682026-08-15T07:03:00.352Z Compiling hubpack_derive v0.1.1
30692026-08-15T07:03:00.383Z 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`
30702026-08-15T07:03:00.387Z 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`
30712026-08-15T07:03:00.459Z Compiling scroll_derive v0.13.1
30722026-08-15T07:03:00.463Z 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"))'`
30732026-08-15T07:03:00.463Z 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`
30742026-08-15T07:03:00.496Z 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`
30752026-08-15T07:03:00.500Z Compiling document-features v0.2.12
30762026-08-15T07:03:00.500Z 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)'`
30772026-08-15T07:03:00.501Z 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`
30782026-08-15T07:03:00.532Z 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`
30792026-08-15T07:03:00.602Z Compiling strum_macros v0.26.4
30802026-08-15T07:03:00.719Z Compiling tinyvec v1.12.0
30812026-08-15T07:03:00.724Z 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`
30822026-08-15T07:03:00.724Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bin-proto", "borsh", "debugger_visualizer", "default", "defmt", "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", "schemars", "serde", "std", "tinyvec_macros"))' -C metadata=698f2430b8420a02 -C extra-filename=-d52534f826406685 --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`
30832026-08-15T07:03:00.724Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a598f3360ed386eb/build-script-build`
30842026-08-15T07:03:00.724Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-7b294c2e2faf637b/build-script-build`
30852026-08-15T07:03:00.829Z Compiling rusty-fork v0.3.1
30862026-08-15T07:03:00.834Z 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=5e906891e7586625 -C extra-filename=-5ca12a65da0abbd1 --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-5f464494f1f6faa6.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`
30872026-08-15T07:03:00.906Z Compiling unarray v0.1.4
30882026-08-15T07:03:00.910Z 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`
30892026-08-15T07:03:01.184Z Compiling darling_macro v0.23.0
30902026-08-15T07:03:01.184Z Compiling take_mut v0.2.2
30912026-08-15T07:03:01.184Z 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`
30922026-08-15T07:03:01.222Z 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`
30932026-08-15T07:03:01.307Z Compiling term v1.2.1
30942026-08-15T07:03:01.312Z 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`
30952026-08-15T07:03:01.353Z 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`
30962026-08-15T07:03:01.393Z Compiling num-iter v0.1.45
30972026-08-15T07:03:01.397Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-cf10ad52720b7f39/build-script-build`
30982026-08-15T07:03:01.397Z 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`
30992026-08-15T07:03:01.439Z Compiling thread-id v5.1.0
31002026-08-15T07:03:01.487Z Compiling zeroize v1.9.0
31012026-08-15T07:03:01.496Z Compiling memmap2 v0.9.10
31022026-08-15T07:03:01.496Z 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`
31032026-08-15T07:03:01.496Z Compiling pest_generator v2.8.6
31042026-08-15T07:03:01.496Z Compiling num-bigint-dig v0.8.6
31052026-08-15T07:03:01.496Z Compiling data-encoding v2.10.0
31062026-08-15T07:03:01.496Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="aarch64"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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=e48e6fb6ccef97f3 -C extra-filename=-4d3b2d088fd28791 --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-fa660880fbf7d4a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072026-08-15T07:03:01.496Z 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`
31082026-08-15T07:03:01.496Z 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`
31092026-08-15T07:03:01.497Z 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`
31102026-08-15T07:03:01.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`
31112026-08-15T07:03:01.644Z Compiling curve25519-dalek-derive v0.1.1
31122026-08-15T07:03:01.736Z Compiling darling_core v0.20.11
31132026-08-15T07:03:01.736Z Compiling ff v0.13.1
31142026-08-15T07:03:01.740Z Compiling memoffset v0.9.1
31152026-08-15T07:03:01.740Z Compiling base16ct v0.2.0
31162026-08-15T07:03:01.740Z 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`
31172026-08-15T07:03:01.774Z 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)'`
31182026-08-15T07:03:01.779Z Compiling futures-util v0.3.32
31192026-08-15T07:03:01.779Z Compiling unicode-linebreak v0.1.5
31202026-08-15T07:03:01.779Z 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`
31212026-08-15T07:03:01.779Z 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`
31222026-08-15T07:03:01.817Z Compiling zerofrom v0.1.6
31232026-08-15T07:03:01.821Z 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`
31242026-08-15T07:03:01.858Z 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`
31252026-08-15T07:03:01.896Z 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`
31262026-08-15T07:03:01.900Z 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`
31272026-08-15T07:03:01.900Z 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`
31282026-08-15T07:03:01.934Z 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=ff2110f03abeceb8 -C extra-filename=-f3f9530a9d58673b --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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
31292026-08-15T07:03:02.011Z Compiling hybrid-array v0.4.13
31302026-08-15T07:03:02.128Z Compiling yoke v0.8.1
31312026-08-15T07:03:02.132Z Compiling rustls-pki-types v1.14.0
31322026-08-15T07:03:02.169Z 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.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 --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=35247837fd478542 -C extra-filename=-f14646c288864d72 --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-9663c5b7b4d9d48e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)' --check-cfg 'cfg(zerocopy_unstable_ptr)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(no_fp_fmt_parse)'`
31332026-08-15T07:03:02.210Z 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=c5a9effed40a6133 -C extra-filename=-beb2912c294e80f5 --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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-08-15T07:03:02.258Z Compiling der v0.7.10
31352026-08-15T07:03:02.262Z Compiling darling v0.23.0
31362026-08-15T07:03:02.298Z Compiling scroll v0.13.0
31372026-08-15T07:03:02.303Z Compiling rustix v0.38.44
31382026-08-15T07:03:02.303Z Compiling smawk v0.3.2
31392026-08-15T07:03:02.303Z 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=ae86fd98f3970c2b -C extra-filename=-e26fa830d098d311 --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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-08-15T07:03:02.303Z 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`
31412026-08-15T07:03:02.491Z 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=ca2c9552e5643afb -C extra-filename=-f27820eda831d6f5 --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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-08-15T07:03:02.491Z 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`
31432026-08-15T07:03:02.495Z 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`
31442026-08-15T07:03:02.495Z Compiling group v0.13.0
31452026-08-15T07:03:02.496Z Compiling scroll_derive v0.12.1
31462026-08-15T07:03:02.496Z Compiling crossbeam-epoch v0.9.18
31472026-08-15T07:03:02.496Z Compiling bstr v1.12.1
31482026-08-15T07:03:02.496Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-1b7290e58fd8df9a/build-script-build`
31492026-08-15T07:03:02.527Z 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`
31502026-08-15T07:03:02.531Z 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`
31512026-08-15T07:03:02.692Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-a39a0a37aa1e9bb6/build-script-build`
31522026-08-15T07:03:02.697Z Compiling zerovec v0.11.5
31532026-08-15T07:03:02.697Z Compiling zerotrie v0.2.3
31542026-08-15T07:03:02.697Z Compiling crypto-common v0.1.7
31552026-08-15T07:03:02.697Z Compiling block-buffer v0.10.4
31562026-08-15T07:03:02.697Z Compiling tracing v0.1.44
31572026-08-15T07:03:02.697Z 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`
31582026-08-15T07:03:02.698Z 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`
31592026-08-15T07:03:02.698Z 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`
31602026-08-15T07:03:02.698Z 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`
31612026-08-15T07:03:02.934Z Compiling pest_derive v2.8.6
31622026-08-15T07:03:02.934Z Compiling flate2 v1.1.9
31632026-08-15T07:03:02.939Z Compiling rustls-native-certs v0.8.3
31642026-08-15T07:03:02.939Z Compiling goblin v0.10.5
31652026-08-15T07:03:02.940Z Compiling crypto-bigint v0.5.5
31662026-08-15T07:03:02.940Z Compiling is_ci v1.2.0
31672026-08-15T07:03:02.940Z Compiling gimli v0.32.3
31682026-08-15T07:03:02.940Z Compiling radium v0.7.0
31692026-08-15T07:03:02.940Z 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`
31702026-08-15T07:03:02.940Z 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`
31712026-08-15T07:03:02.940Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=f83297c5da04b639 -C extra-filename=-5b447846432e561b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ec07d4b3acea0363.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-318bf5bd655180c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-08-15T07:03:02.941Z 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=536812dce090c690 -C extra-filename=-13ce035f137bec58 --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-f3f9530a9d58673b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-08-15T07:03:02.941Z 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)'`
31742026-08-15T07:03:02.941Z 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=cd71f82c7d787e02 -C extra-filename=-4ff26c8222c3ac86 --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-f3f9530a9d58673b.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`
31752026-08-15T07:03:03.112Z 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`
31762026-08-15T07:03:03.117Z 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`
31772026-08-15T07:03:03.117Z Compiling crypto-common v0.2.2
31782026-08-15T07:03:03.118Z Compiling block-buffer v0.12.1
31792026-08-15T07:03:03.118Z Compiling clap v4.6.1
31802026-08-15T07:03:03.118Z Compiling block-padding v0.4.2
31812026-08-15T07:03:03.148Z Compiling openssl-sys v0.9.117
31822026-08-15T07:03:03.187Z 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=76a96813bcf0fb03 -C extra-filename=-48b8d0c6c2b672b9 --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-e26fa830d098d311.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832026-08-15T07:03:03.192Z 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`
31842026-08-15T07:03:03.192Z 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="default"' --cfg 'feature="generic-array"' --cfg 'feature="rand"' --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=64e97e270cd78fc0 -C extra-filename=-78563aafb92a3384 --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-f3f9530a9d58673b.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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-08-15T07:03:03.192Z 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`
31862026-08-15T07:03:03.192Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=528ec47d37c7bf2d -C extra-filename=-8e22bbb2a0177826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d44184f8c0af2517.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-4d99db9f439d803b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-08-15T07:03:03.218Z 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`
31882026-08-15T07:03:03.223Z 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`
31892026-08-15T07:03:03.477Z 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=f0c35a6e6393975b -C extra-filename=-63c6f8efd60988ae --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-beb2912c294e80f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-08-15T07:03:03.477Z 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=bb9ee517d13016ef -C extra-filename=-6ec2292f89627358 --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-beb2912c294e80f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-08-15T07:03:03.478Z 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=eb41f14dfc4217f2 -C extra-filename=-6ff2029acfef72bd --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-dd961a7604027576.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`
31922026-08-15T07:03:03.483Z 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=08860aca3f7eab5e -C extra-filename=-d9545ad8d793c251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.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`
31932026-08-15T07:03:03.485Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-bcb6a513b977619f/build-script-build`
31942026-08-15T07:03:03.485Z Compiling digest v0.10.7
31952026-08-15T07:03:03.485Z Compiling spki v0.7.3
31962026-08-15T07:03:03.485Z Compiling strum v0.26.3
31972026-08-15T07:03:03.485Z Compiling zerocopy-derive v0.7.35
31982026-08-15T07:03:03.485Z Compiling rustc-demangle v0.1.27
31992026-08-15T07:03:03.485Z Compiling siphasher v1.0.2
32002026-08-15T07:03:03.485Z Compiling tap v1.0.1
32012026-08-15T07:03:03.485Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=0b85ccdf3eaabf0f -C extra-filename=-aa3763f6245a961a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-aa3763f6245a961a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-5fda4a1ad9b2bfce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022026-08-15T07:03:03.773Z 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=03f53babf54bc1ff -C extra-filename=-1ac12b8fdf940d98 --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-13ce035f137bec58.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-4ff26c8222c3ac86.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`
32032026-08-15T07:03:03.778Z 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`
32042026-08-15T07:03:03.779Z Compiling tinystr v0.8.2
32052026-08-15T07:03:03.779Z Compiling potential_utf v0.1.4
32062026-08-15T07:03:03.779Z Compiling inout v0.2.2
32072026-08-15T07:03:03.779Z Compiling scroll v0.12.0
32082026-08-15T07:03:03.779Z Compiling daft-derive v0.1.7
32092026-08-15T07:03:03.779Z 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=3ada161a0fbd1bbb -C extra-filename=-ec4855f8445940c4 --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-f27820eda831d6f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102026-08-15T07:03:03.780Z 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`
32112026-08-15T07:03:03.780Z 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`
32122026-08-15T07:03:03.813Z 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`
32132026-08-15T07:03:03.851Z 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`
32142026-08-15T07:03:04.088Z 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)'`
32152026-08-15T07:03:04.092Z Compiling dtrace-parser v0.3.0
32162026-08-15T07:03:04.092Z Compiling wyz v0.5.1
32172026-08-15T07:03:04.092Z Compiling curve25519-dalek v4.1.3
32182026-08-15T07:03:04.092Z Compiling nix v0.31.2
32192026-08-15T07:03:04.092Z Compiling usdt-impl v0.5.0
32202026-08-15T07:03:04.092Z Compiling funty v2.0.0
32212026-08-15T07:03:04.092Z Compiling keccak v0.1.6
32222026-08-15T07:03:04.092Z 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`
32232026-08-15T07:03:04.093Z 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`
32242026-08-15T07:03:04.093Z 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`
32252026-08-15T07:03:04.093Z 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=7a530814f32342df -C extra-filename=-c39bcde3dab748d6 --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-6ec2292f89627358.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-08-15T07:03:04.094Z 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`
32272026-08-15T07:03:04.094Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-e8e063e0da78079c/build-script-build`
32282026-08-15T07:03:04.094Z 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`
32292026-08-15T07:03:04.353Z Compiling icu_locale_core v2.1.1
32302026-08-15T07:03:04.357Z Compiling digest v0.11.3
32312026-08-15T07:03:04.357Z Compiling pkcs8 v0.10.2
32322026-08-15T07:03:04.357Z Compiling sha2 v0.10.9
32332026-08-15T07:03:04.357Z Compiling futures-executor v0.3.32
32342026-08-15T07:03:04.357Z Compiling signature v2.2.0
32352026-08-15T07:03:04.357Z Compiling hmac v0.12.1
32362026-08-15T07:03:04.357Z Compiling x509-cert v0.2.5
32372026-08-15T07:03:04.357Z Compiling sha1 v0.10.6
32382026-08-15T07:03:04.357Z Compiling darling_macro v0.20.11
32392026-08-15T07:03:04.358Z 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`
32402026-08-15T07:03:04.358Z 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`
32412026-08-15T07:03:04.358Z 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`
32422026-08-15T07:03:04.358Z 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`
32432026-08-15T07:03:04.358Z 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`
32442026-08-15T07:03:04.359Z 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`
32452026-08-15T07:03:04.359Z 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`
32462026-08-15T07:03:04.393Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=1602ecf9386d811d -C extra-filename=-d194e7aed4e8a4fb --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-63c6f8efd60988ae.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d9545ad8d793c251.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`
32472026-08-15T07:03:04.398Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ad1b17897127141a/build-script-main`
32482026-08-15T07:03:04.398Z Compiling icu_collections v2.1.1
32492026-08-15T07:03:04.398Z Compiling cipher v0.5.2
32502026-08-15T07:03:04.398Z Compiling goblin v0.8.2
32512026-08-15T07:03:04.398Z 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=eb8ba732060c5ceb -C extra-filename=-a8fed560816d89da --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-f27820eda831d6f5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522026-08-15T07:03:04.399Z 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=ca95971ca4e77669 -C extra-filename=-3ba003ee67559afb --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-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-08-15T07:03:04.399Z 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`
32542026-08-15T07:03:04.399Z 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=b5f788d2fff453a5 -C extra-filename=-614f534e40b40698 --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-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552026-08-15T07:03:04.399Z 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=d2cdc84f486dca6b -C extra-filename=-8d466ca740597bbe --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-f27820eda831d6f5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562026-08-15T07:03:04.399Z 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=31d28392041a4d12 -C extra-filename=-f4412fddaee1d197 --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-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-08-15T07:03:04.399Z 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=3635eb57e8f89cf3 -C extra-filename=-9bf7b688d4e14c96 --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-1ac12b8fdf940d98.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`
32582026-08-15T07:03:04.400Z 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`
32592026-08-15T07:03:04.400Z 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`
32602026-08-15T07:03:04.400Z 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`
32612026-08-15T07:03:04.464Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-aa3763f6245a961a/build-script-main`
32622026-08-15T07:03:04.468Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=c8ec28427b2f9d47 -C extra-filename=-9369bbf1e562ab91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d44184f8c0af2517.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-80252aa44f6ff1aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-08-15T07:03:04.502Z Compiling ciborium-io v0.2.2
32642026-08-15T07:03:04.507Z 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`
32652026-08-15T07:03:04.542Z 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`
32662026-08-15T07:03:04.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-buffer"' --cfg 'feature="block-padding"' --cfg 'feature="rand_core"' --cfg 'feature="stream-wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "block-padding", "dev", "getrandom", "rand_core", "stream-wrapper", "zeroize"))' -C metadata=14151e25c12607b7 -C extra-filename=-d040b1ce60a4aa3a --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-63c6f8efd60988ae.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d9545ad8d793c251.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672026-08-15T07:03:04.588Z Compiling bytes v1.11.1
32682026-08-15T07:03:04.618Z 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`
32692026-08-15T07:03:04.794Z Compiling chrono v0.4.45
32702026-08-15T07:03:04.872Z Compiling ipnet v2.12.1
32712026-08-15T07:03:04.878Z Compiling serde_tokenstream v0.2.3
32722026-08-15T07:03:04.949Z 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`
32732026-08-15T07:03:04.991Z Compiling erased-serde v0.3.31
32742026-08-15T07:03:04.995Z Compiling hex v0.4.3
32752026-08-15T07:03:04.995Z 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`
32762026-08-15T07:03:04.995Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "schemars08", "schemars1", "ser_as_str", "serde", "std"))' -C metadata=a03615e8d11bc146 -C extra-filename=-5e48c25e6bb54ef8 --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`
32772026-08-15T07:03:05.181Z Compiling icu_provider v2.1.1
32782026-08-15T07:03:05.185Z Compiling ppv-lite86 v0.2.21
32792026-08-15T07:03:05.185Z Compiling toml_datetime v0.6.11
32802026-08-15T07:03:05.185Z Compiling serde_spanned v0.6.9
32812026-08-15T07:03:05.221Z 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`
32822026-08-15T07:03:05.226Z 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`
32832026-08-15T07:03:05.308Z Compiling serde_urlencoded v0.7.1
32842026-08-15T07:03:05.313Z Compiling futures v0.3.32
32852026-08-15T07:03:05.313Z 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`
32862026-08-15T07:03:05.344Z 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`
32872026-08-15T07:03:05.383Z 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=e27426a611791508 -C extra-filename=-7faffd3539cf3486 --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-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882026-08-15T07:03:05.470Z 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`
32892026-08-15T07:03:05.475Z Compiling tokio v1.52.1
32902026-08-15T07:03:05.475Z Compiling http v1.4.2
32912026-08-15T07:03:05.476Z Compiling openapiv3 v2.2.0
32922026-08-15T07:03:05.476Z Compiling hubpack v0.1.2
32932026-08-15T07:03:05.476Z Compiling pkcs1 v0.7.5
32942026-08-15T07:03:05.476Z Compiling hkdf v0.12.4
32952026-08-15T07:03:05.476Z Compiling sec1 v0.7.3
32962026-08-15T07:03:05.476Z Compiling darling v0.20.11
32972026-08-15T07:03:05.476Z Compiling addr2line v0.25.1
32982026-08-15T07:03:05.477Z 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`
32992026-08-15T07:03:05.477Z 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`
33002026-08-15T07:03:05.773Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name borsh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.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="borsh-derive"' --cfg 'feature="bytes"' --cfg 'feature="de_strict_order"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ascii", "borsh-derive", "bson", "bytes", "de_strict_order", "default", "derive", "hashbrown", "indexmap", "rc", "std", "unstable__schema", "uuid"))' -C metadata=4cf387662cbee621 -C extra-filename=-77ecde72f9d0ed33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern borsh_derive=/work/oxidecomputer/omicron/target/debug/deps/libborsh_derive-b4a2e9641fee38ae.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg hash_collections --check-cfg 'cfg(hash_collections)'`
33012026-08-15T07:03:05.777Z 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=3bba175e749ecfcf -C extra-filename=-dab9e1b0915c6ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d3383ebd4d73365.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`
33022026-08-15T07:03:05.777Z 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`
33032026-08-15T07:03:05.777Z 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=72d4f32fb9bc96d8 -C extra-filename=-2d8ce4a2d60e4e98 --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-05054e85bc1496ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-08-15T07:03:05.778Z Compiling half v2.7.1
33052026-08-15T07:03:05.809Z Compiling zerocopy v0.7.35
33062026-08-15T07:03:05.813Z Compiling rfc6979 v0.4.0
33072026-08-15T07:03:05.813Z Compiling bitvec v1.0.1
33082026-08-15T07:03:05.813Z Compiling ron v0.8.1
33092026-08-15T07:03:05.813Z 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=d6c3ab42352e6262 -C extra-filename=-2be48be4a3be1be5 --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-3ba003ee67559afb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-08-15T07:03:05.813Z 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`
33112026-08-15T07:03:05.814Z 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=595aaef9187e0d51 -C extra-filename=-b5c0aade4ec6fd08 --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-f27820eda831d6f5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122026-08-15T07:03:05.847Z 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=60c1232f8688a6e7 -C extra-filename=-29e4475aa34cb1b6 --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-f27820eda831d6f5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-08-15T07:03:05.851Z 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=8410eb9c856f6bd9 -C extra-filename=-d33fe155cbdbc9d6 --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-f14646c288864d72.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)'`
33142026-08-15T07:03:05.852Z 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`
33152026-08-15T07:03:05.852Z 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`
33162026-08-15T07:03:06.158Z 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=236d467a3cd412cc -C extra-filename=-fc89835840ff6274 --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-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172026-08-15T07:03:06.163Z Compiling icu_properties v2.1.2
33182026-08-15T07:03:06.163Z Compiling icu_normalizer v2.1.1
33192026-08-15T07:03:06.163Z Compiling rand_chacha v0.9.0
33202026-08-15T07:03:06.163Z Compiling rand_chacha v0.3.1
33212026-08-15T07:03:06.163Z Compiling toml_edit v0.19.15
33222026-08-15T07:03:06.163Z Compiling dof v0.4.0
33232026-08-15T07:03:06.163Z Compiling derive_builder_core v0.20.2
33242026-08-15T07:03:06.163Z 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`
33252026-08-15T07:03:06.163Z 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=b6c76422c2760b7f -C extra-filename=-80369df957fe909f --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-3ba003ee67559afb.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`
33262026-08-15T07:03:06.163Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-69210f3b419ed01b/build-script-build`
33272026-08-15T07:03:06.163Z 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`
33282026-08-15T07:03:06.163Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-671cb10abd26c79b/build-script-build`
33292026-08-15T07:03:06.192Z 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 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=17ade6681932da81 -C extra-filename=-3a7e68477a707323 --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`
33302026-08-15T07:03:06.441Z 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`
33312026-08-15T07:03:06.441Z 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=84b490668e25e5b9 -C extra-filename=-3f68f5ae0e7c8492 --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-719b5b48f29d2f05.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`
33322026-08-15T07:03:06.445Z Compiling uuid v1.23.4
33332026-08-15T07:03:06.445Z Compiling elliptic-curve v0.13.8
33342026-08-15T07:03:06.445Z Compiling backtrace v0.3.76
33352026-08-15T07:03:06.445Z Compiling sha3 v0.10.8
33362026-08-15T07:03:06.445Z Compiling dtrace-parser v0.2.0
33372026-08-15T07:03:06.445Z Compiling structmeta-derive v0.3.0
33382026-08-15T07:03:06.445Z Compiling itertools v0.13.0
33392026-08-15T07:03:06.445Z Compiling thread-id v4.2.2
33402026-08-15T07:03:06.445Z Compiling env_filter v2.0.0
33412026-08-15T07:03:06.445Z Compiling maybe-uninit v2.0.0
33422026-08-15T07:03:06.475Z 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=9d101c2666969e7e -C extra-filename=-2a0c881504d8cb6f --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-7faffd3539cf3486.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`
33432026-08-15T07:03:06.480Z 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)'`
33442026-08-15T07:03:06.481Z 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=fb3c1622d5fcf5e1 -C extra-filename=-0780d15647a85c42 --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-7faffd3539cf3486.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`
33452026-08-15T07:03:06.481Z 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=7759223cd57070c5 -C extra-filename=-1852db861a4a3966 --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-05054e85bc1496ca.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`
33462026-08-15T07:03:06.481Z 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=4840b58fdfd7bc5c -C extra-filename=-712ed83d889295e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8e22bbb2a0177826.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-08-15T07:03:06.481Z 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`
33482026-08-15T07:03:06.665Z 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="borsh"' --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=a9072e57cdecead9 -C extra-filename=-72357504b05f1750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rmeta --extern borsh_derive=/work/oxidecomputer/omicron/target/debug/deps/libborsh_derive-b4a2e9641fee38ae.so --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-08-15T07:03:06.665Z 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`
33502026-08-15T07:03:06.670Z 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=9d75001139d4f870 -C extra-filename=-c5852fcb3773fec3 --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-1ac12b8fdf940d98.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`
33512026-08-15T07:03:06.672Z 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`
33522026-08-15T07:03:06.672Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-c12be9d13de3c398/build-script-build`
33532026-08-15T07:03:06.672Z 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`
33542026-08-15T07:03:06.673Z 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=e74f8abacb98b955 -C extra-filename=-6ec9bb57124fbc83 --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-78563aafb92a3384.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-b5c0aade4ec6fd08.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-08-15T07:03:06.673Z 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`
33562026-08-15T07:03:06.696Z 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`
33572026-08-15T07:03:06.701Z Compiling rand v0.9.2
33582026-08-15T07:03:06.701Z Compiling http-body v1.0.1
33592026-08-15T07:03:06.701Z Compiling ciborium-ll v0.2.2
33602026-08-15T07:03:06.701Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex", "std"))' -C metadata=cf43cec7f1e2c18e -C extra-filename=-0944082b60be3e70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612026-08-15T07:03:06.732Z 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`
33622026-08-15T07:03:06.883Z Compiling rand v0.8.6
33632026-08-15T07:03:06.887Z Compiling slog-term v2.9.2
33642026-08-15T07:03:06.887Z 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=96313e7164b7c81d -C extra-filename=-9c784298440d0ca7 --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-2a0c881504d8cb6f.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`
33652026-08-15T07:03:06.888Z 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=7f85442eecacf4f2 -C extra-filename=-bfe6ab2669e63573 --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-fc89835840ff6274.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-08-15T07:03:06.888Z 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`
33672026-08-15T07:03:07.000Z Compiling env_logger v0.11.11
33682026-08-15T07:03:07.005Z Compiling hashbrown v0.14.5
33692026-08-15T07:03:07.038Z 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=ba53bd1cb7e091f0 -C extra-filename=-aa69897985c0555d --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-0780d15647a85c42.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-08-15T07:03:07.042Z 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`
33712026-08-15T07:03:07.042Z 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`
33722026-08-15T07:03:07.077Z Compiling backtrace-ext v0.2.1
33732026-08-15T07:03:07.118Z 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=7952ed514bb220ed -C extra-filename=-533822a1d462891d --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-d33fe155cbdbc9d6.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`
33742026-08-15T07:03:07.122Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=92dae0288719dc14 -C extra-filename=-90d16be16b2e9986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-ff9761ad5034bbcf.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-0944082b60be3e70.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752026-08-15T07:03:07.189Z Compiling idna_adapter v1.2.1
33762026-08-15T07:03:07.193Z Compiling http-body-util v0.1.3
33772026-08-15T07:03:07.193Z Compiling dof v0.3.0
33782026-08-15T07:03:07.235Z 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=e275e599e155be22 -C extra-filename=-8d817d46acd9f5c2 --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-712ed83d889295e6.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1524483d8ce0cf2f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0692ce056427347b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
33792026-08-15T07:03:07.239Z 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`
33802026-08-15T07:03:07.351Z 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=c6ee0b4139c5ac92 -C extra-filename=-e733c986568026f7 --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-3f68f5ae0e7c8492.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`
33812026-08-15T07:03:07.355Z Compiling ciborium v0.2.2
33822026-08-15T07:03:07.355Z Compiling ecdsa v0.16.9
33832026-08-15T07:03:07.355Z Compiling primeorder v0.13.6
33842026-08-15T07:03:07.355Z 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`
33852026-08-15T07:03:07.355Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=278199f17a3f6d65 -C extra-filename=-85219b61330c4d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9369bbf1e562ab91.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9ac018dd6f373ebf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-08-15T07:03:07.477Z Compiling derive_builder_macro v0.20.2
33872026-08-15T07:03:07.574Z Compiling serde_with_macros v3.21.0
33882026-08-15T07:03:07.574Z 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=539530f216f74612 -C extra-filename=-0e597593959815fc --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-bfe6ab2669e63573.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`
33892026-08-15T07:03:07.576Z 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=8c855c4bf5347337 -C extra-filename=-278756c02a06c4e9 --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-f27820eda831d6f5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6ec9bb57124fbc83.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-80369df957fe909f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-08-15T07:03:07.576Z 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=514821ea35d834f0 -C extra-filename=-7ecc57c3c680ee8a --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-6ec9bb57124fbc83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-08-15T07:03:07.635Z 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`
33922026-08-15T07:03:07.639Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-25fa411a0cd8060c/build-script-build`
33932026-08-15T07:03:07.639Z Compiling idna v1.1.0
33942026-08-15T07:03:07.640Z Compiling proptest v1.11.0
33952026-08-15T07:03:07.640Z Compiling zerocopy-derive v0.6.6
33962026-08-15T07:03:07.640Z Compiling bzip2-sys v0.1.13+1.0.8
33972026-08-15T07:03:07.640Z Compiling cargo-platform v0.3.2
33982026-08-15T07:03:07.671Z Compiling same-file v1.0.6
33992026-08-15T07:03:07.675Z 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"))'`
34002026-08-15T07:03:07.675Z 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=db8ce52f10483874 -C extra-filename=-5133dbf086a842c5 --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-1ac12b8fdf940d98.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-4d3b2d088fd28791.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"'`
34012026-08-15T07:03:07.675Z 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`
34022026-08-15T07:03:07.861Z Compiling packed_struct v0.10.1
34032026-08-15T07:03:07.865Z Compiling crc-catalog v2.4.0
34042026-08-15T07:03:07.896Z Compiling owo-colors v4.3.0
34052026-08-15T07:03:07.900Z 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=804a446c8c35be32 -C extra-filename=-297f322b9f0003bf --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-e733c986568026f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-719b5b48f29d2f05.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`
34062026-08-15T07:03:07.900Z 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`
34072026-08-15T07:03:07.900Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "f16", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=b34849590d1f0abc -C extra-filename=-78a8414a8cb95463 --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-9c784298440d0ca7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2a0c881504d8cb6f.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-5ca12a65da0abbd1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.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`
34082026-08-15T07:03:07.900Z 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`
34092026-08-15T07:03:07.901Z 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`
34102026-08-15T07:03:07.901Z 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`
34112026-08-15T07:03:08.091Z Compiling debug-ignore v1.0.5
34122026-08-15T07:03:08.095Z Compiling walkdir v2.5.0
34132026-08-15T07:03:08.095Z Compiling chumsky v0.9.3
34142026-08-15T07:03:08.095Z Compiling ed25519 v2.2.3
34152026-08-15T07:03:08.095Z 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`
34162026-08-15T07:03:08.095Z 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=89bc4e911dce7bd5 -C extra-filename=-953bd49b966e2309 --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-aa69897985c0555d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-719b5b48f29d2f05.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
34172026-08-15T07:03:08.128Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=4f6678cf249f47ad -C extra-filename=-99160c7fe2ff1a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-5011ace112dadba4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
34182026-08-15T07:03:08.134Z 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`
34192026-08-15T07:03:08.166Z 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`
34202026-08-15T07:03:08.289Z Compiling url v2.5.8
34212026-08-15T07:03:08.289Z Compiling publicsuffix v2.3.0
34222026-08-15T07:03:08.293Z Compiling usdt-attr-macro v0.6.0
34232026-08-15T07:03:08.293Z Compiling usdt-macro v0.6.0
34242026-08-15T07:03:08.293Z Compiling structmeta v0.3.0
34252026-08-15T07:03:08.293Z Compiling crc v3.4.0
34262026-08-15T07:03:08.293Z Compiling cargo_metadata v0.23.1
34272026-08-15T07:03:08.293Z Compiling unicode-normalization v0.1.25
34282026-08-15T07:03:08.293Z Compiling packed_struct_codegen v0.10.1
34292026-08-15T07:03:08.293Z Compiling bitfield-macros v0.19.4
34302026-08-15T07:03:08.293Z 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`
34312026-08-15T07:03:08.293Z 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`
34322026-08-15T07:03:08.294Z 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`
34332026-08-15T07:03:08.294Z 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=dbcdbc7617806d1b -C extra-filename=-4fc9bd7b92ba7cb8 --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-8d466ca740597bbe.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-08-15T07:03:08.294Z 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=e7b4dc685d4a73da -C extra-filename=-9939d282064e071f --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-533822a1d462891d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-08-15T07:03:08.406Z 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=a877260950a23440 -C extra-filename=-4fd0aff64b257bfd --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-297f322b9f0003bf.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`
34362026-08-15T07:03:08.410Z 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=6d79b359891f17ba -C extra-filename=-6628291e92df55d7 --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-8d817d46acd9f5c2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-08-15T07:03:08.411Z Compiling derive_builder v0.20.2
34382026-08-15T07:03:08.441Z Compiling vergen-lib v9.1.0
34392026-08-15T07:03:08.445Z Compiling indexmap v1.9.3
34402026-08-15T07:03:08.445Z 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=75c01342564b7792 -C extra-filename=-c5724d9a8b13d41b --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-8d817d46acd9f5c2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-08-15T07:03:08.445Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=98fc5e664cb7879d -C extra-filename=-7b496c7ca339ee3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-72e4be3d9c39d99c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-08-15T07:03:08.446Z 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`
34432026-08-15T07:03:08.446Z 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=601c2acf5edf5de7 -C extra-filename=-8c8d4bc3c1f583c1 --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-d52534f826406685.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442026-08-15T07:03:08.446Z 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`
34452026-08-15T07:03:08.447Z 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`
34462026-08-15T07:03:08.447Z 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`
34472026-08-15T07:03:08.447Z 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=8cd84188c83722b7 -C extra-filename=-ca686b9ebd6d3a90 --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-297f322b9f0003bf.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`
34482026-08-15T07:03:08.595Z 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`
34492026-08-15T07:03:08.600Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac311e4903ed2a9/build-script-build`
34502026-08-15T07:03:08.629Z Compiling openssl v0.10.80
34512026-08-15T07:03:08.738Z 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`
34522026-08-15T07:03:08.743Z 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`
34532026-08-15T07:03:08.779Z Compiling nodrop v0.1.14
34542026-08-15T07:03:08.782Z Compiling foldhash v0.1.5
34552026-08-15T07:03:08.783Z Compiling signal-hook v0.3.18
34562026-08-15T07:03:08.783Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-ad8d6e3a26ba0c9a/build-script-build`
34572026-08-15T07:03:08.783Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=1ca02baee87f5fb5 -C extra-filename=-edede3b97fc9d81a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-edede3b97fc9d81a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582026-08-15T07:03:08.783Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-a1514b54d0d1a3b3/build-script-build`
34592026-08-15T07:03:09.007Z Compiling foreign-types-shared v0.1.1
34602026-08-15T07:03:09.011Z Compiling usdt-macro v0.5.0
34612026-08-15T07:03:09.011Z Compiling usdt-attr-macro v0.5.0
34622026-08-15T07:03:09.011Z Compiling ed25519-dalek v2.2.0
34632026-08-15T07:03:09.011Z Compiling smallvec v0.6.14
34642026-08-15T07:03:09.011Z 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`
34652026-08-15T07:03:09.011Z 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`
34662026-08-15T07:03:09.011Z 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`
34672026-08-15T07:03:09.248Z Compiling cookie_store v0.22.1
34682026-08-15T07:03:09.252Z Compiling zerocopy v0.6.6
34692026-08-15T07:03:09.252Z 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`
34702026-08-15T07:03:09.252Z 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`
34712026-08-15T07:03:09.252Z 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=b14ae3ad1e04fb9a -C extra-filename=-debba927ba71dbac --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-5133dbf086a842c5.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-4fc9bd7b92ba7cb8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722026-08-15T07:03:09.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=115b3025fc8d665d -C extra-filename=-4aa4e00b6cc68c4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732026-08-15T07:03:09.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=6add0566251270e8 -C extra-filename=-d87fe511a2f6dc7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-08-15T07:03:09.471Z 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=271d020a0f898d89 -C extra-filename=-30645210b5eb2269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-2dc17d206cd5b615.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
34752026-08-15T07:03:09.472Z 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=fcdf811580a7e164 -C extra-filename=-834afa7d07b57245 --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-297f322b9f0003bf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ca686b9ebd6d3a90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-08-15T07:03:09.476Z Compiling tokio-util v0.7.18
34772026-08-15T07:03:09.476Z Compiling tower v0.5.3
34782026-08-15T07:03:09.476Z Compiling rsa v0.9.10
34792026-08-15T07:03:09.476Z Compiling foreign-types v0.3.2
34802026-08-15T07:03:09.476Z Compiling hashbrown v0.15.5
34812026-08-15T07:03:09.476Z Compiling array-init v0.0.4
34822026-08-15T07:03:09.476Z 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`
34832026-08-15T07:03:09.477Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a6425e9036706528/build-script-build`
34842026-08-15T07:03:09.477Z 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)'`
34852026-08-15T07:03:09.477Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-cebbf38fcbdc4d9b/build-script-build`
34862026-08-15T07:03:09.587Z 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=a389547c9fecad25 -C extra-filename=-68429762f8457780 --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-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-08-15T07:03:09.593Z Compiling bitfield v0.19.4
34882026-08-15T07:03:09.593Z Compiling textwrap v0.16.2
34892026-08-15T07:03:09.593Z Compiling openssl-macros v0.1.1
34902026-08-15T07:03:09.622Z Compiling vergen v9.1.0
34912026-08-15T07:03:09.626Z Compiling memmap v0.7.0
34922026-08-15T07:03:09.626Z 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=f1a75ebf19fa72bb -C extra-filename=-dbd44316b73b1554 --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-dab9e1b0915c6ea0.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`
34932026-08-15T07:03:09.627Z 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`
34942026-08-15T07:03:09.627Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-edede3b97fc9d81a/build-script-build`
34952026-08-15T07:03:09.627Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-654ecd60793851a5/build-script-build`
34962026-08-15T07:03:09.627Z 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`
34972026-08-15T07:03:09.628Z 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`
34982026-08-15T07:03:09.628Z 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=e7680f41880fee99 -C extra-filename=-aee03dbc5408bb73 --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-1ac12b8fdf940d98.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-953bd49b966e2309.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-29e4475aa34cb1b6.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.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-614f534e40b40698.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992026-08-15T07:03:09.695Z Compiling hashbrown v0.12.3
35002026-08-15T07:03:09.699Z 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`
35012026-08-15T07:03:09.699Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=678d4d27da84ae93 -C extra-filename=-17d4091e1e0174a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_pregenerated)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl400)'`
35022026-08-15T07:03:09.700Z 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`
35032026-08-15T07:03:09.700Z 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`
35042026-08-15T07:03:09.700Z 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=56f4d2d48bbb8bae -C extra-filename=-540195f3575be404 --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-ca4ba0b831892468.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`
35052026-08-15T07:03:09.700Z 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`
35062026-08-15T07:03:09.773Z Compiling bitflags v1.3.2
35072026-08-15T07:03:09.777Z 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`
35082026-08-15T07:03:09.915Z Compiling salty v0.3.0
35092026-08-15T07:03:09.919Z 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`
35102026-08-15T07:03:09.919Z 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`
35112026-08-15T07:03:10.043Z Compiling usdt v0.6.0
35122026-08-15T07:03:10.048Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35132026-08-15T07:03:10.048Z Compiling derive-ex v0.1.8
35142026-08-15T07:03:10.048Z 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`
35152026-08-15T07:03:10.048Z 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`
35162026-08-15T07:03:10.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=140cc40196a183c3 -C extra-filename=-f48ee203236f5704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
35172026-08-15T07:03:10.123Z Compiling bzip2 v0.4.4
35182026-08-15T07:03:10.127Z 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=4285594e23e0ab44 -C extra-filename=-22091074b37f686f --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-712ed83d889295e6.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8e22bbb2a0177826.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-724b318dd57041ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6628291e92df55d7.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8d817d46acd9f5c2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c5724d9a8b13d41b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192026-08-15T07:03:10.163Z 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`
35202026-08-15T07:03:10.167Z 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`
35212026-08-15T07:03:10.204Z Compiling serde-hex v0.1.0
35222026-08-15T07:03:10.208Z 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`
35232026-08-15T07:03:10.324Z Compiling p384 v0.13.1
35242026-08-15T07:03:10.328Z Compiling toml v0.7.8
35252026-08-15T07:03:10.328Z 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=2f4e9fe273628ef5 -C extra-filename=-ce58f65667532ab8 --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-3a7e68477a707323.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`
35262026-08-15T07:03:10.328Z 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`
35272026-08-15T07:03:10.563Z Compiling ipnetwork v0.21.1
35282026-08-15T07:03:10.563Z Compiling h2 v0.4.15
35292026-08-15T07:03:10.567Z Compiling tower-http v0.6.8
35302026-08-15T07:03:10.567Z Compiling newtype-uuid v1.3.2
35312026-08-15T07:03:10.567Z Compiling serde_with v3.21.0
35322026-08-15T07:03:10.567Z Compiling usdt v0.5.0
35332026-08-15T07:03:10.567Z 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=dccc43266cb80eb0 -C extra-filename=-8c62e48e0d98ecbc --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-278756c02a06c4e9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6ec9bb57124fbc83.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-7ecc57c3c680ee8a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-08-15T07:03:10.569Z 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=f61449692f41ca5a -C extra-filename=-360f1ac9470e929f --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-1852db861a4a3966.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352026-08-15T07:03:10.787Z Compiling hashbrown v0.13.2
35362026-08-15T07:03:10.791Z Compiling supports-color v3.0.2
35372026-08-15T07:03:10.791Z Compiling enum-as-inner v0.6.1
35382026-08-15T07:03:10.791Z Compiling zstd-sys v2.0.16+zstd.1.5.7
35392026-08-15T07:03:10.792Z Compiling proc-macro-error-attr2 v2.0.0
35402026-08-15T07:03:10.792Z Compiling ref-cast v1.0.25
35412026-08-15T07:03:10.824Z 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=af759fca2bb029f1 -C extra-filename=-5dbca69c58ac7138 --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-30645210b5eb2269.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`
35422026-08-15T07:03:10.829Z 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=cda7b339adb108fa -C extra-filename=-bc025efe7466903e --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-dbd44316b73b1554.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`
35432026-08-15T07:03:10.830Z 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=6487d04d2269c039 -C extra-filename=-c0e21b63af79841b --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-30645210b5eb2269.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a28b6bc51e3bcf94.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-08-15T07:03:10.831Z 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=f81b942a717527df -C extra-filename=-86de7da38d96c5c3 --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-78a8414a8cb95463.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452026-08-15T07:03:10.832Z 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=bcb95bd315e2ceb2 -C extra-filename=-d4d1b03369b6fe8f --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-05054e85bc1496ca.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-08-15T07:03:10.832Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=8b6ce997eb1eab7f -C extra-filename=-9e3416dcc2df15d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9369bbf1e562ab91.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-53a96f178b54e91c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-4aa4e00b6cc68c4c.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-d87fe511a2f6dc7d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472026-08-15T07:03:11.005Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=3115da3ff78bd503 -C extra-filename=-d84ddb6c4b72b9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-cdbc9179fb5f8306.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
35482026-08-15T07:03:11.011Z 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=cbbdbaeb15199ce1 -C extra-filename=-7f1837a59ee2cf0b --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-d33fe155cbdbc9d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-08-15T07:03:11.012Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-81bf552516d177f6/build-script-build`
35502026-08-15T07:03:11.012Z 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`
35512026-08-15T07:03:11.012Z 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`
35522026-08-15T07:03:11.012Z 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`
35532026-08-15T07:03:11.013Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-5fa6de7992aca748/build-script-build`
35542026-08-15T07:03:11.013Z Compiling native-tls v0.2.18
35552026-08-15T07:03:11.038Z Compiling crc-any v2.5.0
35562026-08-15T07:03:11.042Z Compiling managed v0.8.0
35572026-08-15T07:03:11.076Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35582026-08-15T07:03:11.080Z 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`
35592026-08-15T07:03:11.080Z 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`
35602026-08-15T07:03:11.081Z 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`
35612026-08-15T07:03:11.227Z 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`
35622026-08-15T07:03:11.232Z 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`
35632026-08-15T07:03:11.232Z Compiling oxnet v0.1.6
35642026-08-15T07:03:11.232Z Compiling zip v0.6.6
35652026-08-15T07:03:11.233Z Compiling chacha20 v0.10.0
35662026-08-15T07:03:11.233Z 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`
35672026-08-15T07:03:11.259Z 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`
35682026-08-15T07:03:11.450Z Compiling phf_shared v0.11.3
35692026-08-15T07:03:11.450Z Compiling globset v0.4.18
35702026-08-15T07:03:11.455Z Compiling pin-project-internal v1.1.11
35712026-08-15T07:03:11.455Z Compiling ref-cast-impl v1.0.25
35722026-08-15T07:03:11.455Z Compiling miette-derive v7.6.0
35732026-08-15T07:03:11.455Z 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=5419a4adcb42bc04 -C extra-filename=-322167b87a3cc767 --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-5dbca69c58ac7138.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-08-15T07:03:11.455Z 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=b67feb372ea6948a -C extra-filename=-984b218363bfabe3 --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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
35752026-08-15T07:03:11.455Z 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=6208c3af97bd3b0a -C extra-filename=-6ecf1caa73c2f03f --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-d040b1ce60a4aa3a.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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-08-15T07:03:11.455Z 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`
35772026-08-15T07:03:11.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=bcf96939d0fb3e93 -C extra-filename=-4974eb09881d4fa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
35782026-08-15T07:03:11.605Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35792026-08-15T07:03:11.605Z Compiling proc-macro-error2 v2.0.1
35802026-08-15T07:03:11.605Z Compiling fs-err v3.3.0
35812026-08-15T07:03:11.635Z 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`
35822026-08-15T07:03:11.639Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=e95aea94eae62aab -C extra-filename=-6719a3ea0b10aec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-08-15T07:03:11.640Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e827bacfc2dc6ba1 -C extra-filename=-5c91159a56f8c76d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842026-08-15T07:03:11.640Z 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`
35852026-08-15T07:03:11.640Z 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`
35862026-08-15T07:03:11.785Z 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=93bb2dda7b31c68b -C extra-filename=-16e91e849edd131e --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-6ff2029acfef72bd.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-ce58f65667532ab8.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`
35872026-08-15T07:03:11.790Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a878194eeb807c78/build-script-build`
35882026-08-15T07:03:11.791Z Compiling object v0.30.4
35892026-08-15T07:03:11.791Z Compiling path-slash v0.1.5
35902026-08-15T07:03:11.791Z Compiling precomputed-hash v0.1.1
35912026-08-15T07:03:11.791Z Compiling new_debug_unreachable v1.0.6
35922026-08-15T07:03:11.791Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-7a9e8d75a7304093/build-script-build`
35932026-08-15T07:03:11.791Z 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`
35942026-08-15T07:03:11.826Z 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`
35952026-08-15T07:03:11.939Z Compiling daft v0.1.7
35962026-08-15T07:03:11.943Z Compiling supports-hyperlinks v3.2.0
35972026-08-15T07:03:11.943Z 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`
35982026-08-15T07:03:11.978Z 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=9f7b90456d87f52e -C extra-filename=-e31b5fe546e37f8e --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-7f1837a59ee2cf0b.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`
35992026-08-15T07:03:11.983Z 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`
36002026-08-15T07:03:11.983Z 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`
36012026-08-15T07:03:12.129Z Compiling supports-unicode v3.0.0
36022026-08-15T07:03:12.134Z Compiling fixedbitset v0.4.2
36032026-08-15T07:03:12.134Z Compiling signal-hook-mio v0.2.5
36042026-08-15T07:03:12.134Z Compiling zstd-safe v7.2.4
36052026-08-15T07:03:12.134Z Compiling toml_write v0.1.2
36062026-08-15T07:03:12.134Z 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=cfe3e6eeb04b48c3 -C extra-filename=-450502dea98a3d14 --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-86de7da38d96c5c3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072026-08-15T07:03:12.169Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-43fcf23702ca3a79/build-script-build`
36082026-08-15T07:03:12.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e98382d646945e0 -C extra-filename=-564572a48a40f586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092026-08-15T07:03:12.334Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78fb7c390bf3a5e9 -C extra-filename=-e2797c202c12e6a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102026-08-15T07:03:12.334Z 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`
36112026-08-15T07:03:12.339Z Compiling string_cache v0.8.9
36122026-08-15T07:03:12.340Z Compiling jiff-core v0.1.0
36132026-08-15T07:03:12.340Z Compiling inout v0.1.4
36142026-08-15T07:03:12.340Z Compiling snafu-derive v0.8.9
36152026-08-15T07:03:12.340Z Compiling heapless v0.7.17
36162026-08-15T07:03:12.340Z Compiling pem v3.0.6
36172026-08-15T07:03:12.340Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=5dc9facfbb2669f6 -C extra-filename=-dc48db18361228ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-08-15T07:03:12.341Z 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`
36192026-08-15T07:03:12.341Z 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`
36202026-08-15T07:03:12.603Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2944404662698069/build-script-build`
36212026-08-15T07:03:12.613Z Compiling test-strategy v0.4.5
36222026-08-15T07:03:12.613Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-08-15T07:03:12.613Z Compiling petgraph v0.6.5
36242026-08-15T07:03:12.613Z Compiling knus-derive v3.4.0
36252026-08-15T07:03:12.613Z Compiling lalrpop-util v0.19.12
36262026-08-15T07:03:12.613Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36272026-08-15T07:03:12.613Z Compiling fixedbitset v0.5.7
36282026-08-15T07:03:12.613Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "logging", "std", "tz-fat"))' -C metadata=8235a0e04b460b30 -C extra-filename=-b07a307ed2e479d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292026-08-15T07:03:12.613Z 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`
36302026-08-15T07:03:12.613Z 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`
36312026-08-15T07:03:12.614Z 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=c425cedbdc9c4d61 -C extra-filename=-13877f5cf4469163 --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 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`
36322026-08-15T07:03:12.614Z 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=d32aeadabb6a4f1a -C extra-filename=-c7ee6197ca1c7c5a --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-6d3383ebd4d73365.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`
36332026-08-15T07:03:12.614Z 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=9bcc0924db0602cd -C extra-filename=-29af55704a04a9bc --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-f3f9530a9d58673b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-08-15T07:03:12.915Z 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`
36352026-08-15T07:03:12.915Z 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=332bf072289c955b -C extra-filename=-96b924347598408d --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-05054e85bc1496ca.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`
36362026-08-15T07:03:12.915Z 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`
36372026-08-15T07:03:12.920Z Compiling toml_edit v0.22.27
36382026-08-15T07:03:12.920Z Compiling cipher v0.4.4
36392026-08-15T07:03:12.920Z Compiling crossterm v0.28.1
36402026-08-15T07:03:12.920Z Compiling serde_plain v1.0.2
36412026-08-15T07:03:12.920Z Compiling serde-big-array v0.5.1
36422026-08-15T07:03:12.920Z Compiling similar v2.7.0
36432026-08-15T07:03:12.920Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name knus_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-derive-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unused_assignments --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d405fade19e3226 -C extra-filename=-84f4c7b35362f4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-8e341c576152a424.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442026-08-15T07:03:12.920Z 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`
36452026-08-15T07:03:12.920Z 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`
36462026-08-15T07:03:12.920Z 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)'`
36472026-08-15T07:03:12.920Z 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=290f9d5e31168e87 -C extra-filename=-a935a4665b946257 --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-0e597593959815fc.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-c0e21b63af79841b.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`
36482026-08-15T07:03:13.090Z 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=1645c561838aa6e5 -C extra-filename=-17766fdf992a0d26 --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-05054e85bc1496ca.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`
36492026-08-15T07:03:13.091Z 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=659c15f4c9d3080e -C extra-filename=-1d6ded7ca94c91be --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-4ff26c8222c3ac86.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-29af55704a04a9bc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-08-15T07:03:13.097Z Compiling pin-project v1.1.11
36512026-08-15T07:03:13.097Z Compiling miette v7.6.0
36522026-08-15T07:03:13.097Z Compiling derive-where v1.6.0
36532026-08-15T07:03:13.127Z Compiling async-recursion v1.1.1
36542026-08-15T07:03:13.131Z Compiling serde_repr v0.1.20
36552026-08-15T07:03:13.131Z Compiling hash32 v0.2.1
36562026-08-15T07:03:13.163Z Compiling libbz2-rs-sys v0.2.2
36572026-08-15T07:03:13.167Z 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=fe06ebdb4182ab1f -C extra-filename=-2a24380c6808a8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d3383ebd4d73365.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dc48db18361228ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-08-15T07:03:13.168Z 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=4b6dfefd80816a44 -C extra-filename=-724582a27a049761 --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-dab9e1b0915c6ea0.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)'`
36592026-08-15T07:03:13.168Z 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`
36602026-08-15T07:03:13.168Z 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`
36612026-08-15T07:03:13.168Z 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`
36622026-08-15T07:03:13.241Z 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`
36632026-08-15T07:03:13.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="fancy"' --cfg 'feature="fancy-base"' --cfg 'feature="fancy-no-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "fancy", "fancy-base", "fancy-no-backtrace", "fancy-no-syscall", "no-format-args-capture", "serde", "syntect-highlighter"))' -C metadata=7ca9988a08acee65 -C extra-filename=-5be5b9940edac0da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-852aae69ae80241c.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-951c044b39d5e82d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-5c91159a56f8c76d.so --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-564572a48a40f586.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-e2797c202c12e6a2.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-ca4ba0b831892468.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.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`
36642026-08-15T07:03:13.248Z 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`
36652026-08-15T07:03:13.248Z 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`
36662026-08-15T07:03:13.273Z Compiling petgraph v0.8.3
36672026-08-15T07:03:13.277Z 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`
36682026-08-15T07:03:13.277Z 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`
36692026-08-15T07:03:13.306Z 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`
36702026-08-15T07:03:13.375Z Compiling jiff v0.2.34
36712026-08-15T07:03:13.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=39d593ac655182ab -C extra-filename=-4469b865ee6ec823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a87687f3c023fc12.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
36722026-08-15T07:03:13.380Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-139c7c960402cb5f/build-script-build`
36732026-08-15T07:03:13.380Z 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=d3a47f68a6675cf3 -C extra-filename=-4d0bd71bd1be6e93 --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-05054e85bc1496ca.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`
36742026-08-15T07:03:13.451Z Compiling bumpalo v3.20.2
36752026-08-15T07:03:13.456Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=e27865edce0004eb -C extra-filename=-7f30b4639863addf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jcore=/work/oxidecomputer/omicron/target/debug/deps/libjiff_core-b07a307ed2e479d6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762026-08-15T07:03:13.456Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-4112bfb06edc7466/build-script-build`
36772026-08-15T07:03:13.592Z Compiling unicode-bidi v0.3.18
36782026-08-15T07:03:13.596Z Compiling smoltcp v0.9.1
36792026-08-15T07:03:13.596Z 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`
36802026-08-15T07:03:13.881Z Compiling typed-path v0.9.3
36812026-08-15T07:03:13.881Z Compiling unicode-properties v0.1.4
36822026-08-15T07:03:13.886Z Compiling linked-hash-map v0.5.6
36832026-08-15T07:03:13.886Z Compiling predicates-core v1.0.10
36842026-08-15T07:03:13.886Z 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`
36852026-08-15T07:03:13.887Z 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`
36862026-08-15T07:03:13.888Z 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`
36872026-08-15T07:03:13.888Z Compiling tokio-native-tls v0.3.1
36882026-08-15T07:03:13.888Z 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`
36892026-08-15T07:03:13.889Z 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`
36902026-08-15T07:03:13.889Z 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`
36912026-08-15T07:03:13.889Z 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`
36922026-08-15T07:03:13.919Z 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=0b2f37effe30e131 -C extra-filename=-4314e700dd002c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4469b865ee6ec823.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
36932026-08-15T07:03:14.097Z Compiling hyper v1.10.1
36942026-08-15T07:03:14.144Z Compiling zopfli v0.8.3
36952026-08-15T07:03:14.149Z Compiling bzip2 v0.6.1
36962026-08-15T07:03:14.149Z 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=e46feaa73fab66a0 -C extra-filename=-925857150a12ef55 --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-d4d1b03369b6fe8f.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-719b5b48f29d2f05.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
36972026-08-15T07:03:14.150Z Compiling hickory-proto v0.24.4
36982026-08-15T07:03:14.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=5530b571f378da60 -C extra-filename=-47537408f76c54a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-0ddad425617ecb16.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-08-15T07:03:14.151Z 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`
37002026-08-15T07:03:14.182Z 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/`
37012026-08-15T07:03:14.186Z 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=d0f9521ea181d804 -C extra-filename=-d24d26a0a15eac5b --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-297f322b9f0003bf.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-d52534f826406685.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022026-08-15T07:03:14.255Z Compiling lru-cache v0.1.2
37032026-08-15T07:03:14.329Z Compiling hickory-proto v0.25.2
37042026-08-15T07:03:14.334Z 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`
37052026-08-15T07:03:14.376Z Compiling stringprep v0.1.5
37062026-08-15T07:03:14.376Z Compiling tokio-stream v0.1.18
37072026-08-15T07:03:14.381Z Compiling byte-wrapper v0.1.0
37082026-08-15T07:03:14.382Z 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=2699966f33579761 -C extra-filename=-dfc86aa05c0a261c --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-297f322b9f0003bf.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-d52534f826406685.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092026-08-15T07:03:14.383Z Compiling md-5 v0.10.6
37102026-08-15T07:03:14.383Z 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=41ba84696d541efb -C extra-filename=-f9eed31ecd4b3ebb --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-8c8d4bc3c1f583c1.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`
37112026-08-15T07:03:14.383Z 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=1693cae9e561673f -C extra-filename=-d9ae97acbd1fac8a --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-30645210b5eb2269.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-08-15T07:03:14.383Z 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=4f15f8ff7195de32 -C extra-filename=-baabbcc9cf35b601 --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-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132026-08-15T07:03:14.384Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-2ea582ec3dcdd41e/build-script-build`
37142026-08-15T07:03:14.416Z 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=019b25009a7eb30f -C extra-filename=-e61694ee39396ddd --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-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-08-15T07:03:14.565Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
37162026-08-15T07:03:14.608Z Compiling strum_macros v0.27.2
37172026-08-15T07:03:14.613Z Compiling float-cmp v0.10.0
37182026-08-15T07:03:14.613Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
37192026-08-15T07:03:14.613Z Compiling normalize-line-endings v0.3.0
37202026-08-15T07:03:14.613Z Compiling difflib v0.4.0
37212026-08-15T07:03:14.613Z Compiling resolv-conf v0.7.6
37222026-08-15T07:03:14.613Z Compiling fallible-iterator v0.2.0
37232026-08-15T07:03:14.613Z 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`
37242026-08-15T07:03:14.613Z 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`
37252026-08-15T07:03:14.614Z 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`
37262026-08-15T07:03:14.614Z 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`
37272026-08-15T07:03:14.614Z 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`
37282026-08-15T07:03:14.615Z 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`
37292026-08-15T07:03:14.642Z 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`
37302026-08-15T07:03:14.646Z 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`
37312026-08-15T07:03:14.752Z Compiling knus v3.4.0
37322026-08-15T07:03:14.793Z Compiling toml v0.8.23
37332026-08-15T07:03:14.797Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name knus --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unused_assignments --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knus-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knus-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=058905da86a1fd64 -C extra-filename=-192c84d0f46bd709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-9939d282064e071f.rmeta --extern knus_derive=/work/oxidecomputer/omicron/target/debug/deps/libknus_derive-84f4c7b35362f4d7.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-5be5b9940edac0da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342026-08-15T07:03:14.837Z 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=07fe111cd73627b7 -C extra-filename=-730154f55ce99932 --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-17766fdf992a0d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-08-15T07:03:14.914Z Compiling snafu v0.8.9
37362026-08-15T07:03:14.918Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37372026-08-15T07:03:14.919Z 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`
37382026-08-15T07:03:14.919Z 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=a2fdbdde3438a1aa -C extra-filename=-c8797f81a95745de --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-13877f5cf4469163.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-08-15T07:03:14.991Z Compiling iddqd v0.4.2
37402026-08-15T07:03:14.995Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=735e8f46bd6c092b -C extra-filename=-6ec0a99578e6c8e8 --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-f27820eda831d6f5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a935a4665b946257.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-984b218363bfabe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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`
37412026-08-15T07:03:15.032Z Compiling predicates v3.1.4
37422026-08-15T07:03:15.036Z 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=34f51544a73303e6 -C extra-filename=-4a2c4f3ca17e1238 --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-450502dea98a3d14.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-78a8414a8cb95463.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-08-15T07:03:15.112Z Compiling postgres-protocol v0.6.10
37442026-08-15T07:03:15.116Z Compiling olpc-cjson v0.1.4
37452026-08-15T07:03:15.116Z 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`
37462026-08-15T07:03:15.218Z Compiling phf_shared v0.13.1
37472026-08-15T07:03:15.218Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37482026-08-15T07:03:15.218Z 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=bbafc6bb0c415de5 -C extra-filename=-649fd29fc0482785 --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-3ba003ee67559afb.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-e61694ee39396ddd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-f9eed31ecd4b3ebb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-08-15T07:03:15.218Z 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=fb45de2c25b56315 -C extra-filename=-2a125cc0e38b1114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8c8d4bc3c1f583c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502026-08-15T07:03:15.278Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
37512026-08-15T07:03:15.282Z Compiling peg-runtime v0.8.5
37522026-08-15T07:03:15.353Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=877d150e66c14da3 -C extra-filename=-3f0d80e0d086e750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532026-08-15T07:03:15.353Z 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`
37542026-08-15T07:03:15.396Z Compiling hyper-util v0.1.20
37552026-08-15T07:03:15.401Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
37562026-08-15T07:03:15.401Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
37572026-08-15T07:03:15.401Z Compiling corncobs v0.1.4
37582026-08-15T07:03:15.401Z 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/b878274/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 --cfg 'feature="ipcc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "default", "ipcc", "pki-playground", "unittest"))' -C metadata=f827804de4c5ce99 -C extra-filename=-04609043fbc18e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-04609043fbc18e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592026-08-15T07:03:15.402Z 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`
37602026-08-15T07:03:15.435Z Compiling buf-list v1.1.2
37612026-08-15T07:03:15.439Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37622026-08-15T07:03:15.439Z Compiling secrecy v0.8.0
37632026-08-15T07:03:15.440Z 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=b24fe0233d449a39 -C extra-filename=-a25b5026375ab755 --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-925857150a12ef55.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.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-1c0696c1a58eee79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-08-15T07:03:15.441Z 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=948b4f7af91449a2 -C extra-filename=-06afc1293eeae6d0 --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-f27820eda831d6f5.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.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-ce58f65667532ab8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.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-614f534e40b40698.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-08-15T07:03:15.443Z 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`
37662026-08-15T07:03:15.443Z 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`
37672026-08-15T07:03:15.444Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-bc0d1f1fbf807eb5/build-script-build`
37682026-08-15T07:03:15.541Z Compiling whoami v2.1.0
37692026-08-15T07:03:15.545Z 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=bcfbd0ce4361495e -C extra-filename=-2d1a01b4ed2b043d --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-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-08-15T07:03:15.545Z 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=4db0f0507103bf96 -C extra-filename=-fa6bdc3b1c8ac30b --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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-08-15T07:03:15.545Z 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=60d797e440943040 -C extra-filename=-2780983ac7565205 --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-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-08-15T07:03:15.578Z Compiling phf v0.13.1
37732026-08-15T07:03:15.582Z 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`
37742026-08-15T07:03:15.582Z 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`
37752026-08-15T07:03:15.683Z Compiling postgres-types v0.2.12
37762026-08-15T07:03:15.725Z Compiling match_cfg v0.1.0
37772026-08-15T07:03:15.809Z 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=bdc3fbea9a611498 -C extra-filename=-ba1c9be63a9000e6 --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-649fd29fc0482785.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-08-15T07:03:15.856Z Compiling slog-json v2.6.1
37792026-08-15T07:03:15.856Z Compiling newtype-uuid-macros v0.1.0
37802026-08-15T07:03:15.860Z Compiling sha1 v0.11.0
37812026-08-15T07:03:15.860Z 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`
37822026-08-15T07:03:16.007Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-04609043fbc18e66/build-script-build`
37832026-08-15T07:03:16.012Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
37842026-08-15T07:03:16.012Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37852026-08-15T07:03:16.012Z Compiling async-stream-impl v0.3.6
37862026-08-15T07:03:16.012Z Compiling serde_path_to_error v0.1.20
37872026-08-15T07:03:16.012Z Compiling toml_datetime v1.1.1+spec-1.1.0
37882026-08-15T07:03:16.012Z Compiling serde_spanned v1.1.1
37892026-08-15T07:03:16.012Z Compiling multer v3.1.0
37902026-08-15T07:03:16.012Z Compiling compression-core v0.4.31
37912026-08-15T07:03:16.012Z Compiling toml_writer v1.1.1+spec-1.1.0
37922026-08-15T07:03:16.012Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=20a57315d25778a5 -C extra-filename=-7b1b8a3d32fa8391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-08-15T07:03:16.012Z 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=2573873ca0212afd -C extra-filename=-7b63dde346906f33 --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-d194e7aed4e8a4fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-08-15T07:03:16.013Z 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`
37952026-08-15T07:03:16.192Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/bcd3bf2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5de5e52162cb989 -C extra-filename=-6c4d7fb29d0eed65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.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-5e48c25e6bb54ef8.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-192c84d0f46bd709.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-5be5b9940edac0da.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8c62e48e0d98ecbc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-08-15T07:03:16.196Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=548177983fe807df -C extra-filename=-5115c72ceb0415b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-2c8235521dc4739c.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-3f0d80e0d086e750.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bb272815af6e0400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-08-15T07:03:16.197Z 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/`
37982026-08-15T07:03:16.197Z Compiling hostname v0.3.1
37992026-08-15T07:03:16.197Z Compiling dropshot v0.17.1
38002026-08-15T07:03:16.197Z Compiling dropshot_endpoint v0.17.1
38012026-08-15T07:03:16.197Z Compiling rustls-pemfile v2.2.0
38022026-08-15T07:03:16.223Z Compiling waitgroup v0.1.2
38032026-08-15T07:03:16.227Z 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`
38042026-08-15T07:03:16.227Z 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`
38052026-08-15T07:03:16.228Z 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`
38062026-08-15T07:03:16.229Z 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`
38072026-08-15T07:03:16.230Z 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`
38082026-08-15T07:03:16.230Z 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`
38092026-08-15T07:03:16.230Z 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`
38102026-08-15T07:03:16.346Z Compiling tokio-postgres v0.7.16
38112026-08-15T07:03:16.350Z Compiling hostname v0.4.2
38122026-08-15T07:03:16.351Z Compiling atomicwrites v0.4.4
38132026-08-15T07:03:16.380Z 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`
38142026-08-15T07:03:16.384Z 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`
38152026-08-15T07:03:16.384Z 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=3ab6bc1634df5d08 -C extra-filename=-28a8172dc8f0ceba --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-e26fa830d098d311.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-08-15T07:03:16.385Z 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`
38172026-08-15T07:03:16.385Z 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`
38182026-08-15T07:03:16.453Z Compiling hickory-resolver v0.24.4
38192026-08-15T07:03:16.457Z 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`
38202026-08-15T07:03:16.457Z 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=75c53557f4b2e747 -C extra-filename=-66d94089d4c80ac7 --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-5f464494f1f6faa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212026-08-15T07:03:16.457Z 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=3d231f20c73a3903 -C extra-filename=-ce8e72f7ba85bec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d3383ebd4d73365.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-649fd29fc0482785.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ba1c9be63a9000e6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.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`
38222026-08-15T07:03:16.638Z Compiling toml v1.1.2+spec-1.1.0
38232026-08-15T07:03:16.642Z Compiling compression-codecs v0.4.37
38242026-08-15T07:03:16.642Z Compiling macaddr v1.0.1
38252026-08-15T07:03:16.642Z Compiling regress v0.10.5
38262026-08-15T07:03:16.642Z 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=bb74d15179175545 -C extra-filename=-406105c03f1c4fc1 --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-d24d26a0a15eac5b.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-6d3383ebd4d73365.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-350c88071c567a04.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-719b5b48f29d2f05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-08-15T07:03:16.791Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
38282026-08-15T07:03:16.795Z Compiling slog-bunyan v2.5.0
38292026-08-15T07:03:16.795Z Compiling itertools v0.14.0
38302026-08-15T07:03:16.795Z Compiling instant v0.1.13
38312026-08-15T07:03:16.823Z 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`
38322026-08-15T07:03:16.827Z 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`
38332026-08-15T07:03:16.827Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=5557652ff4d40756 -C extra-filename=-4f9fd91d7d2f1063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-742e4b24b6116ac0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50acda97896bbdbb.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-0aaa482e0f219b35.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-08-15T07:03:16.827Z 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`
38352026-08-15T07:03:17.021Z Compiling parse-display-derive v0.10.0
38362026-08-15T07:03:17.025Z Compiling backon v1.6.0
38372026-08-15T07:03:17.025Z Compiling humantime v2.3.0
38382026-08-15T07:03:17.025Z Compiling convert_case v0.4.0
38392026-08-15T07:03:17.025Z Compiling secrecy v0.10.3
38402026-08-15T07:03:17.025Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=7ef5923cead2895b -C extra-filename=-eb962d2c4575bb8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-51fb5096cba22e18.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7b1b8a3d32fa8391.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412026-08-15T07:03:17.025Z 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=5476454d86690c00 -C extra-filename=-34b2515e3ed3e811 --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-1ac12b8fdf940d98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-06afc1293eeae6d0.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-e31b5fe546e37f8e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.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-360f1ac9470e929f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.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`
38422026-08-15T07:03:17.025Z 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`
38432026-08-15T07:03:17.025Z 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`
38442026-08-15T07:03:17.210Z 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`
38452026-08-15T07:03:17.216Z Compiling hyper-tls v0.6.0
38462026-08-15T07:03:17.216Z Compiling strum v0.27.2
38472026-08-15T07:03:17.216Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
38482026-08-15T07:03:17.216Z Compiling async-stream v0.3.6
38492026-08-15T07:03:17.216Z 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`
38502026-08-15T07:03:17.216Z 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`
38512026-08-15T07:03:17.218Z 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`
38522026-08-15T07:03:17.218Z 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=d205c44b7ac913fe -C extra-filename=-da915e2a919d4aef --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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-08-15T07:03:17.407Z Compiling async-compression v0.4.41
38542026-08-15T07:03:17.411Z Compiling backoff v0.4.0
38552026-08-15T07:03:17.411Z Compiling regress v0.11.1
38562026-08-15T07:03:17.412Z Compiling indent_write v2.2.0
38572026-08-15T07:03:17.449Z 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=c2e64fd828a618db -C extra-filename=-949d9e7d39bf0577 --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-925857150a12ef55.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4469b865ee6ec823.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-4314e700dd002c65.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`
38582026-08-15T07:03:17.453Z 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`
38592026-08-15T07:03:17.453Z 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=d548b81801663bc2 -C extra-filename=-02725c1a440335f6 --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-450502dea98a3d14.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-30645210b5eb2269.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602026-08-15T07:03:17.454Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-d24cfe68db28428a/build-script-build`
38612026-08-15T07:03:17.454Z 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`
38622026-08-15T07:03:17.598Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38632026-08-15T07:03:17.602Z Compiling crucible-workspace-hack v0.1.0
38642026-08-15T07:03:17.602Z Compiling camino-tempfile v1.4.1
38652026-08-15T07:03:17.602Z Compiling unsafe-libyaml v0.2.11
38662026-08-15T07:03:17.602Z 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=34fb88a7f587cf60 -C extra-filename=-f17a13f74fae850a --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-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-08-15T07:03:17.603Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-e329542ecfd8f9d4/build-script-build`
38682026-08-15T07:03:17.603Z 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`
38692026-08-15T07:03:17.603Z 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`
38702026-08-15T07:03:17.603Z 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=aa71b83053128dec -C extra-filename=-5740be7f808ecf28 --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-aa69897985c0555d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-08-15T07:03:17.700Z Compiling reqwest v0.12.28
38722026-08-15T07:03:17.704Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
38732026-08-15T07:03:17.704Z Compiling qorb v0.4.1
38742026-08-15T07:03:17.704Z Compiling derive_more v0.99.20
38752026-08-15T07:03:17.704Z Compiling universal-hash v0.5.1
38762026-08-15T07:03:17.704Z Compiling thiserror-impl-no-std v2.0.2
38772026-08-15T07:03:17.734Z Compiling opaque-debug v0.3.1
38782026-08-15T07:03:17.738Z Compiling chacha20 v0.9.1
38792026-08-15T07:03:17.738Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --cfg 'feature="hubtools"' --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hubtools", "proptest", "schemars"))' -C metadata=a495d9bf3493bc58 -C extra-filename=-7b390c73a1b1a435 --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-d9ae97acbd1fac8a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
38802026-08-15T07:03:17.740Z 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`
38812026-08-15T07:03:17.740Z 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=bd223d9e74e0e903 -C extra-filename=-47b48cb21fde76e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-08-15T07:03:17.740Z 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`
38832026-08-15T07:03:17.740Z 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`
38842026-08-15T07:03:17.740Z 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`
38852026-08-15T07:03:17.740Z 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=6edec6f03b116e6e -C extra-filename=-a897f8a12b0eadae --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-72357504b05f1750.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-08-15T07:03:17.740Z 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=f224f47a77f1df83 -C extra-filename=-361cb930d20b09a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-406105c03f1c4fc1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-dab9e1b0915c6ea0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872026-08-15T07:03:17.775Z 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`
38882026-08-15T07:03:17.781Z 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=6aaa92d7db5b761d -C extra-filename=-71acb97f73b2c570 --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-d4d1b03369b6fe8f.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-925857150a12ef55.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-949d9e7d39bf0577.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4469b865ee6ec823.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-4314e700dd002c65.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-dbd44316b73b1554.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-bc025efe7466903e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38892026-08-15T07:03:17.782Z 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=ea763b306fa164c8 -C extra-filename=-b3fe1f8f37186512 --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-4ff26c8222c3ac86.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`
38902026-08-15T07:03:17.784Z 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`
38912026-08-15T07:03:17.784Z 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=6c974f667614c6a0 -C extra-filename=-89ce1a267adac87f --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-1d6ded7ca94c91be.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`
38922026-08-15T07:03:17.847Z Compiling aead v0.5.2
38932026-08-15T07:03:17.880Z 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=8485d583ad44c16f -C extra-filename=-a75553ee1e45c46e --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-4ff26c8222c3ac86.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-08-15T07:03:17.918Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38952026-08-15T07:03:17.922Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=526a8addf6e2f47a -C extra-filename=-8c74032e2b980bfe --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-30645210b5eb2269.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`
38962026-08-15T07:03:17.951Z Compiling blake2 v0.10.6
38972026-08-15T07:03:17.955Z 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=75401aa3aed3fced -C extra-filename=-0d01091338f63edc --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-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-08-15T07:03:18.027Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-95cb76ea30bf53b6/build-script-build`
38992026-08-15T07:03:18.205Z Compiling poly1305 v0.8.0
39002026-08-15T07:03:18.251Z Compiling serde_yaml v0.9.34+deprecated
39012026-08-15T07:03:18.251Z Compiling password-hash v0.5.0
39022026-08-15T07:03:18.255Z Compiling crossbeam-deque v0.8.6
39032026-08-15T07:03:18.256Z 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=4beac16b9e2a4f8d -C extra-filename=-f5c62fa992a2e41f --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-b3fe1f8f37186512.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042026-08-15T07:03:18.256Z Compiling rayon-core v1.13.0
39052026-08-15T07:03:18.256Z Compiling swrite v0.1.0
39062026-08-15T07:03:18.256Z Compiling num-derive v0.4.2
39072026-08-15T07:03:18.256Z Compiling itertools v0.15.0
39082026-08-15T07:03:18.256Z 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`
39092026-08-15T07:03:18.256Z 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=262a4666f2b8c6fb -C extra-filename=-79df506fa47c4813 --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-05054e85bc1496ca.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`
39102026-08-15T07:03:18.256Z 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`
39112026-08-15T07:03:18.257Z 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`
39122026-08-15T07:03:18.257Z 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`
39132026-08-15T07:03:18.257Z 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`
39142026-08-15T07:03:18.258Z 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`
39152026-08-15T07:03:18.258Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=6a07000c77c4692f -C extra-filename=-bfdf9c0510cd7581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-08-15T07:03:18.401Z Compiling glob v0.3.3
39172026-08-15T07:03:18.405Z 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`
39182026-08-15T07:03:18.526Z Compiling proc-macro-crate v1.3.1
39192026-08-15T07:03:18.552Z Compiling proc-macro-error-attr v1.0.4
39202026-08-15T07:03:18.590Z 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=a7faac2ee2ae7f67 -C extra-filename=-e86c4015e7e5d818 --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-1852db861a4a3966.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212026-08-15T07:03:18.629Z 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`
39222026-08-15T07:03:18.635Z Compiling chacha20poly1305 v0.10.1
39232026-08-15T07:03:18.635Z Compiling proc-macro-error v1.0.4
39242026-08-15T07:03:18.667Z Compiling argon2 v0.5.3
39252026-08-15T07:03:18.671Z 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=46404f4aa6c4a61b -C extra-filename=-ae60328d0e9ebd86 --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-a75553ee1e45c46e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-89ce1a267adac87f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1d6ded7ca94c91be.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-f5c62fa992a2e41f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-08-15T07:03:18.671Z 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`
39272026-08-15T07:03:18.672Z 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=38267ea2b1ebc49d -C extra-filename=-51aa35fe9390e0d1 --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-0d01091338f63edc.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`
39282026-08-15T07:03:18.707Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39292026-08-15T07:03:18.711Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=267958ec9d1841e6 -C extra-filename=-5877c2cb1dbf80fa --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-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302026-08-15T07:03:18.778Z Compiling tabwriter v1.4.1
39312026-08-15T07:03:18.782Z 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`
39322026-08-15T07:03:18.847Z Compiling heapless v0.8.0
39332026-08-15T07:03:18.918Z Compiling hash32 v0.3.1
39342026-08-15T07:03:18.922Z Compiling smoltcp v0.11.0
39352026-08-15T07:03:18.922Z 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`
39362026-08-15T07:03:19.001Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
39372026-08-15T07:03:19.006Z Compiling colored v3.1.1
39382026-08-15T07:03:19.006Z 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`
39392026-08-15T07:03:19.007Z 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`
39402026-08-15T07:03:19.042Z 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`
39412026-08-15T07:03:19.114Z 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`
39422026-08-15T07:03:19.118Z Compiling cobs v0.3.0
39432026-08-15T07:03:19.119Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-c01283b8ccdba98f/build-script-build`
39442026-08-15T07:03:19.203Z Compiling parse-display v0.10.0
39452026-08-15T07:03:19.207Z Compiling typify-impl v0.6.2
39462026-08-15T07:03:19.207Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
39472026-08-15T07:03:19.208Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-57011ca35090ff1e/build-script-build`
39482026-08-15T07:03:19.208Z 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`
39492026-08-15T07:03:19.283Z Compiling num_enum_derive v0.7.6
39502026-08-15T07:03:19.287Z Compiling rand v0.10.1
39512026-08-15T07:03:19.287Z Compiling foreign-types-macros v0.2.3
39522026-08-15T07:03:19.287Z 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`
39532026-08-15T07:03:19.315Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-3ededf8acefdf945/build-script-build`
39542026-08-15T07:03:19.319Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a8cf74be3f40927 -C extra-filename=-9bcc2040c2bdc86b --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-08-15T07:03:19.319Z 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=91a064c9859ae1bb -C extra-filename=-db0de0f058a418eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562026-08-15T07:03:19.391Z Compiling thiserror-no-std v2.0.2
39572026-08-15T07:03:19.395Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39582026-08-15T07:03:19.395Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-d47b6dc1883b2bff/build-script-build`
39592026-08-15T07:03:19.395Z 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`
39602026-08-15T07:03:19.396Z 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=02ff182563e2fbb9 -C extra-filename=-7e2d23698ec4b144 --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-6ecf1caa73c2f03f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-08-15T07:03:19.428Z 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=80851ac90cb40e53 -C extra-filename=-da75821d51852712 --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-e86c4015e7e5d818.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`
39622026-08-15T07:03:19.432Z 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`
39632026-08-15T07:03:19.468Z 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`
39642026-08-15T07:03:19.507Z 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`
39652026-08-15T07:03:19.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types-versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3537948050b2bdf -C extra-filename=-79b4d167f02d3472 --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-5877c2cb1dbf80fa.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-8c74032e2b980bfe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-08-15T07:03:19.713Z Compiling postcard v1.1.3
39672026-08-15T07:03:19.717Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
39682026-08-15T07:03:19.751Z 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`
39692026-08-15T07:03:19.757Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-031cfbfbecc369bd/build-script-build`
39702026-08-15T07:03:19.858Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c654da965748e743/build-script-build`
39712026-08-15T07:03:19.862Z Compiling vsss-rs v3.3.4
39722026-08-15T07:03:19.862Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
39732026-08-15T07:03:19.862Z Compiling foreign-types-shared v0.3.1
39742026-08-15T07:03:19.862Z Compiling num_enum_derive v0.5.11
39752026-08-15T07:03:19.862Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
39762026-08-15T07:03:19.862Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
39772026-08-15T07:03:19.862Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7111f7c00b3ae43f/build-script-build`
39782026-08-15T07:03:19.862Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=751e0fc573b86296 -C extra-filename=-cda9b71f738841be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-08-15T07:03:19.862Z 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`
39802026-08-15T07:03:19.863Z 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=20e08f76aff59ef7 -C extra-filename=-d3230d607b408158 --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-5133dbf086a842c5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6ec9bb57124fbc83.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-0780d15647a85c42.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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-08-15T07:03:19.865Z Compiling sigpipe v0.1.3
39822026-08-15T07:03:19.865Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=0bf0da394da95a9c -C extra-filename=-224e970e4085a6e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-224e970e4085a6e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832026-08-15T07:03:19.865Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b/build-script-build`
39842026-08-15T07:03:19.865Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bd8a3262c8d9b2c -C extra-filename=-983302c6c7826e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-08-15T07:03:19.866Z 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`
39862026-08-15T07:03:19.866Z 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=51c0cb1907f147f5 -C extra-filename=-144de2136d5c8d71 --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-e86c4015e7e5d818.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`
39872026-08-15T07:03:19.866Z 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`
39882026-08-15T07:03:19.867Z 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`
39892026-08-15T07:03:19.867Z 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`
39902026-08-15T07:03:19.867Z 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`
39912026-08-15T07:03:19.937Z 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`
39922026-08-15T07:03:20.033Z Compiling rayon v1.11.0
39932026-08-15T07:03:20.037Z 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`
39942026-08-15T07:03:20.074Z Compiling ingot-macros v0.2.0
39952026-08-15T07:03:20.113Z Compiling cstr-argument v0.1.2
39962026-08-15T07:03:20.117Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab0de7b9743b1326 -C extra-filename=-6a3db1851432341c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-77e50581376d5748.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972026-08-15T07:03:20.153Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
39982026-08-15T07:03:20.187Z 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`
39992026-08-15T07:03:20.191Z Compiling zstd v0.13.3
40002026-08-15T07:03:20.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/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90b3cd1708bfd4f -C extra-filename=-56124dc6eab6c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-08-15T07:03:20.260Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
40022026-08-15T07:03:20.299Z 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`
40032026-08-15T07:03:20.376Z Compiling foreign-types v0.5.0
40042026-08-15T07:03:20.380Z Compiling itertools v0.12.1
40052026-08-15T07:03:20.416Z 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`
40062026-08-15T07:03:20.420Z 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`
40072026-08-15T07:03:20.571Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40082026-08-15T07:03:20.575Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40092026-08-15T07:03:20.575Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40102026-08-15T07:03:20.575Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a713f691c7953c5 -C extra-filename=-9ae056fc6adc85f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
40112026-08-15T07:03:20.604Z 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`
40122026-08-15T07:03:20.607Z 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`
40132026-08-15T07:03:20.758Z Compiling zip v4.6.1
40142026-08-15T07:03:20.762Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
40152026-08-15T07:03:20.762Z Compiling smf v0.2.3
40162026-08-15T07:03:20.762Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c10789ad87995a7b -C extra-filename=-f3297e304c4634f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172026-08-15T07:03:20.799Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba2439d085acf775 -C extra-filename=-2ef83729a95ed6a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-08-15T07:03:20.804Z 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`
40192026-08-15T07:03:20.805Z 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`
40202026-08-15T07:03:20.872Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
40212026-08-15T07:03:20.906Z Compiling whoami v1.6.1
40222026-08-15T07:03:20.910Z Compiling console v0.15.11
40232026-08-15T07:03:20.910Z Compiling newline-converter v0.3.0
40242026-08-15T07:03:20.910Z Compiling tokio-dtrace v0.1.1
40252026-08-15T07:03:21.022Z 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`
40262026-08-15T07:03:21.027Z 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=a1418ade9297c8ec -C extra-filename=-acd7b50cbad58f45 --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-05054e85bc1496ca.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-47537408f76c54a0.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-30c5241e82c6e799.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
40272026-08-15T07:03:21.027Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-224e970e4085a6e1/build-script-build`
40282026-08-15T07:03:21.027Z 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`
40292026-08-15T07:03:21.168Z 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`
40302026-08-15T07:03:21.172Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0/build-script-build`
40312026-08-15T07:03:21.172Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
40322026-08-15T07:03:21.172Z Compiling zone_cfg_derive v0.3.1
40332026-08-15T07:03:21.172Z Compiling bytecount v0.6.9
40342026-08-15T07:03:21.172Z Compiling oxide-update-engine-types v0.1.2
40352026-08-15T07:03:21.172Z Compiling num-rational v0.4.2
40362026-08-15T07:03:21.172Z Compiling num-complex v0.4.6
40372026-08-15T07:03:21.172Z 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`
40382026-08-15T07:03:21.173Z 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`
40392026-08-15T07:03:21.173Z 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`
40402026-08-15T07:03:21.173Z 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=f276624eb7ed3aca -C extra-filename=-f36b0b147aecba3e --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-dab9e1b0915c6ea0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-08-15T07:03:21.420Z Compiling num_enum v0.7.6
40422026-08-15T07:03:21.425Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40432026-08-15T07:03:21.425Z Compiling float-ord v0.3.2
40442026-08-15T07:03:21.425Z Compiling cancel-safe-futures v0.1.5
40452026-08-15T07:03:21.425Z Compiling gethostname v0.5.0
40462026-08-15T07:03:21.425Z Compiling linear-map v1.2.0
40472026-08-15T07:03:21.425Z 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`
40482026-08-15T07:03:21.426Z 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`
40492026-08-15T07:03:21.426Z 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`
40502026-08-15T07:03:21.426Z 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=14f65021310711d3 -C extra-filename=-f532ccc0988a7c2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512026-08-15T07:03:21.426Z 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`
40522026-08-15T07:03:21.426Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2a144f6d32b8ed23/build-script-build`
40532026-08-15T07:03:21.426Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/verifier/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=24d0724f26da8d6b -C extra-filename=-be649c2d6965838b --out-dir /work/oxidecomputer/omicron/target/debug/build/dice-verifier-be649c2d6965838b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-6c4d7fb29d0eed65.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542026-08-15T07:03:21.532Z 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=322b6387d6092ff4 -C extra-filename=-5c5fd18919cdb8bc --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-da75821d51852712.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`
40552026-08-15T07:03:21.537Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40562026-08-15T07:03:21.537Z Compiling num_enum v0.5.11
40572026-08-15T07:03:21.537Z Compiling oxide-tokio-rt v0.1.4
40582026-08-15T07:03:21.537Z Compiling prettyplease v0.2.37
40592026-08-15T07:03:21.537Z Compiling slog-dtrace v0.3.0
40602026-08-15T07:03:21.570Z Compiling convert_case v0.10.0
40612026-08-15T07:03:21.574Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60c227c7152cbb08 -C extra-filename=-1da47af7143cd257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-2ef83729a95ed6a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622026-08-15T07:03:21.576Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-57dad7792e01b921/build-script-build`
40632026-08-15T07:03:21.576Z 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`
40642026-08-15T07:03:21.576Z 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`
40652026-08-15T07:03:21.576Z 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`
40662026-08-15T07:03:21.577Z 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`
40672026-08-15T07:03:21.649Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=facb691708290a2d -C extra-filename=-8e521d7d954751f5 --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-5877c2cb1dbf80fa.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-79b4d167f02d3472.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-08-15T07:03:21.653Z Compiling expectorate v1.2.0
40692026-08-15T07:03:21.653Z Compiling num v0.4.3
40702026-08-15T07:03:21.726Z 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=55264946b97b2788 -C extra-filename=-2110aa765e72bc12 --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-144de2136d5c8d71.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-08-15T07:03:21.731Z 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=36e6adcaa65a017b -C extra-filename=-73a130c45581546c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-f36b0b147aecba3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-08-15T07:03:21.731Z 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`
40732026-08-15T07:03:21.731Z 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`
40742026-08-15T07:03:21.732Z 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`
40752026-08-15T07:03:21.765Z Compiling papergrid v0.11.0
40762026-08-15T07:03:21.769Z Compiling tabled_derive v0.7.0
40772026-08-15T07:03:21.769Z 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=0948285b04dfb27f -C extra-filename=-ee031d3635291622 --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-66d94089d4c80ac7.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`
40782026-08-15T07:03:21.769Z 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`
40792026-08-15T07:03:21.837Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
40802026-08-15T07:03:21.841Z Compiling termtree v0.5.1
40812026-08-15T07:03:21.842Z 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`
40822026-08-15T07:03:21.880Z 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`
40832026-08-15T07:03:22.032Z Compiling fd-lock v4.0.4
40842026-08-15T07:03:22.037Z Compiling vte v0.14.1
40852026-08-15T07:03:22.037Z Compiling minimal-lexical v0.2.1
40862026-08-15T07:03:22.037Z Compiling nu-ansi-term v0.50.3
40872026-08-15T07:03:22.037Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=654d38f2624ca406 -C extra-filename=-b8341d11edf9cb19 --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-5c5fd18919cdb8bc.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`
40882026-08-15T07:03:22.037Z 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`
40892026-08-15T07:03:22.304Z Compiling unicode-xid v0.2.6
40902026-08-15T07:03:22.309Z Compiling ar_archive_writer v0.5.1
40912026-08-15T07:03:22.309Z Compiling display-error-chain v0.2.2
40922026-08-15T07:03:22.314Z Compiling stacker v0.1.23
40932026-08-15T07:03:22.314Z Compiling csv-core v0.1.13
40942026-08-15T07:03:22.314Z Compiling cfg_aliases v0.1.1
40952026-08-15T07:03:22.314Z 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=e195df0cbd6faeba -C extra-filename=-aa834a32da550331 --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-ab64f69629ae4765.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-08-15T07:03:22.314Z 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`
40972026-08-15T07:03:22.314Z 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`
40982026-08-15T07:03:22.314Z 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`
40992026-08-15T07:03:22.381Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
41002026-08-15T07:03:22.386Z Compiling zone v0.3.1
41012026-08-15T07:03:22.418Z Compiling derive_more-impl v2.1.1
41022026-08-15T07:03:22.422Z Compiling highway v1.3.0
41032026-08-15T07:03:22.422Z Compiling semver v0.1.20
41042026-08-15T07:03:22.454Z Compiling nibble_vec v0.1.0
41052026-08-15T07:03:22.458Z Compiling endian-type v0.1.2
41062026-08-15T07:03:22.458Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-782d71b8a944d0bf/build-script-build`
41072026-08-15T07:03:22.458Z 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`
41082026-08-15T07:03:22.458Z 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`
41092026-08-15T07:03:22.459Z 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`
41102026-08-15T07:03:22.459Z 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`
41112026-08-15T07:03:22.459Z 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`
41122026-08-15T07:03:22.459Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f7d66778cba9be8a/build-script-build`
41132026-08-15T07:03:22.459Z 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`
41142026-08-15T07:03:22.460Z 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=14303b6a5aa85156 -C extra-filename=-4556a528906caf03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-2110aa765e72bc12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-08-15T07:03:22.461Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4dca313bba6f29aa/build-script-build`
41162026-08-15T07:03:22.461Z 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=44559fc158c1a7a4 -C extra-filename=-36080ee248620430 --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-dab9e1b0915c6ea0.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`
41172026-08-15T07:03:22.461Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4b7d441e0bcf82c -C extra-filename=-ee1e7f7ce451cdc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a28b3bca7dd8309b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-b8341d11edf9cb19.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5c5fd18919cdb8bc.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-322167b87a3cc767.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7e2d23698ec4b144.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-8d18bd2a125dc400.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
41182026-08-15T07:03:22.461Z 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`
41192026-08-15T07:03:22.567Z 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`
41202026-08-15T07:03:22.571Z 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`
41212026-08-15T07:03:22.571Z 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=9e5c76d31c6402dc -C extra-filename=-7604fb7265ea1d25 --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-719b5b48f29d2f05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-08-15T07:03:22.641Z 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`
41232026-08-15T07:03:22.709Z Compiling strip-ansi-escapes v0.2.1
41242026-08-15T07:03:22.714Z Compiling nom v7.1.3
41252026-08-15T07:03:22.714Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
41262026-08-15T07:03:22.714Z Compiling phf_shared v0.12.1
41272026-08-15T07:03:22.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57cb0abb6c495ecf -C extra-filename=-0a61cdd93b16433e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-08-15T07:03:22.969Z 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=23915f8a10fd3cc8 -C extra-filename=-eacea5135fccc3ba --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-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292026-08-15T07:03:22.973Z 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`
41302026-08-15T07:03:22.975Z Compiling radix_trie v0.2.1
41312026-08-15T07:03:22.975Z Compiling recursive-proc-macro-impl v0.1.1
41322026-08-15T07:03:22.975Z Compiling chrono-tz v0.10.4
41332026-08-15T07:03:23.005Z Compiling peg-macros v0.8.5
41342026-08-15T07:03:23.010Z Compiling sqlparser_derive v0.5.0
41352026-08-15T07:03:23.011Z 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`
41362026-08-15T07:03:23.011Z 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`
41372026-08-15T07:03:23.013Z 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=0f0f087d53908a9a -C extra-filename=-a3a3ac48292c8d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-08-15T07:03:23.113Z 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=370bb9ff39479b3b -C extra-filename=-6e4de9df3782332e --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-7604fb7265ea1d25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392026-08-15T07:03:23.113Z 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=cade4de1dbef1039 -C extra-filename=-e4fe8da0e00ffca7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4556a528906caf03.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`
41402026-08-15T07:03:23.120Z 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`
41412026-08-15T07:03:23.120Z Compiling rustc_version v0.1.7
41422026-08-15T07:03:23.120Z Compiling csv v1.4.0
41432026-08-15T07:03:23.120Z Compiling winnow v0.6.26
41442026-08-15T07:03:23.120Z 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`
41452026-08-15T07:03:23.120Z 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)'`
41462026-08-15T07:03:23.121Z 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`
41472026-08-15T07:03:23.181Z 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`
41482026-08-15T07:03:23.255Z Compiling nix v0.28.0
41492026-08-15T07:03:23.259Z Compiling const_format_proc_macros v0.2.34
41502026-08-15T07:03:23.259Z Compiling home v0.5.12
41512026-08-15T07:03:23.259Z Running `/work/oxidecomputer/omicron/target/debug/build/dice-verifier-be649c2d6965838b/build-script-build`
41522026-08-15T07:03:23.292Z 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`
41532026-08-15T07:03:23.296Z 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`
41542026-08-15T07:03:23.296Z 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`
41552026-08-15T07:03:23.367Z Compiling phf v0.12.1
41562026-08-15T07:03:23.371Z Compiling unicode_categories v0.1.1
41572026-08-15T07:03:23.371Z 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`
41582026-08-15T07:03:23.371Z 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`
41592026-08-15T07:03:23.371Z 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`
41602026-08-15T07:03:23.559Z Compiling tabled v0.15.0
41612026-08-15T07:03:23.563Z Compiling bcs v0.1.6
41622026-08-15T07:03:23.594Z Compiling nom v8.0.0
41632026-08-15T07:03:23.598Z 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`
41642026-08-15T07:03:23.599Z 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`
41652026-08-15T07:03:23.668Z 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`
41662026-08-15T07:03:23.701Z Compiling newtype_derive v0.1.6
41672026-08-15T07:03:23.705Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41682026-08-15T07:03:23.706Z 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`
41692026-08-15T07:03:23.738Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-7a13e54d75218f73/build-script-build`
41702026-08-15T07:03:23.777Z 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`
41712026-08-15T07:03:23.930Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=83676692e8061012 -C extra-filename=-d7c2bcb4ddc807ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-6ec0a99578e6c8e8.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-debba927ba71dbac.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c7dee2f5ef43958d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8c62e48e0d98ecbc.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a935a4665b946257.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41722026-08-15T07:03:23.934Z 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`
41732026-08-15T07:03:23.934Z Compiling ingot-types v0.2.0
41742026-08-15T07:03:23.934Z Compiling derive_more v2.1.1
41752026-08-15T07:03:23.935Z Compiling psm v0.1.30
41762026-08-15T07:03:23.965Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41772026-08-15T07:03:23.970Z 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=7642d626bf6ea117 -C extra-filename=-fb053b27f577bbd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
41782026-08-15T07:03:24.233Z 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`
41792026-08-15T07:03:24.236Z Compiling typify-macro v0.6.2
41802026-08-15T07:03:24.236Z Compiling oxide-update-engine v0.1.2
41812026-08-15T07:03:24.236Z Compiling reedline v0.40.0
41822026-08-15T07:03:24.236Z Compiling filetime v0.2.27
41832026-08-15T07:03:24.237Z Compiling xattr v1.6.1
41842026-08-15T07:03:24.237Z Compiling subprocess v0.2.15
41852026-08-15T07:03:24.237Z Compiling headers-core v0.3.0
41862026-08-15T07:03:24.237Z Compiling yasna v0.5.2
41872026-08-15T07:03:24.237Z Compiling port-file v0.1.0
41882026-08-15T07:03:24.237Z Compiling tagptr v0.2.0
41892026-08-15T07:03:24.237Z 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`
41902026-08-15T07:03:24.237Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e6aabcb2673efd01 -C extra-filename=-fc28d035b863cb96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-6a3db1851432341c.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912026-08-15T07:03:24.237Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-01db3c969981324d/build-script-build`
41922026-08-15T07:03:24.237Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/client-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8f7f17faaad657d -C extra-filename=-a92d22639c9be6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-08-15T07:03:24.416Z 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=92ffebf41c06790b -C extra-filename=-7c0c067a09b8d8e7 --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-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-db0de0f058a418eb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942026-08-15T07:03:24.420Z 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=bc2404237f61cb1f -C extra-filename=-90dba8b761b0b6e4 --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-2a24380c6808a8bf.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-aa834a32da550331.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`
41952026-08-15T07:03:24.421Z Compiling dropshot-api-manager-types v0.7.2
41962026-08-15T07:03:24.421Z Compiling utf-8 v0.7.6
41972026-08-15T07:03:24.452Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
41982026-08-15T07:03:24.455Z Compiling libefi-sys v0.1.0
41992026-08-15T07:03:24.455Z 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`
42002026-08-15T07:03:24.456Z 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`
42012026-08-15T07:03:24.457Z 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`
42022026-08-15T07:03:24.457Z 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`
42032026-08-15T07:03:24.457Z 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=33b953213ff0462b -C extra-filename=-f241e4647e21a543 --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-66d94089d4c80ac7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-08-15T07:03:24.457Z 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`
42052026-08-15T07:03:24.493Z 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`
42062026-08-15T07:03:24.497Z 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=24095350406f4ac5 -C extra-filename=-7642c5beed1ae6ca --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-eacea5135fccc3ba.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-f532ccc0988a7c2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-08-15T07:03:24.601Z 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`
42082026-08-15T07:03:24.604Z 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=f046990f748367cf -C extra-filename=-ed5a29cca011b8b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-08-15T07:03:24.604Z 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`
42102026-08-15T07:03:24.605Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-95a928092ecc51dc/build-script-build`
42112026-08-15T07:03:24.605Z 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`
42122026-08-15T07:03:24.605Z Compiling crossterm v0.29.0
42132026-08-15T07:03:24.605Z Compiling sqlformat v0.3.5
42142026-08-15T07:03:24.605Z Compiling bitfield-struct v0.6.2
42152026-08-15T07:03:24.638Z 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`
42162026-08-15T07:03:24.709Z Compiling ingot v0.2.1
42172026-08-15T07:03:24.745Z Compiling peg v0.8.5
42182026-08-15T07:03:24.749Z Compiling headers v0.4.1
42192026-08-15T07:03:24.749Z 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=391b877286fa4648 -C extra-filename=-ef7ccfd675ce2c1c --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-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d3383ebd4d73365.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dc48db18361228ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-08-15T07:03:24.749Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c55380cd4b2540ca/build-script-build`
42212026-08-15T07:03:24.784Z 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`
42222026-08-15T07:03:24.788Z 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`
42232026-08-15T07:03:24.901Z Compiling const_format v0.2.35
42242026-08-15T07:03:24.904Z Compiling moka v0.12.13
42252026-08-15T07:03:24.904Z Compiling tungstenite v0.21.0
42262026-08-15T07:03:24.937Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=cf91edd334f1789f -C extra-filename=-308b21a4d18a9dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-6a3db1851432341c.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-fc28d035b863cb96.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-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-08-15T07:03:25.042Z 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`
42282026-08-15T07:03:25.047Z 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=79497a13647b6d29 -C extra-filename=-102a0776435919c5 --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-f4412fddaee1d197.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292026-08-15T07:03:25.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42302026-08-15T07:03:25.193Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42312026-08-15T07:03:25.193Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
42322026-08-15T07:03:25.193Z Compiling xshell-macros v0.2.7
42332026-08-15T07:03:25.193Z Compiling half v1.8.3
42342026-08-15T07:03:25.193Z 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`
42352026-08-15T07:03:25.193Z 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=3ba7065f42abf996 -C extra-filename=-27bb49ba926eda13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.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`
42362026-08-15T07:03:25.194Z 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=039a3fbd1a130bf8 -C extra-filename=-06e95747c37a6bc4 --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-6d3383ebd4d73365.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-719b5b48f29d2f05.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-67bda872341f779a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372026-08-15T07:03:25.446Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-bdf4e9316ab6d716/build-script-build`
42382026-08-15T07:03:25.446Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=06872067c7c19cf1 -C extra-filename=-0cc56f5e505b6609 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-0cc56f5e505b6609 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42392026-08-15T07:03:25.450Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1957a6b0d9ecc753/build-script-build`
42402026-08-15T07:03:25.450Z Compiling tar v0.4.46
42412026-08-15T07:03:25.450Z Compiling libscf-sys v1.2.0
42422026-08-15T07:03:25.450Z Compiling maplit v1.0.2
42432026-08-15T07:03:25.450Z Compiling papergrid v0.18.0
42442026-08-15T07:03:25.450Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42452026-08-15T07:03:25.450Z 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`
42462026-08-15T07:03:25.484Z 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`
42472026-08-15T07:03:25.488Z 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`
42482026-08-15T07:03:25.488Z 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`
42492026-08-15T07:03:25.705Z 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`
42502026-08-15T07:03:25.709Z 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`
42512026-08-15T07:03:25.709Z 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`
42522026-08-15T07:03:25.709Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-3186560d67818c9c/build-script-build`
42532026-08-15T07:03:25.709Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2d49e34ecf4fae8 -C extra-filename=-0c9156cda3fda716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542026-08-15T07:03:25.711Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42552026-08-15T07:03:25.737Z Compiling unicase v2.9.0
42562026-08-15T07:03:25.741Z Compiling fxhash v0.2.1
42572026-08-15T07:03:25.741Z Compiling crc8 v0.1.1
42582026-08-15T07:03:25.775Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=ce2b60949e8947b2 -C extra-filename=-973f04dd81d6de51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-74bdc424a94464fc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592026-08-15T07:03:25.779Z 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`
42602026-08-15T07:03:25.779Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=7752c657ac0bee20 -C extra-filename=-41a7c8a39ea6c270 --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-6ff2029acfef72bd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
42612026-08-15T07:03:25.960Z 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`
42622026-08-15T07:03:25.964Z 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)'`
42632026-08-15T07:03:25.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=73231ab1dcf05642 -C extra-filename=-aeadea10f4b927a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642026-08-15T07:03:25.965Z 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`
42652026-08-15T07:03:25.965Z Compiling steno v0.4.1
42662026-08-15T07:03:25.965Z Compiling tokio-tungstenite v0.21.0
42672026-08-15T07:03:25.965Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42682026-08-15T07:03:25.965Z Compiling serde_cbor v0.11.2
42692026-08-15T07:03:25.965Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
42702026-08-15T07:03:25.965Z Compiling darling_core v0.21.3
42712026-08-15T07:03:25.965Z 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`
42722026-08-15T07:03:25.965Z 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`
42732026-08-15T07:03:26.109Z 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=6ef79cfcb7e337f2 -C extra-filename=-d3f187b14094a5d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-96b924347598408d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-08-15T07:03:26.113Z 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=65b02981752c422b -C extra-filename=-6e190d11c3066f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-27bb49ba926eda13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-08-15T07:03:26.113Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42762026-08-15T07:03:26.146Z Compiling hickory-resolver v0.25.2
42772026-08-15T07:03:26.150Z Compiling xshell v0.2.7
42782026-08-15T07:03:26.150Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-eb57260caa6a5abb/build-script-build`
42792026-08-15T07:03:26.150Z 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`
42802026-08-15T07:03:26.150Z 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`
42812026-08-15T07:03:26.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9730192c7ade09e -C extra-filename=-0e135e95f843e9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0c9156cda3fda716.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-08-15T07:03:26.150Z 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`
42832026-08-15T07:03:26.150Z 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`
42842026-08-15T07:03:26.408Z 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`
42852026-08-15T07:03:26.411Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=77646986ec7e66ea -C extra-filename=-32972a7dc1bda70a --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-5c5fd18919cdb8bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42862026-08-15T07:03:26.411Z 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=565699dd4141d184 -C extra-filename=-9c7dd78be1428465 --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-dfc86aa05c0a261c.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-06e95747c37a6bc4.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-6d3383ebd4d73365.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-350c88071c567a04.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-719b5b48f29d2f05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872026-08-15T07:03:26.411Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
42882026-08-15T07:03:26.411Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
42892026-08-15T07:03:26.411Z Compiling vergen-lib v0.1.6
42902026-08-15T07:03:26.412Z Compiling diff v0.1.13
42912026-08-15T07:03:26.412Z Compiling diesel_derives v2.3.7
42922026-08-15T07:03:26.412Z Compiling sha2 v0.11.0
42932026-08-15T07:03:26.412Z 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`
42942026-08-15T07:03:26.446Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-0cc56f5e505b6609/build-script-build`
42952026-08-15T07:03:26.479Z Compiling typify v0.6.2
42962026-08-15T07:03:26.512Z Compiling recursive v0.1.1
42972026-08-15T07:03:26.516Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42982026-08-15T07:03:26.516Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42992026-08-15T07:03:26.516Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4/build-script-build`
43002026-08-15T07:03:26.551Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19665a64bcd99bdd -C extra-filename=-58b0853d445394bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.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`
43012026-08-15T07:03:26.555Z 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=b6c05c9338a6c7cc -C extra-filename=-a4542cf784eddfdb --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-d194e7aed4e8a4fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022026-08-15T07:03:26.556Z 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`
43032026-08-15T07:03:26.556Z 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`
43042026-08-15T07:03:26.556Z 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`
43052026-08-15T07:03:26.557Z 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=47b31abb54b7cc3b -C extra-filename=-5125b23c1717a570 --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-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-08-15T07:03:26.624Z 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=fb38be352d2b38c0 -C extra-filename=-06814faca8ec354a --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-db0de0f058a418eb.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-7c0c067a09b8d8e7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072026-08-15T07:03:26.628Z Compiling rustyline v14.0.0
43082026-08-15T07:03:26.628Z Compiling diesel_table_macro_syntax v0.3.0
43092026-08-15T07:03:26.628Z Compiling scheduled-thread-pool v0.2.7
43102026-08-15T07:03:26.628Z 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`
43112026-08-15T07:03:26.661Z 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`
43122026-08-15T07:03:26.665Z 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=abd4710b7100a307 -C extra-filename=-684e500aa1acfb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-08-15T07:03:26.666Z 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`
43142026-08-15T07:03:26.736Z Compiling tabled v0.21.0
43152026-08-15T07:03:26.739Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
43162026-08-15T07:03:26.739Z Compiling vergen-gitcl v1.0.8
43172026-08-15T07:03:26.775Z 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`
43182026-08-15T07:03:26.779Z 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=cbb327eddf6beccd -C extra-filename=-ef2a23cc9c45eab4 --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-6d3383ebd4d73365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-08-15T07:03:26.779Z 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=a2a4829b2995512a -C extra-filename=-8af810057c04dcf4 --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-aa834a32da550331.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-5fe5de3874c092d2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cb67bc698876c70f.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-6e4de9df3782332e.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`
43202026-08-15T07:03:26.780Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=1a45b840dc069521 -C extra-filename=-3428fca15950d83f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-973f04dd81d6de51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212026-08-15T07:03:26.780Z 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`
43222026-08-15T07:03:26.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=0f9d58bdcdf0a22d -C extra-filename=-3ce6e3884a2842ed --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-30645210b5eb2269.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-41a7c8a39ea6c270.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-08-15T07:03:26.813Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43242026-08-15T07:03:26.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=2b43ce2fca8319ec -C extra-filename=-6ef757825eba4108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-cda9b71f738841be.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-308b21a4d18a9dea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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`
43252026-08-15T07:03:26.851Z Compiling downcast-rs v2.0.2
43262026-08-15T07:03:26.953Z Compiling dirs-sys-next v0.1.2
43272026-08-15T07:03:26.957Z Compiling arrayref v0.3.9
43282026-08-15T07:03:26.957Z Compiling crunchy v0.2.4
43292026-08-15T07:03:26.957Z Compiling constant_time_eq v0.4.2
43302026-08-15T07:03:26.957Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-8a8ba252072ecaec/build-script-build`
43312026-08-15T07:03:26.991Z 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`
43322026-08-15T07:03:27.031Z Compiling r2d2 v0.8.10
43332026-08-15T07:03:27.035Z Compiling arrayvec v0.7.6
43342026-08-15T07:03:27.035Z Compiling clang-sys v1.8.1
43352026-08-15T07:03:27.035Z 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`
43362026-08-15T07:03:27.035Z 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`
43372026-08-15T07:03:27.035Z 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`
43382026-08-15T07:03:27.067Z 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`
43392026-08-15T07:03:27.106Z Compiling git-stub v1.0.0
43402026-08-15T07:03:27.141Z Compiling kstat-rs v0.2.5
43412026-08-15T07:03:27.177Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d503e132c28cbc7/build-script-build`
43422026-08-15T07:03:27.180Z 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=6840ffc42e18cbb0 -C extra-filename=-f2f2cea296c120bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d3383ebd4d73365.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-ef2a23cc9c45eab4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-08-15T07:03:27.180Z 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`
43442026-08-15T07:03:27.180Z 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`
43452026-08-15T07:03:27.253Z Compiling progenitor-impl v0.14.0
43462026-08-15T07:03:27.257Z Compiling sqlparser v0.61.0
43472026-08-15T07:03:27.257Z Compiling tiny-keccak v2.0.2
43482026-08-15T07:03:27.289Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1fa84687ee8535c -C extra-filename=-607b17cb71303548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492026-08-15T07:03:27.293Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ec94be456966e3 -C extra-filename=-9ef3e5997f6d18f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502026-08-15T07:03:27.331Z 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=fc239210eb4022a5 -C extra-filename=-ccf6a6a110f2c51d --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-05054e85bc1496ca.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.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-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-06814faca8ec354a.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`
43512026-08-15T07:03:27.336Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=8746b722844a49eb -C extra-filename=-335893ab24d2c117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-8aefa57ae08e8573.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-94eaa060c608a7ea.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out`
43522026-08-15T07:03:27.336Z Compiling blake3 v1.8.5
43532026-08-15T07:03:27.365Z Compiling bit-vec v0.6.3
43542026-08-15T07:03:27.369Z 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`
43552026-08-15T07:03:27.401Z Compiling dirs-next v2.0.0
43562026-08-15T07:03:27.405Z 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`
43572026-08-15T07:03:27.477Z 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`
43582026-08-15T07:03:27.481Z Compiling git-stub-vcs v0.1.0
43592026-08-15T07:03:27.481Z Compiling parking_lot_core v0.8.6
43602026-08-15T07:03:27.481Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43612026-08-15T07:03:27.509Z 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`
43622026-08-15T07:03:27.546Z Compiling itertools v0.10.5
43632026-08-15T07:03:27.550Z Compiling ena v0.14.4
43642026-08-15T07:03:27.576Z Compiling libloading v0.8.9
43652026-08-15T07:03:27.580Z 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=d4cbc8bad9039f71 -C extra-filename=-fbd4f6fe088cb26d --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-66d94089d4c80ac7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-607b17cb71303548.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662026-08-15T07:03:27.580Z 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`
43672026-08-15T07:03:27.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2609c46b5185b5f2 -C extra-filename=-81901b9b16d7e61c --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-322167b87a3cc767.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
43682026-08-15T07:03:27.611Z 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`
43692026-08-15T07:03:27.615Z Compiling regex-syntax v0.6.29
43702026-08-15T07:03:27.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=6f60ef5e741de178 -C extra-filename=-ef01f200dc91d50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712026-08-15T07:03:27.615Z 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`
43722026-08-15T07:03:27.645Z 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`
43732026-08-15T07:03:27.680Z Compiling bindgen v0.71.1
43742026-08-15T07:03:27.685Z 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`
43752026-08-15T07:03:27.750Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=f60ce160c3c5d11a -C extra-filename=-6ef208959e34a891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
43762026-08-15T07:03:27.753Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-86584aebc2f30b3e/build-script-build`
43772026-08-15T07:03:27.859Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-66390a81747ae68d/build-script-build`
43782026-08-15T07:03:27.893Z Compiling cexpr v0.6.0
43792026-08-15T07:03:27.897Z 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`
43802026-08-15T07:03:27.932Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-738d25bd16306a00/build-script-build`
43812026-08-15T07:03:27.966Z Compiling term v0.7.0
43822026-08-15T07:03:27.996Z Compiling rustc-hash v2.1.1
43832026-08-15T07:03:28.000Z 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`
43842026-08-15T07:03:28.000Z 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`
43852026-08-15T07:03:28.138Z Compiling bit-set v0.5.3
43862026-08-15T07:03:28.177Z Compiling prefix-trie v0.7.0
43872026-08-15T07:03:28.181Z Compiling libxml v0.3.3
43882026-08-15T07:03:28.181Z 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`
43892026-08-15T07:03:28.181Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-fd9e37c7b942ab19/build-script-build`
43902026-08-15T07:03:28.213Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43912026-08-15T07:03:28.216Z 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=317c2c2c074a35c0 -C extra-filename=-b99f3e4ea9855e0a --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-5e48c25e6bb54ef8.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`
43922026-08-15T07:03:28.216Z 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`
43932026-08-15T07:03:28.248Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43942026-08-15T07:03:28.252Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=509ba40e6c93367a -C extra-filename=-608ebdfde8f2bc8d --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-81901b9b16d7e61c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952026-08-15T07:03:28.252Z 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=1513a298797ad6da -C extra-filename=-0b52d36d7e798758 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-0b52d36d7e798758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-fbd4f6fe088cb26d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-08-15T07:03:28.326Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bfaea1a6d4440491/build-script-build`
43972026-08-15T07:03:28.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=46134c0caeb0e4ee -C extra-filename=-e87e735cfd7b9b95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-cda9b71f738841be.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-308b21a4d18a9dea.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-983302c6c7826e58.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-6ef757825eba4108.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-f14646c288864d72.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)'`
43982026-08-15T07:03:28.401Z Compiling strum_macros v0.24.3
43992026-08-15T07:03:28.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=21773fef18c0de6f -C extra-filename=-419c1fca3edbda3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4974eb09881d4fa5.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-6ef208959e34a891.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
44002026-08-15T07:03:28.432Z Compiling nanorand v0.7.0
44012026-08-15T07:03:28.436Z Compiling indoc v1.0.9
44022026-08-15T07:03:28.468Z 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`
44032026-08-15T07:03:28.472Z 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`
44042026-08-15T07:03:28.472Z 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`
44052026-08-15T07:03:28.506Z Compiling quick-xml v0.37.5
44062026-08-15T07:03:28.510Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-818520486a4e41b7/build-script-build`
44072026-08-15T07:03:28.511Z 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`
44082026-08-15T07:03:28.548Z Compiling oso-derive v0.27.3
44092026-08-15T07:03:28.587Z Compiling impl-trait-for-tuples v0.2.3
44102026-08-15T07:03:28.591Z 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`
44112026-08-15T07:03:28.623Z 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`
44122026-08-15T07:03:28.628Z 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`
44132026-08-15T07:03:28.661Z Compiling hickory-server v0.25.2
44142026-08-15T07:03:28.666Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25124a9817a4eb26/build-script-build`
44152026-08-15T07:03:28.699Z Compiling darling_macro v0.21.3
44162026-08-15T07:03:28.702Z Compiling openssl-probe v0.1.6
44172026-08-15T07:03:28.702Z Compiling trait-variant v0.1.2
44182026-08-15T07:03:28.702Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-9d2906a400a6585d/build-script-build`
44192026-08-15T07:03:28.736Z 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=b8d0024290b8b5d2 -C extra-filename=-a90472554441f062 --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-dfc86aa05c0a261c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-b99f3e4ea9855e0a.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-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-08-15T07:03:28.741Z 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`
44212026-08-15T07:03:28.741Z 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`
44222026-08-15T07:03:28.742Z 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`
44232026-08-15T07:03:28.812Z Compiling flume v0.11.1
44242026-08-15T07:03:28.816Z 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`
44252026-08-15T07:03:28.816Z 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`
44262026-08-15T07:03:28.850Z Compiling ascii-canvas v3.0.0
44272026-08-15T07:03:28.886Z 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`
44282026-08-15T07:03:28.921Z Compiling assert_matches v1.5.0
44292026-08-15T07:03:28.925Z 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=bddf3ccb53897e11 -C extra-filename=-7e6b674179e640e4 --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-719b5b48f29d2f05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302026-08-15T07:03:28.925Z 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`
44312026-08-15T07:03:29.066Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44322026-08-15T07:03:29.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=5d5120050c3379a8 -C extra-filename=-67cc0f4229bb1900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-cda9b71f738841be.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-e87e735cfd7b9b95.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-72357504b05f1750.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44332026-08-15T07:03:29.269Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44342026-08-15T07:03:29.274Z Compiling predicates-tree v1.0.13
44352026-08-15T07:03:29.274Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=c7f44a54641dc0f0 -C extra-filename=-81c09e5b20f5efc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3428fca15950d83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-3ce6e3884a2842ed.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-41a7c8a39ea6c270.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-22091074b37f686f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44362026-08-15T07:03:29.285Z Compiling anstyle-parse v0.2.7
44372026-08-15T07:03:29.289Z Compiling progenitor-impl v0.13.0
44382026-08-15T07:03:29.289Z 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`
44392026-08-15T07:03:29.289Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 git-version/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ba9c272f3198308 -C extra-filename=-7014765ce309543d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-7014765ce309543d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-419c1fca3edbda3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-08-15T07:03:29.289Z 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`
44412026-08-15T07:03:29.289Z 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`
44422026-08-15T07:03:29.289Z 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`
44432026-08-15T07:03:29.289Z 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=e8f93744b35ff03d -C extra-filename=-83fca9045d24536e --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-05054e85bc1496ca.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.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-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-06814faca8ec354a.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`
44442026-08-15T07:03:29.352Z Compiling bb8 v0.8.6
44452026-08-15T07:03:29.395Z Compiling ignore v0.4.25
44462026-08-15T07:03:29.399Z Compiling seq-macro v0.3.6
44472026-08-15T07:03:29.399Z 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=ce3d7a2de84f06c8 -C extra-filename=-2ea2450a389229a6 --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-6d3383ebd4d73365.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-08-15T07:03:29.400Z Compiling dashu-int v0.5.1
44492026-08-15T07:03:29.400Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=3361ba2acbaa7515 -C extra-filename=-82fb29797a03887c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-573d31642eb2569b.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-45fb0cb65fbdc451.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-08-15T07:03:29.431Z 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`
44512026-08-15T07:03:29.435Z 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/dashu-int-0.5.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-integer", "num-integer_v01", "num-order", "num-traits", "num-traits_v02", "rand", "rand_v010", "rand_v08", "rand_v09", "serde", "std", "tuning", "zeroize"))' -C metadata=ca3935c95e3bac4a -C extra-filename=-d654c763bda48a8e --out-dir /work/oxidecomputer/omicron/target/debug/build/dashu-int-d654c763bda48a8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-08-15T07:03:29.466Z Compiling ssh-encoding v0.2.0
44532026-08-15T07:03:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-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"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=1492083a3702a49f -C extra-filename=-679661297382316d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44542026-08-15T07:03:29.568Z Compiling darling v0.21.3
44552026-08-15T07:03:29.572Z 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`
44562026-08-15T07:03:29.711Z Compiling parking_lot v0.11.2
44572026-08-15T07:03:29.752Z Compiling dsl_auto_type v0.2.0
44582026-08-15T07:03:29.756Z 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=191e3487b0554356 -C extra-filename=-772e5debbc2e68dc --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-7e6b674179e640e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592026-08-15T07:03:29.828Z Compiling num-modular v0.6.4
44602026-08-15T07:03:29.831Z Compiling dashu-base v0.5.1
44612026-08-15T07:03:29.863Z 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`
44622026-08-15T07:03:29.867Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-0b52d36d7e798758/build-script-build`
44632026-08-15T07:03:29.903Z 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()))'`
44642026-08-15T07:03:29.941Z Compiling anstream v0.6.21
44652026-08-15T07:03:29.945Z Compiling rlimit v0.10.2
44662026-08-15T07:03:29.945Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_modular --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("num-bigint", "num-traits", "std"))' -C metadata=4af4a77f4b522b22 -C extra-filename=-ead0e52542c6087e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-08-15T07:03:29.945Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dashu_base --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashu-base-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=742f15b8bd6f36ee -C extra-filename=-b6b6aa9ffe516ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44682026-08-15T07:03:29.973Z Compiling nonempty v0.12.0
44692026-08-15T07:03:30.010Z 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`
44702026-08-15T07:03:30.014Z 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/rlimit-0.10.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())' -C metadata=47c067a9d417c599 -C extra-filename=-760edf6a8927aaef --out-dir /work/oxidecomputer/omicron/target/debug/build/rlimit-760edf6a8927aaef -L 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-08-15T07:03:30.014Z Compiling sled v0.34.7
44722026-08-15T07:03:30.049Z Running `/work/oxidecomputer/omicron/target/debug/build/dashu-int-d654c763bda48a8e/build-script-build`
44732026-08-15T07:03:30.053Z 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`
44742026-08-15T07:03:30.053Z Compiling progenitor-macro v0.14.0
44752026-08-15T07:03:30.088Z 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=3a010bf3783307dd -C extra-filename=-d3e9bbb285cf7e24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-3a613954e3e35499.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-772e5debbc2e68dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762026-08-15T07:03:30.093Z Compiling lalrpop v0.19.12
44772026-08-15T07:03:30.093Z 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=075c1c7de4bc76b0 -C extra-filename=-51add0c935e1301f --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-2d8ce4a2d60e4e98.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-ccf6a6a110f2c51d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-79df506fa47c4813.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`
44782026-08-15T07:03:30.161Z Compiling globwalk v0.9.1
44792026-08-15T07:03:30.165Z 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=cfba7544ede35feb -C extra-filename=-9e5b8a8913a02efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-08f8fa3aab8edeff.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6bfad4b6a0347c6b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5575017dc82cc4b8.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-ef01f200dc91d50c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-06432a1b3950f931.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-96b924347598408d.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-c7ee6197ca1c7c5a.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`
44802026-08-15T07:03:30.165Z Compiling ssh-cipher v0.2.0
44812026-08-15T07:03:30.193Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0003cef345e0929a -C extra-filename=-5e8fd17227408d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-82fb29797a03887c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822026-08-15T07:03:30.197Z Compiling mime_guess v2.0.5
44832026-08-15T07:03:30.197Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-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("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=37defc4b2272eff8 -C extra-filename=-2ef1a1879fe260f5 --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-1d6ded7ca94c91be.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-679661297382316d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-08-15T07:03:30.230Z Compiling tungstenite v0.28.0
44852026-08-15T07:03:30.267Z 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`
44862026-08-15T07:03:30.271Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
44872026-08-15T07:03:30.271Z Compiling p256 v0.13.2
44882026-08-15T07:03:30.271Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-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="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=8e050b94422f281c -C extra-filename=-ed5a22cd054bb602 --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 data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.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`
44892026-08-15T07:03:30.304Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/olpc-cjson/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61e36873d3596428 -C extra-filename=-a44b3f788b639557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8c8d4bc3c1f583c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-08-15T07:03:30.308Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-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="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --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", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=98003566d10d2f64 -C extra-filename=-78b0624125e88078 --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-278756c02a06c4e9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6ec9bb57124fbc83.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-7ecc57c3c680ee8a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912026-08-15T07:03:30.340Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44922026-08-15T07:03:30.343Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
44932026-08-15T07:03:30.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=620299739ba856d1 -C extra-filename=-150ba96d698b1006 --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-ee1e7f7ce451cdc4.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-e87e735cfd7b9b95.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-67cc0f4229bb1900.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`
44942026-08-15T07:03:30.411Z Compiling http-range v0.1.5
44952026-08-15T07:03:30.414Z Compiling num-primitive v0.2.1
44962026-08-15T07:03:30.414Z 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/sush-f7bc718d6ae81b0c/853d935/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=f772817f751fba3e -C extra-filename=-e5f80abd3fec8587 --out-dir /work/oxidecomputer/omicron/target/debug/build/sush-common-e5f80abd3fec8587 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972026-08-15T07:03:30.414Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44982026-08-15T07:03:30.447Z 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`
44992026-08-15T07:03:30.451Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_primitive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-primitive-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=unreachable-pub --deny=unnameable-types --deny=unconditional-recursion '--deny=rustdoc::private-intra-doc-links' --deny=private-interfaces --deny=private-bounds --deny=missing-docs '--deny=rustdoc::broken-intra-doc-links' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba572fae414e9170 -C extra-filename=-73b8efa0bc2174e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002026-08-15T07:03:30.451Z 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=baf99359ba59123f -C extra-filename=-6693e961a4f0e2ab --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-0e597593959815fc.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-c0e21b63af79841b.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`
45012026-08-15T07:03:30.484Z Compiling digest-io v0.1.0
45022026-08-15T07:03:30.488Z Compiling http-range-header v0.4.2
45032026-08-15T07:03:30.522Z 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=99e15f5b0b3482d2 -C extra-filename=-027e1b5bbd57962b --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-d194e7aed4e8a4fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042026-08-15T07:03:30.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range_header --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-header-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())' -C metadata=8d1ef8660a5eec24 -C extra-filename=-f0cc8e68fb1dbdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-08-15T07:03:30.672Z Compiling ssh-key v0.6.7
45062026-08-15T07:03:30.676Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dashu_int --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashu-int-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-integer", "num-integer_v01", "num-order", "num-traits", "num-traits_v02", "rand", "rand_v010", "rand_v08", "rand_v09", "serde", "std", "tuning", "zeroize"))' -C metadata=8902f8eab3d102ac -C extra-filename=-a8c071e1d3aa8dbb --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 dashu_base=/work/oxidecomputer/omicron/target/debug/deps/libdashu_base-b6b6aa9ffe516ff2.rmeta --extern num_modular=/work/oxidecomputer/omicron/target/debug/deps/libnum_modular-ead0e52542c6087e.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --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 --check-cfg 'cfg(force_bits, values("16", "32", "64"))'`
45072026-08-15T07:03:30.708Z Compiling rawzip v0.4.4
45082026-08-15T07:03:30.712Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.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="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="p256"' --cfg 'feature="rand_core"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=2711331aaff96e20 -C extra-filename=-18f02b83a1d1219d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-78b0624125e88078.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-b5c0aade4ec6fd08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-2ef1a1879fe260f5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-679661297382316d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-08-15T07:03:30.747Z 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`
45102026-08-15T07:03:30.786Z Compiling camino-tempfile-ext v0.3.3
45112026-08-15T07:03:30.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=a767aef8cf9b3c4c -C extra-filename=-59721b53ff890aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ca115f2ab20cdd5e.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9ecb6a4aaecd63d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-ded52002b4e89cf6.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b441c21bab2d477.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-08-15T07:03:30.830Z Compiling bytesize v2.7.0
45132026-08-15T07:03:30.830Z 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=179ab9ea50882bcc -C extra-filename=-d889de77cf66fa62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-5e8fd17227408d43.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-c61d67dd999bce75.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142026-08-15T07:03:30.864Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45152026-08-15T07:03:30.867Z Compiling signal-hook-tokio v0.3.1
45162026-08-15T07:03:30.867Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-7014765ce309543d/build-script-build`
45172026-08-15T07:03:30.867Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytesize-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 --deny=rust-2018-idioms --deny=nonstandard-style --warn=missing-docs --deny=future-incompatible --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "serde", "std"))' -C metadata=55783d9982c5ab81 -C extra-filename=-9c73cda935eaceb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182026-08-15T07:03:30.939Z Compiling tokio-tungstenite v0.28.0
45192026-08-15T07:03:30.939Z Compiling pwd v1.4.0
45202026-08-15T07:03:30.943Z Compiling lru v0.18.2
45212026-08-15T07:03:30.943Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=31c6a22d518f0508 -C extra-filename=-dc01a3dbc6f808cd --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-32972a7dc1bda70a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222026-08-15T07:03:30.943Z Running `/work/oxidecomputer/omicron/target/debug/build/rlimit-760edf6a8927aaef/build-script-build`
45232026-08-15T07:03:30.943Z 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=7f5c55efffd8cc8c -C extra-filename=-3f186eec1e0d8bca --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-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-08-15T07:03:30.975Z Compiling illumos-nvpair-sys v0.2.0
45252026-08-15T07:03:30.979Z 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`
45262026-08-15T07:03:31.012Z 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.18.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="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=ada92213208ef9c9 -C extra-filename=-0fea1fc8e46a0ed8 --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-146d67ad1a3091ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272026-08-15T07:03:31.016Z 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.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="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=fe3eb77cb1d1f084 -C extra-filename=-b16e0b2f392ed51a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-ed5a22cd054bb602.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-08-15T07:03:31.016Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pwd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pwd-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=91c86356dc3dbe50 -C extra-filename=-edc4727f2bee45ff --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`
45292026-08-15T07:03:31.016Z Compiling scuffle v0.1.0
45302026-08-15T07:03:31.016Z 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`
45312026-08-15T07:03:31.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scuffle --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scuffle-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="daft"' --cfg 'feature="smf-by-instance"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft", "smf-by-instance", "testing"))' -C metadata=60fef492092e08ec -C extra-filename=-2344460e7ed50a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0c9156cda3fda716.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.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`
45322026-08-15T07:03:31.115Z Compiling rand_seeder v0.4.0
45332026-08-15T07:03:31.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3428be7b740b537c -C extra-filename=-5e945bd05013491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342026-08-15T07:03:31.156Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45352026-08-15T07:03:31.187Z 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=8e394f3de3d99cf2 -C extra-filename=-8fe58ca973aa539c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362026-08-15T07:03:31.192Z Running `/work/oxidecomputer/omicron/target/debug/build/sush-common-e5f80abd3fec8587/build-script-build`
45372026-08-15T07:03:31.226Z Compiling tungstenite v0.23.0
45382026-08-15T07:03:31.259Z 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=e843f627bb940553 -C extra-filename=-fa377dc8f5f774ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.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`
45392026-08-15T07:03:31.291Z Compiling dsi-bitstream v0.10.1
45402026-08-15T07:03:31.295Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-88123f43427ee2b3/build-script-build`
45412026-08-15T07:03:31.295Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
45422026-08-15T07:03:31.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dsi_bitstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsi-bitstream-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench-delta-gamma", "bench-reads", "bench-u16", "bench-u32", "bench-u64", "bench-univ", "checks", "default", "fuzz", "implied", "mem_dbg", "no_copy_impls", "offset_of_enum", "serde", "std"))' -C metadata=506ab7076ea3abce -C extra-filename=-4432380b47435023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_primitive=/work/oxidecomputer/omicron/target/debug/deps/libnum_primitive-73b8efa0bc2174e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-08-15T07:03:31.366Z Compiling void v1.0.2
45442026-08-15T07:03:31.402Z 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=420c01317f85c9bc -C extra-filename=-99389755d0c52fb2 --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-f27820eda831d6f5.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-a935a4665b946257.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-984b218363bfabe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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`
45452026-08-15T07:03:31.434Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
45462026-08-15T07:03:31.438Z Compiling nix v0.27.1
45472026-08-15T07:03:31.438Z Compiling serde_bytes v0.11.19
45482026-08-15T07:03:31.438Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rlimit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rlimit-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())' -C metadata=0cebde4c248c6512 -C extra-filename=-e37c542ae467f081 --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 --check-cfg 'cfg(target_os, values("switch"))' --check-cfg 'cfg(rlimit__has_prlimit64)' --check-cfg 'cfg(rlimit__get_kern_max_files_per_proc)'`
45492026-08-15T07:03:31.439Z 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`
45502026-08-15T07:03:31.471Z Compiling yansi v1.0.1
45512026-08-15T07:03:31.475Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-b4b41ec24bc92657/build-script-build`
45522026-08-15T07:03:31.507Z Compiling cpubits v0.1.1
45532026-08-15T07:03:31.511Z 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`
45542026-08-15T07:03:31.511Z 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`
45552026-08-15T07:03:31.512Z 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`
45562026-08-15T07:03:31.512Z 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`
45572026-08-15T07:03:31.512Z 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`
45582026-08-15T07:03:31.581Z Compiling libz-sys v1.1.24
45592026-08-15T07:03:31.585Z Compiling pem-rfc7468 v1.0.0
45602026-08-15T07:03:31.586Z 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`
45612026-08-15T07:03:31.613Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
45622026-08-15T07:03:31.617Z Compiling hmac v0.13.0
45632026-08-15T07:03:31.650Z 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`
45642026-08-15T07:03:31.655Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=51fc3a15a7387a0f -C extra-filename=-8a5320d0b3c24d02 --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-6ff2029acfef72bd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
45652026-08-15T07:03:31.655Z 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=e54d1c91c41381a4 -C extra-filename=-e08b2613c69ddf3b --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-d194e7aed4e8a4fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-08-15T07:03:31.789Z 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`
45672026-08-15T07:03:31.860Z Compiling pretty_assertions v1.4.1
45682026-08-15T07:03:31.864Z 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`
45692026-08-15T07:03:31.898Z Compiling lzss v0.8.2
45702026-08-15T07:03:31.902Z Compiling universal-hash v0.6.1
45712026-08-15T07:03:31.902Z 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`
45722026-08-15T07:03:31.929Z Compiling libgit2-sys v0.18.3+1.9.2
45732026-08-15T07:03:31.933Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
45742026-08-15T07:03:31.933Z 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=b108155734411122 -C extra-filename=-767615ad56f127f3 --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-d9545ad8d793c251.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`
45752026-08-15T07:03:31.934Z 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`
45762026-08-15T07:03:31.934Z 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`
45772026-08-15T07:03:31.965Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=4c5ee92e651d18df -C extra-filename=-e3ac4ce75cdb269d --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782026-08-15T07:03:31.968Z Compiling instability v0.3.11
45792026-08-15T07:03:31.999Z 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`
45802026-08-15T07:03:32.170Z Compiling castaway v0.2.4
45812026-08-15T07:03:32.205Z 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`
45822026-08-15T07:03:32.292Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
45832026-08-15T07:03:32.297Z 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=4a005e93faefdfdc -C extra-filename=-f293f0bd0ffce621 --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-99389755d0c52fb2.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-debba927ba71dbac.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c7dee2f5ef43958d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8c62e48e0d98ecbc.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a935a4665b946257.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45842026-08-15T07:03:32.441Z Compiling illumos-nvpair v0.3.0
45852026-08-15T07:03:32.445Z 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`
45862026-08-15T07:03:32.477Z Compiling tokio-tungstenite v0.23.1
45872026-08-15T07:03:32.515Z Compiling progenitor-macro v0.13.0
45882026-08-15T07:03:32.521Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-ca3893b9c76a5c82/build-script-build`
45892026-08-15T07:03:32.521Z 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=b57edabbf89b2b40 -C extra-filename=-cb3d97c2ec293efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-fa377dc8f5f774ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902026-08-15T07:03:32.551Z Compiling indoc v2.0.7
45912026-08-15T07:03:32.555Z Compiling compact_str v0.8.1
45922026-08-15T07:03:32.555Z Compiling polyval v0.7.1
45932026-08-15T07:03:32.590Z 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`
45942026-08-15T07:03:32.593Z 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=e106e59dd57e5278 -C extra-filename=-4d70b75162c2d055 --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-2d8ce4a2d60e4e98.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-83fca9045d24536e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-79df506fa47c4813.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`
45952026-08-15T07:03:32.625Z Compiling der v0.8.0
45962026-08-15T07:03:32.629Z Compiling lru v0.12.5
45972026-08-15T07:03:32.629Z Compiling unicode-truncate v1.1.0
45982026-08-15T07:03:32.629Z 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`
45992026-08-15T07:03:32.629Z 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=9949d3e83ec33546 -C extra-filename=-4bd740feba829c21 --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-767615ad56f127f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002026-08-15T07:03:32.656Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
46012026-08-15T07:03:32.692Z 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`
46022026-08-15T07:03:32.696Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d/build-script-build`
46032026-08-15T07:03:32.729Z 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`
46042026-08-15T07:03:32.733Z 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=ab96303ba3228b54 -C extra-filename=-30eb0bf9c5a44875 --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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052026-08-15T07:03:32.765Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46062026-08-15T07:03:32.769Z 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=ac173dd7a88c0967 -C extra-filename=-0385d8620143202b --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-05054e85bc1496ca.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.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`
46072026-08-15T07:03:32.769Z 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=6d11e579199efa83 -C extra-filename=-7c91d6de403a4090 --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-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
46082026-08-15T07:03:32.802Z Compiling hyper-staticfile v0.10.1
46092026-08-15T07:03:32.843Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
46102026-08-15T07:03:32.847Z 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=bab082c2ef36fd54 -C extra-filename=-3d93875d13c1d0a1 --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-925857150a12ef55.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-aa69897985c0555d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-08-15T07:03:32.847Z 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=8660a0d0da217bbd -C extra-filename=-a50d7b664442cd57 --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-5740be7f808ecf28.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-2780983ac7565205.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.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-34b2515e3ed3e811.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-713c6d63914c29e8.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-9f035c128eddf246.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-510215c020c85816.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bb272815af6e0400.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-10b0ba0916ad8e39.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c7ee6197ca1c7c5a.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-dab9e1b0915c6ea0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.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`
46122026-08-15T07:03:32.918Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-14cbca2eb1b3923d/build-script-build`
46132026-08-15T07:03:32.993Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46142026-08-15T07:03:32.997Z Compiling vergen-git2 v9.1.0
46152026-08-15T07:03:32.997Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=377922f883108f6c -C extra-filename=-000375c44628cf55 --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-30645210b5eb2269.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-8a5320d0b3c24d02.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-08-15T07:03:33.032Z Compiling arc-swap v1.8.2
46172026-08-15T07:03:33.036Z Compiling cassowary v0.3.0
46182026-08-15T07:03:33.036Z Compiling ghash v0.6.0
46192026-08-15T07:03:33.036Z Compiling pbkdf2 v0.13.0
46202026-08-15T07:03:33.036Z 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`
46212026-08-15T07:03:33.036Z 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`
46222026-08-15T07:03:33.039Z Compiling crypto-bigint v0.7.5
46232026-08-15T07:03:33.066Z 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`
46242026-08-15T07:03:33.066Z 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=49852f791d70e048 -C extra-filename=-05708c6530707231 --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-4bd740feba829c21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252026-08-15T07:03:33.070Z Compiling aes v0.9.1
46262026-08-15T07:03:33.070Z 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=a4e937a0e2f903b9 -C extra-filename=-08d6535e19d34eed --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-d194e7aed4e8a4fb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e08b2613c69ddf3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272026-08-15T07:03:33.071Z 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=57b9bbc546d8a4d3 -C extra-filename=-f4123f6b48016935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-bc840c7d34ad64dd.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282026-08-15T07:03:33.100Z 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=91b259359a78ed0f -C extra-filename=-9293f22e2bd77efe --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-d040b1ce60a4aa3a.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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-08-15T07:03:33.105Z Compiling ctr v0.10.1
46302026-08-15T07:03:33.136Z 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=e359e990eeef40de -C extra-filename=-3706d7bed861e729 --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-d040b1ce60a4aa3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-08-15T07:03:33.172Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d3c9de40192883dd/build-script-build`
46322026-08-15T07:03:33.247Z 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`
46332026-08-15T07:03:33.279Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
46342026-08-15T07:03:33.283Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name suanpan --edition=2021 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/b2675db/crates/suanpan/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("touch-meter"))' -C metadata=8a7f9268788a4119 -C extra-filename=-2014f71959232615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashu_int=/work/oxidecomputer/omicron/target/debug/deps/libdashu_int-a8c071e1d3aa8dbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-08-15T07:03:33.311Z Compiling aead v0.6.1
46362026-08-15T07:03:33.315Z Compiling slog-scope v4.4.1
46372026-08-15T07:03:33.315Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "rand_core"))' -C metadata=eaa997e8d81896cc -C extra-filename=-c2dd029533616af8 --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-d9545ad8d793c251.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-08-15T07:03:33.317Z 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`
46392026-08-15T07:03:33.384Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46402026-08-15T07:03:33.388Z 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)'`
46412026-08-15T07:03:33.421Z 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=19a6560f9fc0ed67 -C extra-filename=-485997239d09fe4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-08-15T07:03:33.490Z Compiling salsa20 v0.11.0
46432026-08-15T07:03:33.547Z Compiling console v0.16.2
46442026-08-15T07:03:33.551Z Compiling unit-prefix v0.5.2
46452026-08-15T07:03:33.551Z 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=17bcfc69a23a857c -C extra-filename=-281e1b8a63d9c525 --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-d040b1ce60a4aa3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-08-15T07:03:33.584Z Compiling tokio-test v0.4.5
46472026-08-15T07:03:33.590Z Compiling libsw-core v0.3.2
46482026-08-15T07:03:33.591Z Compiling cbc v0.2.1
46492026-08-15T07:03:33.620Z 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`
46502026-08-15T07:03:33.624Z 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`
46512026-08-15T07:03:33.654Z 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=b467c6ba7389ca40 -C extra-filename=-2236b5810107d638 --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-dab9e1b0915c6ea0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-08-15T07:03:33.658Z Compiling colored v2.2.0
46532026-08-15T07:03:33.658Z 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=dbe7c52511b13164 -C extra-filename=-093f82b8703fa8b3 --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-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-08-15T07:03:33.658Z 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=6dbde0ac3a252537 -C extra-filename=-7ca73c46d9ba28d7 --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-d040b1ce60a4aa3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-08-15T07:03:33.687Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46562026-08-15T07:03:33.690Z 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`
46572026-08-15T07:03:33.690Z 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=e62fc52e6325d88c -C extra-filename=-cfbf54a4981ce64e --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-fb053b27f577bbd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582026-08-15T07:03:33.718Z Compiling scrypt v0.12.0
46592026-08-15T07:03:33.722Z 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=9d9b177c4664032c -C extra-filename=-d9ae5d98affd7395 --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-08d6535e19d34eed.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-281e1b8a63d9c525.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-08-15T07:03:33.756Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-3092e3ca8eadbf5d/build-script-build`
46612026-08-15T07:03:33.827Z Compiling aes-gcm v0.11.0
46622026-08-15T07:03:33.831Z 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=4d1cf70b62032afd -C extra-filename=-e53ff9ec00d1fb1f --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-c2dd029533616af8.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9293f22e2bd77efe.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d040b1ce60a4aa3a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-3706d7bed861e729.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-05708c6530707231.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632026-08-15T07:03:33.831Z Compiling twox-hash v2.1.2
46642026-08-15T07:03:33.863Z Compiling slog-stdlog v4.1.1
46652026-08-15T07:03:33.899Z 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=82cd6e3407773412 -C extra-filename=-c9d1941c9e3040ae --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-9c784298440d0ca7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662026-08-15T07:03:33.902Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=8d20f1c7c0aba08d -C extra-filename=-35c43854088ed6f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f0835e2966ca07d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672026-08-15T07:03:33.902Z Compiling spki v0.8.0
46682026-08-15T07:03:33.936Z Compiling petname v2.0.2
46692026-08-15T07:03:34.044Z Compiling indicatif v0.18.4
46702026-08-15T07:03:34.120Z Compiling slog-envlogger v2.2.0
46712026-08-15T07:03:34.124Z Compiling atty v0.2.14
46722026-08-15T07:03:34.159Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=c0b4e2c4f734699a -C extra-filename=-ebd35365143bad9e --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-ebd35365143bad9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-08-15T07:03:34.162Z 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=55d87cc6d588fa8d -C extra-filename=-ac2a223a816a3973 --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-30eb0bf9c5a44875.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742026-08-15T07:03:34.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=4b736ed8d170c2df -C extra-filename=-da5bf10ee9d926e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f0835e2966ca07d6.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-35c43854088ed6f8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752026-08-15T07:03:34.163Z 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`
46762026-08-15T07:03:34.163Z Compiling fatfs v0.3.6
46772026-08-15T07:03:34.195Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46782026-08-15T07:03:34.200Z 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`
46792026-08-15T07:03:34.200Z Compiling libsw v3.5.0
46802026-08-15T07:03:34.200Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=9757d978d22d1330 -C extra-filename=-716a995dceef0d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-08-15T07:03:34.201Z 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`
46822026-08-15T07:03:34.233Z 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=ffb54bd7da62a0d5 -C extra-filename=-2b0431b49fafd10d --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-093f82b8703fa8b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-08-15T07:03:34.269Z Compiling ff v0.14.0
46842026-08-15T07:03:34.273Z 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`
46852026-08-15T07:03:34.273Z Compiling shell-words v1.1.1
46862026-08-15T07:03:34.303Z 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`
46872026-08-15T07:03:34.339Z Compiling concurrent-queue v2.5.0
46882026-08-15T07:03:34.343Z Compiling sapling-renderdag v0.1.0
46892026-08-15T07:03:34.343Z Compiling sync-ptr v0.1.4
46902026-08-15T07:03:34.343Z 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`
46912026-08-15T07:03:34.376Z Compiling parking v2.2.1
46922026-08-15T07:03:34.379Z 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`
46932026-08-15T07:03:34.379Z 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`
46942026-08-15T07:03:34.379Z 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`
46952026-08-15T07:03:34.380Z Compiling pkcs5 v0.8.1
46962026-08-15T07:03:34.413Z 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=7d1f11bbd6b4696a -C extra-filename=-c0fca04651bd17c7 --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-9293f22e2bd77efe.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-e53ff9ec00d1fb1f.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-7ca73c46d9ba28d7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-30eb0bf9c5a44875.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-08d6535e19d34eed.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-d9ae5d98affd7395.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972026-08-15T07:03:34.483Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=760b2719a223304f -C extra-filename=-916e80afe2c92076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3428fca15950d83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-000375c44628cf55.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-8a5320d0b3c24d02.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-22091074b37f686f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
46982026-08-15T07:03:34.486Z Compiling ratatui v0.29.0
46992026-08-15T07:03:34.487Z Compiling oxide-update-engine-display v0.1.2
47002026-08-15T07:03:34.519Z Compiling group v0.14.0
47012026-08-15T07:03:34.523Z 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=2426e35d48c84789 -C extra-filename=-d7897221df8af975 --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-2a24380c6808a8bf.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`
47022026-08-15T07:03:34.524Z 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`
47032026-08-15T07:03:34.525Z 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=873437808383a50f -C extra-filename=-4591d36eda71a382 --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-2b0431b49fafd10d.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-f532ccc0988a7c2d.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`
47042026-08-15T07:03:34.553Z Compiling signature v3.0.0
47052026-08-15T07:03:34.558Z 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=f24c6ca6e5dc8f88 -C extra-filename=-b78663634a0dee14 --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-d194e7aed4e8a4fb.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`
47062026-08-15T07:03:34.559Z Compiling plotters-backend v0.3.7
47072026-08-15T07:03:34.586Z 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`
47082026-08-15T07:03:34.621Z Compiling base16ct v1.0.0
47092026-08-15T07:03:34.624Z Compiling hkdf v0.13.0
47102026-08-15T07:03:34.624Z Compiling rtoolbox v0.0.3
47112026-08-15T07:03:34.624Z 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`
47122026-08-15T07:03:34.663Z 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=6a5de15a7192c95e -C extra-filename=-c0681dc76079319c --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-e08b2613c69ddf3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132026-08-15T07:03:34.769Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
47142026-08-15T07:03:34.769Z 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`
47152026-08-15T07:03:34.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name before --edition=2021 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/b2675db/crates/before/src/lib.rs --error-format=json --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=unexpected_cfgs --check-cfg 'cfg(before_alloc_ab, values("projection_growth", "projection_shrink", "display_growth"))' --cfg 'feature="borsh"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "doc-images", "laws", "limb-meter", "meter", "oracle", "scan-meter", "serde"))' -C metadata=1de2a1603fd35978 -C extra-filename=-a5f30e43d9706a19 --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-3a7e68477a707323.rmeta --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern dashu_int=/work/oxidecomputer/omicron/target/debug/deps/libdashu_int-a8c071e1d3aa8dbb.rmeta --extern dsi_bitstream=/work/oxidecomputer/omicron/target/debug/deps/libdsi_bitstream-4432380b47435023.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern suanpan=/work/oxidecomputer/omicron/target/debug/deps/libsuanpan-2014f71959232615.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`
47162026-08-15T07:03:34.791Z Compiling event-listener v5.4.1
47172026-08-15T07:03:34.827Z 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`
47182026-08-15T07:03:34.862Z Compiling pkcs8 v0.11.0
47192026-08-15T07:03:34.865Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-ebd35365143bad9e/build-script-build`
47202026-08-15T07:03:34.865Z 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=39813d85f659c307 -C extra-filename=-0d11e18b5e127bc0 --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-30eb0bf9c5a44875.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c0fca04651bd17c7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212026-08-15T07:03:34.932Z Compiling plotters-svg v0.3.7
47222026-08-15T07:03:34.936Z 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`
47232026-08-15T07:03:34.936Z Compiling cast v0.3.0
47242026-08-15T07:03:34.966Z 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`
47252026-08-15T07:03:34.969Z Compiling futures-timer v3.0.3
47262026-08-15T07:03:34.999Z Compiling tinytemplate v1.2.1
47272026-08-15T07:03:34.999Z 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`
47282026-08-15T07:03:35.003Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3aca73528d50135b -C extra-filename=-f4c8d0ec00eb5244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292026-08-15T07:03:35.004Z Compiling strsim v0.10.0
47302026-08-15T07:03:35.034Z 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`
47312026-08-15T07:03:35.066Z Compiling oorandom v11.1.5
47322026-08-15T07:03:35.101Z Compiling event-listener-strategy v0.5.4
47332026-08-15T07:03:35.104Z 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`
47342026-08-15T07:03:35.132Z 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`
47352026-08-15T07:03:35.135Z Compiling plotters v0.3.7
47362026-08-15T07:03:35.168Z 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`
47372026-08-15T07:03:35.242Z Compiling criterion-plot v0.6.0
47382026-08-15T07:03:35.245Z Compiling rpassword v7.5.4
47392026-08-15T07:03:35.245Z 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`
47402026-08-15T07:03:35.245Z Compiling anes v0.1.6
47412026-08-15T07:03:35.245Z 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`
47422026-08-15T07:03:35.278Z 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`
47432026-08-15T07:03:35.281Z Compiling darling_core v0.13.4
47442026-08-15T07:03:35.314Z Compiling wnaf v0.14.0
47452026-08-15T07:03:35.317Z 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`
47462026-08-15T07:03:35.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wnaf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wnaf-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b2c460374aade204 -C extra-filename=-31c80cfeffd7e11f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c5cdd9bba8b80461.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47472026-08-15T07:03:35.317Z Compiling serde_regex v1.1.0
47482026-08-15T07:03:35.350Z 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`
47492026-08-15T07:03:35.389Z Compiling async-lock v3.4.2
47502026-08-15T07:03:35.424Z Compiling assert-json-diff v2.0.2
47512026-08-15T07:03:35.428Z 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`
47522026-08-15T07:03:35.428Z Compiling path-tree v0.8.3
47532026-08-15T07:03:35.458Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b05806f6a4ea28be -C extra-filename=-99e77dddfb1a7086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542026-08-15T07:03:35.461Z 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=c5e59be01e5a693d -C extra-filename=-a86f23b9cbba3e3e --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-719b5b48f29d2f05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47552026-08-15T07:03:35.566Z Compiling sec1 v0.8.1
47562026-08-15T07:03:35.569Z 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=370101126005ccb3 -C extra-filename=-32f3b455c3cad2c6 --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 rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47572026-08-15T07:03:35.569Z Compiling target-lexicon v0.13.3
47582026-08-15T07:03:35.600Z Compiling stringmetrics v2.2.2
47592026-08-15T07:03:35.604Z 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=910dbb1a9391773f -C extra-filename=-c42c3a8ba1c8fcbe --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-30eb0bf9c5a44875.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602026-08-15T07:03:35.604Z Compiling curve25519-dalek v5.0.0
47612026-08-15T07:03:35.604Z 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`
47622026-08-15T07:03:35.636Z 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`
47632026-08-15T07:03:35.640Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=5c20c1b5bb62d270 -C extra-filename=-8830632c612db313 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-8830632c612db313 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642026-08-15T07:03:35.805Z Compiling primefield v0.14.0
47652026-08-15T07:03:35.842Z 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=ed2612e8b18aeb65 -C extra-filename=-793542d6680ec0ce --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-f4123f6b48016935.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d9545ad8d793c251.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-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662026-08-15T07:03:35.873Z Compiling rfc6979 v0.6.0
47672026-08-15T07:03:35.877Z Compiling guppy-workspace-hack v0.1.0
47682026-08-15T07:03:35.877Z 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`
47692026-08-15T07:03:35.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2b433456b56e69e -C extra-filename=-fc43511f627b6354 --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-f4123f6b48016935.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e08b2613c69ddf3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47702026-08-15T07:03:35.909Z Compiling elliptic-curve v0.14.1
47712026-08-15T07:03:35.945Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="getrandom"' --cfg 'feature="group"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "dev", "digest", "ecdh", "ff", "getrandom", "group", "pem", "pkcs8", "sec1", "serde", "std"))' -C metadata=b06a59cc4b777a47 -C extra-filename=-967b6efc4af21164 --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-f4123f6b48016935.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d9545ad8d793c251.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.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-c0681dc76079319c.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0d11e18b5e127bc0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c42c3a8ba1c8fcbe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47722026-08-15T07:03:35.949Z Compiling async-object-pool v0.2.0
47732026-08-15T07:03:35.978Z 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`
47742026-08-15T07:03:36.018Z Compiling hex-literal v0.4.1
47752026-08-15T07:03:36.051Z Compiling topological-sort v0.2.2
47762026-08-15T07:03:36.054Z 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`
47772026-08-15T07:03:36.054Z 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`
47782026-08-15T07:03:36.083Z Compiling ssh-encoding v0.3.0
47792026-08-15T07:03:36.086Z Compiling criterion v0.7.0
47802026-08-15T07:03:36.086Z Compiling keccak v0.2.0
47812026-08-15T07:03:36.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="bigint"' --cfg 'feature="bytes"' --cfg 'feature="ctutils"' --cfg 'feature="digest"' --cfg 'feature="pem"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bigint", "bytes", "ctutils", "derive", "digest", "pem", "ssh-derive", "zeroize"))' -C metadata=4dd660356f056a64 -C extra-filename=-77a66940c84b0e31 --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-f4123f6b48016935.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822026-08-15T07:03:36.086Z Compiling target-spec v3.5.7
47832026-08-15T07:03:36.123Z 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`
47842026-08-15T07:03:36.127Z 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=efae350897bf045a -C extra-filename=-9b20a1f2b895b83c --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-0e597593959815fc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-b21112d0e8512c32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-849add97163c4f53.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5286722496dda8df.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-f4c8d0ec00eb5244.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
47852026-08-15T07:03:36.127Z 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`
47862026-08-15T07:03:36.159Z Compiling httpmock v0.8.3
47872026-08-15T07:03:36.164Z Compiling crypto-primes v0.7.2
47882026-08-15T07:03:36.164Z 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=4ae9ff7e838c369b -C extra-filename=-90c7ff56165581f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-99e77dddfb1a7086.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-26ba55a55ac98328.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-bc8745d015cb2294.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.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-925857150a12ef55.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-a86f23b9cbba3e3e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-747d85a6ce2beb06.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b105a15eab4ccac.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47892026-08-15T07:03:36.165Z 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=2d7e1028f28e6556 -C extra-filename=-d6cb3590b550072c --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-f4123f6b48016935.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`
47902026-08-15T07:03:36.166Z Compiling ed25519 v3.0.0
47912026-08-15T07:03:36.195Z 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=b98adc46d2aa5abb -C extra-filename=-559f9db6c3634341 --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-0d11e18b5e127bc0.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b78663634a0dee14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47922026-08-15T07:03:36.198Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
47932026-08-15T07:03:36.231Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rumors --edition=2024 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/b2675db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("conformance", "meter", "protocol-v1", "test-internals"))' -C metadata=3bfff098ddca91c4 -C extra-filename=-ee125d66001954f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-64d06e4bd46a1adc.rmeta --extern before=/work/oxidecomputer/omicron/target/debug/deps/libbefore-a5f30e43d9706a19.rmeta --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rmeta --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.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 itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-719b5b48f29d2f05.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 tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-d52534f826406685.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.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`
47942026-08-15T07:03:36.269Z Compiling pkcs1 v0.8.0-rc.4
47952026-08-15T07:03:36.307Z Compiling tui-tree-widget v0.23.1
47962026-08-15T07:03:36.310Z 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=bc87937c63a9920d -C extra-filename=-f107f43434611856 --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-30eb0bf9c5a44875.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972026-08-15T07:03:36.345Z Compiling poly1305 v0.9.0
47982026-08-15T07:03:36.348Z 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=2b66583aa3d1402f -C extra-filename=-6ffac603925980d1 --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-d7897221df8af975.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`
47992026-08-15T07:03:36.382Z Compiling blake2 v0.11.0-rc.6
48002026-08-15T07:03:36.385Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-4af2468b5c1434ee/build-script-build`
48012026-08-15T07:03:36.385Z Compiling blowfish v0.10.0
48022026-08-15T07:03:36.385Z 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=173aa82eb561dfcc -C extra-filename=-b790a6c90aa1ad04 --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-767615ad56f127f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48032026-08-15T07:03:36.423Z 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=942d2a73604959a9 -C extra-filename=-a65c711b3d33b68e --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-d194e7aed4e8a4fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042026-08-15T07:03:36.426Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-440173ea5bb5fafe/build-script-build`
48052026-08-15T07:03:36.426Z 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=636eff020e537fc2 -C extra-filename=-d6b6aa18bc82096f --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-d040b1ce60a4aa3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48062026-08-15T07:03:36.426Z Compiling supports-color v2.1.0
48072026-08-15T07:03:36.461Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-8830632c612db313/build-script-build`
48082026-08-15T07:03:36.465Z 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`
48092026-08-15T07:03:36.465Z Compiling textwrap v0.15.2
48102026-08-15T07:03:36.498Z 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`
48112026-08-15T07:03:36.607Z Compiling ecdsa v0.17.0
48122026-08-15T07:03:36.611Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="algorithm"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="spki"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm", "alloc", "default", "der", "dev", "digest", "getrandom", "pem", "pkcs8", "serde", "sha2", "spki", "std"))' -C metadata=d0852d7687fcf58b -C extra-filename=-d0dc39f7df3ce206 --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-30eb0bf9c5a44875.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-967b6efc4af21164.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-fc43511f627b6354.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b78663634a0dee14.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132026-08-15T07:03:36.647Z Compiling primeorder v0.14.0
48142026-08-15T07:03:36.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="basepoint-table"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "basepoint-table", "critical-section", "dev", "hash2curve", "once_cell", "serde", "serdect", "std"))' -C metadata=941e269216ba8c3e -C extra-filename=-7469b5bec24b2733 --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-967b6efc4af21164.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-793542d6680ec0ce.rmeta --extern wnaf=/work/oxidecomputer/omicron/target/debug/deps/libwnaf-31c80cfeffd7e11f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48152026-08-15T07:03:36.691Z 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"'`
48162026-08-15T07:03:36.723Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=e0d0f4116eb93b9d -C extra-filename=-0cd1c1919ec5cc3d --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-d194e7aed4e8a4fb.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-4d3b2d088fd28791.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"'`
48172026-08-15T07:03:36.758Z Compiling miette-derive v5.10.0
48182026-08-15T07:03:36.762Z Compiling supports-hyperlinks v2.1.0
48192026-08-15T07:03:36.762Z Compiling supports-unicode v2.1.0
48202026-08-15T07:03:36.762Z 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`
48212026-08-15T07:03:36.763Z 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`
48222026-08-15T07:03:36.796Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-bb78b905119137b9/build-script-build`
48232026-08-15T07:03:36.800Z 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`
48242026-08-15T07:03:36.800Z Compiling terminal_size v0.1.17
48252026-08-15T07:03:36.834Z 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`
48262026-08-15T07:03:36.838Z Compiling owo-colors v3.5.0
48272026-08-15T07:03:36.869Z 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`
48282026-08-15T07:03:36.900Z Compiling diesel v2.3.7
48292026-08-15T07:03:36.904Z Compiling bcrypt-pbkdf v0.11.0
48302026-08-15T07:03:36.904Z 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=badf7d203a069093 -C extra-filename=-77c7d72087fd0c31 --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-5dbca69c58ac7138.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-f2f2cea296c120bc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
48312026-08-15T07:03:36.904Z 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=ceaf57ae824370ca -C extra-filename=-4548fb09f7204df9 --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-d6b6aa18bc82096f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-08d6535e19d34eed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48322026-08-15T07:03:36.972Z 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`
48332026-08-15T07:03:36.975Z Compiling argon2 v0.6.0-rc.8
48342026-08-15T07:03:37.010Z 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=e52ce9f0ca046b9f -C extra-filename=-1997fa42de7a59fa --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-a65c711b3d33b68e.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`
48352026-08-15T07:03:37.188Z Compiling cfg-expr v0.20.6
48362026-08-15T07:03:37.222Z 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=dc57e24051c4ebb5 -C extra-filename=-1e48e293c1832dc3 --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-719b5b48f29d2f05.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`
48372026-08-15T07:03:37.262Z Compiling rsa v0.10.0-rc.18
48382026-08-15T07:03:37.266Z Compiling ssh-cipher v0.3.0
48392026-08-15T07:03:37.266Z Compiling sha3 v0.11.0
48402026-08-15T07:03:37.300Z 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=4bae53ba4d174027 -C extra-filename=-26e1c614dafd6396 --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-f4123f6b48016935.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-d6cb3590b550072c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-f107f43434611856.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0d11e18b5e127bc0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b78663634a0dee14.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48412026-08-15T07:03:37.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="aes"' --cfg 'feature="chacha20poly1305"' --cfg 'feature="encoding"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "chacha20poly1305", "encoding", "getrandom", "rand_core", "tdes", "zeroize"))' -C metadata=a15721bb565bdccf -C extra-filename=-e055b98ae418a3a1 --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-c2dd029533616af8.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9293f22e2bd77efe.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-e53ff9ec00d1fb1f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-6ecf1caa73c2f03f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d040b1ce60a4aa3a.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-b790a6c90aa1ad04.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-77a66940c84b0e31.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48422026-08-15T07:03:37.304Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=811bdd6e79e020ed -C extra-filename=-59519b19a561b7fa --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-d194e7aed4e8a4fb.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`
48432026-08-15T07:03:37.304Z Compiling p384 v0.14.0
48442026-08-15T07:03:37.338Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(p384_backend, values("bigint", "fiat"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "hex-literal", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha384", "std", "test-vectors"))' -C metadata=2f2c0d9545fed5c2 -C extra-filename=-70c07b85aa74eb06 --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-d0dc39f7df3ce206.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-967b6efc4af21164.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-793542d6680ec0ce.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-7469b5bec24b2733.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48452026-08-15T07:03:37.341Z Compiling p521 v0.14.0
48462026-08-15T07:03:37.342Z Compiling p256 v0.14.0
48472026-08-15T07:03:37.378Z Compiling knuffel-derive v3.2.0
48482026-08-15T07:03:37.382Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors"))' -C metadata=0cb4e6fd1e6688d4 -C extra-filename=-c48a6083af3b4204 --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-d0dc39f7df3ce206.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-967b6efc4af21164.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-793542d6680ec0ce.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-7469b5bec24b2733.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48492026-08-15T07:03:37.383Z Compiling kem v0.3.0
48502026-08-15T07:03:37.417Z Compiling module-lattice v0.2.3
48512026-08-15T07:03:37.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha256", "std", "test-vectors"))' -C metadata=aa5cc558088fc6f5 -C extra-filename=-0e1a81a7a51ed38a --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-d0dc39f7df3ce206.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-967b6efc4af21164.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-793542d6680ec0ce.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-7469b5bec24b2733.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48522026-08-15T07:03:37.422Z 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`
48532026-08-15T07:03:37.422Z 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=b44eabd91d4dd6a2 -C extra-filename=-68306cb7b8f276d1 --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-d9545ad8d793c251.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`
48542026-08-15T07:03:37.453Z Compiling darling_macro v0.13.4
48552026-08-15T07:03:37.457Z Compiling pathdiff v0.2.3
48562026-08-15T07:03:37.457Z 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=95576ecb3b5bc758 -C extra-filename=-a9fc768b5530dc28 --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-beb2912c294e80f5.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`
48572026-08-15T07:03:37.459Z Compiling nested v0.1.1
48582026-08-15T07:03:37.459Z Compiling sponge-cursor v0.1.0
48592026-08-15T07:03:37.459Z 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`
48602026-08-15T07:03:37.459Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=e39caf25d33968ef -C extra-filename=-40e66410775d1c55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48612026-08-15T07:03:37.489Z Compiling russh-cryptovec v0.62.0
48622026-08-15T07:03:37.493Z 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`
48632026-08-15T07:03:37.493Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sponge_cursor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sponge-cursor-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=67e5a8dbf30fafc5 -C extra-filename=-93f08c56d802f90a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48642026-08-15T07:03:37.495Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.62.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ssh-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ssh-encoding"))' -C metadata=a8daeb61f262b0bc -C extra-filename=-c7c54701c7dd3b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-77a66940c84b0e31.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652026-08-15T07:03:37.495Z Compiling internal-russh-num-bigint v0.5.0
48662026-08-15T07:03:37.495Z Compiling httptest v0.16.4
48672026-08-15T07:03:37.528Z 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=47215d3725fc0967 -C extra-filename=-e759d7801dfc1102 --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-7e2d23698ec4b144.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`
48682026-08-15T07:03:37.532Z 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=d9588e55771da348 -C extra-filename=-feac980447bda484 --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-925857150a12ef55.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48692026-08-15T07:03:37.767Z Compiling ed25519-dalek v3.0.0
48702026-08-15T07:03:37.803Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "pem", "pkcs8", "rand_core", "serde", "signature", "strobe-rs", "zeroize"))' -C metadata=83f40e27a7ef4048 -C extra-filename=-3ba3e14a40f2b252 --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-0cd1c1919ec5cc3d.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-559f9db6c3634341.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b78663634a0dee14.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48712026-08-15T07:03:37.808Z Compiling sha3 v0.12.0
48722026-08-15T07:03:37.835Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=0f228b47474b4cf5 -C extra-filename=-b10f5877f8d281e6 --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-d194e7aed4e8a4fb.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern sponge_cursor=/work/oxidecomputer/omicron/target/debug/deps/libsponge_cursor-93f08c56d802f90a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48732026-08-15T07:03:37.839Z Compiling russh-util v0.52.0
48742026-08-15T07:03:37.839Z Compiling generic-array v1.4.3
48752026-08-15T07:03:37.868Z 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=d916c08f6eb7c23c -C extra-filename=-6bf7e55efeb59fac --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-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48762026-08-15T07:03:37.872Z Compiling enum_dispatch v0.3.13
48772026-08-15T07:03:37.872Z 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=e66fd4931b0cd1fe -C extra-filename=-6b05318979050be3 --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-f3f9530a9d58673b.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`
48782026-08-15T07:03:37.872Z Compiling delegate v0.13.5
48792026-08-15T07:03:37.904Z Compiling num-bigint v0.4.6
48802026-08-15T07:03:37.907Z 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`
48812026-08-15T07:03:37.908Z 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`
48822026-08-15T07:03:37.934Z 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`
48832026-08-15T07:03:37.971Z Compiling ml-kem v0.3.2
48842026-08-15T07:03:38.002Z 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=0418add694f66561 -C extra-filename=-df27adc2241b1439 --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-beb2912c294e80f5.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-68306cb7b8f276d1.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-a9fc768b5530dc28.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-59519b19a561b7fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48852026-08-15T07:03:38.229Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48862026-08-15T07:03:38.229Z Compiling hex-literal v1.1.0
48872026-08-15T07:03:38.233Z 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`
48882026-08-15T07:03:38.234Z 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`
48892026-08-15T07:03:38.438Z 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=c111f73bd2116775 -C extra-filename=-22dfe142ae19a0a9 --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-1e48e293c1832dc3.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`
48902026-08-15T07:03:38.495Z Compiling darling v0.13.4
48912026-08-15T07:03:38.498Z 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`
48922026-08-15T07:03:38.543Z Compiling md5 v0.8.0
48932026-08-15T07:03:38.547Z 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`
48942026-08-15T07:03:38.576Z Compiling hickory-client v0.25.2
48952026-08-15T07:03:38.579Z Compiling similar-asserts v1.7.0
48962026-08-15T07:03:38.579Z 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=073fd457ac629642 -C extra-filename=-2ecf82dff97fa5dd --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-dfc86aa05c0a261c.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-6e4de9df3782332e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48972026-08-15T07:03:38.579Z 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`
48982026-08-15T07:03:38.648Z Compiling miette v5.10.0
48992026-08-15T07:03:38.651Z Compiling serde_with_macros v1.5.2
49002026-08-15T07:03:38.651Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49012026-08-15T07:03:38.652Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49022026-08-15T07:03:38.652Z 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`
49032026-08-15T07:03:38.653Z 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`
49042026-08-15T07:03:38.653Z 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`
49052026-08-15T07:03:38.684Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09ae7902a878cf16 -C extra-filename=-63fc9bf2f0fe6bda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49062026-08-15T07:03:38.789Z Compiling guppy v0.17.25
49072026-08-15T07:03:38.792Z 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=c4043a13b13334df -C extra-filename=-f0833b643cc7bb76 --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-d33fe155cbdbc9d6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-9b651c92d8f268ac.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d6dd042221199f4f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-70d86f4fef49de78.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-40e66410775d1c55.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-719b5b48f29d2f05.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-22dfe142ae19a0a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49082026-08-15T07:03:38.842Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49092026-08-15T07:03:38.846Z 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=802a244de57a75cf -C extra-filename=-e4c406627c6c3242 --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-d24d26a0a15eac5b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49102026-08-15T07:03:38.874Z Compiling internet-checksum v0.2.1
49112026-08-15T07:03:38.878Z 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`
49122026-08-15T07:03:38.939Z Compiling escape8259 v0.5.3
49132026-08-15T07:03:38.942Z 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`
49142026-08-15T07:03:39.023Z Compiling assert_cmd v2.1.2
49152026-08-15T07:03:39.029Z 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`
49162026-08-15T07:03:39.058Z Compiling target-triple v1.0.0
49172026-08-15T07:03:39.058Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49182026-08-15T07:03:39.063Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
49192026-08-15T07:03:39.063Z 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=cab389df938b3d8f -C extra-filename=-1a5d4a9b0991ea16 --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-f27820eda831d6f5.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-a935a4665b946257.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-984b218363bfabe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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`
49202026-08-15T07:03:39.063Z 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`
49212026-08-15T07:03:39.063Z 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`
49222026-08-15T07:03:39.160Z Compiling libtest-mimic v0.8.1
49232026-08-15T07:03:39.163Z Compiling fancy-regex v0.14.0
49242026-08-15T07:03:39.163Z 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=38a9a7b8457dad97 -C extra-filename=-c8045ad7f3d8fad1 --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-6ff2029acfef72bd.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`
49252026-08-15T07:03:39.163Z 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`
49262026-08-15T07:03:39.196Z Compiling rstest_macros v0.25.0
49272026-08-15T07:03:39.232Z Compiling fs-err v2.11.0
49282026-08-15T07:03:39.238Z Compiling linkme-impl v0.3.35
49292026-08-15T07:03:39.238Z 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`
49302026-08-15T07:03:39.270Z 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`
49312026-08-15T07:03:39.273Z 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`
49322026-08-15T07:03:39.276Z Compiling support-bundle-viewer v0.1.2
49332026-08-15T07:03:39.306Z 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=709f8ab9084ce569 -C extra-filename=-8054e6efbf41135d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2a24380c6808a8bf.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.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`
49342026-08-15T07:03:39.310Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49352026-08-15T07:03:39.345Z 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=81104f2d4abfbdaa -C extra-filename=-4dff265bdd0fcb37 --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-450502dea98a3d14.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
49362026-08-15T07:03:39.414Z Compiling multimap v0.10.1
49372026-08-15T07:03:39.419Z 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`
49382026-08-15T07:03:39.419Z Compiling knuffel v3.2.0
49392026-08-15T07:03:39.419Z 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=2e81e038628f7c8e -C extra-filename=-342493097f160c16 --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-9939d282064e071f.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`
49402026-08-15T07:03:39.482Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-81e180b810c384f1/build-script-build`
49412026-08-15T07:03:39.528Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-62c438f7fa2861f7/build-script-build`
49422026-08-15T07:03:39.562Z 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`
49432026-08-15T07:03:39.596Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-6907d044ff4d6da5/build-script-build`
49442026-08-15T07:03:39.628Z 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"))'`
49452026-08-15T07:03:39.667Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-db818da801a6cd3e/build-script-build`
49462026-08-15T07:03:39.703Z Compiling datatest-stable v0.3.3
49472026-08-15T07:03:39.707Z Compiling approx v0.5.1
49482026-08-15T07:03:39.707Z 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=8eae4db77c0390cc -C extra-filename=-bfc9284a88c5a434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-820c58e8d0e44b43.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-c8045ad7f3d8fad1.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`
49492026-08-15T07:03:39.707Z 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`
49502026-08-15T07:03:39.775Z Compiling uzers v0.12.2
49512026-08-15T07:03:39.779Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-01d8a62eb1848a1b/build-script-build`
49522026-08-15T07:03:39.779Z Compiling serde_with v1.14.0
49532026-08-15T07:03:39.779Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=d733277f3a26c311 -C extra-filename=-e09c365e457db999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49542026-08-15T07:03:39.779Z Compiling termcolor v1.4.1
49552026-08-15T07:03:39.811Z 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`
49562026-08-15T07:03:39.816Z 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`
49572026-08-15T07:03:39.816Z Compiling linkme v0.3.35
49582026-08-15T07:03:39.847Z Compiling relative-path v1.9.3
49592026-08-15T07:03:39.851Z 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`
49602026-08-15T07:03:39.851Z 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`
49612026-08-15T07:03:39.919Z 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)'`
49622026-08-15T07:03:39.956Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49632026-08-15T07:03:40.034Z 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=6678e085320a05ee -C extra-filename=-79dce560ba61b40d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4dff265bdd0fcb37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49642026-08-15T07:03:40.034Z 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)'`
49652026-08-15T07:03:40.034Z Compiling blake2b_simd v1.0.4
49662026-08-15T07:03:40.061Z 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`
49672026-08-15T07:03:40.065Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
49682026-08-15T07:03:40.097Z 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=b6f5994c7c00db67 -C extra-filename=-d95596ce51292d8f --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-1ac12b8fdf940d98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-06afc1293eeae6d0.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-e31b5fe546e37f8e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.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-360f1ac9470e929f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.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`
49692026-08-15T07:03:40.136Z Compiling partial-io v0.5.4
49702026-08-15T07:03:40.172Z 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=fa4975b774e8a45c -C extra-filename=-db8b8bf6edbb484c --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-78a8414a8cb95463.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49712026-08-15T07:03:40.176Z Compiling rand_distr v0.5.1
49722026-08-15T07:03:40.203Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49732026-08-15T07:03:40.204Z 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=197fc2003b45a435 -C extra-filename=-04eedc3fc4b2819d --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-9c784298440d0ca7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49742026-08-15T07:03:40.207Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
49752026-08-15T07:03:40.207Z Compiling drift v0.2.0
49762026-08-15T07:03:40.239Z Compiling parse-size v1.1.0
49772026-08-15T07:03:40.243Z 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=554195ea0285b4da -C extra-filename=-3c826cb7ce98a364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-1a5d4a9b0991ea16.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-342493097f160c16.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a935a4665b946257.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49782026-08-15T07:03:40.243Z Compiling trybuild v1.0.116
49792026-08-15T07:03:40.244Z 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`
49802026-08-15T07:03:40.244Z 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=dc9d9ed4b10b4456 -C extra-filename=-de8d1516d9b11260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49812026-08-15T07:03:40.244Z 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=5303520cde8d1b73 -C extra-filename=-77513e3ca675cf2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.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-5e48c25e6bb54ef8.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-342493097f160c16.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8c62e48e0d98ecbc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49822026-08-15T07:03:40.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=089a7a0580b18774 -C extra-filename=-e319940cf372d8f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-11c2b2a5a5c71eac.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-dbf8146b2030218f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4f9fd91d7d2f1063.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49832026-08-15T07:03:40.280Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-b84237b6b640aa92/build-script-build`
49842026-08-15T07:03:40.350Z 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=7790a044d7ed1a15 -C extra-filename=-400cb48b3b46bf03 --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-346d95ec45d0efda.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`
49852026-08-15T07:03:40.387Z Compiling constant_time_eq v0.3.1
49862026-08-15T07:03:40.419Z 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`
49872026-08-15T07:03:40.423Z Compiling cargo_toml v0.21.0
49882026-08-15T07:03:40.455Z 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=366fb71f13ce21c2 -C extra-filename=-22a53d53b22ec30a --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-730154f55ce99932.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49892026-08-15T07:03:40.460Z Compiling termios v0.3.3
49902026-08-15T07:03:40.491Z 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`
49912026-08-15T07:03:40.495Z 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=63b437bdeb3a0029 -C extra-filename=-f8c0ba4510ae3be9 --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-450502dea98a3d14.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-30645210b5eb2269.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49922026-08-15T07:03:40.495Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5779f73001e5939 -C extra-filename=-60975d9271d68272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49932026-08-15T07:03:40.634Z Compiling rust-argon2 v2.1.0
49942026-08-15T07:03:40.669Z 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`
49952026-08-15T07:03:40.921Z 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`
49962026-08-15T07:03:41.002Z Compiling ssh-key v0.7.0-rc.11
49972026-08-15T07:03:41.006Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.7.0-rc.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="p256"' --cfg 'feature="p384"' --cfg 'feature="p521"' --cfg 'feature="ppk"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="sha1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "ppk", "rand_core", "rsa", "serde", "sha1", "std", "tdes"))' -C metadata=a0f9601b714b51d8 -C extra-filename=-8f22a64605e8c035 --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-1997fa42de7a59fa.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4548fb09f7204df9.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-3ba3e14a40f2b252.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e08b2613c69ddf3b.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-0e1a81a7a51ed38a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-70c07b85aa74eb06.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-c48a6083af3b4204.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-26e1c614dafd6396.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c42c3a8ba1c8fcbe.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7b63dde346906f33.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b78663634a0dee14.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-e055b98ae418a3a1.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-77a66940c84b0e31.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49982026-08-15T07:03:41.035Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
49992026-08-15T07:03:41.040Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba01a05235311ee6 -C extra-filename=-ccd5739787349b23 --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-ccd5739787349b23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-ca9ef9ff4744380d.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-1052d4b3e6e1e621.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-db64c4047085d265.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50002026-08-15T07:03:42.560Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
50012026-08-15T07:03:42.564Z 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/b878274/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=d5cf8ee26f783eef -C extra-filename=-29914b79490a44fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-77513e3ca675cf2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50022026-08-15T07:03:42.741Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-ccd5739787349b23/build-script-build`
50032026-08-15T07:03:42.838Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pmbus --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee7a7a0669459fe4 -C extra-filename=-7e5f888e7c7d35ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-63a9bca806118ba2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50042026-08-15T07:03:43.291Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50052026-08-15T07:03:43.295Z 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=6089ca322535a4e9 -C extra-filename=-4f85a0a90e6e7784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-22a53d53b22ec30a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.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-540195f3575be404.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50062026-08-15T07:03:44.555Z Compiling rstest v0.25.0
50072026-08-15T07:03:44.559Z 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=811f55eca5559c83 -C extra-filename=-fb2a4196c2f5780d --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-400cb48b3b46bf03.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50082026-08-15T07:03:46.792Z Compiling samael v0.0.19
50092026-08-15T07:03:46.795Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=334b74245a56a58e -C extra-filename=-40ff4db36c1fb5c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-40ff4db36c1fb5c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-59721b53ff890aac.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50102026-08-15T07:03:48.025Z 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,)'`
50112026-08-15T07:03:48.234Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-40ff4db36c1fb5c3/build-script-bindings`
50122026-08-15T07:03:48.280Z Compiling git2 v0.20.4
50132026-08-15T07:03:48.283Z 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=bbddf0c8c3fcc1ee -C extra-filename=-5d1fce6a97ec1de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-344846e5fc87710c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.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`
50142026-08-15T07:03:48.712Z Compiling polar-core v0.27.3
50152026-08-15T07:03:48.715Z 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=70bbfb118fbeedf8 -C extra-filename=-1ae04ceb6af7b32a --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-1ae04ceb6af7b32a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-9e5b8a8913a02efa.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`
50162026-08-15T07:03:49.643Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1ae04ceb6af7b32a/build-script-build`
50172026-08-15T07:03:49.701Z 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=f07a9de8ffbf7ec4 -C extra-filename=-cb0389938be5bb63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-9648e669395baa62.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-1ca26596e59e04be.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d5601b40fee819b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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)'`
50182026-08-15T07:03:50.154Z 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=d2595c5e3f451079 -C extra-filename=-3fc75688c9c55e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-5d1fce6a97ec1de2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4974eb09881d4fa5.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
50192026-08-15T07:03:50.565Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e5a3b75a8c49231d/build-script-build`
50202026-08-15T07:03:50.569Z 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`
50212026-08-15T07:03:50.632Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50222026-08-15T07:03:50.636Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da799807e4e8b437 -C extra-filename=-3700dec16c0ba571 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-3700dec16c0ba571 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4974eb09881d4fa5.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-3fc75688c9c55e8e.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`
50232026-08-15T07:03:50.678Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4c54629b47eba27/build-script-build`
50242026-08-15T07:03:50.832Z 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=96a363284fca8ec8 -C extra-filename=-72cd73e240dd8996 --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`
50252026-08-15T07:03:51.014Z 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=1406a923961358f4 -C extra-filename=-db875f29bc9af157 --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-4d3b2d088fd28791.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)'`
50262026-08-15T07:03:51.675Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-3700dec16c0ba571/build-script-build`
50272026-08-15T07:03:51.706Z Compiling diesel-dtrace v0.5.0
50282026-08-15T07:03:51.710Z Compiling async-bb8-diesel v0.2.1
50292026-08-15T07:03:51.710Z 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=d78ccddeb91bb3f2 -C extra-filename=-b31b90b8da6cd278 --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-77c7d72087fd0c31.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-22091074b37f686f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50302026-08-15T07:03:51.710Z 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=1130407d52aef33e -C extra-filename=-25876ee1780c2c34 --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-2ea2450a389229a6.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-dab9e1b0915c6ea0.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`
50312026-08-15T07:03:51.863Z Compiling rustls-webpki v0.103.13
50322026-08-15T07:03:51.863Z Compiling rcgen v0.12.1
50332026-08-15T07:03:51.867Z Compiling russh v0.62.4
50342026-08-15T07:03:51.867Z 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=4851a8093de4f4e6 -C extra-filename=-ccb9c776d5fc822f --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-db875f29bc9af157.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.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`
50352026-08-15T07:03:51.867Z 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=3331ef85cc5793f7 -C extra-filename=-f16682e1ab282a46 --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-db875f29bc9af157.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`
50362026-08-15T07:03:51.867Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.62.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="rsa"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_bench", "async-trait", "aws-lc-rs", "default", "des", "dsa", "flate2", "legacy-ed25519-pkcs8-parser", "ring", "rsa", "serde", "yasna"))' -C metadata=aade41f89c22b95e -C extra-filename=-cb0c960b98c888a4 --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-9293f22e2bd77efe.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-6ec2292f89627358.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-7ca73c46d9ba28d7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d040b1ce60a4aa3a.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-f4123f6b48016935.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-3706d7bed861e729.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-0cd1c1919ec5cc3d.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-30eb0bf9c5a44875.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d0dc39f7df3ce206.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-3ba3e14a40f2b252.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-967b6efc4af21164.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-6b05318979050be3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-05708c6530707231.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b3be55050b78286d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e08b2613c69ddf3b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-e759d7801dfc1102.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-770b7b5bf23f475d.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-df27adc2241b1439.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-a9fc768b5530dc28.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-0e1a81a7a51ed38a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-70c07b85aa74eb06.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-c48a6083af3b4204.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-08d6535e19d34eed.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-f107f43434611856.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c0fca04651bd17c7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0d11e18b5e127bc0.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-4bd740feba829c21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7e2d23698ec4b144.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-26e1c614dafd6396.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c7c54701c7dd3b62.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-6bf7e55efeb59fac.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-281e1b8a63d9c525.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-d9ae5d98affd7395.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c42c3a8ba1c8fcbe.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7b63dde346906f33.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b10f5877f8d281e6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b78663634a0dee14.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-77a66940c84b0e31.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-8f22a64605e8c035.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-dab9e1b0915c6ea0.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-767615ad56f127f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.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`
50372026-08-15T07:03:52.305Z 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=bdb5fd48cb92303b -C extra-filename=-529b15636e72dbb1 --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-db875f29bc9af157.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ccb9c776d5fc822f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.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`
50382026-08-15T07:03:54.348Z Compiling oso v0.27.3
50392026-08-15T07:03:54.352Z 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=0f2598597bca61fc -C extra-filename=-67201c8c68c4f3a7 --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-72cd73e240dd8996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50402026-08-15T07:03:54.746Z Compiling tokio-rustls v0.26.4
50412026-08-15T07:03:54.746Z Compiling rustls-platform-verifier v0.6.2
50422026-08-15T07:03:54.751Z Compiling tough v0.22.0
50432026-08-15T07:03:54.751Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50442026-08-15T07:03:54.751Z 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=8a987d8d30266951 -C extra-filename=-2f9299ea92306e58 --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-529b15636e72dbb1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
50452026-08-15T07:03:54.752Z 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=8e7106383480f6a1 -C extra-filename=-5b80fdde4273bb0d --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-db875f29bc9af157.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-2a125cc0e38b1114.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-71acb97f73b2c570.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-023a258766385c86.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-c8797f81a95745de.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.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-4fd0aff64b257bfd.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`
50462026-08-15T07:03:54.752Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/tough/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "http2", "integ", "reqwest", "rustls-native-certs", "rustls-platform-verifier"))' -C metadata=73ad2fa49f230656 -C extra-filename=-3cdf179af2799a0e --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-db875f29bc9af157.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-a44b3f788b639557.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-023a258766385c86.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-c8797f81a95745de.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.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-4fd0aff64b257bfd.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`
50472026-08-15T07:03:54.755Z 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=474d47e4239fdfde -C extra-filename=-485f9c4ff5f6e67d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-48b8d0c6c2b672b9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ccb9c776d5fc822f.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`
50482026-08-15T07:03:54.992Z Compiling hyper-rustls v0.27.7
50492026-08-15T07:03:54.996Z 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=2f66cfaf592231b0 -C extra-filename=-332cb81f6d1b2c8e --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-925857150a12ef55.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-48b8d0c6c2b672b9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.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`
50502026-08-15T07:03:54.997Z 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=60ac137c80595daf -C extra-filename=-e73aec427acc1eda --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-f17a13f74fae850a.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-64d06e4bd46a1adc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-b55ebcd4bdd7faa6.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-1f6b2d4c349cd1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-aa4989b6e8d2c9e3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.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-529b15636e72dbb1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fa7319cc94b10d80.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7b63dde346906f33.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7b1b8a3d32fa8391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4f9fd91d7d2f1063.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-22091074b37f686f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50512026-08-15T07:03:54.999Z 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/b878274/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 --cfg 'feature="ipcc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "default", "ipcc", "pki-playground", "unittest"))' -C metadata=71d0f7b9476a0cd0 -C extra-filename=-ea67ec6fbb6a78ff --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-6ec0a99578e6c8e8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-5115c72ceb0415b8.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-d7c2bcb4ddc807ea.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.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-529b15636e72dbb1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-fa6bdc3b1c8ac30b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-dab9e1b0915c6ea0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.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/`
50522026-08-15T07:03:55.303Z Compiling reqwest v0.13.2
50532026-08-15T07:03:55.306Z 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=cbe69cfcb3527d92 -C extra-filename=-33afcdfdd3fe227c --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-834afa7d07b57245.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-d4d1b03369b6fe8f.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-925857150a12ef55.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-485f9c4ff5f6e67d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-dbd44316b73b1554.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-bc025efe7466903e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.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`
50542026-08-15T07:03:56.773Z Compiling progenitor-client v0.14.0
50552026-08-15T07:03:56.773Z Compiling progenitor-client v0.13.0
50562026-08-15T07:03:56.773Z Compiling omicron-zone-package v0.12.3
50572026-08-15T07:03:56.778Z 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=f8775901a15934c8 -C extra-filename=-3fde4bb775d69170 --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-33afcdfdd3fe227c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
50582026-08-15T07:03:56.778Z 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=7c901f798ad943bb -C extra-filename=-f2818f03ea1b732e --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-33afcdfdd3fe227c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
50592026-08-15T07:03:56.778Z 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=7d2cae3e68a8c49a -C extra-filename=-bcb56d932754a218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-33afcdfdd3fe227c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-360f1ac9470e929f.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`
50602026-08-15T07:03:56.986Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50612026-08-15T07:03:56.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a844995bd4e2932e -C extra-filename=-a87f17acb17d273b --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-66d94089d4c80ac7.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-027e1b5bbd57962b.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-34b2515e3ed3e811.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-6693e961a4f0e2ab.rmeta --extern rawzip=/work/oxidecomputer/omicron/target/debug/deps/librawzip-06f5b8f7119bab3a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a4542cf784eddfdb.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-dab9e1b0915c6ea0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3cdf179af2799a0e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.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`
50622026-08-15T07:03:57.042Z Compiling progenitor-extras v0.2.0
50632026-08-15T07:03:57.046Z Compiling progenitor v0.14.0
50642026-08-15T07:03:57.046Z 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=9fe97b6a925ce82b -C extra-filename=-03198a7bc7b7fee9 --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-3fde4bb775d69170.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
50652026-08-15T07:03:57.048Z 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=712edbd6792f717c -C extra-filename=-204aa07a098611bb --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-3fde4bb775d69170.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ccf6a6a110f2c51d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-51add0c935e1301f.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`
50662026-08-15T07:03:57.109Z Compiling progenitor v0.13.0
50672026-08-15T07:03:57.113Z 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=e3e21c20cc9cb8d7 -C extra-filename=-212a139ad475f061 --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-f2818f03ea1b732e.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-83fca9045d24536e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4d70b75162c2d055.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`
50682026-08-15T07:03:57.222Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50692026-08-15T07:03:57.226Z 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=0ba6660ae703b36f -C extra-filename=-1dca26f0db6db55f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-d95596ce51292d8f.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-aa69897985c0555d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fa7319cc94b10d80.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4dff265bdd0fcb37.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-79dce560ba61b40d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.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`
50702026-08-15T07:03:57.253Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50712026-08-15T07:03:57.257Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
50722026-08-15T07:03:57.257Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50732026-08-15T07:03:57.257Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da2ff240f8bfb302 -C extra-filename=-ae99d63ced9d56af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-a92d22639c9be6ce.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a28b3bca7dd8309b.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-32972a7dc1bda70a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50742026-08-15T07:03:57.258Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9480523269e1c7aa -C extra-filename=-e6650e2181fb840a --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-5877c2cb1dbf80fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-3fde4bb775d69170.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-79b4d167f02d3472.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-6e190d11c3066f04.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50752026-08-15T07:03:57.259Z 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=fca049841b3231c9 -C extra-filename=-fffdb8c490258207 --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-684e500aa1acfb79.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-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-81c09e5b20f5efc6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50762026-08-15T07:03:57.355Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50772026-08-15T07:03:57.359Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50782026-08-15T07:03:57.359Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5941cd03a3136fc4 -C extra-filename=-5b7190a1e6fd1cf0 --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-608ebdfde8f2bc8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-72357504b05f1750.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`
50792026-08-15T07:03:57.359Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12908e157743dbe0 -C extra-filename=-2747778afa2d1652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
50802026-08-15T07:03:57.390Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
50812026-08-15T07:03:57.394Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
50822026-08-15T07:03:57.394Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50832026-08-15T07:03:57.395Z 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=6126885b6780e2b5 -C extra-filename=-693afcb9f5435d8a --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-8fe58ca973aa539c.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-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-212a139ad475f061.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-81c09e5b20f5efc6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50842026-08-15T07:03:57.395Z 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=2eb702e0c54cfa1c -C extra-filename=-286a163753a64ea5 --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-485997239d09fe4f.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-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-212a139ad475f061.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-81c09e5b20f5efc6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50852026-08-15T07:03:57.429Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38cf1393c6135d8f -C extra-filename=-40ee48b87ca15bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50862026-08-15T07:03:57.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50872026-08-15T07:03:57.835Z 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=f7fec58d5fdb29f2 -C extra-filename=-db22161765d39990 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-db22161765d39990 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-d33fe155cbdbc9d6.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.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 bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-3a7e68477a707323.rlib --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rlib --extern borsh_derive=/work/oxidecomputer/omicron/target/debug/deps/libborsh_derive-b4a2e9641fee38ae.so --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-6ecf1caa73c2f03f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1d6ded7ca94c91be.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d040b1ce60a4aa3a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dd961a7604027576.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-2a24380c6808a8bf.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-78563aafb92a3384.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d9545ad8d793c251.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rlib --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-d7c2bcb4ddc807ea.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-712ed83d889295e6.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6ec9bb57124fbc83.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.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-2780983ac7565205.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-146d67ad1a3091ac.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-dfc86aa05c0a261c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-297f322b9f0003bf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-953bd49b966e2309.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-2d8ce4a2d60e4e98.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-96b924347598408d.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-ba1c9be63a9000e6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-7faffd3539cf3486.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2a0c881504d8cb6f.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-71acb97f73b2c570.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-719b5b48f29d2f05.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c7ee6197ca1c7c5a.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-360f1ac9470e929f.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-1852db861a4a3966.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-22091074b37f686f.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8d817d46acd9f5c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4974eb09881d4fa5.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50882026-08-15T07:03:57.864Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50892026-08-15T07:03:57.864Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
50902026-08-15T07:03:57.868Z Compiling dropshot-api-manager v0.7.2
50912026-08-15T07:03:57.870Z 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=22d15ef392a2d6be -C extra-filename=-c09d3cd37623a78e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-54d328873644484d.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50922026-08-15T07:03:57.870Z 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=5fb5d9c38acb8df8 -C extra-filename=-e3b7620b3c59e2a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-de8d1516d9b11260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-607b17cb71303548.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-fbd4f6fe088cb26d.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-2d8ce4a2d60e4e98.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-540195f3575be404.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`
50932026-08-15T07:03:57.871Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b72a37a371e87005 -C extra-filename=-ce662286f4771a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-79b4d167f02d3472.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-8c74032e2b980bfe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-6e190d11c3066f04.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50942026-08-15T07:03:57.871Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a96ad15fbcbecf3 -C extra-filename=-e2a7f529641a0886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3d1a2ea0338b9c15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4f9fd91d7d2f1063.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-c9d1941c9e3040ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
50952026-08-15T07:03:58.122Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-db22161765d39990/build-script-build`
50962026-08-15T07:03:58.172Z 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=9e0fab73a5057b4e -C extra-filename=-ee1ee095aeeebf2d --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-d33fe155cbdbc9d6.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.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 bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-3a7e68477a707323.rmeta --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-6ecf1caa73c2f03f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cipher_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1d6ded7ca94c91be.rmeta --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d040b1ce60a4aa3a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dd961a7604027576.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-2a24380c6808a8bf.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-78563aafb92a3384.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d9545ad8d793c251.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-d7c2bcb4ddc807ea.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-712ed83d889295e6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6ec9bb57124fbc83.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.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-2780983ac7565205.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-146d67ad1a3091ac.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-297f322b9f0003bf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-953bd49b966e2309.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-2d8ce4a2d60e4e98.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-96b924347598408d.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-ba1c9be63a9000e6.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-7faffd3539cf3486.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2a0c881504d8cb6f.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-71acb97f73b2c570.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-719b5b48f29d2f05.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c7ee6197ca1c7c5a.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-360f1ac9470e929f.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-1852db861a4a3966.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-22091074b37f686f.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8d817d46acd9f5c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50972026-08-15T07:03:58.176Z 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=75898a44f40ef67d -C extra-filename=-21439de0064d8740 --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-d33fe155cbdbc9d6.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.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 bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-3a7e68477a707323.rlib --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-6ecf1caa73c2f03f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1d6ded7ca94c91be.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d040b1ce60a4aa3a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dd961a7604027576.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-2a24380c6808a8bf.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-78563aafb92a3384.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d9545ad8d793c251.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rlib --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-d7c2bcb4ddc807ea.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-712ed83d889295e6.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6ec9bb57124fbc83.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.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-2780983ac7565205.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-146d67ad1a3091ac.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-297f322b9f0003bf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-953bd49b966e2309.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-2d8ce4a2d60e4e98.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-96b924347598408d.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-ba1c9be63a9000e6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-7faffd3539cf3486.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2a0c881504d8cb6f.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-71acb97f73b2c570.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-719b5b48f29d2f05.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c7ee6197ca1c7c5a.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-360f1ac9470e929f.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-1852db861a4a3966.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-22091074b37f686f.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8d817d46acd9f5c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50982026-08-15T07:03:58.269Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
50992026-08-15T07:03:58.269Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
51002026-08-15T07:03:58.269Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
51012026-08-15T07:03:58.273Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
51022026-08-15T07:03:58.273Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
51032026-08-15T07:03:58.273Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
51042026-08-15T07:03:58.273Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
51052026-08-15T07:03:58.273Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
51062026-08-15T07:03:58.273Z 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=f76b31de000c9133 -C extra-filename=-cb619244d9b34aba --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-66d94089d4c80ac7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51072026-08-15T07:03:58.273Z 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=121bfe5ce093e6c6 -C extra-filename=-e1aaf97b54c2ca26 --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-1ac12b8fdf940d98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.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-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51082026-08-15T07:03:58.274Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
51092026-08-15T07:03:58.274Z 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=1a27752ffb1faebc -C extra-filename=-2979ae9651705b15 --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-ee1ee095aeeebf2d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51102026-08-15T07:03:58.275Z 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=2dc1b87355148e1e -C extra-filename=-922a3f6e10b77432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51112026-08-15T07:03:58.276Z 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=1f9e114bcfb517bb -C extra-filename=-907044d6e2f87d38 --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-e73aec427acc1eda.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51122026-08-15T07:03:58.276Z 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=4ef43c4d245898c2 -C extra-filename=-a06dbc3056d84a4b --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-450502dea98a3d14.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.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-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51132026-08-15T07:03:58.303Z 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=c619f35993bafe57 -C extra-filename=-a85d6c5af9ba3116 --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-51aa35fe9390e0d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51142026-08-15T07:03:58.307Z 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=c510375d0b729f10 -C extra-filename=-8c9657f523394819 --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-450502dea98a3d14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51152026-08-15T07:03:58.308Z 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=dc5868bea141fa88 -C extra-filename=-8b219cd2f0359e58 --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-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51162026-08-15T07:03:58.337Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
51172026-08-15T07:03:58.340Z 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=905548caddbe1341 -C extra-filename=-4cc71227b208c6f9 --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-ee1ee095aeeebf2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51182026-08-15T07:03:58.409Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
51192026-08-15T07:03:58.444Z 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=af76caba716946f1 -C extra-filename=-9a5e67055ffd0397 --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-ee1ee095aeeebf2d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51202026-08-15T07:03:58.479Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
51212026-08-15T07:03:58.482Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
51222026-08-15T07:03:58.527Z 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=612ac79966c77c82 -C extra-filename=-95dd076f65783f49 --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-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51232026-08-15T07:03:58.562Z 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=f628679ac70f2f0f -C extra-filename=-7134e67f4276d43c --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-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51242026-08-15T07:03:58.853Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
51252026-08-15T07:03:58.857Z 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=53246cf95d940e38 -C extra-filename=-8857704496d2e629 --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-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51262026-08-15T07:03:58.940Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
51272026-08-15T07:03:58.983Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51282026-08-15T07:03:58.987Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
51292026-08-15T07:03:58.987Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
51302026-08-15T07:03:58.987Z 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=06b6b7e21ccfe7d5 -C extra-filename=-c007b2dd43c437c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.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-2be48be4a3be1be5.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d3230d607b408158.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51312026-08-15T07:03:58.987Z 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=6f3c26ce907da05f -C extra-filename=-441d2fd7f9bb0eaf --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51322026-08-15T07:03:58.989Z 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=8b2561429bdefe68 -C extra-filename=-3ba3a21cf34caf82 --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51332026-08-15T07:03:59.023Z 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=ceb858ac92b53786 -C extra-filename=-25db26a7e5848433 --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51342026-08-15T07:03:59.101Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
51352026-08-15T07:03:59.105Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51362026-08-15T07:03:59.105Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51372026-08-15T07:03:59.105Z 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=8873c15d6ab1eaa0 -C extra-filename=-f19f4e2e2cac25ff --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-d9ae97acbd1fac8a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51382026-08-15T07:03:59.106Z 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=ed2c9b2865777227 -C extra-filename=-5db6da35e0306d12 --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-ee1ee095aeeebf2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51392026-08-15T07:03:59.107Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_common --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/853d935/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=b4d4d7708b0a1f15 -C extra-filename=-51728f01edf6f07e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rmeta --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9c73cda935eaceb5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-78563aafb92a3384.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_range_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-f0cc8e68fb1dbdcf.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-78b0624125e88078.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern rlimit=/work/oxidecomputer/omicron/target/debug/deps/librlimit-e37c542ae467f081.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-18f02b83a1d1219d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b16e0b2f392ed51a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.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 -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51402026-08-15T07:03:59.205Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
51412026-08-15T07:03:59.209Z 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=b0fd528411276375 -C extra-filename=-256b9f5392dddef0 --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-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51422026-08-15T07:03:59.241Z 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=d1f572ad48185059 -C extra-filename=-c19bea6f99c5a995 --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-8b219cd2f0359e58.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51432026-08-15T07:03:59.276Z 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=32e1e9bdbc208724 -C extra-filename=-9feecb568d748f64 --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-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51442026-08-15T07:03:59.313Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
51452026-08-15T07:03:59.313Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
51462026-08-15T07:03:59.353Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51472026-08-15T07:03:59.359Z 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=cb32c37f2fcda1cf -C extra-filename=-3b50d18096a38e85 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-3b50d18096a38e85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51482026-08-15T07:03:59.359Z 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=b7cdf59bdc80de2f -C extra-filename=-27dd5951d0d021b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-27dd5951d0d021b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51492026-08-15T07:03:59.359Z 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=6111154fd8ce8cd9 -C extra-filename=-2d2a11316cc25205 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-2d2a11316cc25205 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51502026-08-15T07:03:59.433Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51512026-08-15T07:03:59.475Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
51522026-08-15T07:03:59.479Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51532026-08-15T07:03:59.479Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51542026-08-15T07:03:59.479Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51552026-08-15T07:03:59.479Z 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=acacefb6077e187d -C extra-filename=-9e2774ec17d82267 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-9e2774ec17d82267 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51562026-08-15T07:03:59.479Z 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=8f6e0da9b118ea6f -C extra-filename=-172258c47e84211c --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-25db26a7e5848433.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51572026-08-15T07:03:59.479Z 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=7030632183961183 -C extra-filename=-ff4a44b4234ef8fa --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-25db26a7e5848433.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51582026-08-15T07:03:59.480Z 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=272b3a70d8da3edb -C extra-filename=-558d8d9d438a7c49 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-558d8d9d438a7c49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51592026-08-15T07:03:59.512Z 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=fa7c1e8391ee422d -C extra-filename=-713509ab929669d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-713509ab929669d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51602026-08-15T07:03:59.620Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
51612026-08-15T07:03:59.624Z 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=42f2914f507ea213 -C extra-filename=-d54654d2bb4e8f36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.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-ee1ee095aeeebf2d.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51622026-08-15T07:03:59.667Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51632026-08-15T07:03:59.711Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51642026-08-15T07:03:59.716Z 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=efeb087a6400de79 -C extra-filename=-a3f801e12ed0f1e1 --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-e73aec427acc1eda.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-925857150a12ef55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51652026-08-15T07:03:59.716Z 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=234ee2fd401dba61 -C extra-filename=-2e4f5d25cd0fbe74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5740be7f808ecf28.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-4a2c4f3ca17e1238.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-cb619244d9b34aba.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-3fde4bb775d69170.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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-dab9e1b0915c6ea0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51662026-08-15T07:03:59.719Z 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=a1716132acdc9723 -C extra-filename=-ab96583c786ed2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5740be7f808ecf28.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-4a2c4f3ca17e1238.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-cb619244d9b34aba.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-3fde4bb775d69170.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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-dab9e1b0915c6ea0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51672026-08-15T07:03:59.751Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-27dd5951d0d021b3/build-script-build`
51682026-08-15T07:03:59.751Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-2d2a11316cc25205/build-script-build`
51692026-08-15T07:03:59.866Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51702026-08-15T07:03:59.908Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
51712026-08-15T07:03:59.912Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51722026-08-15T07:03:59.981Z 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=11d5ce4d31eeaff6 -C extra-filename=-e73558004e62f95d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-e73558004e62f95d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51732026-08-15T07:03:59.985Z 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=9020e8916714effb -C extra-filename=-b283f61c93383db9 --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-ee1ee095aeeebf2d.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f19f4e2e2cac25ff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51742026-08-15T07:03:59.987Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51752026-08-15T07:03:59.987Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
51762026-08-15T07:03:59.988Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51772026-08-15T07:03:59.988Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-3b50d18096a38e85/build-script-build`
51782026-08-15T07:03:59.988Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-9e2774ec17d82267/build-script-build`
51792026-08-15T07:04:00.011Z 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=81b4d082ad6069e2 -C extra-filename=-9a2262f5704e96c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-9a2262f5704e96c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51802026-08-15T07:04:00.086Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
51812026-08-15T07:04:00.090Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-713509ab929669d4/build-script-build`
51822026-08-15T07:04:00.090Z 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=729d44a500395286 -C extra-filename=-2cd4ccf3d404df41 --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-86de7da38d96c5c3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51832026-08-15T07:04:00.092Z 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=5803af750c64717e -C extra-filename=-dc4c727ba6d23409 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-dc4c727ba6d23409 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51842026-08-15T07:04:00.122Z 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=45cd47171a32d5bc -C extra-filename=-3e05c783840cd0ce --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-3e05c783840cd0ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51852026-08-15T07:04:00.160Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
51862026-08-15T07:04:00.164Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
51872026-08-15T07:04:00.194Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-558d8d9d438a7c49/build-script-build`
51882026-08-15T07:04:00.198Z 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=841f527e4c6c6380 -C extra-filename=-acced57074f1f809 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-acced57074f1f809 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51892026-08-15T07:04:00.268Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
51902026-08-15T07:04:00.272Z 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=aa151bcecb0cd931 -C extra-filename=-12c3c6d970407dab --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-12c3c6d970407dab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51912026-08-15T07:04:00.273Z 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=98256571f3061744 -C extra-filename=-a5c7a6b3613867f6 --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-77c7d72087fd0c31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
51922026-08-15T07:04:00.301Z 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=32e29cf152b9bfb2 -C extra-filename=-3cddb77c62fc2e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-3cddb77c62fc2e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51932026-08-15T07:04:00.305Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
51942026-08-15T07:04:00.338Z 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=b93cc549028373c7 -C extra-filename=-916b9d75a7df6756 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-916b9d75a7df6756 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51952026-08-15T07:04:00.375Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
51962026-08-15T07:04:00.414Z 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=10253cf63a9de9dc -C extra-filename=-4b7266b03b0cc8c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-4b7266b03b0cc8c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51972026-08-15T07:04:00.418Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
51982026-08-15T07:04:00.418Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-e73558004e62f95d/build-script-build`
51992026-08-15T07:04:00.454Z 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=8ca148c154abea89 -C extra-filename=-4889786db0113494 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-4889786db0113494 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52002026-08-15T07:04:00.455Z 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=f5f36f76910cfad1 -C extra-filename=-1aa30fade9d1be50 --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-a06dbc3056d84a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52012026-08-15T07:04:00.494Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
52022026-08-15T07:04:00.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_api --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/853d935/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=9372f6ab336f056f -C extra-filename=-27f39421637c4a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern http_range_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-f0cc8e68fb1dbdcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.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 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52032026-08-15T07:04:00.687Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-9a2262f5704e96c9/build-script-build`
52042026-08-15T07:04:00.691Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52052026-08-15T07:04:00.691Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52062026-08-15T07:04:00.693Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52072026-08-15T07:04:00.693Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52082026-08-15T07:04:00.693Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52092026-08-15T07:04:00.693Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-3e05c783840cd0ce/build-script-build`
52102026-08-15T07:04:00.693Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-acced57074f1f809/build-script-build`
52112026-08-15T07:04:00.693Z 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=fe636a67b47ca67d -C extra-filename=-4fbc38e10375a913 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-4fbc38e10375a913 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52122026-08-15T07:04:00.697Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52132026-08-15T07:04:00.697Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-dc4c727ba6d23409/build-script-build`
52142026-08-15T07:04:00.697Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-4b7266b03b0cc8c2/build-script-build`
52152026-08-15T07:04:00.697Z 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=f299a584d90dfefe -C extra-filename=-a7cc76e819b19cce --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-ee1ee095aeeebf2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-2236b5810107d638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52162026-08-15T07:04:00.698Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-12c3c6d970407dab/build-script-build`
52172026-08-15T07:04:00.698Z 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=a6b6844369b84c28 -C extra-filename=-196ade3c4cf5b014 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-196ade3c4cf5b014 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52182026-08-15T07:04:00.765Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-916b9d75a7df6756/build-script-build`
52192026-08-15T07:04:00.770Z 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=8023e3588515d49a -C extra-filename=-8b2a385166891462 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-8b2a385166891462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52202026-08-15T07:04:00.771Z 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=e33d0652fd9d38a0 -C extra-filename=-043f70bc995c64de --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-043f70bc995c64de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52212026-08-15T07:04:00.771Z 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=705b48daece69551 -C extra-filename=-12ca6ec9e12c01d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-12ca6ec9e12c01d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52222026-08-15T07:04:00.840Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
52232026-08-15T07:04:00.844Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52242026-08-15T07:04:00.876Z 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=ab6a289d4f6580ca -C extra-filename=-d5ac4a036d19983a --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-450502dea98a3d14.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52252026-08-15T07:04:00.880Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52262026-08-15T07:04:00.915Z 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=f31536975ee3a714 -C extra-filename=-bd680b58f4385142 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-bd680b58f4385142 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52272026-08-15T07:04:01.027Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52282026-08-15T07:04:01.065Z 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=5057b704cae16ff3 -C extra-filename=-965b542aacb19bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52292026-08-15T07:04:01.103Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
52302026-08-15T07:04:01.107Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-4889786db0113494/build-script-build`
52312026-08-15T07:04:01.108Z 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=9b46e713e39f9c6f -C extra-filename=-c74ccfb893b8542c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-3fde4bb775d69170.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52322026-08-15T07:04:01.174Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52332026-08-15T07:04:01.177Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
52342026-08-15T07:04:01.179Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52352026-08-15T07:04:01.179Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
52362026-08-15T07:04:01.179Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52372026-08-15T07:04:01.179Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-3cddb77c62fc2e5a/build-script-build`
52382026-08-15T07:04:01.211Z 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=27aea823ad9d4b90 -C extra-filename=-882a3f6d8bf0d8c8 --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52392026-08-15T07:04:01.215Z 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=12cc406f76caabd9 -C extra-filename=-95fcb4968a9a5d2d --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-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52402026-08-15T07:04:01.251Z 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=5159838783df24b8 -C extra-filename=-bc7d589fce67148b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-bc7d589fce67148b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52412026-08-15T07:04:01.290Z 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=9755a3c5ef8ea939 -C extra-filename=-3fe50ac38e203570 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-3fe50ac38e203570 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52422026-08-15T07:04:01.294Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
52432026-08-15T07:04:01.294Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
52442026-08-15T07:04:01.294Z 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=55d00228aa177cd3 -C extra-filename=-d53198e4e96bf1b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-d53198e4e96bf1b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52452026-08-15T07:04:01.295Z 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=87441550bad81ac1 -C extra-filename=-ef68f280668e2a22 --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52462026-08-15T07:04:01.321Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-196ade3c4cf5b014/build-script-build`
52472026-08-15T07:04:01.359Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52482026-08-15T07:04:01.363Z 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=4cb58a7082370b96 -C extra-filename=-a59725da184b1e8e --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-a59725da184b1e8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52492026-08-15T07:04:01.363Z 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=d6320877a7febf97 -C extra-filename=-9a5dec7361f14dab --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9a5dec7361f14dab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52502026-08-15T07:04:01.363Z 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=f6e4677ef09d6b3d -C extra-filename=-a6a15abf98e771a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-a6a15abf98e771a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52512026-08-15T07:04:01.397Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
52522026-08-15T07:04:01.400Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
52532026-08-15T07:04:01.422Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_server --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/853d935/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 --cfg 'feature="embedded"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("embedded", "test-support"))' -C metadata=581e41f08c0a4a45 -C extra-filename=-deab219c5fcfa42d --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 blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rmeta --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9c73cda935eaceb5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.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_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-f0cc8e68fb1dbdcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-0fea1fc8e46a0ed8.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-724b318dd57041ea.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-78b0624125e88078.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pwd=/work/oxidecomputer/omicron/target/debug/deps/libpwd-edc4727f2bee45ff.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern rumors=/work/oxidecomputer/omicron/target/debug/deps/librumors-ee125d66001954f0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-18f02b83a1d1219d.rmeta --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f464494f1f6faa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b16e0b2f392ed51a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.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 -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52542026-08-15T07:04:01.426Z 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=2835166b40756040 -C extra-filename=-5e76e32e24d8fd47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-71acb97f73b2c570.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
52552026-08-15T07:04:01.428Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
52562026-08-15T07:04:01.455Z 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=a7be39ae16889702 -C extra-filename=-832441fd7a80dc1a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-832441fd7a80dc1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52572026-08-15T07:04:01.495Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-043f70bc995c64de/build-script-build`
52582026-08-15T07:04:01.535Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-bd680b58f4385142/build-script-build`
52592026-08-15T07:04:01.539Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-12ca6ec9e12c01d3/build-script-build`
52602026-08-15T07:04:01.641Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
52612026-08-15T07:04:01.645Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-8b2a385166891462/build-script-build`
52622026-08-15T07:04:01.645Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
52632026-08-15T07:04:01.645Z 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=981b03c511bcd353 -C extra-filename=-770076683d186e64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-ef68f280668e2a22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-730154f55ce99932.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52642026-08-15T07:04:01.647Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
52652026-08-15T07:04:01.677Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-bc7d589fce67148b/build-script-build`
52662026-08-15T07:04:01.682Z 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=283f10eba41c087d -C extra-filename=-a1b118d0d608612f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-a1b118d0d608612f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52672026-08-15T07:04:01.682Z 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=20db151ed87edbec -C extra-filename=-8ed79519f11b5de3 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-8ed79519f11b5de3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52682026-08-15T07:04:01.708Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
52692026-08-15T07:04:01.713Z 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=45b76db91424e28a -C extra-filename=-a2be1aa289d4caea --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a2be1aa289d4caea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4cc71227b208c6f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52702026-08-15T07:04:01.779Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
52712026-08-15T07:04:01.812Z 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=f9c1a09303ee9416 -C extra-filename=-a3de17dd1eb77015 --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52722026-08-15T07:04:01.848Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9a5dec7361f14dab/build-script-build`
52732026-08-15T07:04:01.852Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-a59725da184b1e8e/build-script-build`
52742026-08-15T07:04:01.959Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
52752026-08-15T07:04:01.963Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-832441fd7a80dc1a/build-script-build`
52762026-08-15T07:04:01.963Z 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=41e473b0f745f4a0 -C extra-filename=-6b9776e0d006ef7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52772026-08-15T07:04:01.963Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
52782026-08-15T07:04:02.175Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52792026-08-15T07:04:02.280Z 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=e4f9f319d45551df -C extra-filename=-882729cf79e55750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52802026-08-15T07:04:02.284Z 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=1880967e349e8f88 -C extra-filename=-cff42711e9e1c7e6 --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-95fcb4968a9a5d2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52812026-08-15T07:04:02.285Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-d53198e4e96bf1b9/build-script-build`
52822026-08-15T07:04:02.285Z 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=88cbecf07231b126 -C extra-filename=-1367f3696677501e --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-450502dea98a3d14.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52832026-08-15T07:04:02.285Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-3fe50ac38e203570/build-script-build`
52842026-08-15T07:04:02.285Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-4fbc38e10375a913/build-script-build`
52852026-08-15T07:04:02.317Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-a6a15abf98e771a1/build-script-build`
52862026-08-15T07:04:02.321Z 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=9e977224da40064f -C extra-filename=-613bf3f1655b0768 --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-95fcb4968a9a5d2d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52872026-08-15T07:04:02.568Z 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=d239da71ba095912 -C extra-filename=-ff7d222233f9c555 --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-d9ae97acbd1fac8a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52882026-08-15T07:04:02.568Z 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=eb551453f7772a59 -C extra-filename=-cea4b3e6e7295e15 --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-a06dbc3056d84a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52892026-08-15T07:04:02.609Z 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=ab503016220cb57d -C extra-filename=-59e3e0b27b3aca6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.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-ee1ee095aeeebf2d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52902026-08-15T07:04:02.609Z 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=aa06bc13eddcc5de -C extra-filename=-09231d0de588273c --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-ee031d3635291622.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-25db26a7e5848433.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52912026-08-15T07:04:02.614Z 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=62b7b15f7c0bd026 -C extra-filename=-202d66ace5c1e57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5740be7f808ecf28.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-cb619244d9b34aba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52922026-08-15T07:04:02.615Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-8ed79519f11b5de3/build-script-build`
52932026-08-15T07:04:02.640Z 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=68508b99faa85dfd -C extra-filename=-7571eaa48df1b664 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-922a3f6e10b77432.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-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52942026-08-15T07:04:02.644Z 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=10f4a7fde4ef45e7 -C extra-filename=-df0c3492764f34c7 --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-ee031d3635291622.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-25db26a7e5848433.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52952026-08-15T07:04:02.645Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a2be1aa289d4caea/build-script-build`
52962026-08-15T07:04:02.645Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-a1b118d0d608612f/build-script-build`
52972026-08-15T07:04:02.676Z 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=4d9a4050dbdeb7ce -C extra-filename=-abd663e476690ff0 --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-8b219cd2f0359e58.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52982026-08-15T07:04:02.681Z 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=dab3207a69eac5da -C extra-filename=-7f6d164f5ce321b3 --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-ee1ee095aeeebf2d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f19f4e2e2cac25ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52992026-08-15T07:04:02.713Z 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=eba0e82052d2db07 -C extra-filename=-b84072f3e3e8e703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.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-2be48be4a3be1be5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d3230d607b408158.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53002026-08-15T07:04:02.820Z 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=7c7842dcf9a3ebe4 -C extra-filename=-e3f3439437dfc901 --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-e73aec427acc1eda.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-925857150a12ef55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53012026-08-15T07:04:02.926Z 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=e8ce74e9fdfeebff -C extra-filename=-8e1052ec267d4365 --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-450502dea98a3d14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.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-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53022026-08-15T07:04:02.959Z 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=43d9d29f9c4cf66b -C extra-filename=-1d6100cd62d8b37d --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-e73aec427acc1eda.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53032026-08-15T07:04:02.995Z 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=b80fe58a0b0a0cd0 -C extra-filename=-654ac7df2cf8b137 --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-66d94089d4c80ac7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53042026-08-15T07:04:03.064Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
53052026-08-15T07:04:03.138Z 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=8160f4e0b98ff235 -C extra-filename=-92f319864967561e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.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-882729cf79e55750.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-6693e961a4f0e2ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4dff265bdd0fcb37.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_lib_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1dca26f0db6db55f.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53062026-08-15T07:04:03.176Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53072026-08-15T07:04:03.211Z 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=634759b1bd018dfa -C extra-filename=-e449b8a499c5c336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-79b4d167f02d3472.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-f19f4e2e2cac25ff.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53082026-08-15T07:04:03.287Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
53092026-08-15T07:04:03.291Z 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=fd1a2159fcca9a7f -C extra-filename=-2351e3119c69b410 --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-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-30645210b5eb2269.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53102026-08-15T07:04:03.326Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
53112026-08-15T07:04:03.330Z 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=ecebef16df07f03e -C extra-filename=-3f3773cef5144943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53122026-08-15T07:04:03.593Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
53132026-08-15T07:04:03.599Z 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=650ca849b729d6f9 -C extra-filename=-7df21b16dd30fac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53142026-08-15T07:04:03.747Z 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=ef8375f4c4660270 -C extra-filename=-ed19b8234bbb9c96 --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-ab96583c786ed2a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-30645210b5eb2269.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53152026-08-15T07:04:03.940Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53162026-08-15T07:04:03.945Z 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=aeb078c06e029e51 -C extra-filename=-312cf64198d6dc4e --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-2be48be4a3be1be5.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-2979ae9651705b15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-dab9e1b0915c6ea0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53172026-08-15T07:04:04.192Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
53182026-08-15T07:04:04.197Z 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=5fe5cf4fef9752d9 -C extra-filename=-d9430f8951ef567a --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-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53192026-08-15T07:04:04.424Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
53202026-08-15T07:04:04.428Z 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=0760ac8e290101fa -C extra-filename=-d253a7217dcb224f --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-5dbca69c58ac7138.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53212026-08-15T07:04:04.681Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
53222026-08-15T07:04:04.685Z 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=e36b6a8941cae798 -C extra-filename=-d230ad3132c59ab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53232026-08-15T07:04:04.881Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
53242026-08-15T07:04:04.885Z 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=13516b27148a1555 -C extra-filename=-574338e820b90529 --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-ee031d3635291622.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-7df21b16dd30fac8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53252026-08-15T07:04:04.919Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
53262026-08-15T07:04:04.923Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
53272026-08-15T07:04:04.957Z 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=9c97f79bb563f26b -C extra-filename=-ebce079ec14d0886 --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-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53282026-08-15T07:04:04.962Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e86a228735ccfe6 -C extra-filename=-0afbd22cbb3b4a5f --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-5b7190a1e6fd1cf0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-3fde4bb775d69170.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-8c9657f523394819.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-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53292026-08-15T07:04:04.999Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
53302026-08-15T07:04:05.036Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
53312026-08-15T07:04:05.040Z 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=e2b95d1a4e677984 -C extra-filename=-e3d22f3a6b908b05 --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-0e597593959815fc.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-7b390c73a1b1a435.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53322026-08-15T07:04:05.042Z 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=40982a15f8cf7380 -C extra-filename=-df725d3482ce9f30 --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-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53332026-08-15T07:04:05.105Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53342026-08-15T07:04:05.109Z 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=324102a293892e80 -C extra-filename=-202884787fb871a2 --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-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53352026-08-15T07:04:05.348Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53362026-08-15T07:04:05.352Z 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=b85d67669cf6d339 -C extra-filename=-186479df18423e68 --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-8b219cd2f0359e58.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53372026-08-15T07:04:05.407Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
53382026-08-15T07:04:05.411Z 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=cd2a3173b475133d -C extra-filename=-a3d3827bf59cc4fd --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-dfc86aa05c0a261c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53392026-08-15T07:04:05.602Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
53402026-08-15T07:04:05.606Z 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=0debde1f9946b21a -C extra-filename=-45654b41aa91770f --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-ee1ee095aeeebf2d.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53412026-08-15T07:04:05.717Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
53422026-08-15T07:04:05.721Z 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=a7b489428a1fdb56 -C extra-filename=-012e1206f478bc5d --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-3f3773cef5144943.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53432026-08-15T07:04:05.753Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
53442026-08-15T07:04:05.757Z 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=abd41d5849e81f4f -C extra-filename=-f055f637c7058421 --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-e73aec427acc1eda.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53452026-08-15T07:04:05.851Z 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=70cfdd1db58ec685 -C extra-filename=-08af56d783916b0c --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-ee1ee095aeeebf2d.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-ed19b8234bbb9c96.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53462026-08-15T07:04:05.956Z 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=33d2b8ab67413c31 -C extra-filename=-b16119c56d9dc588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53472026-08-15T07:04:05.995Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
53482026-08-15T07:04:05.999Z 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=44022e07ae4fdd0b -C extra-filename=-df91a603ad6eeaee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.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-30645210b5eb2269.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-730154f55ce99932.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53492026-08-15T07:04:06.120Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
53502026-08-15T07:04:06.154Z 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=0f8178517915569b -C extra-filename=-3d188db6eb471a89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53512026-08-15T07:04:06.158Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
53522026-08-15T07:04:06.162Z 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=51e0e49b77258e93 -C extra-filename=-ce944e4c0253908d --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-012e1206f478bc5d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53532026-08-15T07:04:06.199Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
53542026-08-15T07:04:06.203Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53552026-08-15T07:04:06.203Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
53562026-08-15T07:04:06.203Z 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=0930dd5608c24b30 -C extra-filename=-2161989b79a54a00 --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-012e1206f478bc5d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53572026-08-15T07:04:06.274Z 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=3589697e9d3654a0 -C extra-filename=-4ca83403ca631da2 --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-012e1206f478bc5d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53582026-08-15T07:04:06.275Z 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=03081f7fd93226b5 -C extra-filename=-f1a7719ef0d8deec --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-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53592026-08-15T07:04:06.312Z 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=88287bac67810243 -C extra-filename=-18e947488fddcd67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-08af56d783916b0c.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-30645210b5eb2269.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-730154f55ce99932.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53602026-08-15T07:04:06.346Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53612026-08-15T07:04:06.349Z 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=adbd1cca432dcd02 -C extra-filename=-15c936f8995f7659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-286a163753a64ea5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
53622026-08-15T07:04:06.399Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53632026-08-15T07:04:06.403Z 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=29219415a9dcaa57 -C extra-filename=-6b702119a3a406ff --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-3f3773cef5144943.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53642026-08-15T07:04:06.435Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
53652026-08-15T07:04:06.470Z 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=7d78dfcb8786b83b -C extra-filename=-409bea1c0993882f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53662026-08-15T07:04:06.474Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
53672026-08-15T07:04:06.474Z 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=817cb1efc91a104d -C extra-filename=-fc8fe808b44d484c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8857704496d2e629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53682026-08-15T07:04:06.510Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
53692026-08-15T07:04:06.514Z 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=0a0af358df759f0a -C extra-filename=-141100ddd7b64c47 --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-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53702026-08-15T07:04:06.693Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53712026-08-15T07:04:06.696Z 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=ab418dbf62848609 -C extra-filename=-667d2ee49d6483a4 --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-15c936f8995f7659.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-cfbf54a4981ce64e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-212a139ad475f061.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-fb053b27f577bbd2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
53722026-08-15T07:04:06.739Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
53732026-08-15T07:04:06.781Z 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=4c4bbd32baae36fe -C extra-filename=-ff8bf2de61101413 --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-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.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-95fcb4968a9a5d2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53742026-08-15T07:04:06.885Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
53752026-08-15T07:04:06.926Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erebor --edition=2024 /home/build/.cargo/git/checkouts/erebor-d371525704c11062/48512bf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pmbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "pmbus"))' -C metadata=d9dda734d3e9518b -C extra-filename=-d12f8c8ba19b5416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pmbus=/work/oxidecomputer/omicron/target/debug/deps/libpmbus-7e5f888e7c7d35ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
53762026-08-15T07:04:06.973Z Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
53772026-08-15T07:04:06.977Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de6acf2370dbde91 -C extra-filename=-c48bc7ffd3a528d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rmeta --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53782026-08-15T07:04:07.017Z 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=68209714aaafc449 -C extra-filename=-9714e04ba2fa17a4 --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-9b20a1f2b895b83c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-04eedc3fc4b2819d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e319940cf372d8f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53792026-08-15T07:04:07.080Z 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=bd68cde3caa1b453 -C extra-filename=-87c278e2588e4eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.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-30645210b5eb2269.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-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53802026-08-15T07:04:07.117Z 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=bb118b530068a618 -C extra-filename=-401d70e47a7be8eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53812026-08-15T07:04:07.182Z 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=d38b7421bf0ce2f3 -C extra-filename=-f4fe47327403ba79 --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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53822026-08-15T07:04:07.254Z 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=4ca01d4b4d2653c2 -C extra-filename=-d5a9fc85ea79c679 --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-9b20a1f2b895b83c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-04eedc3fc4b2819d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e319940cf372d8f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53832026-08-15T07:04:07.265Z 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=89a0fc8b6323e6fe -C extra-filename=-b4f70448dd9068e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-ff8bf2de61101413.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-613bf3f1655b0768.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
53842026-08-15T07:04:07.316Z 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=cbf28e7bedad5265 -C extra-filename=-4bda1e2cb34c4edf --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-e73aec427acc1eda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53852026-08-15T07:04:07.386Z 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=12a8941b0af93a2f -C extra-filename=-6df8dc7738994a32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53862026-08-15T07:04:07.391Z 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=45ea287c98ce4dd7 -C extra-filename=-dab63ed15f07d03c --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-012e1206f478bc5d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53872026-08-15T07:04:07.478Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
53882026-08-15T07:04:07.482Z 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=b95070618034d0da -C extra-filename=-5281da7572e4dde3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53892026-08-15T07:04:07.539Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
53902026-08-15T07:04:07.542Z 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=37e83e0b3dadf6a2 -C extra-filename=-1e13962b95ef8bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53912026-08-15T07:04:07.642Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
53922026-08-15T07:04:07.645Z 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=fd0dc5bce341f641 -C extra-filename=-21258750c767de9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53932026-08-15T07:04:07.690Z 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=f65b3f188b5d917b -C extra-filename=-16abce912d8bce56 --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-3f3773cef5144943.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53942026-08-15T07:04:07.735Z 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=1656d3431b06782d -C extra-filename=-56eb203faa497fbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-df91a603ad6eeaee.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.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-30645210b5eb2269.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-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53952026-08-15T07:04:07.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53dc78215dddb879 -C extra-filename=-e4fb7bb77359ca6a --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-012e1206f478bc5d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53962026-08-15T07:04:07.926Z 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=bd464d9bab02b4b4 -C extra-filename=-2557a9a766d5b6b2 --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-012e1206f478bc5d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53972026-08-15T07:04:07.984Z 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=e3d8d82f6bc34819 -C extra-filename=-7c611677a86a6242 --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-3f3773cef5144943.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53982026-08-15T07:04:08.025Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
53992026-08-15T07:04:08.062Z 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=685e6e55cdbea1bd -C extra-filename=-d7faff3ac1ab05f3 --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-ee1ee095aeeebf2d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-18e947488fddcd67.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-08af56d783916b0c.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54002026-08-15T07:04:08.066Z 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=23407a1325b98078 -C extra-filename=-16f284c506b2131e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54012026-08-15T07:04:08.101Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
54022026-08-15T07:04:08.101Z 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=3d8109c28d667117 -C extra-filename=-e162c5d5914d83ff --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-ee1ee095aeeebf2d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-18e947488fddcd67.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-08af56d783916b0c.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54032026-08-15T07:04:08.106Z 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=367d04102ef80a27 -C extra-filename=-4e736f7ffad9eaf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54042026-08-15T07:04:08.338Z 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=604dbeefab9c4b4a -C extra-filename=-bce8e5200230f78c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-ef68f280668e2a22.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-770076683d186e64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54052026-08-15T07:04:08.469Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=898944d29336e93f -C extra-filename=-60d94802ac1bb71d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54062026-08-15T07:04:08.611Z 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=bd9b925cbbfe0f07 -C extra-filename=-8282a622a582f71a --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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54072026-08-15T07:04:08.665Z 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=5195b8ccebc9b37e -C extra-filename=-8d8e3414c53ba145 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-21258750c767de9a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54082026-08-15T07:04:08.764Z 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=04c9fa28e9a39bc1 -C extra-filename=-85c5758285299891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54092026-08-15T07:04:08.770Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
54102026-08-15T07:04:08.770Z 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=e0f8057d73f3a4a2 -C extra-filename=-80e931944ad455d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-e73aec427acc1eda.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-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-3f186eec1e0d8bca.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-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54112026-08-15T07:04:08.801Z 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=a55996faa80ccf66 -C extra-filename=-174b590d9094b166 --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-5dbca69c58ac7138.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54122026-08-15T07:04:08.945Z 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=956dd2d581ccf5a2 -C extra-filename=-ea77fcbb88d250a0 --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-8b219cd2f0359e58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54132026-08-15T07:04:09.044Z 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=feb56a4abe268c03 -C extra-filename=-4a9490c408bea0e5 --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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54142026-08-15T07:04:09.288Z 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=10a78a31d1f2bd17 -C extra-filename=-efa919d14149d287 --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-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54152026-08-15T07:04:09.414Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
54162026-08-15T07:04:09.419Z 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=9fb55d8ede04fd40 -C extra-filename=-13859f85c341f6a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f247d7cf84322889.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb3d97c2ec293efe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54172026-08-15T07:04:09.452Z 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=a17acf7ab1c9850a -C extra-filename=-cea30b9b00428891 --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-ee031d3635291622.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-7df21b16dd30fac8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54182026-08-15T07:04:09.599Z 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=a1bfa1e500ced496 -C extra-filename=-b7164c2f40e2dace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54192026-08-15T07:04:09.662Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/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=23bd1156bf95bfcd -C extra-filename=-f2dcbc5fd58ee002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_proxy=/work/oxidecomputer/omicron/target/debug/deps/libsush_proxy-c48bc7ffd3a528d9.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54202026-08-15T07:04:10.082Z 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=d7122195811ddb17 -C extra-filename=-d68fca4c63065a56 --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-5b7190a1e6fd1cf0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-3fde4bb775d69170.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54212026-08-15T07:04:10.446Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
54222026-08-15T07:04:10.450Z 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=46f6f32f886ed791 -C extra-filename=-d0863d6a3a6a38b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54232026-08-15T07:04:10.540Z 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=b02a01befb090f2c -C extra-filename=-1f456b559ab5e4be --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-0e597593959815fc.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.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-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54242026-08-15T07:04:10.578Z 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=8b937aa4be41d7c8 -C extra-filename=-44e343d5819db8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54252026-08-15T07:04:10.650Z 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=7547707d2261c216 -C extra-filename=-ef1942f33e73b37d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54262026-08-15T07:04:10.686Z 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=12edb2ea32135c2d -C extra-filename=-a52cb5b83228f9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54272026-08-15T07:04:10.985Z 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=cc57c78ffc8cc6a3 -C extra-filename=-fd7c46c9aa09ada9 --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-2be48be4a3be1be5.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-2979ae9651705b15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-dab9e1b0915c6ea0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54282026-08-15T07:04:11.046Z 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=f43e43b9fb59e181 -C extra-filename=-b5c39483dfda6f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8857704496d2e629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54292026-08-15T07:04:11.372Z 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=7ba1e4ebddb69448 -C extra-filename=-818ffa69ce290f96 --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-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54302026-08-15T07:04:11.712Z 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=319b183a577b43f0 -C extra-filename=-c94010dee634cea6 --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-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-fb2a4196c2f5780d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54312026-08-15T07:04:11.751Z 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=a703d99eece5063c -C extra-filename=-c7b8e6e60915977f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54322026-08-15T07:04:11.895Z 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=e47b5a45e63fca66 -C extra-filename=-48caee73f04be089 --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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.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-95fcb4968a9a5d2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54332026-08-15T07:04:11.932Z 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=39fd07a7f72c7571 -C extra-filename=-77f5e0889f0ca058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-6b9776e0d006ef7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54342026-08-15T07:04:12.118Z 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=846a636f828cef73 -C extra-filename=-74b4370d3a667405 --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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54352026-08-15T07:04:12.290Z 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=d2937af67ca847c0 -C extra-filename=-58ded96516fe0ae4 --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-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54362026-08-15T07:04:12.329Z 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=8410baedf2e6e9ad -C extra-filename=-10bbef5aa4a888d4 --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-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54372026-08-15T07:04:12.365Z 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=bbb959f095148cc7 -C extra-filename=-7101ad4fedc03571 --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-450502dea98a3d14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54382026-08-15T07:04:12.405Z 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=8d6b9e602efafc50 -C extra-filename=-1e9f9316534a7549 --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-c007b2dd43c437c2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.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-2be48be4a3be1be5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d3230d607b408158.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54392026-08-15T07:04:12.467Z 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=1a08ea24bfa57de9 -C extra-filename=-a05e42b0623d283d --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-c007b2dd43c437c2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.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-2be48be4a3be1be5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d3230d607b408158.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54402026-08-15T07:04:12.633Z 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=6e4b9bada5fa39cc -C extra-filename=-3fc963cb1b55be1f --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54412026-08-15T07:04:12.764Z 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=7e68bb262bfbed75 -C extra-filename=-169a1315a09bd3c6 --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-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54422026-08-15T07:04:12.832Z 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=8951396d9425c465 -C extra-filename=-1ad477386e64a85c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54432026-08-15T07:04:13.081Z 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=71ea94abb82984fc -C extra-filename=-8924fbea98ebe70c --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54442026-08-15T07:04:13.117Z 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=5ecce1eee3394e5d -C extra-filename=-a1e175a8769e144e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-51aa35fe9390e0d1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54452026-08-15T07:04:13.251Z 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=d93b5705b1697dbf -C extra-filename=-b1222ee182ad0883 --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-86de7da38d96c5c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54462026-08-15T07:04:13.350Z 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=479751b405c740b5 -C extra-filename=-7ca99f817665ffbb --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-ee1ee095aeeebf2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-2236b5810107d638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54472026-08-15T07:04:13.456Z 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=c6a95bb30565a81c -C extra-filename=-75b100397f5350d3 --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-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54482026-08-15T07:04:13.513Z 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=ef1457cc8e7479f7 -C extra-filename=-4dec893e4221a01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-3fde4bb775d69170.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54492026-08-15T07:04:13.722Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
54502026-08-15T07:04:13.726Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d42b4e3f7bd91f6e -C extra-filename=-c6d49d5b69a02394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54512026-08-15T07:04:13.782Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
54522026-08-15T07:04:13.786Z 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=04f43d066911ca2c -C extra-filename=-5ba97a1e570ae402 --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-a06dbc3056d84a4b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-e449b8a499c5c336.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54532026-08-15T07:04:13.821Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
54542026-08-15T07:04:13.824Z 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=df6fd582aa272c1f -C extra-filename=-876b4ef9448fe39e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-450502dea98a3d14.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-ae99d63ced9d56af.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-fb053b27f577bbd2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-5b80fdde4273bb0d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54552026-08-15T07:04:13.868Z 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=3992853f9a72ce73 -C extra-filename=-a2b4866a732070ad --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-ee1ee095aeeebf2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54562026-08-15T07:04:13.905Z 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=d2646858da5f4d84 -C extra-filename=-4350d93138308042 --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-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54572026-08-15T07:04:13.943Z 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=fb1cc7c305c5f3e3 -C extra-filename=-bf327f263c7a6ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54582026-08-15T07:04:13.995Z 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=5d513cfa53ed9711 -C extra-filename=-029886bbd561c50a --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-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54592026-08-15T07:04:14.269Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
54602026-08-15T07:04:14.273Z 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=5079c889292a82f4 -C extra-filename=-8e972eecfff95ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54612026-08-15T07:04:14.306Z 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=93e862bf9861f659 -C extra-filename=-1d644163ef2a004c --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54622026-08-15T07:04:14.344Z 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=ef37257d94ea0177 -C extra-filename=-e9a307338a480a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54632026-08-15T07:04:14.383Z 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=8e3475c4ca114170 -C extra-filename=-42022c9d9a3a98bb --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54642026-08-15T07:04:14.488Z 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=65392dee5c8cf6bf -C extra-filename=-cdd33a13af9f65b0 --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54652026-08-15T07:04:14.842Z 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=ad369887182d1708 -C extra-filename=-0ea8f890b9da3ba5 --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-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54662026-08-15T07:04:14.879Z 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=475f9e80f308f7e5 -C extra-filename=-9e3df4058a0ea233 --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-1ac12b8fdf940d98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.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-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54672026-08-15T07:04:15.157Z 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=17739ccb36b3d46b -C extra-filename=-8bd8251e9129520d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-4a2c4f3ca17e1238.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-2979ae9651705b15.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-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-67cc0f4229bb1900.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-922a3f6e10b77432.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-c6d49d5b69a02394.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-e4fe8da0e00ffca7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ --check-cfg 'cfg(svcadm_autoclear)'`
54682026-08-15T07:04:15.162Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
54692026-08-15T07:04:15.204Z 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=31238575d73e6059 -C extra-filename=-c3af4bb22cc23f03 --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-c007b2dd43c437c2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-b283f61c93383db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54702026-08-15T07:04:15.484Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
54712026-08-15T07:04:15.487Z 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=f2399ecef2830273 -C extra-filename=-1b0b8f0f6e90c239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-b283f61c93383db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54722026-08-15T07:04:15.572Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
54732026-08-15T07:04:15.577Z 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=88957f58172ad7c2 -C extra-filename=-c375d22df3a1a113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54742026-08-15T07:04:15.934Z 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=40f2d2bd03bb1a82 -C extra-filename=-9833a20a7adab71d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54752026-08-15T07:04:16.007Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
54762026-08-15T07:04:16.039Z 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=a2fc4a49c5dcfb02 -C extra-filename=-e9888608da9c637a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-df91a603ad6eeaee.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d7faff3ac1ab05f3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.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-730154f55ce99932.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54772026-08-15T07:04:16.231Z 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=9a8ff8fcc68f8274 -C extra-filename=-c971d1a98ffad10a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-df91a603ad6eeaee.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d7faff3ac1ab05f3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.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-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54782026-08-15T07:04:16.269Z 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=462c4b83413dfbb9 -C extra-filename=-2211162685330695 --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-ee1ee095aeeebf2d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54792026-08-15T07:04:16.313Z 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=328553f3f95d78d3 -C extra-filename=-f2d77363c96bd1c6 --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-ee1ee095aeeebf2d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54802026-08-15T07:04:16.389Z 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=470fc44b03487b4d -C extra-filename=-cc5b75f9525266f5 --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-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54812026-08-15T07:04:16.393Z 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=1305842896583c31 -C extra-filename=-2078aadc00283f17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.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-e73aec427acc1eda.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-4a2c4f3ca17e1238.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.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-361cb930d20b09a3.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8af810057c04dcf4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54822026-08-15T07:04:16.429Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
54832026-08-15T07:04:16.466Z 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=cdc478b566e50207 -C extra-filename=-bbea14426df96d18 --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-c007b2dd43c437c2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-c3af4bb22cc23f03.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54842026-08-15T07:04:16.691Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
54852026-08-15T07:04:16.695Z 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=b71fcae5ef80be59 -C extra-filename=-c52143fa06576de7 --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-ee1ee095aeeebf2d.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54862026-08-15T07:04:16.847Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
54872026-08-15T07:04:16.847Z 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=b783b7e1f9811fe0 -C extra-filename=-050c9f1874fc71a7 --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-4a2c4f3ca17e1238.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-5ba97a1e570ae402.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54882026-08-15T07:04:16.883Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
54892026-08-15T07:04:16.887Z 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=fb6af02508dbb71e -C extra-filename=-e3142971d9190e0e --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-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54902026-08-15T07:04:17.107Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
54912026-08-15T07:04:17.111Z 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=1960a302606defb7 -C extra-filename=-5b414a5a1d6cd267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54922026-08-15T07:04:17.145Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
54932026-08-15T07:04:17.148Z 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=7c236199850c09cf -C extra-filename=-b806e085531ce136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-7642c5beed1ae6ca.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54942026-08-15T07:04:17.981Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
54952026-08-15T07:04:17.985Z 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=d36e64bcb98e9543 -C extra-filename=-7fa6973cd2f4d141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4556a528906caf03.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5125b23c1717a570.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-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.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-e4fe8da0e00ffca7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54962026-08-15T07:04:18.069Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
54972026-08-15T07:04:18.073Z 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=3b9ded1ee39b20da -C extra-filename=-8406df98f0af3f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8857704496d2e629.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54982026-08-15T07:04:18.203Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
54992026-08-15T07:04:18.209Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=44c66591fd19c43d -C extra-filename=-2584ae22734efb40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-925857150a12ef55.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55002026-08-15T07:04:18.280Z 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=2c9cc8704d224998 -C extra-filename=-671244738f9ca373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-186479df18423e68.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-8b219cd2f0359e58.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-8bd8251e9129520d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
55012026-08-15T07:04:18.285Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
55022026-08-15T07:04:18.285Z 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=de09635e19a91d87 -C extra-filename=-04a6e68232dbda24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55032026-08-15T07:04:18.721Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
55042026-08-15T07:04:18.725Z 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=3b276c9e31463286 -C extra-filename=-8ffa169176e084f4 --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-5b414a5a1d6cd267.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55052026-08-15T07:04:18.915Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
55062026-08-15T07:04:18.951Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4c64ecdfeb9d6be9 -C extra-filename=-89ceb60045bcae0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ae99d63ced9d56af.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-2344460e7ed50a5e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55072026-08-15T07:04:19.128Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
55082026-08-15T07:04:19.188Z 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=f6ce2c3a321e959b -C extra-filename=-e164d978b49672dd --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-5b414a5a1d6cd267.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55092026-08-15T07:04:19.275Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
55102026-08-15T07:04:19.279Z 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=6a3603cfa9151fa1 -C extra-filename=-e8931c36098e8cb6 --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-5b414a5a1d6cd267.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55112026-08-15T07:04:19.313Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
55122026-08-15T07:04:19.317Z 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=7f0ff6a8b6ba5e85 -C extra-filename=-8425163520f51b62 --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-5b414a5a1d6cd267.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55132026-08-15T07:04:19.414Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
55142026-08-15T07:04:19.416Z 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=6763898230fcd228 -C extra-filename=-888147737f1d11d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.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-dab9e1b0915c6ea0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55152026-08-15T07:04:19.452Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
55162026-08-15T07:04:19.456Z 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=3e40ba71ac7f50e3 -C extra-filename=-6cee896ca667a4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.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-ee1ee095aeeebf2d.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-614f534e40b40698.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-7fa6973cd2f4d141.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55172026-08-15T07:04:19.723Z 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=037705e97a489eba -C extra-filename=-699b9e1cdaee3167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-04a6e68232dbda24.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55182026-08-15T07:04:19.805Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=d20273f5c05f8ec2 -C extra-filename=-9ce828c5a4d3c1b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-925857150a12ef55.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55192026-08-15T07:04:19.828Z 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=c827f484aeaa8f2d -C extra-filename=-fcb046553c958efe --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-5b414a5a1d6cd267.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55202026-08-15T07:04:19.886Z 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=7212c7c9f9a57417 -C extra-filename=-a1923d543c95c02d --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-5b414a5a1d6cd267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55212026-08-15T07:04:19.936Z 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=8643f4c69969eb20 -C extra-filename=-e2c0cbc756849964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55222026-08-15T07:04:20.189Z 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=6c7807a8457e6288 -C extra-filename=-9f75196ada3bacc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.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-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-614f534e40b40698.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-7fa6973cd2f4d141.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55232026-08-15T07:04:20.358Z 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=2578431843a0d3cd -C extra-filename=-ffb7ad03fad7a79e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8857704496d2e629.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55242026-08-15T07:04:20.647Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
55252026-08-15T07:04:20.650Z 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=ef5b773c7a7fa4af -C extra-filename=-95d47ecb88b77d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55262026-08-15T07:04:20.878Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
55272026-08-15T07:04:20.881Z 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=78bec8ea8c1080ed -C extra-filename=-ffb7c6de8b3f01c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d889de77cf66fa62.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55282026-08-15T07:04:20.986Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
55292026-08-15T07:04:20.990Z 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=b184f65680adc1b0 -C extra-filename=-30c6b54cb031e4fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-141100ddd7b64c47.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.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-2e4f5d25cd0fbe74.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55302026-08-15T07:04:21.213Z 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=d3f3942b6c514499 -C extra-filename=-fbae6b3dfac6f336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55312026-08-15T07:04:21.355Z 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=8167955340eb990b -C extra-filename=-680edbfd14f47e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d889de77cf66fa62.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55322026-08-15T07:04:21.611Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
55332026-08-15T07:04:21.615Z 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=d2bab70bd3613084 -C extra-filename=-60182c433d87e2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-922a3f6e10b77432.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-dab9e1b0915c6ea0.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55342026-08-15T07:04:21.867Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
55352026-08-15T07:04:21.871Z 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=5407a598ab783fde -C extra-filename=-ad3ca045443359db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-8bd8251e9129520d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55362026-08-15T07:04:21.906Z 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=048514f18dab85af -C extra-filename=-c354abffafe92c5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.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-6cee896ca667a4a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-614f534e40b40698.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-7fa6973cd2f4d141.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55372026-08-15T07:04:21.965Z 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=aa42c779ad56d214 -C extra-filename=-eaeb08273f9667cd --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-5b414a5a1d6cd267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55382026-08-15T07:04:22.006Z 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=8e71f03fd72f9252 -C extra-filename=-7113c1c1b18b58f7 --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-5b414a5a1d6cd267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55392026-08-15T07:04:22.043Z 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=59de17498d99a1b4 -C extra-filename=-8104e7a18d53eeb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55402026-08-15T07:04:22.238Z 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=e3a7eb60f0b55cc2 -C extra-filename=-762284a46eb59b4b --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-4a2c4f3ca17e1238.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-5ba97a1e570ae402.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55412026-08-15T07:04:22.560Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b16160261e8acae1 -C extra-filename=-2f9af54ac6d26851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55422026-08-15T07:04:22.938Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
55432026-08-15T07:04:22.942Z 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=b06c820faf7addc3 -C extra-filename=-73e0ee9a67465d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55442026-08-15T07:04:23.119Z 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=5faeff170ec9c28d -C extra-filename=-a9001f43f4e014f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55452026-08-15T07:04:23.380Z 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=cc207bd9d424efe8 -C extra-filename=-d7d4d498ee20d97f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55462026-08-15T07:04:23.435Z 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=45fb12431eeff5f4 -C extra-filename=-37f11e78d608bff8 --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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55472026-08-15T07:04:23.506Z 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=b817344c88142669 -C extra-filename=-3d6e4727af56ea6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-450502dea98a3d14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-fb053b27f577bbd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-5b80fdde4273bb0d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55482026-08-15T07:04:23.937Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55492026-08-15T07:04:23.941Z 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=92ac5396ccbf6b09 -C extra-filename=-11c1696199f196d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.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-4a2c4f3ca17e1238.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-4591d36eda71a382.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6ffac603925980d1.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-b806e085531ce136.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rmeta --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55502026-08-15T07:04:24.572Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
55512026-08-15T07:04:24.577Z 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=3baf361f4ec1a3dc -C extra-filename=-d5694beef03c8b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-e73aec427acc1eda.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-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-2979ae9651705b15.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-73e0ee9a67465d03.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55522026-08-15T07:04:24.899Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
55532026-08-15T07:04:24.903Z 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=e069f3c6b777367e -C extra-filename=-ade24a5d31bf9e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-73e0ee9a67465d03.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55542026-08-15T07:04:25.028Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
55552026-08-15T07:04:25.032Z 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=5b54d8d7f27b27c2 -C extra-filename=-c5a74ee4e150da3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-e8931c36098e8cb6.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-fffdb8c490258207.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-d5ac4a036d19983a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fc8fe808b44d484c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8425163520f51b62.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-e3142971d9190e0e.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55562026-08-15T07:04:25.065Z 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=c5c03b174f6c5ad5 -C extra-filename=-ae89ee9dc5cf3228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6ffac603925980d1.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-b806e085531ce136.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55572026-08-15T07:04:25.178Z 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=b00cc7f5c827ad62 -C extra-filename=-f67894bab02a886b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55582026-08-15T07:04:25.512Z 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=5db053136293a62a -C extra-filename=-52aa4189b6ffa14a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-73e0ee9a67465d03.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55592026-08-15T07:04:25.557Z 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=353ce86313406c4f -C extra-filename=-ec1ee49488b05134 --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-ee1ee095aeeebf2d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55602026-08-15T07:04:25.638Z 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=bd12d1e55f6fa0d7 -C extra-filename=-33e8d477104fa0fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55612026-08-15T07:04:25.825Z 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=0eb62766b5a444f4 -C extra-filename=-60a58237b6c3f3ab --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-c007b2dd43c437c2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55622026-08-15T07:04:25.869Z 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=fc4a92c139ce2779 -C extra-filename=-8cd48390e6acbfb9 --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-a06dbc3056d84a4b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55632026-08-15T07:04:26.380Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
55642026-08-15T07:04:26.384Z 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=7c74e5a3000e829f -C extra-filename=-d6bfc87442d95802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-5b414a5a1d6cd267.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-e73aec427acc1eda.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.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-d230ad3132c59ab4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-876b4ef9448fe39e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.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-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-540195f3575be404.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55652026-08-15T07:04:27.827Z 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=231d681f35828e74 -C extra-filename=-e65a71a41f75c3dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.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-e73aec427acc1eda.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.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-361cb930d20b09a3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8af810057c04dcf4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55662026-08-15T07:04:27.879Z 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=e7e1a980a8575e6d -C extra-filename=-d91b8dbca704190f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-8bd8251e9129520d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ad3ca045443359db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55672026-08-15T07:04:27.881Z 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=3205d83fa82500c7 -C extra-filename=-fb99b7fa2884b797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-8bd8251e9129520d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ad3ca045443359db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55682026-08-15T07:04:27.885Z 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=50b9e06a5e025bdd -C extra-filename=-d6784b07ab335295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-8bd8251e9129520d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ad3ca045443359db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55692026-08-15T07:04:27.908Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
55702026-08-15T07:04:27.942Z 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=cc99d07e98bd2fd5 -C extra-filename=-471177c808da5135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-7b390c73a1b1a435.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55712026-08-15T07:04:28.640Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
55722026-08-15T07:04:28.643Z 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=702a8d4cdb5db3f1 -C extra-filename=-da1a361d8f0ccad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55732026-08-15T07:04:28.910Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
55742026-08-15T07:04:28.914Z 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=e9497418ff2719e1 -C extra-filename=-aa7056e1fa3d105a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-d5694beef03c8b4f.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.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-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55752026-08-15T07:04:29.591Z 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=6a9f1b7a75f27cdc -C extra-filename=-c361c22160b9357b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-d5694beef03c8b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.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-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55762026-08-15T07:04:29.591Z 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=179fe234b8b1ed8c -C extra-filename=-3681b203223552b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d889de77cf66fa62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55772026-08-15T07:04:29.625Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
55782026-08-15T07:04:29.659Z 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=971645d9d3a36bf3 -C extra-filename=-8a09284f59617d90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-e1aaf97b54c2ca26.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-ea67ec6fbb6a78ff.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-dab9e1b0915c6ea0.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55792026-08-15T07:04:32.121Z 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=c5e8e7c054301dd3 -C extra-filename=-f56ddf933c2f1d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-da1a361d8f0ccad4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55802026-08-15T07:04:32.121Z 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=59803df870616c2d -C extra-filename=-5caf93a46f7ae094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55812026-08-15T07:04:32.126Z 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=3c1dfa06b694b4fc -C extra-filename=-7f0f2568ee593661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6ffac603925980d1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55822026-08-15T07:04:32.127Z 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=d6e6888f2c285ea9 -C extra-filename=-58b29a68f5fb36b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6ffac603925980d1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55832026-08-15T07:04:32.128Z 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=eb0d72de98899c9c -C extra-filename=-99969d943e5fcb98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6ffac603925980d1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55842026-08-15T07:04:32.131Z 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=c691c556da2565f8 -C extra-filename=-078ea99e426a040d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-da1a361d8f0ccad4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55852026-08-15T07:04:36.204Z 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=fcb4d4f6e77ba0cb -C extra-filename=-55217cc8ebd00262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-e8931c36098e8cb6.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fc8fe808b44d484c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c5a74ee4e150da3f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8425163520f51b62.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-e3142971d9190e0e.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55862026-08-15T07:04:37.472Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
55872026-08-15T07:04:37.472Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
55882026-08-15T07:04:37.472Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
55892026-08-15T07:04:37.478Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
55902026-08-15T07:04:37.478Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
55912026-08-15T07:04:37.478Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
55922026-08-15T07:04:37.478Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
55932026-08-15T07:04:37.478Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
55942026-08-15T07:04:37.478Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
55952026-08-15T07:04:37.478Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
55962026-08-15T07:04:37.480Z 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=b77c3a30ff563611 -C extra-filename=-4653043739c6035a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-2780983ac7565205.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55972026-08-15T07:04:37.481Z 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=1354c79d5d65ea97 -C extra-filename=-c1e1c4a757aa7e49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55982026-08-15T07:04:37.483Z 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=3f1d07014bfeb676 -C extra-filename=-d0e2c2b3cbb891de --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-4a2c4f3ca17e1238.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55992026-08-15T07:04:37.483Z 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=34ac45f6255ff2ae -C extra-filename=-cc284e7de73ac05f --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-5b414a5a1d6cd267.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-4a2c4f3ca17e1238.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56002026-08-15T07:04:37.484Z 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=42ffa5f339658de7 -C extra-filename=-56e85b13d4d365d3 --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-d5ac4a036d19983a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56012026-08-15T07:04:37.508Z 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=75c95128dd3c3e3a -C extra-filename=-cba154512bd3a140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56022026-08-15T07:04:37.512Z 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=bb2d236cce2d372d -C extra-filename=-28e450f6d72cd59d --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-e73aec427acc1eda.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-e449b8a499c5c336.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56032026-08-15T07:04:37.514Z 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=f63f2087ddfbf972 -C extra-filename=-190fd48cfa77ad9e --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-e73aec427acc1eda.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56042026-08-15T07:04:37.514Z 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=2531952967cbbec6 -C extra-filename=-d85a3c7023ca8936 --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-4a2c4f3ca17e1238.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56052026-08-15T07:04:37.514Z 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=eb0d3dc8d8044444 -C extra-filename=-e351ba574ddcc76e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.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-d5ac4a036d19983a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d54654d2bb4e8f36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-7b390c73a1b1a435.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56062026-08-15T07:04:37.545Z 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=34bf5b1c1ac84bb0 -C extra-filename=-d16f8af3ee607e34 --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-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56072026-08-15T07:04:39.638Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56082026-08-15T07:04:39.642Z 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=4e20e71ee4478016 -C extra-filename=-d7d96bab1ceb0061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-102a0776435919c5.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-c1e1c4a757aa7e49.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-f241e4647e21a543.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56092026-08-15T07:04:39.642Z 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=4b9800c52514f652 -C extra-filename=-b398d3854d98a593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-172258c47e84211c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-c1e1c4a757aa7e49.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d54654d2bb4e8f36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5db6da35e0306d12.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-9c784298440d0ca7.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-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-dab9e1b0915c6ea0.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56102026-08-15T07:04:39.847Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
56112026-08-15T07:04:39.850Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56122026-08-15T07:04:39.851Z 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=c9b2d1f4d3d90c28 -C extra-filename=-37a935cd3aca6550 --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-e73aec427acc1eda.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-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f055f637c7058421.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56132026-08-15T07:04:39.851Z 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=adc13408f6c11974 -C extra-filename=-cb4bb1889042393c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56142026-08-15T07:04:39.880Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
56152026-08-15T07:04:39.918Z 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=cfbb9280824c71bf -C extra-filename=-1633e4d7f1f46435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-d5ac4a036d19983a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-1b0b8f0f6e90c239.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-4653043739c6035a.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-dab9e1b0915c6ea0.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56162026-08-15T07:04:40.846Z 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=7426d7fae90000b9 -C extra-filename=-47a6a33c0929daf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-2780983ac7565205.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56172026-08-15T07:04:40.846Z 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=4b28fa681c62f7ee -C extra-filename=-b06904654afcb5d1 --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-e73aec427acc1eda.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56182026-08-15T07:04:40.850Z 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=3948c1cf2f735426 -C extra-filename=-4345bc798b91a014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56192026-08-15T07:04:40.855Z 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=75415816a0e3e427 -C extra-filename=-23d524297d575633 --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-4a2c4f3ca17e1238.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56202026-08-15T07:04:40.882Z 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=285c0017685bd735 -C extra-filename=-8d81877fabdb059a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56212026-08-15T07:04:40.887Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=c0d35feb2b32a967 -C extra-filename=-a49c11f499a60e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-102a0776435919c5.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-c1e1c4a757aa7e49.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-f241e4647e21a543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56222026-08-15T07:04:40.887Z 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=21fa24a87469fcc0 -C extra-filename=-4ff19a2c84ad8747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-2780983ac7565205.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56232026-08-15T07:04:40.890Z 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=88ca808eb8b3bd0f -C extra-filename=-95da63f554d3ee80 --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-5b414a5a1d6cd267.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-4a2c4f3ca17e1238.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56242026-08-15T07:04:40.916Z 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=9e4f61275cac3d64 -C extra-filename=-14cbf224fa6cab18 --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-4a2c4f3ca17e1238.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56252026-08-15T07:04:40.919Z 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=a04a3268d5ae67bc -C extra-filename=-237e22847133abb3 --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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-e449b8a499c5c336.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56262026-08-15T07:04:40.921Z 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=b21027a7b1b5eab0 -C extra-filename=-2164c9b7d7a0d3b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-172258c47e84211c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-c1e1c4a757aa7e49.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5db6da35e0306d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-dab9e1b0915c6ea0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56272026-08-15T07:04:41.244Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
56282026-08-15T07:04:41.248Z 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=79b43b3509dec6fe -C extra-filename=-a9dad1b56e6159ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56292026-08-15T07:04:41.282Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
56302026-08-15T07:04:41.285Z 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=40d9b14b3db2e0c6 -C extra-filename=-57b85d813ee05424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-df725d3482ce9f30.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a50d7b664442cd57.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.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-925857150a12ef55.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-3f186eec1e0d8bca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb3d97c2ec293efe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56312026-08-15T07:04:41.376Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
56322026-08-15T07:04:41.379Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
56332026-08-15T07:04:41.379Z 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=728fc3695478237d -C extra-filename=-d0b4b25a5bcce9b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56342026-08-15T07:04:41.380Z 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=664ee1f7703daadb -C extra-filename=-d842e5323688ec43 --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-d7d96bab1ceb0061.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56352026-08-15T07:04:42.023Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c53a7b8f03b0a5ab -C extra-filename=-401c03f2d63de407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-79b4d167f02d3472.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-730154f55ce99932.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f19f4e2e2cac25ff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56362026-08-15T07:04:42.028Z 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=0ba21a178d30f4ea -C extra-filename=-2595812b90123beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30c6b54cb031e4fd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-141100ddd7b64c47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.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-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-db8b8bf6edbb484c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56372026-08-15T07:04:42.030Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c21619ee8d087caf -C extra-filename=-b07c40577977726b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56382026-08-15T07:04:42.059Z 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=652395fed977319e -C extra-filename=-a0e07e1eb19b1200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d889de77cf66fa62.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-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-2979ae9651705b15.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-73e0ee9a67465d03.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56392026-08-15T07:04:42.093Z 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=85c4a323c8e24748 -C extra-filename=-bfdb18252b702cae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56402026-08-15T07:04:42.097Z 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=60faa3135466d2f6 -C extra-filename=-5c364eacbb6205a5 --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-3c826cb7ce98a364.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-bbea14426df96d18.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56412026-08-15T07:04:42.238Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
56422026-08-15T07:04:42.238Z 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=fb9d4accc143ee47 -C extra-filename=-fc811b08697dc7d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56432026-08-15T07:04:42.284Z 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=265f55bdba707782 -C extra-filename=-07ad976479464f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d842e5323688ec43.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-3f186eec1e0d8bca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56442026-08-15T07:04:42.419Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56452026-08-15T07:04:42.426Z 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=b37f355345386dce -C extra-filename=-bfa63ebcfddd32c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-32f3b455c3cad2c6.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-c6d49d5b69a02394.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-7b390c73a1b1a435.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56462026-08-15T07:04:43.003Z 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=4fde0be5c84816b4 -C extra-filename=-1ebef56fcaab74cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d842e5323688ec43.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-3f186eec1e0d8bca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56472026-08-15T07:04:43.040Z 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=54ad14990ef1581c -C extra-filename=-b5e39e7480b04d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-409bea1c0993882f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ad3ca045443359db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56482026-08-15T07:04:43.164Z 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=708d58228b5cbbe8 -C extra-filename=-bc8e90dc63b4f84e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-409bea1c0993882f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56492026-08-15T07:04:43.200Z 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=0b6e78bfc01d7062 -C extra-filename=-8ee5de585f6c7fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.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-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.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-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8af810057c04dcf4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56502026-08-15T07:04:43.245Z 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=602c8047982173ff -C extra-filename=-8fb46002951d6a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-409bea1c0993882f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ad3ca045443359db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56512026-08-15T07:04:43.287Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
56522026-08-15T07:04:43.290Z 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=789412496f861644 -C extra-filename=-e3923ae7e5c40c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-409bea1c0993882f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.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-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56532026-08-15T07:04:43.833Z 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=3efe944d4408c1bd -C extra-filename=-be0e388262bf858e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.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-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.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-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8af810057c04dcf4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56542026-08-15T07:04:43.883Z 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=e3e90eed3be96508 -C extra-filename=-ab82ba8093a1eaf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-d230ad3132c59ab4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
56552026-08-15T07:04:44.072Z 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=0d5b65d67a9a5f50 -C extra-filename=-f595bb615723ff0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-409bea1c0993882f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ad3ca045443359db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56562026-08-15T07:04:44.163Z 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=645a35b2fd20778a -C extra-filename=-d51a19949d915f06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56572026-08-15T07:04:44.392Z 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=7b882ae2e5881d95 -C extra-filename=-4276d3c787c88d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-409bea1c0993882f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ad3ca045443359db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56582026-08-15T07:04:44.544Z 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=7d0ce31bdf21bf7b -C extra-filename=-2d4542e908907673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.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-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.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-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8af810057c04dcf4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56592026-08-15T07:04:44.678Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
56602026-08-15T07:04:44.682Z 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=79f32fbeba326cb7 -C extra-filename=-fc01644562c9c991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-186479df18423e68.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-e3b7620b3c59e2a1.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-df725d3482ce9f30.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fc8fe808b44d484c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-ff8bf2de61101413.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-73e0ee9a67465d03.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8425163520f51b62.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-e3142971d9190e0e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56612026-08-15T07:04:44.775Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
56622026-08-15T07:04:44.779Z 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=8014970859203ade -C extra-filename=-a5f5ac0479b7eeb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-95dd076f65783f49.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.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-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-1b0b8f0f6e90c239.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56632026-08-15T07:04:44.867Z 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=993be5b37067cabb -C extra-filename=-2119e80317d20771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56642026-08-15T07:04:44.906Z 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=f59b5014e3645c00 -C extra-filename=-3f6712fbed45640e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-32f3b455c3cad2c6.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-c6d49d5b69a02394.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-7b390c73a1b1a435.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56652026-08-15T07:04:45.291Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
56662026-08-15T07:04:45.295Z 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=8ae77fb6a611306a -C extra-filename=-9d55a1baf27cd4b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57b85d813ee05424.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.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-4653043739c6035a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56672026-08-15T07:04:45.333Z 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=af946c826e6a16c0 -C extra-filename=-20e72b632d21ac8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bfc9284a88c5a434.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
56682026-08-15T07:04:45.497Z 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=49977dfa0b464667 -C extra-filename=-24ffa21d5e979fdc --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-5e48c25e6bb54ef8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56692026-08-15T07:04:45.781Z 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=5331c1ad21b48966 -C extra-filename=-1965d57d88be9f40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ecf82dff97fa5dd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56702026-08-15T07:04:46.493Z 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=c46930837974a56a -C extra-filename=-d8b3c4e8ff51435d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-7c91d6de403a4090.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-d5ac4a036d19983a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-925857150a12ef55.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rmeta --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rmeta --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56712026-08-15T07:04:46.584Z 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=94d942865c78eb35 -C extra-filename=-bfdf5a00bfc47c89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4556a528906caf03.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5125b23c1717a570.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56722026-08-15T07:04:46.936Z 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=e4476efb96edfee9 -C extra-filename=-acd01dd3fd1919ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-922a3f6e10b77432.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56732026-08-15T07:04:47.550Z 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=cf0d9ac098c7eb97 -C extra-filename=-f8955b11838f8143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-ef68f280668e2a22.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-770076683d186e64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56742026-08-15T07:04:48.898Z 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=6801523323f1afa1 -C extra-filename=-733f5a2af1528acb --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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56752026-08-15T07:04:48.939Z 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=5ff4aadcbd7a83dc -C extra-filename=-5fbc485d2619d82b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ecf82dff97fa5dd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56762026-08-15T07:04:49.106Z 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=b1bc6e274b7c5705 -C extra-filename=-f1739d40dfc51306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f0833b643cc7bb76.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56772026-08-15T07:04:49.687Z 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=afb64eecc31df797 -C extra-filename=-b0f2073b838fcdc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-95dd076f65783f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56782026-08-15T07:04:49.988Z 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=6aa0078a67ab1387 -C extra-filename=-358ae368c9dc5e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56792026-08-15T07:04:50.052Z 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=ce01372ac3f61387 -C extra-filename=-36cabb0d9117e7fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56802026-08-15T07:04:52.032Z 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=23c2ed87bc182cc4 -C extra-filename=-2a08171a332a916f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56812026-08-15T07:04:52.678Z 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=ce34e0e81089d1ea -C extra-filename=-1f27d595bcfa9f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-df725d3482ce9f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a50d7b664442cd57.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57b85d813ee05424.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-3f186eec1e0d8bca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb3d97c2ec293efe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56822026-08-15T07:04:53.086Z 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=70b8550afa478ba7 -C extra-filename=-c19f41a9e50b47ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-4653043739c6035a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56832026-08-15T07:04:54.764Z 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=3b8d6254c1fd8421 -C extra-filename=-2597cea0de20c385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-e8931c36098e8cb6.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-724582a27a049761.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30c6b54cb031e4fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fc8fe808b44d484c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-141100ddd7b64c47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8425163520f51b62.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-e3142971d9190e0e.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56842026-08-15T07:04:55.021Z 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=d5f843c049e33e6d -C extra-filename=-924b2c81e3903d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-df725d3482ce9f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a50d7b664442cd57.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57b85d813ee05424.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-3f186eec1e0d8bca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb3d97c2ec293efe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56852026-08-15T07:04:56.372Z 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=124f4b347d2c70b4 -C extra-filename=-f49aa9dfc269648b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-e8931c36098e8cb6.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-724582a27a049761.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30c6b54cb031e4fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fc8fe808b44d484c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-141100ddd7b64c47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c5a74ee4e150da3f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8425163520f51b62.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-e3142971d9190e0e.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56862026-08-15T07:04:58.205Z 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=a672516839b080ec -C extra-filename=-5227770eefd15313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-df725d3482ce9f30.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a50d7b664442cd57.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57b85d813ee05424.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-3f186eec1e0d8bca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb3d97c2ec293efe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56872026-08-15T07:04:58.550Z 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=d81f422c57cee4e8 -C extra-filename=-f15b974433d271b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-df725d3482ce9f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a50d7b664442cd57.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-3f186eec1e0d8bca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb3d97c2ec293efe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56882026-08-15T07:04:59.335Z 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=fcf5799eab50a01b -C extra-filename=-e1afadc999fe7ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-e8931c36098e8cb6.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-724582a27a049761.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30c6b54cb031e4fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fc8fe808b44d484c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-141100ddd7b64c47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c5a74ee4e150da3f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8425163520f51b62.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-e3142971d9190e0e.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56892026-08-15T07:04:59.992Z 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=1b2f6633d746a9da -C extra-filename=-bca550ab1fe898c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bfc9284a88c5a434.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-ab82ba8093a1eaf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
56902026-08-15T07:05:02.218Z 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=812ce7aed9395702 -C extra-filename=-3b11b59126c0f3e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bfc9284a88c5a434.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-ab82ba8093a1eaf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
56912026-08-15T07:05:02.281Z 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=1c22266dd1c5bac9 -C extra-filename=-4b5ffa7ddef212d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-5b414a5a1d6cd267.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.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-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-876b4ef9448fe39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-ab82ba8093a1eaf6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-540195f3575be404.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56922026-08-15T07:05:02.486Z 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=9b77ce0d10009d23 -C extra-filename=-7959d8fb2dc441fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.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-ab82ba8093a1eaf6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
56932026-08-15T07:05:02.523Z 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=b9f1a217a08eaa40 -C extra-filename=-08220a4f316a87e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-ab82ba8093a1eaf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
56942026-08-15T07:05:02.561Z 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=7d7df4805c57d154 -C extra-filename=-eb6ea66d1aea3adb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-9c7dd78be1428465.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.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-c1e1c4a757aa7e49.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ef68f280668e2a22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-ab82ba8093a1eaf6.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-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56952026-08-15T07:05:02.597Z 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=33720cfffd518f8f -C extra-filename=-be174768e2c2c3ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-9c7dd78be1428465.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.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-c1e1c4a757aa7e49.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ef68f280668e2a22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-ab82ba8093a1eaf6.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-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56962026-08-15T07:05:04.169Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name read_series --edition=2024 nexus/types/tests/read_series.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb57e64ab0f77e73 -C extra-filename=-4d34eaf6d854ee1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-5b414a5a1d6cd267.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.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-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-ab82ba8093a1eaf6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-540195f3575be404.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56972026-08-15T07:05:04.969Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
56982026-08-15T07:05:04.973Z 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=7f39673d23d5aebd -C extra-filename=-a2fb5b913e795954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-ab82ba8093a1eaf6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-c3af4bb22cc23f03.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bbea14426df96d18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56992026-08-15T07:05:05.006Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6ebe431743dcf359 -C extra-filename=-514d28a8aca82ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-2344460e7ed50a5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57002026-08-15T07:05:05.228Z 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=bb2a7940f65734ad -C extra-filename=-7817faa0a30b624e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57b85d813ee05424.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.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-4653043739c6035a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57012026-08-15T07:05:05.283Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
57022026-08-15T07:05:05.286Z 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=94ba4cf0edf26681 -C extra-filename=-e72aba491bb355de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57b85d813ee05424.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-3f186eec1e0d8bca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57032026-08-15T07:05:05.955Z 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=96af84590067ae1c -C extra-filename=-1824bd30d7b6c900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-4653043739c6035a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57042026-08-15T07:05:06.529Z 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=cd4253dd855157db -C extra-filename=-8764db08dbcbe049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57052026-08-15T07:05:06.638Z 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=9be6c600bf55a101 -C extra-filename=-41461aa148b5343d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57062026-08-15T07:05:07.513Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
57072026-08-15T07:05:07.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rack_init_config --edition=2024 dev-tools/rack-init-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c5cb74b5854260f -C extra-filename=-32449fdf7f313cc6 --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-5b414a5a1d6cd267.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57082026-08-15T07:05:07.845Z 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=dcae4d6ef184073d -C extra-filename=-4942061edd72a3a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57092026-08-15T07:05:08.015Z 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=c37b88a983d6370a -C extra-filename=-3525a1c6863a579b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f055f637c7058421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57102026-08-15T07:05:09.270Z 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=319f8e66bb7a3dea -C extra-filename=-fdd71159a1e743f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ecf82dff97fa5dd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57112026-08-15T07:05:09.403Z 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=070aebfebfcca775 -C extra-filename=-d92e431aa0af8e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-ef68f280668e2a22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57122026-08-15T07:05:10.052Z 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=e1b676c6f689020f -C extra-filename=-b274146f95708097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57132026-08-15T07:05:12.585Z 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=15974f62850e8805 -C extra-filename=-e54c4f04ef37a7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ecf82dff97fa5dd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57142026-08-15T07:05:14.079Z 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=de438cd6a49b9e5d -C extra-filename=-8bc4428de4bb810b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-3c826cb7ce98a364.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-ea67ec6fbb6a78ff.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-29914b79490a44fd.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-dab9e1b0915c6ea0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bbea14426df96d18.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57152026-08-15T07:05:15.398Z 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=a4b068ff195d0b13 -C extra-filename=-8de86018df51c28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57162026-08-15T07:05:16.803Z 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=3883116fff39ea3d -C extra-filename=-9fc916c94fc00562 --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-3c826cb7ce98a364.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-c3af4bb22cc23f03.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bbea14426df96d18.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57172026-08-15T07:05:17.141Z 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=2e63e2906a544a68 -C extra-filename=-448db89f228388a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57182026-08-15T07:05:18.091Z 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=1a5787426fab41ad -C extra-filename=-a93944012dceae66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-ef68f280668e2a22.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-770076683d186e64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57192026-08-15T07:05:18.964Z 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=807cb6e972e316c2 -C extra-filename=-16b9daf0e94d5211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-3f186eec1e0d8bca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57202026-08-15T07:05:19.126Z 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=32b3dfd8eec6180a -C extra-filename=-944c6646686a47f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ecf82dff97fa5dd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57212026-08-15T07:05:19.167Z 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=3259a35ef0f61537 -C extra-filename=-5be711b1c9e635db --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-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57222026-08-15T07:05:19.713Z 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=c287fc0b3bb13309 -C extra-filename=-dbaf25e80b0af048 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-4a2c4f3ca17e1238.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-2979ae9651705b15.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-67cc0f4229bb1900.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-922a3f6e10b77432.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ --check-cfg 'cfg(svcadm_autoclear)'`
57232026-08-15T07:05:21.359Z 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=d0c2e78f8b4592ab -C extra-filename=-634e56eaabb014cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57242026-08-15T07:05:21.889Z 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=fb10531526f5fc28 -C extra-filename=-46868973d25ac47f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-141100ddd7b64c47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.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-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-db8b8bf6edbb484c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57252026-08-15T07:05:22.081Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
57262026-08-15T07:05:22.085Z 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=5c3e40797a81fb6b -C extra-filename=-d2eecad641489d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57272026-08-15T07:05:23.377Z 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=c991603f63310bc4 -C extra-filename=-9b06aae12cfefc38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-3f186eec1e0d8bca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57282026-08-15T07:05:26.661Z 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=2d62dba63d1365b6 -C extra-filename=-f194a67240d52074 --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-b398d3854d98a593.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57292026-08-15T07:05:27.747Z 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=fe4f1e805d4862bc -C extra-filename=-03c25757dde00e62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ff4a44b4234ef8fa.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-e73aec427acc1eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.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-f194a67240d52074.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-67201c8c68c4f3a7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.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-dab9e1b0915c6ea0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57302026-08-15T07:05:28.101Z 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=fbbc2e0d2110a004 -C extra-filename=-244de1e57bbda717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-2cd4ccf3d404df41.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57312026-08-15T07:05:30.236Z 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=68f7e2dbf0818289 -C extra-filename=-276e4e9899ecfd4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.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-6ff2029acfef72bd.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e4c406627c6c3242.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-9c7dd78be1428465.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-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-7e2d23698ec4b144.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cb0c960b98c888a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57322026-08-15T07:05:31.254Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
57332026-08-15T07:05:31.258Z 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=611e2433d6fd5fb0 -C extra-filename=-de698ddff52f99ab --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-77c7d72087fd0c31.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
57342026-08-15T07:05:32.237Z 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=7fd1902d332678ff -C extra-filename=-9b45a63902a27c6e --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-25876ee1780c2c34.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-172258c47e84211c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b31b90b8da6cd278.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
57352026-08-15T07:05:32.338Z 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=4f0be896ee5c5ade -C extra-filename=-bcd5484832787ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57362026-08-15T07:05:32.516Z 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=9a5047653a397e56 -C extra-filename=-fe13c49c699fd767 --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-b398d3854d98a593.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57372026-08-15T07:05:32.970Z 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=b246b8efe70cd25e -C extra-filename=-e3ee81cfdceb6251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ff4a44b4234ef8fa.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-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.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-f194a67240d52074.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-67201c8c68c4f3a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.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-dab9e1b0915c6ea0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57382026-08-15T07:05:33.321Z 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=24037709ecee4951 -C extra-filename=-1e6c44be49e68f27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57392026-08-15T07:05:33.469Z 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=deb80fd9c18b7735 -C extra-filename=-ea81799bb4ae5156 --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-77c7d72087fd0c31.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
57402026-08-15T07:05:37.331Z 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=d3bec6d157ee2266 -C extra-filename=-a770e3d43d075cd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.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-172258c47e84211c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b31b90b8da6cd278.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.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-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-03c25757dde00e62.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f194a67240d52074.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.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-d54654d2bb4e8f36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-361cb930d20b09a3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-30645210b5eb2269.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-dab9e1b0915c6ea0.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57412026-08-15T07:05:53.747Z 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=74dedf13cf79b742 -C extra-filename=-f945bf0a6db7bc25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.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-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e4c406627c6c3242.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-9c7dd78be1428465.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-7e2d23698ec4b144.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cb0c960b98c888a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57422026-08-15T07:05:53.752Z 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=66596ae5369b0cb8 -C extra-filename=-f58bfd198b84810e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f0833b643cc7bb76.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57432026-08-15T07:05:53.756Z 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=df5d63a5c48bdd9c -C extra-filename=-531eff347e249696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.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-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e4c406627c6c3242.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-276e4e9899ecfd4c.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-9c7dd78be1428465.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-7e2d23698ec4b144.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cb0c960b98c888a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57442026-08-15T07:05:53.785Z 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=9855a16b2573b42e -C extra-filename=-665d78dcae475d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f0833b643cc7bb76.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57452026-08-15T07:05:53.790Z 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=88d2a85e21962587 -C extra-filename=-5351770f1a2745af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f0833b643cc7bb76.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57462026-08-15T07:05:53.820Z 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=56f1d18a898ff2ee -C extra-filename=-a68a401dd6dec007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.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-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e4c406627c6c3242.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-276e4e9899ecfd4c.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-9c7dd78be1428465.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-7e2d23698ec4b144.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cb0c960b98c888a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57472026-08-15T07:05:53.825Z 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=f37364ace75055e3 -C extra-filename=-cba2b808affcd9e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57482026-08-15T07:05:53.826Z 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=3c3dee8b3ebf294b -C extra-filename=-414ae7dd50164f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f0833b643cc7bb76.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57492026-08-15T07:05:53.829Z 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=bb57623e85fd1058 -C extra-filename=-76ea1ff1a16c2d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57502026-08-15T07:05:53.833Z 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=eecc04082810b622 -C extra-filename=-94ee7f9b0860fcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f0833b643cc7bb76.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57512026-08-15T07:05:53.855Z 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=443b3e7c2c5061e8 -C extra-filename=-45a8ce76db66e557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57522026-08-15T07:05:53.890Z 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=563b40551e5333b0 -C extra-filename=-78690f9757635cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57532026-08-15T07:05:53.924Z 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=215536e225fbea95 -C extra-filename=-01e2810a6ea0139f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.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-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e4c406627c6c3242.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-276e4e9899ecfd4c.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-9c7dd78be1428465.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-7e2d23698ec4b144.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cb0c960b98c888a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57542026-08-15T07:05:53.929Z 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=ee001b26a99b346d -C extra-filename=-b185814926d9f541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57552026-08-15T07:06:08.863Z 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=0d9c821d3e9f1d29 -C extra-filename=-d5aa9add7b165fda --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-5b414a5a1d6cd267.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-c6d49d5b69a02394.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57562026-08-15T07:06:08.867Z 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=9adef9065fb7c38e -C extra-filename=-21553ca10b076939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57572026-08-15T07:06:08.899Z 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=b5dd6a810f5ee575 -C extra-filename=-8124e2a8bb7b0844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-c6d49d5b69a02394.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57582026-08-15T07:06:08.904Z 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=bb525b0355367a1c -C extra-filename=-e8f143d763a9c5c3 --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-a770e3d43d075cd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.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-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
57592026-08-15T07:06:08.906Z 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=19014c4e0b253cdb -C extra-filename=-54af89bc3bd18e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57602026-08-15T07:06:08.906Z 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=e4a391b1e370bc40 -C extra-filename=-8dbacc3951abc3ab --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-b398d3854d98a593.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57612026-08-15T07:06:08.907Z 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=a77ebdec086a525d -C extra-filename=-8451ecd3c17b0265 --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-5dbca69c58ac7138.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-c6d49d5b69a02394.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57622026-08-15T07:06:09.396Z 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=bd8bb040d703a5fd -C extra-filename=-94aedf0ee7539ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-2747778afa2d1652.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a897f8a12b0eadae.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-671244738f9ca373.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57632026-08-15T07:06:10.973Z 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=e261a877c90b56b9 -C extra-filename=-6220e064d2409797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.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-4a2c4f3ca17e1238.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57642026-08-15T07:06:12.942Z 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=c43745740763daa5 -C extra-filename=-041a87a2c9558a38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.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-dab9e1b0915c6ea0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57652026-08-15T07:06:13.895Z 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=793aabac7cc0f25f -C extra-filename=-9eb3b57a0bdd2e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57662026-08-15T07:06:13.899Z 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=fb3c0186ab477dfe -C extra-filename=-3546125e81a02639 --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-5dbca69c58ac7138.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-c6d49d5b69a02394.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57672026-08-15T07:06:13.926Z 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=644e7962283089df -C extra-filename=-4328c083a6821e28 --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-25876ee1780c2c34.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-172258c47e84211c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b31b90b8da6cd278.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57682026-08-15T07:06:13.932Z 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=33179ab780abdbc6 -C extra-filename=-e66925c93be0a3da --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-5b414a5a1d6cd267.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57692026-08-15T07:06:13.933Z 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=8fcf073a27285054 -C extra-filename=-48cd69e5a06a6aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57702026-08-15T07:06:13.934Z 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=f55c3d5e9c36b252 -C extra-filename=-84b93b3305aac73f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-2747778afa2d1652.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-671244738f9ca373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57712026-08-15T07:06:13.962Z 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=a592694ac068c388 -C extra-filename=-c1a4f1c1bd2ead07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57722026-08-15T07:06:13.996Z 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=12cb83d05af3b983 -C extra-filename=-a20bcb8df74b5dfc --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-25876ee1780c2c34.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-172258c47e84211c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b31b90b8da6cd278.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57732026-08-15T07:06:14.350Z 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=c492e8f4b2aee46c -C extra-filename=-3b357256d19a50aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-186479df18423e68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-8b219cd2f0359e58.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-671244738f9ca373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57742026-08-15T07:06:14.351Z 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=d62a5d59eb93f3c3 -C extra-filename=-f9fbd58bac617e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-94aedf0ee7539ba2.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-ff8bf2de61101413.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-613bf3f1655b0768.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-b4f70448dd9068e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57752026-08-15T07:06:14.357Z 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=acba5293f7512af8 -C extra-filename=-eaa4d4662268e5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-186479df18423e68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-8b219cd2f0359e58.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57762026-08-15T07:06:14.357Z 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=9dc308d575f65385 -C extra-filename=-589235ab559416cc --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-03c25757dde00e62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57772026-08-15T07:06:14.383Z 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=c8119d89ea3f7a78 -C extra-filename=-f60a870a69ccbffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-172258c47e84211c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b31b90b8da6cd278.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-03c25757dde00e62.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f194a67240d52074.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-67201c8c68c4f3a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-4d0bd71bd1be6e93.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-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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-529b15636e72dbb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-dab9e1b0915c6ea0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57782026-08-15T07:06:14.418Z 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=585500c9fdf596aa -C extra-filename=-77be3a2f13a1774d --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-25876ee1780c2c34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-feac980447bda484.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
57792026-08-15T07:06:14.524Z 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=b3e8e0555934bd4f -C extra-filename=-20f1eebbba1df603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-94aedf0ee7539ba2.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-ff8bf2de61101413.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-613bf3f1655b0768.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57802026-08-15T07:06:15.311Z 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=557476435ec73417 -C extra-filename=-930805b4c1d138ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-5b414a5a1d6cd267.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e2a7f529641a0886.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-574338e820b90529.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.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-925857150a12ef55.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-667d2ee49d6483a4.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-ae99d63ced9d56af.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a7cc76e819b19cce.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.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-d54654d2bb4e8f36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.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-3fde4bb775d69170.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-33afcdfdd3fe227c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-041a87a2c9558a38.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-dab9e1b0915c6ea0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57812026-08-15T07:06:15.786Z 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=46269b9ee1834f77 -C extra-filename=-70d6caeb2dedcd44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57822026-08-15T07:06:17.451Z 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=c9c79b7f720876a2 -C extra-filename=-5694e24f09718e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.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-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57832026-08-15T07:06:17.456Z 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=f8d413c5090b385f -C extra-filename=-f9a873aadf6b9790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a3de17dd1eb77015.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-c6d49d5b69a02394.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-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57842026-08-15T07:06:17.486Z 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=42adbc5dbf007e9c -C extra-filename=-429eefa7a202c909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e2a7f529641a0886.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.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-90c7ff56165581f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-feac980447bda484.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-667d2ee49d6483a4.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a7cc76e819b19cce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.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-4d0bd71bd1be6e93.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-5e76e32e24d8fd47.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-041a87a2c9558a38.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57852026-08-15T07:06:17.520Z 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=a8c117c568be5ff7 -C extra-filename=-a9eea390cca85f2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a3de17dd1eb77015.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-c6d49d5b69a02394.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-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57862026-08-15T07:08:52.720Z 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=a8254d693757699c -C extra-filename=-b467aa56befb8c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-a770e3d43d075cd6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-ab82ba8093a1eaf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
57872026-08-15T07:08:52.727Z 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=be64c77da10ac714 -C extra-filename=-d2031ef7548492cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-e8931c36098e8cb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-e73aec427acc1eda.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-d12f8c8ba19b5416.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-4a2c4f3ca17e1238.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-c1e1c4a757aa7e49.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5db6da35e0306d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-73a130c45581546c.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-041a87a2c9558a38.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-8054e6efbf41135d.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-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57882026-08-15T07:08:52.728Z 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=3ef69e4dae506f6b -C extra-filename=-a8eb751950faee35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e2a7f529641a0886.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-667d2ee49d6483a4.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a7cc76e819b19cce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-041a87a2c9558a38.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57892026-08-15T07:08:52.729Z 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=37cb9d6a9371c4a8 -C extra-filename=-6e2c8c31968ca393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e2a7f529641a0886.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.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-90c7ff56165581f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-feac980447bda484.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-667d2ee49d6483a4.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a7cc76e819b19cce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.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-4d0bd71bd1be6e93.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-5e76e32e24d8fd47.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-041a87a2c9558a38.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57902026-08-15T07:08:52.755Z 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=df1a5b437d258bbb -C extra-filename=-ca745998436035f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e2a7f529641a0886.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-667d2ee49d6483a4.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a7cc76e819b19cce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-041a87a2c9558a38.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57912026-08-15T07:08:52.760Z 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=51e891c421a86308 -C extra-filename=-1cedfb55a41d8150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-feac980447bda484.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57922026-08-15T07:08:52.790Z 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=478eca6422247d83 -C extra-filename=-af3054955f6cbe25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d5ac4a036d19983a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d842e5323688ec43.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-3f186eec1e0d8bca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57932026-08-15T07:08:52.797Z 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=c8d8632c94be8c58 -C extra-filename=-b6dbda810a7fa5b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-a770e3d43d075cd6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-ab82ba8093a1eaf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
57942026-08-15T07:08:52.819Z 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=9750583aca033aab -C extra-filename=-2e8f30a95def50f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-e8931c36098e8cb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-e73aec427acc1eda.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-d12f8c8ba19b5416.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.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-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-4a2c4f3ca17e1238.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-c1e1c4a757aa7e49.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5db6da35e0306d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-73a130c45581546c.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-041a87a2c9558a38.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-8054e6efbf41135d.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-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57952026-08-15T07:08:52.825Z 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=a10023f5b82f32fa -C extra-filename=-6512aa7413749956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d5ac4a036d19983a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d842e5323688ec43.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-3f186eec1e0d8bca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57962026-08-15T07:08:52.856Z 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=028902500070e0ab -C extra-filename=-c15eae8e3087765d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-e8931c36098e8cb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-e73aec427acc1eda.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-d12f8c8ba19b5416.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-4a2c4f3ca17e1238.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-c1e1c4a757aa7e49.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5db6da35e0306d12.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-73a130c45581546c.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-041a87a2c9558a38.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-8054e6efbf41135d.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-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57972026-08-15T07:08:52.861Z 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=2b9e1cbd4b35bd9d -C extra-filename=-8ccc2f8f95571163 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e2a7f529641a0886.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.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-90c7ff56165581f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-feac980447bda484.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-667d2ee49d6483a4.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a7cc76e819b19cce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.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-4d0bd71bd1be6e93.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-5e76e32e24d8fd47.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-041a87a2c9558a38.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57982026-08-15T07:08:52.865Z 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=87917639751a8e3a -C extra-filename=-3b0c2f32184d660d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e2a7f529641a0886.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.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-90c7ff56165581f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-feac980447bda484.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-667d2ee49d6483a4.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a7cc76e819b19cce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.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-4d0bd71bd1be6e93.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-5e76e32e24d8fd47.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-041a87a2c9558a38.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57992026-08-15T07:08:52.891Z 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=40cec71d5b2f0f71 -C extra-filename=-647b864ccd232ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-d5ac4a036d19983a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-3f186eec1e0d8bca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -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/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58002026-08-15T07:11:15.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 27s
58012026-08-15T07:11:15.684Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58022026-08-15T07:11:15.684Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58032026-08-15T07:11:16.257Z
58042026-08-15T07:11:16.285Zreal 8:27.552967877
58052026-08-15T07:11:16.285Zuser 1:29:38.075139497
58062026-08-15T07:11:16.285Zsys 24:18.471214073
58072026-08-15T07:11:16.285Ztrap 2.567250481
58082026-08-15T07:11:16.285Ztflt 2.042339675
58092026-08-15T07:11:16.286Zdflt 24.422346687
58102026-08-15T07:11:16.286Zkflt 0.045815098
58112026-08-15T07:11:16.286Zlock 5:41:30.912444979
58122026-08-15T07:11:16.286Zslp 5:52:25.706714927
58132026-08-15T07:11:16.286Zlat 2:45.016634389
58142026-08-15T07:11:16.286Zstop 37:56.507787647
58152026-08-15T07:11:16.286Z++ ls -t /home/build/.cargo/log/20260815T070247662Z-e4292872132ecfd0.jsonl
58162026-08-15T07:11:16.286Z++ head -1
58172026-08-15T07:11:16.286Z+ cp /home/build/.cargo/log/20260815T070247662Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
58182026-08-15T07:11:16.286Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
58192026-08-15T07:11:16.286Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
58202026-08-15T07:11:16.286Z++ mktemp -d /tmp/nextest-state.XXXXXX
58212026-08-15T07:11:16.286Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.BnaOht
58222026-08-15T07:11:16.286Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
58232026-08-15T07:11:16.286Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
58242026-08-15T07:11:16.286Z+ mkdir -p /tmp/nextest-recording-config
58252026-08-15T07:11:16.286Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
58262026-08-15T07:11:16.287Z+ export NEXTEST_STATE_DIR
58272026-08-15T07:11:16.287Z+ banner test
58282026-08-15T07:11:16.287Z
58292026-08-15T07:11:16.287Z ##### ###### #### #####
58302026-08-15T07:11:16.287Z # # # #
58312026-08-15T07:11:16.287Z # ##### #### #
58322026-08-15T07:11:16.287Z # # # #
58332026-08-15T07:11:16.287Z # # # # #
58342026-08-15T07:11:16.287Z # ###### #### #
58352026-08-15T07:11:16.287Z
58362026-08-15T07:11:16.287Z+ NEXTEST_EXIT=0
58372026-08-15T07:11:16.287Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
58382026-08-15T07:11:17.565Zinfo: experimental features enabled: setup-scripts, benchmarks
58392026-08-15T07:11:19.083Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
58402026-08-15T07:11:19.269Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58412026-08-15T07:11:19.307Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58422026-08-15T07:11:19.340Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58432026-08-15T07:11:30.051Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.47s
58442026-08-15T07:11:30.055Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58452026-08-15T07:11:30.055Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58462026-08-15T07:11:31.216Z────────────
58472026-08-15T07:11:31.216Z Nextest run ID 88058241-a2dc-436d-9524-fd2be915255b with nextest profile: ci
58482026-08-15T07:11:31.217Z Starting 3304 tests across 246 binaries (10 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
58492026-08-15T07:11:31.220Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
58502026-08-15T07:11:32.047Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
58512026-08-15T07:11:32.047Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
58522026-08-15T07:11:32.051Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
58532026-08-15T07:11:32.200Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
58542026-08-15T07:11:32.215Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
58552026-08-15T07:11:32.216Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58562026-08-15T07:11:32.243Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
58572026-08-15T07:11:32.283Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
58582026-08-15T07:11:32.287Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
58592026-08-15T07:11:32.422Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
58602026-08-15T07:11:32.456Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
58612026-08-15T07:11:32.856Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
58622026-08-15T07:11:33.089Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
58632026-08-15T07:11:33.711Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
58642026-08-15T07:11:33.744Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
58652026-08-15T07:11:33.811Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
58662026-08-15T07:11:33.939Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
58672026-08-15T07:11:41.000Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
58682026-08-15T07:11:41.003Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
58692026-08-15T07:11:41.006Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
58702026-08-15T07:11:41.859Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
58712026-08-15T07:11:43.054Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
58722026-08-15T07:11:43.279Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
58732026-08-15T07:11:50.563Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
58742026-08-15T07:11:59.275Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58752026-08-15T07:12:00.874Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58762026-08-15T07:12:02.566Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
58772026-08-15T07:12:12.079Z Finished `test` profile [unoptimized + debuginfo] target(s) in 40.84s
58782026-08-15T07:12:12.082Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58792026-08-15T07:12:12.082Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58802026-08-15T07:12:12.198Z Running `target/debug/crdb-seed`
58812026-08-15T07:12:12.260ZAug 15 07:12:11.275 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpMmGvXn
58822026-08-15T07:12:12.260ZAug 15 07:12:11.275 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp7PxDoo,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpMmGvXn/listen-url --max-sql-memory 256MiB
58832026-08-15T07:12:12.263ZAug 15 07:12:11.275 INFO cockroach environment: BUILDOMAT_JOB_ID=01M023D8EN27AV91V9PYS298QZ BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=sush-integration GITHUB_REF=refs/heads/sush-integration GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 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-envmqZzHb 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=88058241-a2dc-436d-9524-fd2be915255b NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.BnaOht 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
58842026-08-15T07:12:12.760ZAug 15 07:12:11.775 INFO cockroach pid: 10350
58852026-08-15T07:12:12.760ZAug 15 07:12:11.775 INFO cockroach listen URL: postgresql://root@[::1]:35916/omicron?sslmode=disable
58862026-08-15T07:12:12.764ZAug 15 07:12:11.778 INFO cockroach: populating
58872026-08-15T07:12:13.904ZAug 15 07:12:12.920 INFO cockroach: populated
58882026-08-15T07:12:14.914ZAug 15 07:12:13.929 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/2e66520439f9c8515082d7fd42f51494c32ddf33a792f1c802fe1fb9ae570d22.tar`
58892026-08-15T07:12:14.921Z SETUP PASS [ 43.705s] crdb-seed: cargo run -p crdb-seed --profile test
58902026-08-15T07:12:14.925Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
58912026-08-15T07:12:15.733Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
58922026-08-15T07:12:15.850Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58932026-08-15T07:12:17.044Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
58942026-08-15T07:12:17.999Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58952026-08-15T07:12:28.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
58962026-08-15T07:12:28.887Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58972026-08-15T07:12:28.887Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58982026-08-15T07:12:29.015Z Running `target/debug/clickhouse-cluster-dev`
58992026-08-15T07:12:29.073ZAug 15 07:12:28.089 INFO Setting up a ClickHouse cluster
59002026-08-15T07:12:29.077ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
59012026-08-15T07:12:29.077ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
59022026-08-15T07:12:29.078ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
59032026-08-15T07:12:29.078ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
59042026-08-15T07:12:29.078ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
59052026-08-15T07:12:29.500ZAug 15 07:12:28.515 INFO ClickHouse server ready
59062026-08-15T07:12:29.503ZAug 15 07:12:28.515 INFO ClickHouse server ready
59072026-08-15T07:12:31.227ZAug 15 07:12:30.242 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
59082026-08-15T07:12:31.234Z SETUP PASS [ 16.312s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
59092026-08-15T07:12:31.268Z PASS [ 0.027s] ( 1/3304) api_identity test::test_identity_no_field
59102026-08-15T07:12:31.271Z PASS [ 0.030s] ( 2/3304) authz-macros tests::test_authz_snapshots
59112026-08-15T07:12:31.272Z PASS [ 0.030s] ( 3/3304) api_identity test::test_identity
59122026-08-15T07:12:31.282Z PASS [ 0.015s] ( 4/3304) bootstore schemes::tests::hello_roundtrip
59132026-08-15T07:12:31.295Z PASS [ 0.013s] ( 5/3304) bootstore schemes::v0::share_pkg::tests::create_packages
59142026-08-15T07:12:31.307Z PASS [ 0.038s] ( 6/3304) bootstore schemes::v0::peer::tests::network_config
59152026-08-15T07:12:31.311Z PASS [ 0.013s] ( 7/3304) bootstore trust_quorum::rack_secret::tests::create_and_verify
59162026-08-15T07:12:31.320Z PASS [ 0.013s] ( 8/3304) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
59172026-08-15T07:12:32.319Z PASS [ 1.050s] ( 9/3304) bootstore schemes::v0::peer::tests::basic_3_nodes
59182026-08-15T07:12:32.419Z PASS [ 0.100s] ( 10/3304) cert-dev::test-cert-dev test_cert_create
59192026-08-15T07:12:32.509Z PASS [ 0.090s] ( 11/3304) clickana chart::tests::gather_chart_data_failure
59202026-08-15T07:12:32.523Z PASS [ 0.014s] ( 12/3304) clickana chart::tests::gather_chart_data_for_disk_usage_success
59212026-08-15T07:12:32.528Z PASS [ 1.219s] ( 13/3304) bootstore::v0-fsm-proptest-learner run
59222026-08-15T07:12:32.540Z PASS [ 0.017s] ( 14/3304) clickana chart::tests::gather_chart_data_for_memory_tracking_success
59232026-08-15T07:12:32.547Z PASS [ 0.018s] ( 15/3304) clickana chart::tests::gather_chart_data_for_query_count_success
59242026-08-15T07:12:32.558Z PASS [ 0.017s] ( 16/3304) clickana chart::tests::gather_chart_data_for_running_queries_success
59252026-08-15T07:12:32.566Z PASS [ 0.019s] ( 17/3304) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
59262026-08-15T07:12:32.575Z PASS [ 0.017s] ( 18/3304) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
59272026-08-15T07:12:32.583Z PASS [ 0.017s] ( 19/3304) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
59282026-08-15T07:12:32.593Z PASS [ 0.018s] ( 20/3304) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
59292026-08-15T07:12:32.599Z PASS [ 0.017s] ( 21/3304) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
59302026-08-15T07:12:32.617Z PASS [ 0.023s] ( 22/3304) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
59312026-08-15T07:12:32.620Z PASS [ 0.020s] ( 23/3304) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
59322026-08-15T07:12:32.658Z PASS [ 0.041s] ( 24/3304) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
59332026-08-15T07:12:32.697Z PASS [ 0.039s] ( 25/3304) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
59342026-08-15T07:12:32.707Z PASS [ 0.086s] ( 26/3304) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
59352026-08-15T07:12:32.735Z PASS [ 0.028s] ( 27/3304) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
59362026-08-15T07:12:32.738Z PASS [ 0.038s] ( 28/3304) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
59372026-08-15T07:12:32.763Z PASS [ 0.028s] ( 29/3304) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
59382026-08-15T07:12:32.792Z PASS [ 0.056s] ( 30/3304) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
59392026-08-15T07:12:32.798Z PASS [ 0.033s] ( 31/3304) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
59402026-08-15T07:12:32.820Z PASS [ 0.028s] ( 32/3304) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
59412026-08-15T07:12:32.824Z PASS [ 0.028s] ( 33/3304) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
59422026-08-15T07:12:32.848Z PASS [ 0.027s] ( 34/3304) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
59432026-08-15T07:12:32.851Z PASS [ 0.026s] ( 35/3304) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
59442026-08-15T07:12:32.876Z PASS [ 0.028s] ( 36/3304) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
59452026-08-15T07:12:32.880Z PASS [ 0.030s] ( 37/3304) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
59462026-08-15T07:12:32.911Z PASS [ 0.035s] ( 38/3304) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
59472026-08-15T07:12:32.915Z PASS [ 0.034s] ( 39/3304) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
59482026-08-15T07:12:32.943Z PASS [ 0.032s] ( 40/3304) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
59492026-08-15T07:12:32.947Z PASS [ 0.031s] ( 41/3304) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
59502026-08-15T07:12:32.974Z PASS [ 0.031s] ( 42/3304) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
59512026-08-15T07:12:32.979Z PASS [ 0.031s] ( 43/3304) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
59522026-08-15T07:12:33.016Z PASS [ 0.040s] ( 44/3304) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
59532026-08-15T07:12:33.019Z PASS [ 0.042s] ( 45/3304) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
59542026-08-15T07:12:33.046Z PASS [ 0.029s] ( 46/3304) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
59552026-08-15T07:12:33.050Z PASS [ 0.032s] ( 47/3304) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
59562026-08-15T07:12:33.070Z PASS [ 0.024s] ( 48/3304) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
59572026-08-15T07:12:33.073Z PASS [ 0.024s] ( 49/3304) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
59582026-08-15T07:12:33.091Z PASS [ 0.021s] ( 50/3304) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
59592026-08-15T07:12:33.114Z PASS [ 0.040s] ( 51/3304) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
59602026-08-15T07:12:33.130Z PASS [ 0.018s] ( 52/3304) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
59612026-08-15T07:12:33.135Z PASS [ 0.043s] ( 53/3304) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
59622026-08-15T07:12:33.155Z PASS [ 0.024s] ( 54/3304) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
59632026-08-15T07:12:33.158Z PASS [ 0.022s] ( 55/3304) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
59642026-08-15T07:12:33.173Z PASS [ 0.018s] ( 56/3304) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
59652026-08-15T07:12:33.176Z PASS [ 0.018s] ( 57/3304) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
59662026-08-15T07:12:33.187Z PASS [ 0.014s] ( 58/3304) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
59672026-08-15T07:12:33.234Z PASS [ 0.060s] ( 59/3304) db-dev::test-db-dev test_db_dev_populate_no_args
59682026-08-15T07:12:33.241Z PASS [ 0.054s] ( 60/3304) db-dev::test-db-dev test_db_dev_wipe_no_args
59692026-08-15T07:12:33.833Z PASS [ 2.512s] ( 61/3304) bootstore::v0-fsm-proptest-rack-coordinator run
59702026-08-15T07:12:33.867Z PASS [ 0.034s] ( 62/3304) db-macros lookup::test::test_lookup_snapshots
59712026-08-15T07:12:33.889Z PASS [ 0.022s] ( 63/3304) db-macros tests::test_derive_metadata_identity_fails_for_enums
59722026-08-15T07:12:33.909Z PASS [ 0.020s] ( 64/3304) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
59732026-08-15T07:12:33.933Z PASS [ 0.024s] ( 65/3304) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
59742026-08-15T07:12:33.967Z PASS [ 0.034s] ( 66/3304) db-macros tests::test_derive_metadata_identity_fails_without_table_name
59752026-08-15T07:12:34.003Z PASS [ 0.036s] ( 67/3304) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
59762026-08-15T07:12:34.036Z PASS [ 0.033s] ( 68/3304) db-macros tests::test_derive_snapshots
59772026-08-15T07:12:34.071Z PASS [ 0.034s] ( 69/3304) db-macros tests::test_derive_with_unknown_field
59782026-08-15T07:12:34.163Z PASS [ 0.092s] ( 70/3304) dns-server storage::test::test_update_basic
59792026-08-15T07:12:34.255Z PASS [ 0.092s] ( 71/3304) dns-server storage::test::test_update_in_progress
59802026-08-15T07:12:34.360Z PASS [ 0.105s] ( 72/3304) dns-server storage::test::test_update_interrupted
59812026-08-15T07:12:34.457Z PASS [ 0.096s] ( 73/3304) dns-server storage::test::test_zone_gets_soa_record
59822026-08-15T07:12:34.589Z PASS [ 0.132s] ( 74/3304) dns-server::basic_test a_crud
59832026-08-15T07:12:34.728Z PASS [ 0.140s] ( 75/3304) dns-server::basic_test aaaa_crud
59842026-08-15T07:12:34.876Z PASS [ 0.147s] ( 76/3304) dns-server::basic_test answers_match_question
59852026-08-15T07:12:35.073Z PASS [ 0.197s] ( 77/3304) dns-server::basic_test empty_record
59862026-08-15T07:12:35.198Z PASS [ 0.126s] ( 78/3304) dns-server::basic_test multi_record_crud
59872026-08-15T07:12:35.337Z PASS [ 0.138s] ( 79/3304) dns-server::basic_test name_contains_zone
59882026-08-15T07:12:35.469Z PASS [ 0.132s] ( 80/3304) dns-server::basic_test nxdomain
59892026-08-15T07:12:35.602Z PASS [ 0.133s] ( 81/3304) dns-server::basic_test servfail
59902026-08-15T07:12:35.852Z PASS [ 0.250s] ( 82/3304) dns-server::basic_test soa
59912026-08-15T07:12:35.979Z PASS [ 0.127s] ( 83/3304) dns-server::basic_test srv_crud
59922026-08-15T07:12:36.222Z PASS [ 0.243s] ( 84/3304) dns-server::cross_version_test cross_version_works
59932026-08-15T07:12:36.403Z PASS [ 3.169s] ( 85/3304) db-dev::test-db-dev test_db_killed
59942026-08-15T07:12:36.421Z PASS [ 0.018s] ( 86/3304) ereport-types tests::test_arb_json_deserializes
59952026-08-15T07:12:36.463Z PASS [ 0.042s] ( 87/3304) ereport-types tests::test_ena_from_str
59962026-08-15T07:12:36.488Z PASS [ 0.024s] ( 88/3304) ereport-types tests::test_ena_from_str_roundtrip
59972026-08-15T07:12:36.509Z PASS [ 0.021s] ( 89/3304) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
59982026-08-15T07:12:36.527Z PASS [ 0.018s] ( 90/3304) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
59992026-08-15T07:12:36.547Z PASS [ 0.021s] ( 91/3304) gfss gf256::tests::test_all_multiplication
60002026-08-15T07:12:36.569Z PASS [ 0.021s] ( 92/3304) gfss gf256::tests::test_all_multiplicative_inverses
60012026-08-15T07:12:36.587Z PASS [ 0.018s] ( 93/3304) gfss gf256::tests::test_docs_example
60022026-08-15T07:12:39.195Z PASS [ 2.973s] ( 94/3304) dnsadm::commands_test test_dnsadm
60032026-08-15T07:12:41.626Z PASS [ 2.431s] ( 95/3304) gfss shamir::tests::split_and_combine
60042026-08-15T07:12:41.644Z PASS [ 0.017s] ( 96/3304) gfss shamir::tests::test_share_reconstruction
60052026-08-15T07:12:41.674Z PASS [ 0.030s] ( 97/3304) illumos-utils destructor::test::test_delayed_delete
60062026-08-15T07:12:42.393Z PASS [ 0.719s] ( 98/3304) illumos-utils destructor::test::test_delayed_delete_with_error
60072026-08-15T07:12:42.419Z PASS [ 0.026s] ( 99/3304) illumos-utils destructor::test::test_destructor_bad_close
60082026-08-15T07:12:42.446Z PASS [ 0.027s] ( 100/3304) illumos-utils link::test::test_allocate
60092026-08-15T07:12:42.489Z PASS [ 0.043s] ( 101/3304) illumos-utils link::test::test_allocate_within_scopes
60102026-08-15T07:12:42.521Z PASS [ 0.031s] ( 102/3304) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
60112026-08-15T07:12:42.552Z PASS [ 0.031s] ( 103/3304) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
60122026-08-15T07:12:42.586Z PASS [ 0.033s] ( 104/3304) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
60132026-08-15T07:12:42.615Z PASS [ 0.029s] ( 105/3304) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
60142026-08-15T07:12:42.645Z PASS [ 0.030s] ( 106/3304) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
60152026-08-15T07:12:42.675Z PASS [ 0.030s] ( 107/3304) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
60162026-08-15T07:12:42.701Z PASS [ 0.026s] ( 108/3304) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
60172026-08-15T07:12:42.725Z PASS [ 0.024s] ( 109/3304) illumos-utils running_zone::tests::test_is_oxide_smf_service
60182026-08-15T07:12:42.754Z PASS [ 0.028s] ( 110/3304) illumos-utils svcs::tests::test_svc_parse_empty_success
60192026-08-15T07:12:42.789Z PASS [ 0.036s] ( 111/3304) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
60202026-08-15T07:12:42.832Z PASS [ 0.043s] ( 112/3304) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
60212026-08-15T07:12:42.858Z PASS [ 0.025s] ( 113/3304) illumos-utils svcs::tests::test_svc_parse_success
60222026-08-15T07:12:42.890Z PASS [ 0.032s] ( 114/3304) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
60232026-08-15T07:12:42.923Z PASS [ 0.032s] ( 115/3304) illumos-utils svcs::tests::test_to_enabled_not_online
60242026-08-15T07:12:42.948Z PASS [ 0.025s] ( 116/3304) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
60252026-08-15T07:12:42.998Z PASS [ 0.050s] ( 117/3304) illumos-utils zfs::test::directory_mutability
60262026-08-15T07:12:43.043Z PASS [ 0.045s] ( 118/3304) illumos-utils zfs::test::get_values_of_rpool
60272026-08-15T07:12:43.071Z PASS [ 0.027s] ( 119/3304) illumos-utils zfs::test::parse_dataset_bad_avail
60282026-08-15T07:12:43.107Z PASS [ 0.036s] ( 120/3304) illumos-utils zfs::test::parse_dataset_bad_quota
60292026-08-15T07:12:43.138Z PASS [ 0.031s] ( 121/3304) illumos-utils zfs::test::parse_dataset_bad_reservation
60302026-08-15T07:12:43.169Z PASS [ 0.032s] ( 122/3304) illumos-utils zfs::test::parse_dataset_bad_usage
60312026-08-15T07:12:43.198Z PASS [ 0.028s] ( 123/3304) illumos-utils zfs::test::parse_dataset_bad_uuid
60322026-08-15T07:12:43.224Z PASS [ 0.026s] ( 124/3304) illumos-utils zfs::test::parse_dataset_missing_fields
60332026-08-15T07:12:43.251Z PASS [ 0.027s] ( 125/3304) illumos-utils zfs::test::parse_dataset_props
60342026-08-15T07:12:43.278Z PASS [ 0.027s] ( 126/3304) illumos-utils zfs::test::parse_dataset_props_with_optionals
60352026-08-15T07:12:43.308Z PASS [ 0.030s] ( 127/3304) illumos-utils zfs::test::parse_dataset_too_many_columns
60362026-08-15T07:12:43.335Z PASS [ 0.027s] ( 128/3304) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
60372026-08-15T07:12:43.365Z PASS [ 0.029s] ( 129/3304) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
60382026-08-15T07:12:43.391Z PASS [ 0.027s] ( 130/3304) illumos-utils zfs::test::parse_quota_ignored_if_default
60392026-08-15T07:12:43.418Z PASS [ 0.026s] ( 131/3304) illumos-utils zfs::test::parse_reservation_ignored_if_default
60402026-08-15T07:12:43.447Z PASS [ 0.028s] ( 132/3304) illumos-utils zfs::test::parse_sorts_and_dedups
60412026-08-15T07:12:43.477Z PASS [ 0.031s] ( 133/3304) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
60422026-08-15T07:12:43.506Z PASS [ 0.029s] ( 134/3304) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
60432026-08-15T07:12:43.537Z PASS [ 0.030s] ( 135/3304) illumos-utils zfs::test::props_needing_update_none_matches_unset
60442026-08-15T07:12:43.565Z PASS [ 0.028s] ( 136/3304) illumos-utils zfs::test::props_needing_update_oxide_uuid
60452026-08-15T07:12:43.593Z PASS [ 0.028s] ( 137/3304) illumos-utils zfs::test::props_needing_update_skips_matching_values
60462026-08-15T07:12:43.627Z PASS [ 0.033s] ( 138/3304) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
60472026-08-15T07:12:43.652Z PASS [ 0.025s] ( 139/3304) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
60482026-08-15T07:12:43.686Z PASS [ 0.034s] ( 140/3304) illumos-utils zone::tests::delete_nonexistent_address
60492026-08-15T07:12:43.716Z PASS [ 0.030s] ( 141/3304) illumos-utils zone::tests::test_parse_ip_network
60502026-08-15T07:12:43.743Z PASS [ 0.027s] ( 142/3304) illumos-utils zpool::test::test_parse_zpool
60512026-08-15T07:12:43.774Z PASS [ 0.030s] ( 143/3304) illumos-utils zpool::test::test_parse_zpool_missing_column
60522026-08-15T07:12:45.828Z PASS [ 2.054s] ( 144/3304) installinator mock_peers::tests::proptest_fetch_artifact
60532026-08-15T07:12:45.855Z PASS [ 0.027s] ( 145/3304) installinator peers::tests::iter_no_preferred_preserves_btree_order
60542026-08-15T07:12:45.881Z PASS [ 0.026s] ( 146/3304) installinator peers::tests::last_known_peer_preferred
60552026-08-15T07:12:45.906Z PASS [ 0.025s] ( 147/3304) installinator peers::tests::last_known_peer_stale
60562026-08-15T07:12:46.258Z PASS [ 9.671s] ( 148/3304) gfss polynomial::tests::test_polynomial_eval
60572026-08-15T07:12:46.313Z PASS [ 0.055s] ( 149/3304) installinator-common block_size_writer::tests::proptest_block_writer
60582026-08-15T07:12:46.453Z PASS [ 0.139s] ( 150/3304) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
60592026-08-15T07:12:46.616Z PASS [ 0.163s] ( 151/3304) internal-dns-resolver resolver::test::insert_and_lookup_one_record
60602026-08-15T07:12:46.663Z PASS [ 13.422s] ( 152/3304) db-dev::test-db-dev test_db_run
60612026-08-15T07:12:46.755Z PASS [ 0.139s] ( 153/3304) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
60622026-08-15T07:12:46.815Z PASS [ 15.576s] ( 154/3304) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
60632026-08-15T07:12:46.898Z PASS [ 0.993s] ( 155/3304) installinator write::tests::proptest_write_artifact
60642026-08-15T07:12:46.928Z PASS [ 0.265s] ( 156/3304) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
60652026-08-15T07:12:46.960Z PASS [ 0.204s] ( 157/3304) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
60662026-08-15T07:12:46.964Z PASS [ 0.036s] ( 158/3304) internal-dns-types config::test::display_hosts
60672026-08-15T07:12:46.978Z PASS [ 0.018s] ( 159/3304) internal-dns-types config::test::display_srv_service
60682026-08-15T07:12:46.983Z PASS [ 0.169s] ( 160/3304) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
60692026-08-15T07:12:46.988Z PASS [ 0.024s] ( 161/3304) internal-dns-types config::test::host_zone_switch_publishes_all_services
60702026-08-15T07:12:47.003Z PASS [ 0.024s] ( 162/3304) internal-dns-types config::test::test_builder_errors
60712026-08-15T07:12:47.012Z PASS [ 0.023s] ( 163/3304) internal-dns-types config::test::test_builder_output
60722026-08-15T07:12:47.014Z PASS [ 0.020s] ( 164/3304) internal-dns-types diff::test::diff_different
60732026-08-15T07:12:47.021Z PASS [ 0.018s] ( 165/3304) internal-dns-types diff::test::diff_equivalent
60742026-08-15T07:12:47.026Z PASS [ 0.019s] ( 166/3304) internal-dns-types diff::test::diff_invalid
60752026-08-15T07:12:47.029Z PASS [ 0.018s] ( 167/3304) ipcc tests::deserialize_fixed_value
60762026-08-15T07:12:47.041Z PASS [ 0.019s] ( 168/3304) ipcc tests::installinator_image_id_round_trip
60772026-08-15T07:12:47.045Z PASS [ 0.020s] ( 169/3304) ipcc tests::serialized_size
60782026-08-15T07:12:47.049Z PASS [ 0.148s] ( 170/3304) internal-dns-resolver resolver::test::update_record
60792026-08-15T07:12:47.052Z PASS [ 0.022s] ( 171/3304) key-manager tests::different_disks_produce_different_keys
60802026-08-15T07:12:47.060Z PASS [ 0.019s] ( 172/3304) key-manager tests::different_ikm_produces_different_keys
60812026-08-15T07:12:47.066Z PASS [ 0.020s] ( 173/3304) key-manager tests::disk_encryption_key_epoch_0
60822026-08-15T07:12:47.070Z PASS [ 0.023s] ( 174/3304) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
60832026-08-15T07:12:47.083Z PASS [ 0.034s] ( 175/3304) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
60842026-08-15T07:12:47.099Z PASS [ 0.039s] ( 176/3304) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
60852026-08-15T07:12:47.108Z PASS [ 0.042s] ( 177/3304) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
60862026-08-15T07:12:47.111Z PASS [ 0.038s] ( 178/3304) nexus-auth authn::external::session_cookie::test::test_get_token
60872026-08-15T07:12:47.114Z PASS [ 0.031s] ( 179/3304) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
60882026-08-15T07:12:47.140Z PASS [ 0.032s] ( 180/3304) nexus-auth authn::external::session_cookie::test::test_missing_cookie
60892026-08-15T07:12:47.151Z PASS [ 0.037s] ( 181/3304) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
60902026-08-15T07:12:47.154Z PASS [ 0.043s] ( 182/3304) nexus-auth authn::external::session_cookie::test::test_other_cookie
60912026-08-15T07:12:47.154Z PASS [ 0.054s] ( 183/3304) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
60922026-08-15T07:12:47.169Z PASS [ 0.029s] ( 184/3304) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
60932026-08-15T07:12:47.187Z PASS [ 0.036s] ( 185/3304) nexus-auth authn::external::session_cookie::test::test_valid_cookie
60942026-08-15T07:12:47.193Z PASS [ 0.042s] ( 186/3304) nexus-auth authn::external::spoof::test::test_make_header_value
60952026-08-15T07:12:47.197Z PASS [ 0.041s] ( 187/3304) nexus-auth authn::external::spoof::test::test_make_header_value_raw
60962026-08-15T07:12:47.203Z PASS [ 0.034s] ( 188/3304) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
60972026-08-15T07:12:47.222Z PASS [ 0.035s] ( 189/3304) nexus-auth authn::external::spoof::test::test_spoof_header_missing
60982026-08-15T07:12:47.232Z PASS [ 0.038s] ( 190/3304) nexus-auth authn::external::spoof::test::test_spoof_header_valid
60992026-08-15T07:12:47.237Z PASS [ 0.042s] ( 191/3304) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
61002026-08-15T07:12:47.248Z PASS [ 0.045s] ( 192/3304) nexus-auth authn::external::test::test_authn_sequence
61012026-08-15T07:12:47.255Z PASS [ 0.033s] ( 193/3304) nexus-auth authn::external::token::test::test_make_header_value
61022026-08-15T07:12:47.275Z PASS [ 0.038s] ( 194/3304) nexus-auth authn::external::token::test::test_token_header_missing
61032026-08-15T07:12:47.285Z PASS [ 0.037s] ( 195/3304) nexus-auth authn::external::token::test::test_token_header_valid
61042026-08-15T07:12:47.306Z PASS [ 0.075s] ( 196/3304) nexus-auth authn::external::token::test::test_token_header_bad_utf8
61052026-08-15T07:12:47.317Z PASS [ 0.061s] ( 197/3304) nexus-auth authn::test::test_internal_users
61062026-08-15T07:12:47.328Z PASS [ 0.043s] ( 198/3304) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
61072026-08-15T07:12:47.371Z PASS [ 0.065s] ( 199/3304) nexus-auth context::test::test_background_context
61082026-08-15T07:12:47.377Z PASS [ 0.102s] ( 200/3304) nexus-auth authz::context::test::test_unregistered_resource
61092026-08-15T07:12:47.386Z PASS [ 0.068s] ( 201/3304) nexus-auth context::test::test_child_context
61102026-08-15T07:12:47.406Z PASS [ 0.078s] ( 202/3304) nexus-auth context::test::test_test_context
61112026-08-15T07:12:47.409Z PASS [ 0.038s] ( 203/3304) nexus-config nexus_config::test::test_bad_authn_schemes
61122026-08-15T07:12:47.414Z PASS [ 0.037s] ( 204/3304) nexus-config nexus_config::test::test_config_bad_toml
61132026-08-15T07:12:47.418Z PASS [ 0.033s] ( 205/3304) nexus-config nexus_config::test::test_config_empty
61142026-08-15T07:12:47.441Z PASS [ 0.035s] ( 206/3304) nexus-config nexus_config::test::test_config_nonexistent
61152026-08-15T07:12:47.446Z PASS [ 0.036s] ( 207/3304) nexus-config nexus_config::test::test_deployment_config_schema
61162026-08-15T07:12:47.453Z PASS [ 0.034s] ( 208/3304) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
61172026-08-15T07:12:47.470Z PASS [ 0.055s] ( 209/3304) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
61182026-08-15T07:12:47.488Z PASS [ 0.035s] ( 210/3304) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
61192026-08-15T07:12:47.492Z PASS [ 0.048s] ( 211/3304) nexus-config nexus_config::test::test_repo_configs_are_valid
61202026-08-15T07:12:47.496Z PASS [ 0.047s] ( 212/3304) nexus-config nexus_config::test::test_valid
61212026-08-15T07:12:47.510Z PASS [ 0.040s] ( 213/3304) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
61222026-08-15T07:12:47.521Z PASS [ 0.033s] ( 214/3304) nexus-config postgres_config::test::test_all_addresses_single_host
61232026-08-15T07:12:47.530Z PASS [ 0.040s] ( 215/3304) nexus-config postgres_config::test::test_bad_url
61242026-08-15T07:12:47.533Z PASS [ 0.039s] ( 216/3304) nexus-config postgres_config::test::test_example_url
61252026-08-15T07:12:47.536Z PASS [ 0.025s] ( 217/3304) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
61262026-08-15T07:12:47.550Z PASS [ 0.029s] ( 218/3304) nexus-db-fixed-data test::test_allowlist_id_is_valid
61272026-08-15T07:12:47.561Z PASS [ 0.032s] ( 219/3304) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
61282026-08-15T07:12:47.565Z PASS [ 0.033s] ( 220/3304) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
61292026-08-15T07:12:47.580Z PASS [ 0.030s] ( 221/3304) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
61302026-08-15T07:12:47.602Z PASS [ 0.040s] ( 222/3304) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
61312026-08-15T07:12:47.617Z PASS [ 0.037s] ( 223/3304) nexus-db-model bytecount::test::test_bytecount_i64_conversions
61322026-08-15T07:12:47.620Z PASS [ 0.055s] ( 224/3304) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
61332026-08-15T07:12:47.634Z PASS [ 0.032s] ( 225/3304) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
61342026-08-15T07:12:47.652Z PASS [ 0.035s] ( 226/3304) nexus-db-model deployment::tests::reassemble_rejects_inconsistent_columns
61352026-08-15T07:12:47.656Z PASS [ 0.036s] ( 227/3304) nexus-db-model deployment::tests::update_disposition_columns_roundtrip
61362026-08-15T07:12:47.663Z PASS [ 0.029s] ( 228/3304) nexus-db-model device_auth::test::test_generate_user_code
61372026-08-15T07:12:47.680Z PASS [ 0.028s] ( 229/3304) nexus-db-model instance_state::tests::test_from_str_roundtrips
61382026-08-15T07:12:47.689Z PASS [ 0.033s] ( 230/3304) nexus-db-model inventory::test::dual_stack_zone_nic_round_trips_through_inventory
61392026-08-15T07:12:47.693Z PASS [ 0.029s] ( 231/3304) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
61402026-08-15T07:12:47.708Z PASS [ 0.027s] ( 232/3304) nexus-db-model omicron_zone_config::tests::zone_nic_round_trips_for_all_ip_families
61412026-08-15T07:12:47.724Z PASS [ 0.035s] ( 233/3304) nexus-db-model role_assignment::tests::test_role_assignment_from_database
61422026-08-15T07:12:47.728Z PASS [ 0.035s] ( 234/3304) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
61432026-08-15T07:12:47.768Z PASS [ 0.043s] ( 235/3304) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
61442026-08-15T07:12:47.776Z PASS [ 0.068s] ( 236/3304) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
61452026-08-15T07:12:47.781Z PASS [ 0.052s] ( 237/3304) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
61462026-08-15T07:12:47.815Z PASS [ 0.048s] ( 238/3304) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
61472026-08-15T07:12:47.832Z PASS [ 0.051s] ( 239/3304) nexus-db-model schema_versions::test::test_classify_create_index
61482026-08-15T07:12:47.837Z PASS [ 0.059s] ( 240/3304) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
61492026-08-15T07:12:47.872Z PASS [ 0.057s] ( 241/3304) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
61502026-08-15T07:12:47.875Z PASS [ 0.039s] ( 242/3304) nexus-db-model schema_versions::test::test_classify_dml_ignored
61512026-08-15T07:12:47.884Z PASS [ 0.053s] ( 243/3304) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
61522026-08-15T07:12:47.918Z PASS [ 0.033s] ( 244/3304) nexus-db-model schema_versions::test::test_known_versions
61532026-08-15T07:12:47.918Z PASS [ 0.046s] ( 245/3304) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
61542026-08-15T07:12:47.929Z PASS [ 0.056s] ( 246/3304) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
61552026-08-15T07:12:47.960Z PASS [ 0.043s] ( 247/3304) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
61562026-08-15T07:12:47.964Z PASS [ 0.034s] ( 248/3304) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
61572026-08-15T07:12:48.005Z PASS [ 0.044s] ( 249/3304) nexus-db-model schema_versions::test::test_one_ddl_enforcement
61582026-08-15T07:12:48.018Z PASS [ 0.054s] ( 250/3304) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
61592026-08-15T07:12:48.021Z PASS [ 0.103s] ( 251/3304) nexus-db-model schema_versions::test::test_migration_verification_files
61602026-08-15T07:12:48.036Z PASS [ 0.031s] ( 252/3304) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
61612026-08-15T07:12:48.059Z PASS [ 0.041s] ( 253/3304) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
61622026-08-15T07:12:48.074Z PASS [ 0.052s] ( 254/3304) nexus-db-model schema_versions::test::test_preprocess_storing
61632026-08-15T07:12:48.081Z PASS [ 0.045s] ( 255/3304) nexus-db-model schema_versions::test::test_preprocess_type_array
61642026-08-15T07:12:48.095Z PASS [ 0.036s] ( 256/3304) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
61652026-08-15T07:12:48.113Z PASS [ 0.040s] ( 257/3304) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
61662026-08-15T07:12:48.120Z PASS [ 0.039s] ( 258/3304) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
61672026-08-15T07:12:48.125Z PASS [ 0.030s] ( 259/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
61682026-08-15T07:12:48.144Z PASS [ 0.031s] ( 260/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
61692026-08-15T07:12:48.150Z PASS [ 0.029s] ( 261/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
61702026-08-15T07:12:48.153Z PASS [ 0.029s] ( 262/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
61712026-08-15T07:12:48.186Z PASS [ 0.042s] ( 263/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
61722026-08-15T07:12:48.193Z PASS [ 0.039s] ( 264/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
61732026-08-15T07:12:48.197Z PASS [ 0.047s] ( 265/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
61742026-08-15T07:12:48.221Z PASS [ 0.035s] ( 266/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
61752026-08-15T07:12:48.229Z PASS [ 0.036s] ( 267/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
61762026-08-15T07:12:48.233Z PASS [ 0.037s] ( 268/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
61772026-08-15T07:12:48.249Z PASS [ 0.027s] ( 269/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
61782026-08-15T07:12:48.268Z PASS [ 0.034s] ( 270/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
61792026-08-15T07:12:48.271Z PASS [ 0.042s] ( 271/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
61802026-08-15T07:12:48.277Z PASS [ 0.029s] ( 272/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
61812026-08-15T07:12:48.295Z PASS [ 0.027s] ( 273/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
61822026-08-15T07:12:48.302Z PASS [ 0.031s] ( 274/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
61832026-08-15T07:12:48.307Z PASS [ 0.030s] ( 275/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
61842026-08-15T07:12:48.322Z PASS [ 0.028s] ( 276/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
61852026-08-15T07:12:48.333Z PASS [ 0.031s] ( 277/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
61862026-08-15T07:12:48.339Z PASS [ 0.031s] ( 278/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
61872026-08-15T07:12:48.349Z PASS [ 0.026s] ( 279/3304) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
61882026-08-15T07:12:48.359Z PASS [ 0.026s] ( 280/3304) nexus-db-model schema_versions::test::test_verification_query_add_constraint
61892026-08-15T07:12:48.370Z PASS [ 0.031s] ( 281/3304) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
61902026-08-15T07:12:48.376Z PASS [ 0.027s] ( 282/3304) nexus-db-model schema_versions::test::test_verification_query_create_index
61912026-08-15T07:12:48.388Z PASS [ 0.028s] ( 283/3304) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
61922026-08-15T07:12:48.398Z PASS [ 0.028s] ( 284/3304) nexus-db-model schema_versions::test::test_verify
61932026-08-15T07:12:48.407Z PASS [ 0.031s] ( 285/3304) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
61942026-08-15T07:12:48.416Z PASS [ 0.028s] ( 286/3304) nexus-db-model semver_version::test::test_to_from_sortable_string
61952026-08-15T07:12:48.431Z PASS [ 0.032s] ( 287/3304) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
61962026-08-15T07:12:48.439Z PASS [ 0.032s] ( 288/3304) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
61972026-08-15T07:12:48.448Z PASS [ 0.033s] ( 289/3304) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
61982026-08-15T07:12:48.461Z PASS [ 0.030s] ( 290/3304) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
61992026-08-15T07:12:48.469Z PASS [ 0.030s] ( 291/3304) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
62002026-08-15T07:12:48.477Z PASS [ 0.028s] ( 292/3304) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
62012026-08-15T07:12:48.491Z PASS [ 0.030s] ( 293/3304) nexus-db-model tests::test_ip_subnet_check_requestable_address
62022026-08-15T07:12:48.503Z PASS [ 0.034s] ( 294/3304) nexus-db-model tests::test_ipv6_net_random_subnet
62032026-08-15T07:12:48.510Z PASS [ 0.032s] ( 295/3304) nexus-db-model tests::test_roles_database_strings
62042026-08-15T07:12:48.521Z PASS [ 0.030s] ( 296/3304) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
62052026-08-15T07:12:48.537Z PASS [ 0.033s] ( 297/3304) nexus-db-model typed_uuid::tests::test_compare_consistency
62062026-08-15T07:12:48.548Z PASS [ 0.037s] ( 298/3304) nexus-db-model typed_uuid::tests::test_hash_equality
62072026-08-15T07:12:48.556Z PASS [ 0.035s] ( 299/3304) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
62082026-08-15T07:12:48.564Z PASS [ 0.027s] ( 300/3304) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
62092026-08-15T07:12:48.578Z PASS [ 0.031s] ( 301/3304) nexus-db-model vmm_state::tests::test_from_str_roundtrips
62102026-08-15T07:12:48.586Z PASS [ 0.029s] ( 302/3304) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
62112026-08-15T07:12:48.595Z PASS [ 0.031s] ( 303/3304) nexus-db-model vmm_state::tests::test_terminal_states_consistent
62122026-08-15T07:12:49.815Z PASS [ 18.577s] ( 304/3304) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
62132026-08-15T07:12:49.893Z PASS [ 18.654s] ( 305/3304) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
62142026-08-15T07:12:50.214Z PASS [ 2.678s] ( 306/3304) nexus-db-lookup::integration lookup::test_lookup
62152026-08-15T07:12:51.276Z PASS [ 2.697s] ( 307/3304) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
62162026-08-15T07:12:51.615Z PASS [ 3.029s] ( 308/3304) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
62172026-08-15T07:12:51.692Z PASS [ 3.096s] ( 309/3304) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
62182026-08-15T07:12:52.395Z PASS [ 2.580s] ( 310/3304) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
62192026-08-15T07:12:52.525Z PASS [ 2.632s] ( 311/3304) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
62202026-08-15T07:12:52.808Z PASS [ 2.595s] ( 312/3304) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
62212026-08-15T07:12:53.071Z PASS [ 21.831s] ( 313/3304) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
62222026-08-15T07:12:53.119Z PASS [ 0.048s] ( 314/3304) nexus-db-queries db::collection_attach::test::test_verify_query
62232026-08-15T07:12:53.247Z PASS [ 22.008s] ( 315/3304) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
62242026-08-15T07:12:53.526Z PASS [ 22.287s] ( 316/3304) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
62252026-08-15T07:12:53.788Z PASS [ 22.550s] ( 317/3304) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
62262026-08-15T07:12:53.948Z PASS [ 2.672s] ( 318/3304) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
62272026-08-15T07:12:54.419Z PASS [ 2.727s] ( 319/3304) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
62282026-08-15T07:12:54.438Z PASS [ 23.199s] ( 320/3304) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
62292026-08-15T07:12:54.459Z PASS [ 2.844s] ( 321/3304) nexus-db-queries db::collection_attach::test::test_attach_once
62302026-08-15T07:12:54.490Z PASS [ 0.052s] ( 322/3304) nexus-db-queries db::collection_detach::test::test_verify_query
62312026-08-15T07:12:55.030Z PASS [ 23.791s] ( 323/3304) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
62322026-08-15T07:12:55.250Z PASS [ 24.011s] ( 324/3304) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
62332026-08-15T07:12:55.276Z PASS [ 24.037s] ( 325/3304) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
62342026-08-15T07:12:55.344Z PASS [ 24.105s] ( 326/3304) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
62352026-08-15T07:12:55.392Z PASS [ 24.153s] ( 327/3304) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
62362026-08-15T07:12:55.419Z PASS [ 3.024s] ( 328/3304) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
62372026-08-15T07:12:55.448Z PASS [ 24.208s] ( 329/3304) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
62382026-08-15T07:12:55.462Z PASS [ 2.936s] ( 330/3304) nexus-db-queries db::collection_attach::test::test_attach_with_filters
62392026-08-15T07:12:55.494Z PASS [ 0.047s] ( 331/3304) nexus-db-queries db::collection_detach_many::test::test_verify_query
62402026-08-15T07:12:55.620Z PASS [ 2.812s] ( 332/3304) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
62412026-08-15T07:12:55.686Z PASS [ 0.066s] ( 333/3304) nexus-db-queries db::collection_insert::test::test_verify_query
62422026-08-15T07:12:55.739Z PASS [ 0.053s] ( 334/3304) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
62432026-08-15T07:12:55.791Z PASS [ 0.052s] ( 335/3304) nexus-db-queries db::column_walker::test::test_walk_columns
62442026-08-15T07:12:55.804Z PASS [ 2.685s] ( 336/3304) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
62452026-08-15T07:12:55.841Z PASS [ 0.050s] ( 337/3304) nexus-db-queries db::column_walker::test::test_walk_table
62462026-08-15T07:12:55.846Z PASS [ 24.608s] ( 338/3304) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
62472026-08-15T07:12:55.978Z PASS [ 2.731s] ( 339/3304) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
62482026-08-15T07:12:56.370Z PASS [ 2.843s] ( 340/3304) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
62492026-08-15T07:12:56.713Z PASS [ 2.924s] ( 341/3304) nexus-db-queries db::collection_detach::test::test_detach_once
62502026-08-15T07:12:56.874Z PASS [ 2.926s] ( 342/3304) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
62512026-08-15T07:12:57.294Z PASS [ 2.874s] ( 343/3304) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
62522026-08-15T07:12:57.309Z PASS [ 2.848s] ( 344/3304) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
62532026-08-15T07:12:57.335Z PASS [ 2.845s] ( 345/3304) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
62542026-08-15T07:12:57.909Z PASS [ 2.878s] ( 346/3304) nexus-db-queries db::collection_detach_many::test::test_detach_many
62552026-08-15T07:12:58.171Z PASS [ 2.921s] ( 347/3304) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
62562026-08-15T07:12:58.247Z PASS [ 2.971s] ( 348/3304) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
62572026-08-15T07:12:58.398Z PASS [ 2.936s] ( 349/3304) nexus-db-queries db::collection_insert::test::test_collection_not_present
62582026-08-15T07:12:58.415Z PASS [ 3.071s] ( 350/3304) nexus-db-queries db::collection_detach_many::test::test_detach_once
62592026-08-15T07:12:58.462Z PASS [ 3.070s] ( 351/3304) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
62602026-08-15T07:12:58.466Z PASS [ 3.045s] ( 352/3304) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
62612026-08-15T07:12:58.506Z PASS [ 3.011s] ( 353/3304) nexus-db-queries db::collection_insert::test::test_collection_present
62622026-08-15T07:13:00.209Z PASS [ 4.405s] ( 354/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
62632026-08-15T07:13:00.341Z PASS [ 4.500s] ( 355/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
62642026-08-15T07:13:00.345Z PASS [ 4.364s] ( 356/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
62652026-08-15T07:13:00.978Z PASS [ 4.608s] ( 357/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
62662026-08-15T07:13:01.273Z PASS [ 4.399s] ( 358/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
62672026-08-15T07:13:01.406Z PASS [ 30.167s] ( 359/3304) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
62682026-08-15T07:13:01.540Z PASS [ 30.302s] ( 360/3304) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
62692026-08-15T07:13:01.596Z PASS [ 4.261s] ( 361/3304) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
62702026-08-15T07:13:01.638Z PASS [ 4.330s] ( 362/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
62712026-08-15T07:13:01.797Z PASS [ 5.084s] ( 363/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
62722026-08-15T07:13:02.078Z PASS [ 6.231s] ( 364/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
62732026-08-15T07:13:02.209Z PASS [ 4.301s] ( 365/3304) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
62742026-08-15T07:13:02.263Z PASS [ 4.970s] ( 366/3304) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
62752026-08-15T07:13:02.469Z PASS [ 4.299s] ( 367/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
62762026-08-15T07:13:02.769Z PASS [ 4.522s] ( 368/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
62772026-08-15T07:13:02.772Z PASS [ 4.355s] ( 369/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
62782026-08-15T07:13:02.924Z PASS [ 4.419s] ( 370/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
62792026-08-15T07:13:03.065Z PASS [ 4.602s] ( 371/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
62802026-08-15T07:13:03.515Z PASS [ 5.051s] ( 372/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
62812026-08-15T07:13:04.366Z PASS [ 2.770s] ( 373/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
62822026-08-15T07:13:04.414Z PASS [ 2.776s] ( 374/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
62832026-08-15T07:13:04.490Z PASS [ 2.693s] ( 375/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
62842026-08-15T07:13:04.501Z PASS [ 4.159s] ( 376/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
62852026-08-15T07:13:04.547Z PASS [ 4.206s] ( 377/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
62862026-08-15T07:13:04.768Z PASS [ 6.370s] ( 378/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
62872026-08-15T07:13:04.867Z PASS [ 2.789s] ( 379/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
62882026-08-15T07:13:04.997Z PASS [ 2.788s] ( 380/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
62892026-08-15T07:13:05.037Z PASS [ 4.059s] ( 381/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
62902026-08-15T07:13:05.075Z PASS [ 2.812s] ( 382/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
62912026-08-15T07:13:05.124Z PASS [ 4.915s] ( 383/3304) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
62922026-08-15T07:13:05.156Z PASS [ 33.917s] ( 384/3304) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
62932026-08-15T07:13:05.329Z PASS [ 2.859s] ( 385/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
62942026-08-15T07:13:05.429Z PASS [ 3.889s] ( 386/3304) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
62952026-08-15T07:13:05.565Z PASS [ 2.641s] ( 387/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
62962026-08-15T07:13:05.673Z PASS [ 2.904s] ( 388/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
62972026-08-15T07:13:05.679Z PASS [ 2.910s] ( 389/3304) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
62982026-08-15T07:13:06.148Z PASS [ 34.908s] ( 390/3304) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
62992026-08-15T07:13:06.839Z PASS [ 5.565s] ( 391/3304) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
63002026-08-15T07:13:06.929Z PASS [ 3.864s] ( 392/3304) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
63012026-08-15T07:13:06.998Z PASS [ 5.591s] ( 393/3304) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
63022026-08-15T07:13:07.092Z PASS [ 35.853s] ( 394/3304) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
63032026-08-15T07:13:07.245Z PASS [ 2.743s] ( 395/3304) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
63042026-08-15T07:13:07.296Z PASS [ 36.057s] ( 396/3304) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
63052026-08-15T07:13:07.518Z PASS [ 4.002s] ( 397/3304) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
63062026-08-15T07:13:08.126Z PASS [ 3.760s] ( 398/3304) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
63072026-08-15T07:13:08.156Z PASS [ 3.741s] ( 399/3304) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
63082026-08-15T07:13:08.333Z PASS [ 3.843s] ( 400/3304) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
63092026-08-15T07:13:08.653Z PASS [ 3.885s] ( 401/3304) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
63102026-08-15T07:13:08.835Z PASS [ 3.839s] ( 402/3304) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
63112026-08-15T07:13:08.919Z PASS [ 4.052s] ( 403/3304) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
63122026-08-15T07:13:08.919Z PASS [ 3.882s] ( 404/3304) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
63132026-08-15T07:13:08.919Z PASS [ 4.372s] ( 405/3304) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
63142026-08-15T07:13:09.080Z PASS [ 4.005s] ( 406/3304) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
63152026-08-15T07:13:09.125Z PASS [ 3.969s] ( 407/3304) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
63162026-08-15T07:13:09.235Z PASS [ 4.110s] ( 408/3304) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
63172026-08-15T07:13:09.268Z PASS [ 3.939s] ( 409/3304) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
63182026-08-15T07:13:09.382Z PASS [ 3.953s] ( 410/3304) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
63192026-08-15T07:13:09.491Z PASS [ 3.925s] ( 411/3304) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
63202026-08-15T07:13:09.560Z PASS [ 3.886s] ( 412/3304) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
63212026-08-15T07:13:09.644Z PASS [ 3.965s] ( 413/3304) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
63222026-08-15T07:13:09.938Z PASS [ 1.102s] ( 414/3304) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
63232026-08-15T07:13:09.992Z PASS [ 3.844s] ( 415/3304) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
63242026-08-15T07:13:10.042Z PASS [ 1.122s] ( 416/3304) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
63252026-08-15T07:13:10.561Z PASS [ 3.722s] ( 417/3304) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
63262026-08-15T07:13:10.661Z PASS [ 2.535s] ( 418/3304) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
63272026-08-15T07:13:10.668Z PASS [ 3.740s] ( 419/3304) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
63282026-08-15T07:13:10.771Z PASS [ 0.730s] ( 420/3304) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
63292026-08-15T07:13:10.811Z PASS [ 0.819s] ( 421/3304) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
63302026-08-15T07:13:10.894Z PASS [ 3.896s] ( 422/3304) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
63312026-08-15T07:13:10.940Z PASS [ 3.848s] ( 423/3304) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
63322026-08-15T07:13:11.031Z PASS [ 2.697s] ( 424/3304) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
63332026-08-15T07:13:11.045Z PASS [ 3.800s] ( 425/3304) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
63342026-08-15T07:13:11.099Z PASS [ 3.803s] ( 426/3304) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
63352026-08-15T07:13:11.433Z PASS [ 3.277s] ( 427/3304) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
63362026-08-15T07:13:11.484Z PASS [ 3.967s] ( 428/3304) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
63372026-08-15T07:13:11.636Z PASS [ 0.975s] ( 429/3304) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
63382026-08-15T07:13:11.743Z PASS [ 2.824s] ( 430/3304) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
63392026-08-15T07:13:11.868Z PASS [ 2.949s] ( 431/3304) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
63402026-08-15T07:13:11.931Z PASS [ 2.851s] ( 432/3304) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
63412026-08-15T07:13:11.969Z PASS [ 2.843s] ( 433/3304) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
63422026-08-15T07:13:11.971Z PASS [ 0.225s] ( 434/3304) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
63432026-08-15T07:13:12.034Z PASS [ 2.766s] ( 435/3304) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
63442026-08-15T07:13:12.073Z PASS [ 2.838s] ( 436/3304) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
63452026-08-15T07:13:12.080Z PASS [ 2.698s] ( 437/3304) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
63462026-08-15T07:13:12.162Z PASS [ 3.509s] ( 438/3304) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
63472026-08-15T07:13:12.197Z PASS [ 40.958s] ( 439/3304) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63482026-08-15T07:13:12.245Z PASS [ 2.754s] ( 440/3304) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
63492026-08-15T07:13:12.360Z PASS [ 2.715s] ( 441/3304) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
63502026-08-15T07:13:12.365Z PASS [ 2.805s] ( 442/3304) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
63512026-08-15T07:13:12.653Z PASS [ 2.715s] ( 443/3304) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
63522026-08-15T07:13:13.098Z PASS [ 2.429s] ( 444/3304) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
63532026-08-15T07:13:13.151Z PASS [ 0.053s] ( 445/3304) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
63542026-08-15T07:13:13.322Z PASS [ 2.550s] ( 446/3304) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
63552026-08-15T07:13:13.379Z PASS [ 2.568s] ( 447/3304) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
63562026-08-15T07:13:13.505Z PASS [ 2.611s] ( 448/3304) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
63572026-08-15T07:13:13.505Z PASS [ 2.565s] ( 449/3304) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
63582026-08-15T07:13:13.524Z PASS [ 2.479s] ( 450/3304) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
63592026-08-15T07:13:13.617Z PASS [ 2.586s] ( 451/3304) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
63602026-08-15T07:13:13.641Z PASS [ 42.403s] ( 452/3304) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63612026-08-15T07:13:13.886Z PASS [ 0.269s] ( 453/3304) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
63622026-08-15T07:13:13.910Z PASS [ 0.268s] ( 454/3304) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
63632026-08-15T07:13:14.119Z PASS [ 0.233s] ( 455/3304) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
63642026-08-15T07:13:14.142Z PASS [ 0.232s] ( 456/3304) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
63652026-08-15T07:13:14.213Z PASS [ 3.652s] ( 457/3304) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
63662026-08-15T07:13:14.316Z PASS [ 2.448s] ( 458/3304) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
63672026-08-15T07:13:15.342Z PASS [ 4.243s] ( 459/3304) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
63682026-08-15T07:13:15.555Z PASS [ 4.070s] ( 460/3304) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
63692026-08-15T07:13:15.607Z PASS [ 3.675s] ( 461/3304) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_dual_stack_round_trips_through_db
63702026-08-15T07:13:15.644Z PASS [ 4.007s] ( 462/3304) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
63712026-08-15T07:13:15.677Z PASS [ 4.244s] ( 463/3304) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
63722026-08-15T07:13:15.723Z PASS [ 3.754s] ( 464/3304) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv6_only_round_trips_through_db
63732026-08-15T07:13:15.727Z PASS [ 3.755s] ( 465/3304) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv4_only_round_trips_through_db
63742026-08-15T07:13:15.965Z PASS [ 3.891s] ( 466/3304) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
63752026-08-15T07:13:16.257Z PASS [ 4.095s] ( 467/3304) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
63762026-08-15T07:13:16.264Z PASS [ 4.067s] ( 468/3304) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
63772026-08-15T07:13:16.617Z PASS [ 4.537s] ( 469/3304) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
63782026-08-15T07:13:16.649Z PASS [ 3.995s] ( 470/3304) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
63792026-08-15T07:13:16.669Z PASS [ 4.309s] ( 471/3304) nexus-db-queries db::datastore::deployment::tests::test_set_target
63802026-08-15T07:13:16.801Z PASS [ 2.682s] ( 472/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
63812026-08-15T07:13:16.810Z PASS [ 4.444s] ( 473/3304) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
63822026-08-15T07:13:16.824Z PASS [ 2.682s] ( 474/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
63832026-08-15T07:13:16.858Z PASS [ 4.823s] ( 475/3304) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
63842026-08-15T07:13:16.907Z PASS [ 3.755s] ( 476/3304) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
63852026-08-15T07:13:16.916Z PASS [ 2.703s] ( 477/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
63862026-08-15T07:13:16.980Z PASS [ 2.664s] ( 478/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
63872026-08-15T07:13:17.497Z PASS [ 4.175s] ( 479/3304) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
63882026-08-15T07:13:17.663Z PASS [ 4.159s] ( 480/3304) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
63892026-08-15T07:13:17.681Z PASS [ 4.157s] ( 481/3304) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
63902026-08-15T07:13:17.859Z PASS [ 5.614s] ( 482/3304) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
63912026-08-15T07:13:17.882Z PASS [ 4.377s] ( 483/3304) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
63922026-08-15T07:13:17.882Z PASS [ 2.540s] ( 484/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
63932026-08-15T07:13:18.057Z PASS [ 2.502s] ( 485/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
63942026-08-15T07:13:18.083Z PASS [ 2.477s] ( 486/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
63952026-08-15T07:13:18.098Z PASS [ 4.719s] ( 487/3304) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
63962026-08-15T07:13:18.137Z PASS [ 2.493s] ( 488/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
63972026-08-15T07:13:18.178Z PASS [ 2.502s] ( 489/3304) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
63982026-08-15T07:13:18.255Z PASS [ 2.532s] ( 490/3304) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
63992026-08-15T07:13:18.324Z PASS [ 2.600s] ( 491/3304) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
64002026-08-15T07:13:19.642Z PASS [ 3.678s] ( 492/3304) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
64012026-08-15T07:13:19.992Z PASS [ 3.728s] ( 493/3304) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
64022026-08-15T07:13:20.029Z PASS [ 3.772s] ( 494/3304) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
64032026-08-15T07:13:20.389Z PASS [ 49.150s] ( 495/3304) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64042026-08-15T07:13:20.437Z PASS [ 3.820s] ( 496/3304) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
64052026-08-15T07:13:20.723Z PASS [ 3.899s] ( 497/3304) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
64062026-08-15T07:13:20.808Z PASS [ 3.901s] ( 498/3304) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
64072026-08-15T07:13:20.902Z PASS [ 4.254s] ( 499/3304) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
64082026-08-15T07:13:20.916Z PASS [ 3.936s] ( 500/3304) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
64092026-08-15T07:13:20.951Z PASS [ 4.035s] ( 501/3304) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
64102026-08-15T07:13:21.016Z PASS [ 4.158s] ( 502/3304) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
64112026-08-15T07:13:21.112Z PASS [ 4.311s] ( 503/3304) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
64122026-08-15T07:13:21.235Z PASS [ 4.425s] ( 504/3304) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
64132026-08-15T07:13:21.447Z PASS [ 4.778s] ( 505/3304) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
64142026-08-15T07:13:21.613Z PASS [ 4.117s] ( 506/3304) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
64152026-08-15T07:13:21.632Z PASS [ 3.951s] ( 507/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
64162026-08-15T07:13:21.796Z PASS [ 4.132s] ( 508/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
64172026-08-15T07:13:21.866Z PASS [ 3.984s] ( 509/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
64182026-08-15T07:13:21.890Z PASS [ 4.031s] ( 510/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
64192026-08-15T07:13:21.919Z PASS [ 3.862s] ( 511/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
64202026-08-15T07:13:21.953Z PASS [ 3.869s] ( 512/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
64212026-08-15T07:13:21.970Z PASS [ 3.834s] ( 513/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
64222026-08-15T07:13:21.996Z PASS [ 4.114s] ( 514/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
64232026-08-15T07:13:22.086Z PASS [ 3.988s] ( 515/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
64242026-08-15T07:13:22.105Z PASS [ 3.926s] ( 516/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
64252026-08-15T07:13:22.133Z PASS [ 0.242s] ( 517/3304) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
64262026-08-15T07:13:22.158Z PASS [ 0.239s] ( 518/3304) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
64272026-08-15T07:13:22.187Z PASS [ 3.932s] ( 519/3304) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
64282026-08-15T07:13:22.200Z PASS [ 0.247s] ( 520/3304) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
64292026-08-15T07:13:22.305Z PASS [ 3.980s] ( 521/3304) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
64302026-08-15T07:13:23.703Z PASS [ 4.060s] ( 522/3304) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
64312026-08-15T07:13:23.725Z PASS [ 3.696s] ( 523/3304) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
64322026-08-15T07:13:23.951Z PASS [ 3.958s] ( 524/3304) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
64332026-08-15T07:13:24.142Z PASS [ 3.752s] ( 525/3304) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
64342026-08-15T07:13:24.233Z PASS [ 3.795s] ( 526/3304) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
64352026-08-15T07:13:24.609Z PASS [ 2.638s] ( 527/3304) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
64362026-08-15T07:13:24.727Z PASS [ 2.731s] ( 528/3304) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
64372026-08-15T07:13:24.822Z PASS [ 2.716s] ( 529/3304) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
64382026-08-15T07:13:24.842Z PASS [ 2.709s] ( 530/3304) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
64392026-08-15T07:13:24.861Z PASS [ 4.137s] ( 531/3304) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
64402026-08-15T07:13:24.998Z PASS [ 4.190s] ( 532/3304) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
64412026-08-15T07:13:25.008Z PASS [ 4.056s] ( 533/3304) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
64422026-08-15T07:13:25.019Z PASS [ 4.117s] ( 534/3304) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
64432026-08-15T07:13:25.024Z PASS [ 4.105s] ( 535/3304) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
64442026-08-15T07:13:25.024Z PASS [ 2.935s] ( 536/3304) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
64452026-08-15T07:13:25.043Z PASS [ 4.027s] ( 537/3304) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
64462026-08-15T07:13:25.103Z PASS [ 3.868s] ( 538/3304) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
64472026-08-15T07:13:25.173Z PASS [ 4.061s] ( 539/3304) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
64482026-08-15T07:13:25.224Z PASS [ 0.226s] ( 540/3304) nexus-db-queries db::datastore::fm_config::tests::expectorate_insert_latest_version_query
64492026-08-15T07:13:25.309Z PASS [ 3.862s] ( 541/3304) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
64502026-08-15T07:13:25.333Z PASS [ 0.312s] ( 542/3304) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
64512026-08-15T07:13:25.406Z PASS [ 3.793s] ( 543/3304) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
64522026-08-15T07:13:25.633Z PASS [ 3.999s] ( 544/3304) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
64532026-08-15T07:13:25.661Z PASS [ 3.794s] ( 545/3304) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
64542026-08-15T07:13:25.801Z PASS [ 4.006s] ( 546/3304) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
64552026-08-15T07:13:25.924Z PASS [ 3.725s] ( 547/3304) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
64562026-08-15T07:13:26.162Z PASS [ 3.858s] ( 548/3304) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
64572026-08-15T07:13:26.763Z PASS [ 4.576s] ( 549/3304) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
64582026-08-15T07:13:27.764Z PASS [ 4.039s] ( 550/3304) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
64592026-08-15T07:13:27.863Z PASS [ 4.161s] ( 551/3304) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
64602026-08-15T07:13:28.007Z PASS [ 2.998s] ( 552/3304) nexus-db-queries db::datastore::fm_config::tests::explain_insert_latest_version_query
64612026-08-15T07:13:28.037Z PASS [ 4.087s] ( 553/3304) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
64622026-08-15T07:13:28.182Z PASS [ 4.040s] ( 554/3304) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
64632026-08-15T07:13:28.296Z PASS [ 4.064s] ( 555/3304) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
64642026-08-15T07:13:28.941Z PASS [ 4.080s] ( 556/3304) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
64652026-08-15T07:13:29.066Z PASS [ 57.827s] ( 557/3304) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64662026-08-15T07:13:29.078Z PASS [ 4.350s] ( 558/3304) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
64672026-08-15T07:13:29.212Z PASS [ 4.191s] ( 559/3304) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
64682026-08-15T07:13:29.278Z PASS [ 4.235s] ( 560/3304) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
64692026-08-15T07:13:29.281Z PASS [ 4.259s] ( 561/3304) nexus-db-queries db::datastore::fm_config::tests::test_fm_config_basic
64702026-08-15T07:13:29.284Z PASS [ 4.181s] ( 562/3304) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
64712026-08-15T07:13:29.285Z PASS [ 4.462s] ( 563/3304) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
64722026-08-15T07:13:29.379Z PASS [ 4.771s] ( 564/3304) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
64732026-08-15T07:13:29.421Z PASS [ 4.579s] ( 565/3304) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
64742026-08-15T07:13:29.591Z PASS [ 4.367s] ( 566/3304) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
64752026-08-15T07:13:29.841Z PASS [ 4.532s] ( 567/3304) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
64762026-08-15T07:13:29.959Z PASS [ 4.626s] ( 568/3304) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
64772026-08-15T07:13:30.112Z PASS [ 4.480s] ( 569/3304) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
64782026-08-15T07:13:30.115Z PASS [ 4.709s] ( 570/3304) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
64792026-08-15T07:13:30.159Z PASS [ 4.498s] ( 571/3304) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
64802026-08-15T07:13:30.235Z PASS [ 4.434s] ( 572/3304) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
64812026-08-15T07:13:30.356Z PASS [ 4.431s] ( 573/3304) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
64822026-08-15T07:13:30.666Z PASS [ 4.504s] ( 574/3304) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
64832026-08-15T07:13:30.784Z PASS [ 5.611s] ( 575/3304) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
64842026-08-15T07:13:31.181Z PASS [ 4.418s] ( 576/3304) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
64852026-08-15T07:13:31.251Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64862026-08-15T07:13:31.255Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
64872026-08-15T07:13:31.438Z PASS [ 0.256s] ( 577/3304) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
64882026-08-15T07:13:31.721Z PASS [ 0.283s] ( 578/3304) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
64892026-08-15T07:13:31.888Z PASS [ 3.850s] ( 579/3304) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_dual_stack_round_trips_through_db
64902026-08-15T07:13:31.923Z PASS [ 3.916s] ( 580/3304) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
64912026-08-15T07:13:32.100Z PASS [ 0.379s] ( 581/3304) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
64922026-08-15T07:13:32.174Z PASS [ 4.410s] ( 582/3304) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
64932026-08-15T07:13:32.185Z PASS [ 4.003s] ( 583/3304) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv4_only_round_trips_through_db
64942026-08-15T07:13:32.251Z PASS [ 2.967s] ( 584/3304) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
64952026-08-15T07:13:32.317Z PASS [ 2.938s] ( 585/3304) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
64962026-08-15T07:13:32.327Z PASS [ 3.043s] ( 586/3304) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
64972026-08-15T07:13:32.347Z PASS [ 2.926s] ( 587/3304) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
64982026-08-15T07:13:32.351Z PASS [ 4.054s] ( 588/3304) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv6_only_round_trips_through_db
64992026-08-15T07:13:32.780Z PASS [ 4.917s] ( 589/3304) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
65002026-08-15T07:13:33.459Z PASS [ 4.517s] ( 590/3304) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
65012026-08-15T07:13:33.630Z PASS [ 4.417s] ( 591/3304) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
65022026-08-15T07:13:33.680Z PASS [ 4.602s] ( 592/3304) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
65032026-08-15T07:13:33.893Z PASS [ 4.301s] ( 593/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
65042026-08-15T07:13:34.058Z PASS [ 4.780s] ( 594/3304) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
65052026-08-15T07:13:34.065Z PASS [ 4.787s] ( 595/3304) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
65062026-08-15T07:13:34.203Z PASS [ 4.361s] ( 596/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
65072026-08-15T07:13:34.397Z PASS [ 4.437s] ( 597/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
65082026-08-15T07:13:34.495Z PASS [ 4.379s] ( 598/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
65092026-08-15T07:13:34.557Z PASS [ 4.445s] ( 599/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
65102026-08-15T07:13:34.689Z PASS [ 4.530s] ( 600/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
65112026-08-15T07:13:34.836Z PASS [ 4.601s] ( 601/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
65122026-08-15T07:13:34.885Z PASS [ 4.530s] ( 602/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
65132026-08-15T07:13:35.053Z PASS [ 4.387s] ( 603/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
65142026-08-15T07:13:35.188Z PASS [ 4.404s] ( 604/3304) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
65152026-08-15T07:13:36.003Z PASS [ 6.937s] ( 605/3304) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
65162026-08-15T07:13:36.373Z PASS [ 4.450s] ( 606/3304) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
65172026-08-15T07:13:36.614Z PASS [ 4.439s] ( 607/3304) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
65182026-08-15T07:13:36.789Z PASS [ 4.539s] ( 608/3304) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
65192026-08-15T07:13:36.869Z PASS [ 4.542s] ( 609/3304) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
65202026-08-15T07:13:36.880Z PASS [ 4.695s] ( 610/3304) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
65212026-08-15T07:13:36.896Z PASS [ 4.545s] ( 611/3304) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
65222026-08-15T07:13:36.932Z PASS [ 4.832s] ( 612/3304) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
65232026-08-15T07:13:36.935Z PASS [ 4.616s] ( 613/3304) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
65242026-08-15T07:13:37.089Z PASS [ 4.741s] ( 614/3304) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
65252026-08-15T07:13:37.291Z PASS [ 4.510s] ( 615/3304) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
65262026-08-15T07:13:37.312Z PASS [ 5.425s] ( 616/3304) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
65272026-08-15T07:13:38.116Z PASS [ 4.657s] ( 617/3304) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
65282026-08-15T07:13:38.304Z PASS [ 4.675s] ( 618/3304) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
65292026-08-15T07:13:38.339Z PASS [ 4.659s] ( 619/3304) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
65302026-08-15T07:13:38.520Z PASS [ 4.461s] ( 620/3304) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
65312026-08-15T07:13:38.580Z PASS [ 4.688s] ( 621/3304) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
65322026-08-15T07:13:38.594Z PASS [ 4.529s] ( 622/3304) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
65332026-08-15T07:13:38.719Z PASS [ 4.516s] ( 623/3304) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
65342026-08-15T07:13:39.044Z PASS [ 4.646s] ( 624/3304) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
65352026-08-15T07:13:39.060Z PASS [ 4.564s] ( 625/3304) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
65362026-08-15T07:13:39.234Z PASS [ 4.675s] ( 626/3304) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
65372026-08-15T07:13:39.349Z PASS [ 4.512s] ( 627/3304) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
65382026-08-15T07:13:39.431Z PASS [ 4.741s] ( 628/3304) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
65392026-08-15T07:13:39.480Z PASS [ 4.594s] ( 629/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
65402026-08-15T07:13:39.756Z PASS [ 4.568s] ( 630/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
65412026-08-15T07:13:40.153Z PASS [ 5.100s] ( 631/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
65422026-08-15T07:13:40.648Z PASS [ 4.644s] ( 632/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
65432026-08-15T07:13:41.033Z PASS [ 18.874s] ( 633/3304) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
65442026-08-15T07:13:41.179Z PASS [ 4.805s] ( 634/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
65452026-08-15T07:13:41.280Z PASS [ 4.666s] ( 635/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
65462026-08-15T07:13:41.301Z PASS [ 4.511s] ( 636/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
65472026-08-15T07:13:41.428Z PASS [ 4.547s] ( 637/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
65482026-08-15T07:13:41.644Z PASS [ 4.774s] ( 638/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
65492026-08-15T07:13:41.767Z PASS [ 4.835s] ( 639/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
65502026-08-15T07:13:41.785Z PASS [ 4.696s] ( 640/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
65512026-08-15T07:13:41.829Z PASS [ 4.896s] ( 641/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
65522026-08-15T07:13:41.850Z PASS [ 4.953s] ( 642/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
65532026-08-15T07:13:41.977Z PASS [ 4.686s] ( 643/3304) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
65542026-08-15T07:13:42.317Z PASS [ 5.003s] ( 644/3304) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
65552026-08-15T07:13:42.444Z PASS [ 4.104s] ( 645/3304) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
65562026-08-15T07:13:43.055Z PASS [ 4.939s] ( 646/3304) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
65572026-08-15T07:13:43.436Z PASS [ 5.132s] ( 647/3304) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
65582026-08-15T07:13:43.446Z PASS [ 4.926s] ( 648/3304) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
65592026-08-15T07:13:43.571Z PASS [ 4.974s] ( 649/3304) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
65602026-08-15T07:13:43.637Z PASS [ 5.018s] ( 650/3304) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
65612026-08-15T07:13:43.745Z PASS [ 5.020s] ( 651/3304) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
65622026-08-15T07:13:44.193Z PASS [ 5.122s] ( 652/3304) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
65632026-08-15T07:13:44.235Z PASS [ 4.943s] ( 653/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
65642026-08-15T07:13:44.235Z PASS [ 5.138s] ( 654/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
65652026-08-15T07:13:44.350Z PASS [ 4.998s] ( 655/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
65662026-08-15T07:13:44.412Z PASS [ 4.970s] ( 656/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
65672026-08-15T07:13:44.432Z PASS [ 4.947s] ( 657/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
65682026-08-15T07:13:44.541Z PASS [ 4.783s] ( 658/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
65692026-08-15T07:13:45.345Z PASS [ 5.159s] ( 659/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
65702026-08-15T07:13:45.395Z PASS [ 3.964s] ( 660/3304) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
65712026-08-15T07:13:45.651Z PASS [ 4.992s] ( 661/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
65722026-08-15T07:13:46.081Z PASS [ 5.041s] ( 662/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
65732026-08-15T07:13:46.157Z PASS [ 4.506s] ( 663/3304) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
65742026-08-15T07:13:46.272Z PASS [ 4.952s] ( 664/3304) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
65752026-08-15T07:13:46.283Z PASS [ 4.975s] ( 665/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
65762026-08-15T07:13:46.342Z PASS [ 5.163s] ( 666/3304) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
65772026-08-15T07:13:46.579Z PASS [ 4.812s] ( 667/3304) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
65782026-08-15T07:13:46.677Z PASS [ 4.893s] ( 668/3304) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
65792026-08-15T07:13:46.689Z PASS [ 4.860s] ( 669/3304) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
65802026-08-15T07:13:46.790Z PASS [ 4.940s] ( 670/3304) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
65812026-08-15T07:13:46.833Z PASS [ 4.857s] ( 671/3304) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
65822026-08-15T07:13:47.147Z PASS [ 4.093s] ( 672/3304) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
65832026-08-15T07:13:47.219Z PASS [ 4.903s] ( 673/3304) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
65842026-08-15T07:13:47.527Z PASS [ 4.091s] ( 674/3304) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
65852026-08-15T07:13:47.625Z PASS [ 4.070s] ( 675/3304) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
65862026-08-15T07:13:47.682Z PASS [ 0.057s] ( 676/3304) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_empty_ranges
65872026-08-15T07:13:47.701Z PASS [ 5.257s] ( 677/3304) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
65882026-08-15T07:13:47.733Z PASS [ 0.051s] ( 678/3304) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_mixed_versions
65892026-08-15T07:13:47.781Z PASS [ 0.048s] ( 679/3304) nexus-db-queries db::datastore::region::test::test_extent_count
65902026-08-15T07:13:48.004Z PASS [ 3.806s] ( 680/3304) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
65912026-08-15T07:13:48.025Z PASS [ 3.860s] ( 681/3304) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
65922026-08-15T07:13:48.163Z PASS [ 4.717s] ( 682/3304) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
65932026-08-15T07:13:48.333Z PASS [ 4.721s] ( 683/3304) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
65942026-08-15T07:13:48.391Z PASS [ 4.044s] ( 684/3304) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
65952026-08-15T07:13:48.567Z PASS [ 4.139s] ( 685/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
65962026-08-15T07:13:48.617Z PASS [ 4.078s] ( 686/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
65972026-08-15T07:13:49.050Z PASS [ 4.648s] ( 687/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
65982026-08-15T07:13:49.398Z PASS [ 4.006s] ( 688/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
65992026-08-15T07:13:49.488Z PASS [ 4.175s] ( 689/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
66002026-08-15T07:13:49.812Z PASS [ 4.171s] ( 690/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
66012026-08-15T07:13:50.073Z PASS [ 3.922s] ( 691/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
66022026-08-15T07:13:50.164Z PASS [ 4.090s] ( 692/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
66032026-08-15T07:13:50.664Z PASS [ 4.411s] ( 693/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
66042026-08-15T07:13:50.926Z PASS [ 4.248s] ( 694/3304) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
66052026-08-15T07:13:50.926Z PASS [ 4.670s] ( 695/3304) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
66062026-08-15T07:13:50.955Z PASS [ 4.376s] ( 696/3304) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
66072026-08-15T07:13:50.955Z PASS [ 4.266s] ( 697/3304) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
66082026-08-15T07:13:51.160Z PASS [ 4.369s] ( 698/3304) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_dual_stack_private_nexus_addresses
66092026-08-15T07:13:51.520Z PASS [ 4.686s] ( 699/3304) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
66102026-08-15T07:13:51.631Z PASS [ 4.103s] ( 700/3304) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
66112026-08-15T07:13:51.773Z PASS [ 4.625s] ( 701/3304) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
66122026-08-15T07:13:51.830Z PASS [ 4.129s] ( 702/3304) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
66132026-08-15T07:13:51.865Z PASS [ 5.497s] ( 703/3304) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
66142026-08-15T07:13:51.865Z PASS [ 4.058s] ( 704/3304) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
66152026-08-15T07:13:51.891Z PASS [ 4.671s] ( 705/3304) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
66162026-08-15T07:13:51.932Z PASS [ 3.927s] ( 706/3304) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
66172026-08-15T07:13:51.975Z PASS [ 3.950s] ( 707/3304) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
66182026-08-15T07:13:52.191Z PASS [ 4.028s] ( 708/3304) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
66192026-08-15T07:13:52.329Z PASS [ 3.938s] ( 709/3304) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
66202026-08-15T07:13:52.356Z PASS [ 4.022s] ( 710/3304) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
66212026-08-15T07:13:52.565Z PASS [ 3.948s] ( 711/3304) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
66222026-08-15T07:13:52.571Z PASS [ 4.003s] ( 712/3304) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
66232026-08-15T07:13:52.765Z PASS [ 3.715s] ( 713/3304) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
66242026-08-15T07:13:53.168Z PASS [ 9.428s] ( 714/3304) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
66252026-08-15T07:13:53.287Z PASS [ 3.889s] ( 715/3304) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
66262026-08-15T07:13:53.354Z PASS [ 3.866s] ( 716/3304) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
66272026-08-15T07:13:53.475Z PASS [ 3.664s] ( 717/3304) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
66282026-08-15T07:13:53.724Z PASS [ 3.651s] ( 718/3304) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
66292026-08-15T07:13:53.904Z PASS [ 3.740s] ( 719/3304) nexus-db-queries db::datastore::saga::test::test_latest_node_event_times
66302026-08-15T07:13:54.533Z PASS [ 3.869s] ( 720/3304) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
66312026-08-15T07:13:54.759Z PASS [ 3.833s] ( 721/3304) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
66322026-08-15T07:13:54.908Z PASS [ 3.982s] ( 722/3304) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
66332026-08-15T07:13:54.983Z PASS [ 4.027s] ( 723/3304) nexus-db-queries db::datastore::saga::test::test_list_unfinished_batched
66342026-08-15T07:13:54.998Z PASS [ 3.838s] ( 724/3304) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
66352026-08-15T07:13:55.030Z PASS [ 4.074s] ( 725/3304) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
66362026-08-15T07:13:55.380Z PASS [ 3.860s] ( 726/3304) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
66372026-08-15T07:13:55.527Z PASS [ 3.896s] ( 727/3304) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
66382026-08-15T07:13:56.087Z PASS [ 4.315s] ( 728/3304) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
66392026-08-15T07:13:56.163Z PASS [ 4.272s] ( 729/3304) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
66402026-08-15T07:13:56.167Z PASS [ 4.337s] ( 730/3304) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
66412026-08-15T07:13:56.185Z PASS [ 4.253s] ( 731/3304) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
66422026-08-15T07:13:56.191Z PASS [ 4.216s] ( 732/3304) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
66432026-08-15T07:13:56.207Z PASS [ 4.368s] ( 733/3304) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
66442026-08-15T07:13:56.272Z PASS [ 4.432s] ( 734/3304) nexus-db-queries db::datastore::sled::test::affinity_multi_group
66452026-08-15T07:13:56.398Z PASS [ 4.206s] ( 735/3304) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
66462026-08-15T07:13:56.572Z PASS [ 4.243s] ( 736/3304) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
66472026-08-15T07:13:56.767Z PASS [ 4.411s] ( 737/3304) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
66482026-08-15T07:13:56.883Z PASS [ 4.319s] ( 738/3304) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
66492026-08-15T07:13:56.911Z PASS [ 4.342s] ( 739/3304) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
66502026-08-15T07:13:57.052Z PASS [ 4.287s] ( 740/3304) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
66512026-08-15T07:13:57.862Z PASS [ 4.694s] ( 741/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation
66522026-08-15T07:13:58.455Z PASS [ 5.168s] ( 742/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
66532026-08-15T07:13:58.578Z PASS [ 5.224s] ( 743/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
66542026-08-15T07:13:58.658Z PASS [ 4.753s] ( 744/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
66552026-08-15T07:13:58.721Z PASS [ 5.245s] ( 745/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
66562026-08-15T07:13:59.396Z PASS [ 15.219s] ( 746/3304) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
66572026-08-15T07:13:59.636Z PASS [ 4.653s] ( 747/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
66582026-08-15T07:13:59.738Z PASS [ 4.708s] ( 748/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
66592026-08-15T07:13:59.810Z PASS [ 5.051s] ( 749/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
66602026-08-15T07:13:59.851Z PASS [ 4.853s] ( 750/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
66612026-08-15T07:13:59.930Z PASS [ 5.396s] ( 751/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
66622026-08-15T07:14:00.149Z PASS [ 5.241s] ( 752/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
66632026-08-15T07:14:01.175Z PASS [ 7.451s] ( 753/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_detached_fail
66642026-08-15T07:14:01.462Z PASS [ 5.190s] ( 754/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
66652026-08-15T07:14:01.791Z PASS [ 5.394s] ( 755/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
66662026-08-15T07:14:01.914Z PASS [ 5.707s] ( 756/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
66672026-08-15T07:14:02.868Z PASS [ 6.677s] ( 757/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_iterator_too_many
66682026-08-15T07:14:03.161Z PASS [ 4.440s] ( 758/3304) nexus-db-queries db::datastore::sled::test::sled_list_batch
66692026-08-15T07:14:03.478Z PASS [ 7.293s] ( 759/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_iterator_pruning_2
66702026-08-15T07:14:03.711Z PASS [ 7.138s] ( 760/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_disk_expunge
66712026-08-15T07:14:03.811Z PASS [ 7.044s] ( 761/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_no_provision
66722026-08-15T07:14:03.909Z PASS [ 4.513s] ( 762/3304) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
66732026-08-15T07:14:04.026Z PASS [ 7.115s] ( 763/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_tombstoned
66742026-08-15T07:14:04.043Z PASS [ 7.159s] ( 764/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_sled_expunge
66752026-08-15T07:14:04.065Z PASS [ 4.255s] ( 765/3304) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
66762026-08-15T07:14:04.181Z PASS [ 4.252s] ( 766/3304) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
66772026-08-15T07:14:04.205Z PASS [ 4.467s] ( 767/3304) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
66782026-08-15T07:14:04.255Z PASS [ 4.619s] ( 768/3304) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
66792026-08-15T07:14:04.261Z PASS [ 5.603s] ( 769/3304) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
66802026-08-15T07:14:04.261Z PASS [ 4.112s] ( 770/3304) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
66812026-08-15T07:14:04.261Z PASS [ 7.209s] ( 771/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_zombies
66822026-08-15T07:14:04.284Z PASS [ 6.422s] ( 772/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_expunge
66832026-08-15T07:14:04.465Z PASS [ 4.614s] ( 773/3304) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
66842026-08-15T07:14:04.633Z PASS [ 6.178s] ( 774/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_no_provision
66852026-08-15T07:14:04.773Z PASS [ 6.195s] ( 775/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_tombstone
66862026-08-15T07:14:04.966Z PASS [ 3.792s] ( 776/3304) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
66872026-08-15T07:14:05.144Z PASS [ 8.976s] ( 777/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_iterator_pruning_1
66882026-08-15T07:14:05.752Z PASS [ 3.960s] ( 778/3304) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
66892026-08-15T07:14:05.825Z PASS [ 3.910s] ( 779/3304) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
66902026-08-15T07:14:06.450Z PASS [ 3.581s] ( 780/3304) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
66912026-08-15T07:14:06.779Z PASS [ 3.618s] ( 781/3304) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
66922026-08-15T07:14:07.436Z PASS [ 3.957s] ( 782/3304) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
66932026-08-15T07:14:07.714Z PASS [ 4.003s] ( 783/3304) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
66942026-08-15T07:14:07.767Z PASS [ 3.956s] ( 784/3304) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
66952026-08-15T07:14:07.972Z PASS [ 3.946s] ( 785/3304) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
66962026-08-15T07:14:08.003Z PASS [ 6.540s] ( 786/3304) nexus-db-queries db::datastore::sled::test::test_sled_transitions
66972026-08-15T07:14:08.026Z PASS [ 4.116s] ( 787/3304) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
66982026-08-15T07:14:08.270Z PASS [ 4.008s] ( 788/3304) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
66992026-08-15T07:14:08.370Z PASS [ 4.114s] ( 789/3304) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
67002026-08-15T07:14:08.370Z PASS [ 3.904s] ( 790/3304) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
67012026-08-15T07:14:08.535Z PASS [ 4.251s] ( 791/3304) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
67022026-08-15T07:14:08.539Z PASS [ 4.275s] ( 792/3304) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
67032026-08-15T07:14:08.561Z PASS [ 4.299s] ( 793/3304) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
67042026-08-15T07:14:08.616Z PASS [ 3.982s] ( 794/3304) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
67052026-08-15T07:14:08.764Z PASS [ 3.990s] ( 795/3304) nexus-db-queries db::datastore::target_release::test::target_release_datastore
67062026-08-15T07:14:09.148Z PASS [ 5.105s] ( 796/3304) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
67072026-08-15T07:14:09.153Z PASS [ 5.088s] ( 797/3304) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
67082026-08-15T07:14:09.179Z PASS [ 4.974s] ( 798/3304) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
67092026-08-15T07:14:09.197Z PASS [ 4.230s] ( 799/3304) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
67102026-08-15T07:14:09.216Z PASS [ 5.035s] ( 800/3304) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
67112026-08-15T07:14:09.216Z PASS [ 4.073s] ( 801/3304) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
67122026-08-15T07:14:09.712Z PASS [ 3.960s] ( 802/3304) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
67132026-08-15T07:14:09.804Z PASS [ 3.979s] ( 803/3304) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
67142026-08-15T07:14:10.177Z PASS [ 3.728s] ( 804/3304) nexus-db-queries db::datastore::test::test_project_creation
67152026-08-15T07:14:10.365Z PASS [ 3.586s] ( 805/3304) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
67162026-08-15T07:14:11.335Z PASS [ 3.900s] ( 806/3304) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
67172026-08-15T07:14:11.900Z PASS [ 4.133s] ( 807/3304) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
67182026-08-15T07:14:12.134Z PASS [ 4.131s] ( 808/3304) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
67192026-08-15T07:14:12.501Z PASS [ 4.529s] ( 809/3304) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
67202026-08-15T07:14:12.637Z PASS [ 3.874s] ( 810/3304) nexus-db-queries db::datastore::test::test_table_scan
67212026-08-15T07:14:12.702Z PASS [ 4.086s] ( 811/3304) nexus-db-queries db::datastore::test::test_ssh_keys
67222026-08-15T07:14:12.725Z PASS [ 4.189s] ( 812/3304) nexus-db-queries db::datastore::test::test_session_methods
67232026-08-15T07:14:12.789Z PASS [ 4.254s] ( 813/3304) nexus-db-queries db::datastore::test::test_session_cleanup_batch
67242026-08-15T07:14:12.824Z PASS [ 4.263s] ( 814/3304) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
67252026-08-15T07:14:13.165Z PASS [ 3.968s] ( 815/3304) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
67262026-08-15T07:14:13.270Z PASS [ 4.117s] ( 816/3304) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
67272026-08-15T07:14:13.385Z PASS [ 4.169s] ( 817/3304) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
67282026-08-15T07:14:13.461Z PASS [ 4.313s] ( 818/3304) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
67292026-08-15T07:14:13.584Z PASS [ 4.367s] ( 819/3304) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
67302026-08-15T07:14:13.641Z PASS [ 4.462s] ( 820/3304) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_committed_members_without_active_sled
67312026-08-15T07:14:14.084Z PASS [ 4.372s] ( 821/3304) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
67322026-08-15T07:14:14.311Z PASS [ 3.947s] ( 822/3304) nexus-db-queries db::datastore::update::test::test_tuf_repo_get_by_id
67332026-08-15T07:14:14.990Z PASS [ 4.813s] ( 823/3304) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
67342026-08-15T07:14:15.212Z PASS [ 7.497s] ( 824/3304) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
67352026-08-15T07:14:15.292Z PASS [ 7.266s] ( 825/3304) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
67362026-08-15T07:14:15.466Z PASS [ 4.131s] ( 826/3304) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
67372026-08-15T07:14:15.492Z PASS [ 7.222s] ( 827/3304) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
67382026-08-15T07:14:15.886Z PASS [ 3.986s] ( 828/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
67392026-08-15T07:14:15.936Z PASS [ 0.050s] ( 829/3304) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
67402026-08-15T07:14:15.986Z PASS [ 0.050s] ( 830/3304) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
67412026-08-15T07:14:16.251Z PASS [ 4.116s] ( 831/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
67422026-08-15T07:14:16.277Z PASS [ 7.907s] ( 832/3304) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
67432026-08-15T07:14:16.424Z PASS [ 3.922s] ( 833/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
67442026-08-15T07:14:16.820Z PASS [ 4.182s] ( 834/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
67452026-08-15T07:14:16.908Z PASS [ 4.118s] ( 835/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
67462026-08-15T07:14:16.971Z PASS [ 4.245s] ( 836/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
67472026-08-15T07:14:16.971Z PASS [ 3.806s] ( 837/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
67482026-08-15T07:14:17.133Z PASS [ 8.764s] ( 838/3304) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
67492026-08-15T07:14:17.248Z PASS [ 4.423s] ( 839/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
67502026-08-15T07:14:17.356Z PASS [ 3.970s] ( 840/3304) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
67512026-08-15T07:14:17.477Z PASS [ 4.016s] ( 841/3304) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
67522026-08-15T07:14:17.586Z PASS [ 4.315s] ( 842/3304) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
67532026-08-15T07:14:17.593Z PASS [ 0.238s] ( 843/3304) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
67542026-08-15T07:14:17.606Z PASS [ 4.904s] ( 844/3304) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
67552026-08-15T07:14:17.631Z PASS [ 3.990s] ( 845/3304) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
67562026-08-15T07:14:17.784Z PASS [ 4.200s] ( 846/3304) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
67572026-08-15T07:14:17.977Z PASS [ 3.893s] ( 847/3304) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
67582026-08-15T07:14:18.118Z PASS [ 3.806s] ( 848/3304) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
67592026-08-15T07:14:18.726Z PASS [ 3.735s] ( 849/3304) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
67602026-08-15T07:14:18.980Z PASS [ 3.688s] ( 850/3304) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
67612026-08-15T07:14:19.141Z PASS [ 3.930s] ( 851/3304) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
67622026-08-15T07:14:19.256Z PASS [ 3.790s] ( 852/3304) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
67632026-08-15T07:14:19.880Z PASS [ 3.604s] ( 853/3304) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
67642026-08-15T07:14:20.162Z PASS [ 3.738s] ( 854/3304) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
67652026-08-15T07:14:20.171Z PASS [ 2.578s] ( 855/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
67662026-08-15T07:14:20.223Z PASS [ 2.616s] ( 856/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
67672026-08-15T07:14:20.257Z PASS [ 2.779s] ( 857/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
67682026-08-15T07:14:20.277Z PASS [ 2.646s] ( 858/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
67692026-08-15T07:14:20.365Z PASS [ 2.779s] ( 859/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
67702026-08-15T07:14:20.405Z PASS [ 2.621s] ( 860/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
67712026-08-15T07:14:20.455Z PASS [ 0.049s] ( 861/3304) nexus-db-queries db::pagination::test::test_paginator
67722026-08-15T07:14:20.469Z PASS [ 3.649s] ( 862/3304) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
67732026-08-15T07:14:20.787Z PASS [ 2.810s] ( 863/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
67742026-08-15T07:14:20.831Z PASS [ 3.923s] ( 864/3304) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
67752026-08-15T07:14:20.864Z PASS [ 2.746s] ( 865/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
67762026-08-15T07:14:21.047Z PASS [ 4.076s] ( 866/3304) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
67772026-08-15T07:14:21.416Z PASS [ 2.689s] ( 867/3304) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
67782026-08-15T07:14:21.575Z PASS [ 4.442s] ( 868/3304) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
67792026-08-15T07:14:21.661Z PASS [ 2.520s] ( 869/3304) nexus-db-queries db::explain::test::test_explain_async
67802026-08-15T07:14:21.708Z PASS [ 1.239s] ( 870/3304) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
67812026-08-15T07:14:21.743Z PASS [ 2.487s] ( 871/3304) nexus-db-queries db::explain::test::test_explain_full_table_scan
67822026-08-15T07:14:21.749Z PASS [ 1.296s] ( 872/3304) nexus-db-queries db::pool::test::test_pool_can_be_terminated
67832026-08-15T07:14:21.983Z PASS [ 0.275s] ( 873/3304) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
67842026-08-15T07:14:22.028Z PASS [ 0.285s] ( 874/3304) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
67852026-08-15T07:14:22.065Z PASS [ 0.315s] ( 875/3304) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
67862026-08-15T07:14:22.079Z PASS [ 5.108s] ( 876/3304) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
67872026-08-15T07:14:22.121Z PASS [ 4.873s] ( 877/3304) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
67882026-08-15T07:14:22.238Z PASS [ 0.255s] ( 878/3304) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
67892026-08-15T07:14:22.770Z PASS [ 2.890s] ( 879/3304) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
67902026-08-15T07:14:22.827Z PASS [ 3.847s] ( 880/3304) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
67912026-08-15T07:14:22.833Z PASS [ 7.342s] ( 881/3304) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
67922026-08-15T07:14:22.985Z PASS [ 2.823s] ( 882/3304) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
67932026-08-15T07:14:23.022Z PASS [ 2.799s] ( 883/3304) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
67942026-08-15T07:14:23.092Z PASS [ 2.921s] ( 884/3304) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
67952026-08-15T07:14:23.109Z PASS [ 2.852s] ( 885/3304) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
67962026-08-15T07:14:23.127Z PASS [ 2.850s] ( 886/3304) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
67972026-08-15T07:14:23.210Z PASS [ 7.224s] ( 887/3304) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
67982026-08-15T07:14:23.219Z PASS [ 2.855s] ( 888/3304) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
67992026-08-15T07:14:23.407Z PASS [ 0.298s] ( 889/3304) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
68002026-08-15T07:14:23.412Z PASS [ 0.286s] ( 890/3304) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
68012026-08-15T07:14:23.484Z PASS [ 0.264s] ( 891/3304) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
68022026-08-15T07:14:23.648Z PASS [ 2.784s] ( 892/3304) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
68032026-08-15T07:14:23.652Z PASS [ 0.238s] ( 893/3304) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
68042026-08-15T07:14:23.655Z PASS [ 0.247s] ( 894/3304) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
68052026-08-15T07:14:23.722Z PASS [ 0.237s] ( 895/3304) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
68062026-08-15T07:14:23.875Z PASS [ 7.624s] ( 896/3304) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
68072026-08-15T07:14:23.934Z PASS [ 0.285s] ( 897/3304) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
68082026-08-15T07:14:23.952Z PASS [ 0.300s] ( 898/3304) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
68092026-08-15T07:14:25.068Z PASS [ 4.020s] ( 899/3304) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
68102026-08-15T07:14:25.084Z PASS [ 4.253s] ( 900/3304) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
68112026-08-15T07:14:25.192Z PASS [ 4.404s] ( 901/3304) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
68122026-08-15T07:14:25.794Z PASS [ 0.726s] ( 902/3304) nexus-db-queries db::queries::network_interface::tests::expectorate_query
68132026-08-15T07:14:25.907Z PASS [ 4.241s] ( 903/3304) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
68142026-08-15T07:14:26.043Z PASS [ 2.833s] ( 904/3304) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
68152026-08-15T07:14:26.078Z PASS [ 4.662s] ( 905/3304) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
68162026-08-15T07:14:26.100Z PASS [ 0.056s] ( 906/3304) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
68172026-08-15T07:14:26.186Z PASS [ 4.121s] ( 907/3304) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
68182026-08-15T07:14:26.195Z PASS [ 4.621s] ( 908/3304) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
68192026-08-15T07:14:26.241Z PASS [ 4.213s] ( 909/3304) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
68202026-08-15T07:14:26.683Z PASS [ 4.445s] ( 910/3304) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
68212026-08-15T07:14:26.727Z PASS [ 4.606s] ( 911/3304) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
68222026-08-15T07:14:26.915Z PASS [ 4.144s] ( 912/3304) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
68232026-08-15T07:14:26.928Z PASS [ 4.849s] ( 913/3304) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
68242026-08-15T07:14:27.095Z PASS [ 4.267s] ( 914/3304) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
68252026-08-15T07:14:27.253Z PASS [ 4.419s] ( 915/3304) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
68262026-08-15T07:14:27.562Z PASS [ 4.470s] ( 916/3304) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
68272026-08-15T07:14:27.572Z PASS [ 4.550s] ( 917/3304) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
68282026-08-15T07:14:27.576Z PASS [ 4.588s] ( 918/3304) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
68292026-08-15T07:14:28.057Z PASS [ 4.106s] ( 919/3304) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
68302026-08-15T07:14:28.090Z PASS [ 4.435s] ( 920/3304) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
68312026-08-15T07:14:28.122Z PASS [ 4.185s] ( 921/3304) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
68322026-08-15T07:14:28.146Z PASS [ 0.049s] ( 922/3304) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
68332026-08-15T07:14:28.155Z PASS [ 4.426s] ( 923/3304) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
68342026-08-15T07:14:28.324Z PASS [ 4.449s] ( 924/3304) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
68352026-08-15T07:14:28.904Z PASS [ 3.820s] ( 925/3304) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
68362026-08-15T07:14:29.801Z PASS [ 4.610s] ( 926/3304) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
68372026-08-15T07:14:29.844Z PASS [ 0.043s] ( 927/3304) nexus-db-queries db::queries::next_item::tests::test_shift_indices
68382026-08-15T07:14:29.867Z PASS [ 4.073s] ( 928/3304) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
68392026-08-15T07:14:29.898Z PASS [ 3.702s] ( 929/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
68402026-08-15T07:14:29.953Z PASS [ 3.768s] ( 930/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
68412026-08-15T07:14:30.052Z PASS [ 3.973s] ( 931/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
68422026-08-15T07:14:30.087Z PASS [ 3.987s] ( 932/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
68432026-08-15T07:14:30.136Z PASS [ 0.049s] ( 933/3304) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
68442026-08-15T07:14:30.140Z PASS [ 0.271s] ( 934/3304) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
68452026-08-15T07:14:30.187Z PASS [ 0.051s] ( 935/3304) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
68462026-08-15T07:14:30.187Z PASS [ 0.288s] ( 936/3304) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
68472026-08-15T07:14:30.277Z PASS [ 4.035s] ( 937/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
68482026-08-15T07:14:30.621Z PASS [ 4.719s] ( 938/3304) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
68492026-08-15T07:14:30.624Z PASS [ 3.897s] ( 939/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
68502026-08-15T07:14:30.783Z PASS [ 3.868s] ( 940/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
68512026-08-15T07:14:30.833Z PASS [ 4.149s] ( 941/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ipv6_fails
68522026-08-15T07:14:30.880Z PASS [ 3.952s] ( 942/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
68532026-08-15T07:14:30.985Z PASS [ 2.845s] ( 943/3304) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
68542026-08-15T07:14:31.052Z PASS [ 0.219s] ( 944/3304) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
68552026-08-15T07:14:31.088Z PASS [ 0.950s] ( 945/3304) nexus-db-queries db::queries::region_allocation::test::expectorate_query
68562026-08-15T07:14:31.092Z PASS [ 2.943s] ( 946/3304) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
68572026-08-15T07:14:31.107Z PASS [ 4.013s] ( 947/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
68582026-08-15T07:14:31.135Z PASS [ 3.882s] ( 948/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
68592026-08-15T07:14:31.215Z PASS [ 2.891s] ( 949/3304) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
68602026-08-15T07:14:31.222Z PASS [ 0.237s] ( 950/3304) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
68612026-08-15T07:14:31.252Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68622026-08-15T07:14:31.256Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
68632026-08-15T07:14:31.291Z PASS [ 0.238s] ( 951/3304) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
68642026-08-15T07:14:31.407Z PASS [ 0.270s] ( 952/3304) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
68652026-08-15T07:14:31.460Z PASS [ 0.245s] ( 953/3304) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
68662026-08-15T07:14:31.493Z PASS [ 0.270s] ( 954/3304) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
68672026-08-15T07:14:31.544Z PASS [ 0.254s] ( 955/3304) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
68682026-08-15T07:14:31.564Z PASS [ 0.475s] ( 956/3304) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
68692026-08-15T07:14:31.623Z PASS [ 0.060s] ( 957/3304) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
68702026-08-15T07:14:31.628Z PASS [ 4.066s] ( 958/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
68712026-08-15T07:14:31.662Z PASS [ 2.758s] ( 959/3304) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
68722026-08-15T07:14:31.684Z PASS [ 4.110s] ( 960/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
68732026-08-15T07:14:31.689Z PASS [ 0.062s] ( 961/3304) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
68742026-08-15T07:14:31.696Z PASS [ 0.067s] ( 962/3304) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
68752026-08-15T07:14:31.708Z PASS [ 0.046s] ( 963/3304) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
68762026-08-15T07:14:31.714Z PASS [ 4.142s] ( 964/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
68772026-08-15T07:14:31.797Z PASS [ 0.113s] ( 965/3304) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
68782026-08-15T07:14:32.016Z PASS [ 3.959s] ( 966/3304) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
68792026-08-15T07:14:32.019Z PASS [ 0.331s] ( 967/3304) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
68802026-08-15T07:14:32.038Z PASS [ 0.241s] ( 968/3304) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
68812026-08-15T07:14:32.131Z PASS [ 4.013s] ( 969/3304) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
68822026-08-15T07:14:32.410Z PASS [ 2.566s] ( 970/3304) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
68832026-08-15T07:14:32.418Z PASS [ 2.464s] ( 971/3304) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
68842026-08-15T07:14:32.613Z PASS [ 2.561s] ( 972/3304) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
68852026-08-15T07:14:32.815Z PASS [ 2.628s] ( 973/3304) nexus-db-queries db::queries::region_allocation::test::explainable
68862026-08-15T07:14:33.280Z PASS [ 2.399s] ( 974/3304) nexus-db-queries db::queries::regions_hard_delete::test::explainable
68872026-08-15T07:14:33.701Z PASS [ 2.609s] ( 975/3304) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
68882026-08-15T07:14:33.754Z PASS [ 2.646s] ( 976/3304) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
68892026-08-15T07:14:33.777Z PASS [ 0.023s] ( 977/3304) nexus-defaults tests::test_random_vpc_ipv6_prefix
68902026-08-15T07:14:33.808Z PASS [ 0.032s] ( 978/3304) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
68912026-08-15T07:14:33.838Z PASS [ 0.030s] ( 979/3304) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
68922026-08-15T07:14:33.866Z PASS [ 0.027s] ( 980/3304) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
68932026-08-15T07:14:33.876Z PASS [ 2.469s] ( 981/3304) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
68942026-08-15T07:14:33.899Z PASS [ 0.033s] ( 982/3304) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
68952026-08-15T07:14:33.925Z PASS [ 0.049s] ( 983/3304) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
68962026-08-15T07:14:33.937Z PASS [ 0.038s] ( 984/3304) nexus-fm builder::case::tests::dirty_bits_default_false
68972026-08-15T07:14:33.954Z PASS [ 2.494s] ( 985/3304) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
68982026-08-15T07:14:33.958Z PASS [ 0.031s] ( 986/3304) nexus-fm builder::case::tests::request_alert_flips_alert_state
68992026-08-15T07:14:33.970Z PASS [ 0.033s] ( 987/3304) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
69002026-08-15T07:14:33.990Z PASS [ 2.497s] ( 988/3304) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
69012026-08-15T07:14:33.994Z PASS [ 0.038s] ( 989/3304) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
69022026-08-15T07:14:34.002Z PASS [ 0.046s] ( 990/3304) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
69032026-08-15T07:14:34.011Z PASS [ 0.041s] ( 991/3304) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
69042026-08-15T07:14:34.027Z PASS [ 0.034s] ( 992/3304) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
69052026-08-15T07:14:34.033Z PASS [ 0.043s] ( 993/3304) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
69062026-08-15T07:14:34.039Z PASS [ 0.038s] ( 994/3304) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
69072026-08-15T07:14:34.049Z PASS [ 0.037s] ( 995/3304) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
69082026-08-15T07:14:34.062Z PASS [ 0.035s] ( 996/3304) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
69092026-08-15T07:14:34.074Z PASS [ 0.041s] ( 997/3304) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
69102026-08-15T07:14:34.091Z PASS [ 0.051s] ( 998/3304) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
69112026-08-15T07:14:34.102Z PASS [ 0.053s] ( 999/3304) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
69122026-08-15T07:14:34.112Z PASS [ 0.050s] (1000/3304) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
69132026-08-15T07:14:34.126Z PASS [ 0.050s] (1001/3304) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
69142026-08-15T07:14:34.136Z PASS [ 2.591s] (1002/3304) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
69152026-08-15T07:14:34.140Z PASS [ 0.050s] (1003/3304) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
69162026-08-15T07:14:34.153Z PASS [ 0.052s] (1004/3304) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
69172026-08-15T07:14:34.163Z PASS [ 0.051s] (1005/3304) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
69182026-08-15T07:14:34.173Z PASS [ 0.049s] (1006/3304) nexus-fm diagnosis::physical_disk::tests::foreign_payload_case_is_closed
69192026-08-15T07:14:34.184Z PASS [ 0.048s] (1007/3304) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
69202026-08-15T07:14:34.190Z PASS [ 0.050s] (1008/3304) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
69212026-08-15T07:14:34.206Z PASS [ 0.053s] (1009/3304) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
69222026-08-15T07:14:34.216Z PASS [ 0.052s] (1010/3304) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
69232026-08-15T07:14:34.222Z PASS [ 0.048s] (1011/3304) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
69242026-08-15T07:14:34.227Z PASS [ 3.950s] (1012/3304) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
69252026-08-15T07:14:34.235Z PASS [ 0.051s] (1013/3304) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
69262026-08-15T07:14:34.244Z PASS [ 0.054s] (1014/3304) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
69272026-08-15T07:14:34.259Z PASS [ 0.053s] (1015/3304) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
69282026-08-15T07:14:34.268Z PASS [ 0.052s] (1016/3304) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
69292026-08-15T07:14:34.280Z PASS [ 0.053s] (1017/3304) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
69302026-08-15T07:14:34.287Z PASS [ 0.066s] (1018/3304) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
69312026-08-15T07:14:34.296Z PASS [ 0.060s] (1019/3304) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
69322026-08-15T07:14:34.299Z PASS [ 0.053s] (1020/3304) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
69332026-08-15T07:14:34.306Z PASS [ 0.046s] (1021/3304) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
69342026-08-15T07:14:34.311Z PASS [ 0.043s] (1022/3304) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
69352026-08-15T07:14:34.326Z PASS [ 0.046s] (1023/3304) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
69362026-08-15T07:14:34.337Z PASS [ 4.150s] (1024/3304) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
69372026-08-15T07:14:34.347Z PASS [ 0.060s] (1025/3304) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
69382026-08-15T07:14:34.351Z PASS [ 0.051s] (1026/3304) nexus-fm diagnosis::saga::tests::abandoned_case_closes_when_saga_removed
69392026-08-15T07:14:34.358Z PASS [ 0.052s] (1027/3304) nexus-fm diagnosis::saga::tests::abandoned_comment_attributes_omdb
69402026-08-15T07:14:34.363Z PASS [ 0.064s] (1028/3304) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
69412026-08-15T07:14:34.363Z PASS [ 0.049s] (1029/3304) nexus-fm diagnosis::saga::tests::abandoned_fact_uuid_stable
69422026-08-15T07:14:34.372Z PASS [ 0.047s] (1030/3304) nexus-fm diagnosis::saga::tests::active_owner_not_flagged
69432026-08-15T07:14:34.390Z PASS [ 0.053s] (1031/3304) nexus-fm diagnosis::saga::tests::both_facts_on_one_case
69442026-08-15T07:14:34.398Z PASS [ 0.051s] (1032/3304) nexus-fm diagnosis::saga::tests::closes_on_owner_readopted
69452026-08-15T07:14:34.404Z PASS [ 0.055s] (1033/3304) nexus-fm diagnosis::saga::tests::closes_on_progress_resumed
69462026-08-15T07:14:34.408Z PASS [ 0.049s] (1034/3304) nexus-fm diagnosis::saga::tests::closes_on_terminal
69472026-08-15T07:14:34.408Z PASS [ 0.048s] (1035/3304) nexus-fm diagnosis::saga::tests::duplicate_case_is_closed
69482026-08-15T07:14:34.412Z PASS [ 0.050s] (1036/3304) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_is_stale
69492026-08-15T07:14:34.428Z PASS [ 0.055s] (1037/3304) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_matches
69502026-08-15T07:14:34.441Z PASS [ 0.051s] (1038/3304) nexus-fm diagnosis::saga::tests::empty_case_is_closed
69512026-08-15T07:14:34.445Z PASS [ 0.047s] (1039/3304) nexus-fm diagnosis::saga::tests::fact_uuid_rotates_when_last_event_changes
69522026-08-15T07:14:34.454Z PASS [ 0.049s] (1040/3304) nexus-fm diagnosis::saga::tests::fact_uuid_stable_when_unchanged
69532026-08-15T07:14:34.458Z PASS [ 0.048s] (1041/3304) nexus-fm diagnosis::saga::tests::foreign_payload_case_is_closed
69542026-08-15T07:14:34.461Z PASS [ 0.050s] (1042/3304) nexus-fm diagnosis::saga::tests::no_case_when_progress_recent
69552026-08-15T07:14:34.461Z PASS [ 0.050s] (1043/3304) nexus-fm diagnosis::saga::tests::notyet_owner_not_flagged
69562026-08-15T07:14:34.474Z PASS [ 0.046s] (1044/3304) nexus-fm diagnosis::saga::tests::opens_abandoned_case
69572026-08-15T07:14:34.478Z PASS [ 2.781s] (1045/3304) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
69582026-08-15T07:14:34.488Z PASS [ 0.046s] (1046/3304) nexus-fm diagnosis::saga::tests::opens_not_progressing_when_stale
69592026-08-15T07:14:34.492Z PASS [ 0.047s] (1047/3304) nexus-fm diagnosis::saga::tests::opens_owner_not_current_when_quiesced
69602026-08-15T07:14:34.501Z PASS [ 0.047s] (1048/3304) nexus-fm diagnosis::saga::tests::partial_recovery_keeps_case_open
69612026-08-15T07:14:34.506Z PASS [ 0.045s] (1049/3304) nexus-fm diagnosis::saga::tests::uninterpretable_case_is_replaced
69622026-08-15T07:14:34.506Z PASS [ 0.050s] (1050/3304) nexus-fm diagnosis::saga::tests::rerun_with_unchanged_input_changes_nothing
69632026-08-15T07:14:34.510Z PASS [ 2.793s] (1051/3304) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
69642026-08-15T07:14:34.510Z PASS [ 0.051s] (1052/3304) nexus-fm diagnosis::saga::tests::stuck_saga_escalates_to_abandoned
69652026-08-15T07:14:34.515Z PASS [ 0.039s] (1053/3304) nexus-inventory builder::test::test_empty
69662026-08-15T07:14:34.527Z PASS [ 0.039s] (1054/3304) nexus-inventory builder::test::test_problems
69672026-08-15T07:14:34.531Z PASS [ 0.056s] (1055/3304) nexus-inventory builder::test::test_basic
69682026-08-15T07:14:34.585Z PASS [ 2.877s] (1056/3304) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
69692026-08-15T07:14:34.767Z PASS [ 4.142s] (1057/3304) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
69702026-08-15T07:14:34.881Z PASS [ 0.374s] (1058/3304) nexus-inventory collector::test::test_multi_mgs_failure
69712026-08-15T07:14:34.898Z PASS [ 4.115s] (1059/3304) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
69722026-08-15T07:14:34.931Z PASS [ 4.310s] (1060/3304) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
69732026-08-15T07:14:35.107Z PASS [ 1.407s] (1061/3304) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
69742026-08-15T07:14:35.116Z PASS [ 0.609s] (1062/3304) nexus-inventory collector::test::test_sled_agent_failure
69752026-08-15T07:14:35.201Z PASS [ 0.709s] (1063/3304) nexus-inventory collector::test::test_basic
69762026-08-15T07:14:35.290Z PASS [ 0.760s] (1064/3304) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
69772026-08-15T07:14:35.365Z PASS [ 0.863s] (1065/3304) nexus-inventory collector::test::test_multi_mgs
69782026-08-15T07:14:35.385Z PASS [ 0.855s] (1066/3304) nexus-mgs-updates driver_update::test::test_rot_basic_failures
69792026-08-15T07:14:35.629Z PASS [ 0.697s] (1067/3304) nexus-mgs-updates driver_update::test::test_sp_basic_failures
69802026-08-15T07:14:35.633Z PASS [ 0.243s] (1068/3304) nexus-mgs-updates test_util::step_through::test::test_basic
69812026-08-15T07:14:35.669Z PASS [ 0.040s] (1069/3304) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
69822026-08-15T07:14:35.705Z PASS [ 0.038s] (1070/3304) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
69832026-08-15T07:14:35.742Z PASS [ 0.039s] (1071/3304) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
69842026-08-15T07:14:35.752Z PASS [ 3.612s] (1072/3304) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
69852026-08-15T07:14:35.776Z PASS [ 3.759s] (1073/3304) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
69862026-08-15T07:14:35.776Z PASS [ 0.197s] (1074/3304) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
69872026-08-15T07:14:35.794Z PASS [ 3.768s] (1075/3304) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
69882026-08-15T07:14:35.798Z PASS [ 0.046s] (1076/3304) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
69892026-08-15T07:14:35.798Z PASS [ 0.056s] (1077/3304) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
69902026-08-15T07:14:35.836Z PASS [ 0.044s] (1078/3304) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
69912026-08-15T07:14:35.846Z PASS [ 0.050s] (1079/3304) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
69922026-08-15T07:14:35.846Z PASS [ 0.046s] (1080/3304) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
69932026-08-15T07:14:35.847Z PASS [ 0.047s] (1081/3304) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
69942026-08-15T07:14:35.852Z PASS [ 0.044s] (1082/3304) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
69952026-08-15T07:14:35.864Z PASS [ 0.044s] (1083/3304) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
69962026-08-15T07:14:35.865Z PASS [ 3.825s] (1084/3304) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
69972026-08-15T07:14:35.906Z PASS [ 0.047s] (1085/3304) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
69982026-08-15T07:14:35.906Z PASS [ 0.042s] (1086/3304) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
69992026-08-15T07:14:35.914Z PASS [ 0.041s] (1087/3304) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
70002026-08-15T07:14:35.914Z PASS [ 0.046s] (1088/3304) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
70012026-08-15T07:14:35.914Z PASS [ 0.045s] (1089/3304) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
70022026-08-15T07:14:35.923Z PASS [ 0.056s] (1090/3304) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
70032026-08-15T07:14:35.927Z PASS [ 0.044s] (1091/3304) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
70042026-08-15T07:14:35.927Z PASS [ 0.051s] (1092/3304) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
70052026-08-15T07:14:35.933Z PASS [ 0.056s] (1093/3304) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
70062026-08-15T07:14:35.953Z PASS [ 0.043s] (1094/3304) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
70072026-08-15T07:14:36.047Z PASS [ 3.632s] (1095/3304) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
70082026-08-15T07:14:36.106Z PASS [ 0.059s] (1096/3304) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
70092026-08-15T07:14:36.159Z PASS [ 0.057s] (1097/3304) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
70102026-08-15T07:14:36.209Z PASS [ 0.047s] (1098/3304) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
70112026-08-15T07:14:36.254Z PASS [ 1.052s] (1099/3304) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
70122026-08-15T07:14:36.260Z PASS [ 0.050s] (1100/3304) nexus-reconfigurator-execution dns::test::test_dns_compute_update
70132026-08-15T07:14:36.343Z PASS [ 26.527s] (1101/3304) nexus-db-queries db::datastore::update::test::test_list_unpruned
70142026-08-15T07:14:36.523Z PASS [ 3.705s] (1102/3304) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
70152026-08-15T07:14:36.673Z PASS [ 3.392s] (1103/3304) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
70162026-08-15T07:14:37.263Z PASS [ 2.755s] (1104/3304) nexus-metrics-producer-gc tests::test_prune_expired_producers
70172026-08-15T07:14:37.327Z PASS [ 0.062s] (1105/3304) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
70182026-08-15T07:14:37.495Z PASS [ 2.980s] (1106/3304) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
70192026-08-15T07:14:37.537Z PASS [ 0.039s] (1107/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
70202026-08-15T07:14:37.560Z PASS [ 3.044s] (1108/3304) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
70212026-08-15T07:14:37.572Z PASS [ 0.037s] (1109/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
70222026-08-15T07:14:37.592Z PASS [ 0.039s] (1110/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
70232026-08-15T07:14:37.627Z PASS [ 0.051s] (1111/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
70242026-08-15T07:14:37.645Z PASS [ 0.049s] (1112/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
70252026-08-15T07:14:37.683Z PASS [ 0.047s] (1113/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
70262026-08-15T07:14:37.703Z PASS [ 0.059s] (1114/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
70272026-08-15T07:14:37.721Z PASS [ 0.050s] (1115/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
70282026-08-15T07:14:37.765Z PASS [ 0.065s] (1116/3304) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
70292026-08-15T07:14:37.770Z PASS [ 0.049s] (1117/3304) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
70302026-08-15T07:14:37.805Z PASS [ 0.039s] (1118/3304) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
70312026-08-15T07:14:37.816Z PASS [ 0.040s] (1119/3304) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
70322026-08-15T07:14:37.844Z PASS [ 0.033s] (1120/3304) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
70332026-08-15T07:14:37.862Z PASS [ 0.037s] (1121/3304) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
70342026-08-15T07:14:37.870Z PASS [ 0.030s] (1122/3304) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
70352026-08-15T07:14:37.884Z PASS [ 0.033s] (1123/3304) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
70362026-08-15T07:14:37.896Z PASS [ 0.027s] (1124/3304) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
70372026-08-15T07:14:37.920Z PASS [ 0.040s] (1125/3304) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
70382026-08-15T07:14:37.955Z PASS [ 0.036s] (1126/3304) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::v6_only_pool_allocates_v6_external_networking
70392026-08-15T07:14:38.189Z PASS [ 0.229s] (1127/3304) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
70402026-08-15T07:14:38.454Z PASS [ 0.270s] (1128/3304) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
70412026-08-15T07:14:38.584Z PASS [ 0.120s] (1129/3304) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
70422026-08-15T07:14:38.652Z PASS [ 0.075s] (1130/3304) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
70432026-08-15T07:14:38.698Z PASS [ 0.046s] (1131/3304) nexus-reconfigurator-planning blueprint_editor::sled_editor::tests::update_disposition_kind_is_a_scalar_edit
70442026-08-15T07:14:38.730Z PASS [ 0.033s] (1132/3304) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
70452026-08-15T07:14:38.789Z PASS [ 0.060s] (1133/3304) nexus-reconfigurator-planning example::tests::builder_all_zone_types
70462026-08-15T07:14:38.856Z PASS [ 0.066s] (1134/3304) nexus-reconfigurator-planning example::tests::builder_zone_counts
70472026-08-15T07:14:39.525Z PASS [ 4.417s] (1135/3304) nexus-mgs-updates driver_update::test::test_sp_update_watched
70482026-08-15T07:14:39.557Z PASS [ 0.032s] (1136/3304) nexus-reconfigurator-planning example::tests::instances_on_examples
70492026-08-15T07:14:39.601Z PASS [ 0.043s] (1137/3304) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
70502026-08-15T07:14:39.649Z PASS [ 0.042s] (1138/3304) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
70512026-08-15T07:14:39.723Z PASS [ 0.078s] (1139/3304) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
70522026-08-15T07:14:39.775Z PASS [ 0.050s] (1140/3304) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
70532026-08-15T07:14:39.824Z PASS [ 0.052s] (1141/3304) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
70542026-08-15T07:14:39.868Z PASS [ 0.045s] (1142/3304) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
70552026-08-15T07:14:39.917Z PASS [ 0.048s] (1143/3304) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
70562026-08-15T07:14:39.966Z PASS [ 0.050s] (1144/3304) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
70572026-08-15T07:14:40.019Z PASS [ 0.053s] (1145/3304) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
70582026-08-15T07:14:40.069Z PASS [ 0.049s] (1146/3304) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
70592026-08-15T07:14:40.127Z PASS [ 0.059s] (1147/3304) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
70602026-08-15T07:14:40.231Z PASS [ 0.103s] (1148/3304) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
70612026-08-15T07:14:40.277Z PASS [ 0.046s] (1149/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
70622026-08-15T07:14:40.284Z PASS [ 2.390s] (1150/3304) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
70632026-08-15T07:14:40.353Z PASS [ 0.069s] (1151/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
70642026-08-15T07:14:40.357Z PASS [ 4.402s] (1152/3304) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
70652026-08-15T07:14:40.361Z PASS [ 0.084s] (1153/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
70662026-08-15T07:14:40.376Z PASS [ 4.453s] (1154/3304) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
70672026-08-15T07:14:40.401Z PASS [ 4.472s] (1155/3304) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
70682026-08-15T07:14:40.419Z PASS [ 4.497s] (1156/3304) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
70692026-08-15T07:14:40.423Z PASS [ 0.070s] (1157/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
70702026-08-15T07:14:40.458Z PASS [ 0.072s] (1158/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
70712026-08-15T07:14:40.458Z PASS [ 0.069s] (1159/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
70722026-08-15T07:14:40.458Z PASS [ 0.086s] (1160/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
70732026-08-15T07:14:40.461Z PASS [ 0.057s] (1161/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
70742026-08-15T07:14:40.485Z PASS [ 0.066s] (1162/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
70752026-08-15T07:14:40.509Z PASS [ 0.082s] (1163/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
70762026-08-15T07:14:40.512Z PASS [ 0.087s] (1164/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
70772026-08-15T07:14:40.528Z PASS [ 0.082s] (1165/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
70782026-08-15T07:14:40.543Z PASS [ 0.096s] (1166/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
70792026-08-15T07:14:40.595Z PASS [ 0.136s] (1167/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
70802026-08-15T07:14:40.595Z PASS [ 0.110s] (1168/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
70812026-08-15T07:14:40.598Z PASS [ 0.089s] (1169/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
70822026-08-15T07:14:40.604Z PASS [ 0.094s] (1170/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
70832026-08-15T07:14:40.608Z PASS [ 0.080s] (1171/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
70842026-08-15T07:14:40.625Z PASS [ 0.082s] (1172/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
70852026-08-15T07:14:40.670Z PASS [ 0.075s] (1173/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
70862026-08-15T07:14:40.681Z PASS [ 0.086s] (1174/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
70872026-08-15T07:14:40.776Z PASS [ 5.661s] (1175/3304) nexus-mgs-updates driver_update::test_host_phase_1::basic
70882026-08-15T07:14:40.844Z PASS [ 0.068s] (1176/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
70892026-08-15T07:14:40.912Z PASS [ 129.672s] (1177/3304) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70902026-08-15T07:14:40.972Z PASS [ 0.364s] (1178/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
70912026-08-15T07:14:41.059Z PASS [ 0.389s] (1179/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
70922026-08-15T07:14:41.165Z PASS [ 6.580s] (1180/3304) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
70932026-08-15T07:14:41.183Z PASS [ 0.017s] (1181/3304) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
70942026-08-15T07:14:41.189Z PASS [ 0.586s] (1182/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
70952026-08-15T07:14:41.209Z PASS [ 0.027s] (1183/3304) nexus-saga-recovery recovery::test::test_execution_basic
70962026-08-15T07:14:41.220Z PASS [ 0.030s] (1184/3304) nexus-saga-recovery recovery::test::test_plan_basic
70972026-08-15T07:14:41.236Z PASS [ 0.027s] (1185/3304) nexus-saga-recovery recovery::test::test_read_all_from_channel
70982026-08-15T07:14:41.250Z PASS [ 0.030s] (1186/3304) nexus-saga-recovery test::test_basic
70992026-08-15T07:14:41.260Z PASS [ 0.024s] (1187/3304) nexus-switch-config tests::all_problems_are_accumulated
71002026-08-15T07:14:41.275Z PASS [ 0.025s] (1188/3304) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
71012026-08-15T07:14:41.287Z PASS [ 0.026s] (1189/3304) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
71022026-08-15T07:14:41.304Z PASS [ 0.029s] (1190/3304) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
71032026-08-15T07:14:41.315Z PASS [ 0.028s] (1191/3304) nexus-switch-config tests::empty_port_list_is_reported
71042026-08-15T07:14:41.334Z PASS [ 0.028s] (1192/3304) nexus-switch-config tests::illegal_max_paths_is_reported
71052026-08-15T07:14:41.340Z PASS [ 0.025s] (1193/3304) nexus-switch-config tests::malformed_uplink_address_is_reported
71062026-08-15T07:14:41.359Z PASS [ 0.026s] (1194/3304) nexus-switch-config tests::missing_rack_subnet_is_reported
71072026-08-15T07:14:41.374Z PASS [ 0.034s] (1195/3304) nexus-switch-config tests::no_silent_port_drops
71082026-08-15T07:14:41.387Z PASS [ 6.620s] (1196/3304) nexus-mgs-updates driver_update::test::test_rot_update_basic
71092026-08-15T07:14:41.397Z PASS [ 0.038s] (1197/3304) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
71102026-08-15T07:14:41.407Z PASS [ 0.032s] (1198/3304) nexus-switch-config tests::peered_port_requires_switch_bgp_config
71112026-08-15T07:14:41.427Z PASS [ 0.040s] (1199/3304) nexus-switch-config tests::peered_port_switch_asn
71122026-08-15T07:14:41.432Z PASS [ 0.035s] (1200/3304) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
71132026-08-15T07:14:41.436Z PASS [ 0.030s] (1201/3304) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
71142026-08-15T07:14:41.464Z PASS [ 0.839s] (1202/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
71152026-08-15T07:14:41.469Z PASS [ 0.037s] (1203/3304) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
71162026-08-15T07:14:41.474Z PASS [ 0.038s] (1204/3304) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
71172026-08-15T07:14:41.497Z PASS [ 0.032s] (1205/3304) nexus-types alert::tests::test_from_str_roundtrips
71182026-08-15T07:14:41.517Z PASS [ 0.048s] (1206/3304) nexus-types alert::tests::test_is_test
71192026-08-15T07:14:41.517Z PASS [ 0.043s] (1207/3304) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
71202026-08-15T07:14:41.525Z PASS [ 0.927s] (1208/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
71212026-08-15T07:14:41.549Z PASS [ 0.052s] (1209/3304) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
71222026-08-15T07:14:41.558Z PASS [ 0.041s] (1210/3304) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
71232026-08-15T07:14:41.569Z PASS [ 0.044s] (1211/3304) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
71242026-08-15T07:14:41.569Z PASS [ 0.036s] (1212/3304) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
71252026-08-15T07:14:41.585Z PASS [ 0.036s] (1213/3304) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
71262026-08-15T07:14:41.595Z PASS [ 0.037s] (1214/3304) nexus-types deployment::blueprint_diff::tests::modified_update_disposition_rendering
71272026-08-15T07:14:41.623Z PASS [ 0.054s] (1215/3304) nexus-types deployment::network_resources::tests::adding_a_resource_without_the_other_passes
71282026-08-15T07:14:41.623Z PASS [ 0.054s] (1216/3304) nexus-types deployment::network_resources::tests::display
71292026-08-15T07:14:41.650Z PASS [ 0.048s] (1217/3304) nexus-types deployment::network_resources::tests::external_ip_consistent_with_nic_passes
71302026-08-15T07:14:41.650Z PASS [ 0.054s] (1218/3304) nexus-types deployment::network_resources::tests::external_ip_without_matching_nic_family_fails
71312026-08-15T07:14:41.665Z PASS [ 0.042s] (1219/3304) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
71322026-08-15T07:14:41.713Z PASS [ 0.062s] (1220/3304) nexus-types deployment::test::test_serialize_pending_mgs_updates
71332026-08-15T07:14:41.736Z PASS [ 0.070s] (1221/3304) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
71342026-08-15T07:14:41.746Z PASS [ 0.034s] (1222/3304) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
71352026-08-15T07:14:41.746Z PASS [ 0.122s] (1223/3304) nexus-types deployment::network_resources::tests::from_private_ip_config_and_accessors
71362026-08-15T07:14:41.775Z PASS [ 0.039s] (1224/3304) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
71372026-08-15T07:14:41.784Z PASS [ 0.038s] (1225/3304) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
71382026-08-15T07:14:41.788Z PASS [ 0.041s] (1226/3304) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
71392026-08-15T07:14:41.809Z PASS [ 0.034s] (1227/3304) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
71402026-08-15T07:14:41.818Z PASS [ 0.033s] (1228/3304) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
71412026-08-15T07:14:41.821Z PASS [ 0.031s] (1229/3304) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
71422026-08-15T07:14:41.839Z PASS [ 0.031s] (1230/3304) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
71432026-08-15T07:14:41.850Z PASS [ 0.033s] (1231/3304) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
71442026-08-15T07:14:41.862Z PASS [ 0.043s] (1232/3304) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
71452026-08-15T07:14:41.876Z PASS [ 0.036s] (1233/3304) nexus-types fm::case::tests::test_case_display
71462026-08-15T07:14:41.885Z PASS [ 0.034s] (1234/3304) nexus-types fm::case::tests::test_case_display_colored
71472026-08-15T07:14:41.892Z PASS [ 0.030s] (1235/3304) nexus-types fm::config::tests::test_history_pruning_threshold_must_be_less_than_sitrep_limit
71482026-08-15T07:14:41.905Z PASS [ 0.029s] (1236/3304) nexus-types fm::config::tests::test_min_history_pruning_threshold
71492026-08-15T07:14:41.916Z PASS [ 0.031s] (1237/3304) nexus-types fm::config::tests::test_min_sitrep_limit
71502026-08-15T07:14:41.920Z PASS [ 0.028s] (1238/3304) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
71512026-08-15T07:14:41.936Z PASS [ 0.030s] (1239/3304) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
71522026-08-15T07:14:41.953Z PASS [ 0.037s] (1240/3304) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
71532026-08-15T07:14:41.953Z PASS [ 0.032s] (1241/3304) nexus-types quiesce::test::test_drained_blueprint
71542026-08-15T07:14:41.974Z PASS [ 0.037s] (1242/3304) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
71552026-08-15T07:14:41.995Z PASS [ 0.042s] (1243/3304) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
71562026-08-15T07:14:42.004Z PASS [ 0.051s] (1244/3304) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
71572026-08-15T07:14:42.014Z PASS [ 0.035s] (1245/3304) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
71582026-08-15T07:14:42.031Z PASS [ 3.176s] (1246/3304) nexus-reconfigurator-planning example::tests::dns_resolution_works
71592026-08-15T07:14:42.036Z PASS [ 0.042s] (1247/3304) nexus-types quiesce::test::test_quiesce_block_on_reassignment
71602026-08-15T07:14:42.047Z PASS [ 0.043s] (1248/3304) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
71612026-08-15T07:14:42.069Z PASS [ 0.060s] (1249/3304) nexus-types quiesce::test::test_quiesce_block_on_saga_started
71622026-08-15T07:14:42.074Z PASS [ 0.043s] (1250/3304) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
71632026-08-15T07:14:42.085Z PASS [ 0.048s] (1251/3304) nexus-types quiesce::test::test_quiesce_noop
71642026-08-15T07:14:42.109Z PASS [ 0.061s] (1252/3304) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
71652026-08-15T07:14:42.156Z PASS [ 0.086s] (1253/3304) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
71662026-08-15T07:14:42.311Z PASS [ 0.237s] (1254/3304) nexus-types::read_series blueprint_mismatch
71672026-08-15T07:14:42.424Z PASS [ 0.315s] (1255/3304) nexus-types::read_series collection_mismatch
71682026-08-15T07:14:42.471Z PASS [ 0.160s] (1256/3304) nexus-types::read_series identical_inputs
71692026-08-15T07:14:42.471Z PASS [ 0.317s] (1257/3304) nexus-types::read_series external_dns_mismatch
71702026-08-15T07:14:42.526Z PASS [ 0.441s] (1258/3304) nexus-types::read_series blueprint_source_reconciliation
71712026-08-15T07:14:42.558Z PASS [ 0.063s] (1259/3304) nexus-types::read_series malformed_json
71722026-08-15T07:14:42.586Z PASS [ 0.060s] (1260/3304) nexus-types::read_series no_inputs
71732026-08-15T07:14:42.632Z PASS [ 0.208s] (1261/3304) nexus-types::read_series internal_dns_mismatch
71742026-08-15T07:14:42.802Z PASS [ 0.216s] (1262/3304) nexus-types::read_series single_input_happy_path
71752026-08-15T07:14:42.829Z PASS [ 0.026s] (1263/3304) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
71762026-08-15T07:14:42.855Z PASS [ 0.026s] (1264/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
71772026-08-15T07:14:42.877Z PASS [ 0.022s] (1265/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
71782026-08-15T07:14:42.902Z PASS [ 0.025s] (1266/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
71792026-08-15T07:14:42.925Z PASS [ 0.023s] (1267/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
71802026-08-15T07:14:42.949Z PASS [ 0.024s] (1268/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
71812026-08-15T07:14:42.978Z PASS [ 0.028s] (1269/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
71822026-08-15T07:14:43.003Z PASS [ 0.025s] (1270/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
71832026-08-15T07:14:43.024Z PASS [ 0.393s] (1271/3304) nexus-types::read_series target_missing_from_its_own_file
71842026-08-15T07:14:43.029Z PASS [ 0.026s] (1272/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
71852026-08-15T07:14:43.051Z PASS [ 0.026s] (1273/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
71862026-08-15T07:14:43.055Z PASS [ 2.373s] (1274/3304) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
71872026-08-15T07:14:43.058Z PASS [ 0.026s] (1275/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
71882026-08-15T07:14:43.077Z PASS [ 0.026s] (1276/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
71892026-08-15T07:14:43.083Z PASS [ 0.028s] (1277/3304) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
71902026-08-15T07:14:43.086Z PASS [ 0.028s] (1278/3304) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
71912026-08-15T07:14:43.102Z PASS [ 0.024s] (1279/3304) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
71922026-08-15T07:14:43.109Z PASS [ 0.026s] (1280/3304) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
71932026-08-15T07:14:43.114Z PASS [ 0.029s] (1281/3304) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
71942026-08-15T07:14:43.118Z PASS [ 0.644s] (1282/3304) nexus-types::read_series multiple_latest_candidates
71952026-08-15T07:14:43.131Z PASS [ 0.572s] (1283/3304) nexus-types::read_series overlapping_inputs_order_independent
71962026-08-15T07:14:43.137Z PASS [ 0.036s] (1284/3304) nexus-types-versions impls::policy::tests::test_policy_parsing
71972026-08-15T07:14:43.141Z PASS [ 0.031s] (1285/3304) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
71982026-08-15T07:14:43.145Z PASS [ 0.029s] (1286/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
71992026-08-15T07:14:43.148Z PASS [ 0.030s] (1287/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
72002026-08-15T07:14:43.157Z PASS [ 0.026s] (1288/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
72012026-08-15T07:14:43.170Z PASS [ 0.033s] (1289/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
72022026-08-15T07:14:43.170Z PASS [ 0.030s] (1290/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
72032026-08-15T07:14:43.180Z PASS [ 0.037s] (1291/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
72042026-08-15T07:14:43.189Z PASS [ 0.043s] (1292/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
72052026-08-15T07:14:43.197Z PASS [ 0.040s] (1293/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
72062026-08-15T07:14:43.204Z PASS [ 0.034s] (1294/3304) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
72072026-08-15T07:14:43.258Z PASS [ 0.087s] (1295/3304) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
72082026-08-15T07:14:43.275Z PASS [ 0.095s] (1296/3304) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
72092026-08-15T07:14:43.291Z PASS [ 0.102s] (1297/3304) omicron-certificates tests::test_cert_extended_key_usage
72102026-08-15T07:14:43.291Z PASS [ 0.094s] (1298/3304) omicron-certificates tests::test_common_name_is_validated
72112026-08-15T07:14:43.303Z PASS [ 0.099s] (1299/3304) omicron-certificates tests::test_subject_alternate_names_are_validated
72122026-08-15T07:14:43.344Z PASS [ 0.086s] (1300/3304) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
72132026-08-15T07:14:43.500Z PASS [ 8.602s] (1301/3304) nexus-mgs-updates driver_update::test::test_sp_update_basic
72142026-08-15T07:14:44.127Z PASS [ 2.699s] (1302/3304) nexus-test-utils test::test_suite_password_matches_hash
72152026-08-15T07:14:44.147Z PASS [ 0.020s] (1303/3304) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
72162026-08-15T07:14:44.177Z PASS [ 0.029s] (1304/3304) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
72172026-08-15T07:14:44.294Z PASS [ 0.117s] (1305/3304) omicron-cockroach-metrics tests::test_cluster_client_caching
72182026-08-15T07:14:44.312Z PASS [ 0.018s] (1306/3304) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
72192026-08-15T07:14:44.330Z PASS [ 0.018s] (1307/3304) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
72202026-08-15T07:14:44.348Z PASS [ 0.018s] (1308/3304) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
72212026-08-15T07:14:44.366Z PASS [ 0.017s] (1309/3304) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
72222026-08-15T07:14:44.382Z PASS [ 0.017s] (1310/3304) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
72232026-08-15T07:14:44.399Z PASS [ 0.017s] (1311/3304) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
72242026-08-15T07:14:44.416Z PASS [ 0.017s] (1312/3304) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
72252026-08-15T07:14:44.438Z PASS [ 0.022s] (1313/3304) omicron-common address::test::test_dns_subnets
72262026-08-15T07:14:44.457Z PASS [ 0.018s] (1314/3304) omicron-common address::test::test_ip_range_checks_non_decreasing
72272026-08-15T07:14:44.475Z PASS [ 0.018s] (1315/3304) omicron-common address::test::test_ip_range_enum_deserialization
72282026-08-15T07:14:44.495Z PASS [ 0.020s] (1316/3304) omicron-common address::test::test_ip_range_iter
72292026-08-15T07:14:44.514Z PASS [ 0.019s] (1317/3304) omicron-common address::test::test_ip_range_length
72302026-08-15T07:14:44.535Z PASS [ 0.020s] (1318/3304) omicron-common address::test::test_ip_range_try_from
72312026-08-15T07:14:44.557Z PASS [ 0.022s] (1319/3304) omicron-common address::test::test_ipv6_subnet_deserialize
72322026-08-15T07:14:44.579Z PASS [ 0.023s] (1320/3304) omicron-common address::test::test_sled_address
72332026-08-15T07:14:44.601Z PASS [ 0.021s] (1321/3304) omicron-common api::external::error::test::test_bail_unless
72342026-08-15T07:14:44.622Z PASS [ 0.021s] (1322/3304) omicron-common api::external::error::test::test_context
72352026-08-15T07:14:44.641Z PASS [ 0.019s] (1323/3304) omicron-common api::external::http_pagination::test::test_pagination_examples
72362026-08-15T07:14:44.676Z PASS [ 0.035s] (1324/3304) omicron-common api::external::http_pagination::test::test_pagination_schemas
72372026-08-15T07:14:44.702Z PASS [ 0.026s] (1325/3304) omicron-common api::external::http_pagination::test::test_scan_by_id
72382026-08-15T07:14:44.724Z PASS [ 0.018s] (1326/3304) omicron-common api::external::http_pagination::test::test_scan_by_name
72392026-08-15T07:14:44.758Z PASS [ 0.033s] (1327/3304) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
72402026-08-15T07:14:44.780Z PASS [ 1.280s] (1328/3304) omicron-cockroach-admin context::tests::test_node_id
72412026-08-15T07:14:44.791Z PASS [ 0.032s] (1329/3304) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
72422026-08-15T07:14:44.800Z PASS [ 0.020s] (1330/3304) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
72432026-08-15T07:14:44.811Z PASS [ 0.021s] (1331/3304) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
72442026-08-15T07:14:44.820Z PASS [ 0.020s] (1332/3304) omicron-common api::external::test::test_bytecount
72452026-08-15T07:14:44.830Z PASS [ 0.019s] (1333/3304) omicron-common api::external::test::test_bytecount_display
72462026-08-15T07:14:44.837Z PASS [ 0.017s] (1334/3304) omicron-common api::external::test::test_digest
72472026-08-15T07:14:44.853Z PASS [ 0.022s] (1335/3304) omicron-common api::external::test::test_firewall_deserialization
72482026-08-15T07:14:44.871Z PASS [ 0.033s] (1336/3304) omicron-common api::external::test::test_firewall_rule_host_filter_parse
72492026-08-15T07:14:44.876Z PASS [ 0.024s] (1337/3304) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
72502026-08-15T07:14:44.901Z PASS [ 0.024s] (1338/3304) omicron-common api::external::test::test_generation_display_parse
72512026-08-15T07:14:44.909Z PASS [ 0.038s] (1339/3304) omicron-common api::external::test::test_firewall_rule_target_parse
72522026-08-15T07:14:44.924Z PASS [ 0.024s] (1340/3304) omicron-common api::external::test::test_generation_from_int
72532026-08-15T07:14:44.943Z PASS [ 0.019s] (1341/3304) omicron-common api::external::test::test_generation_serde
72542026-08-15T07:14:44.971Z PASS [ 0.028s] (1342/3304) omicron-common api::external::test::test_hostname_from_str
72552026-08-15T07:14:44.993Z PASS [ 0.022s] (1343/3304) omicron-common api::external::test::test_ip_port_range_from_str
72562026-08-15T07:14:45.015Z PASS [ 0.021s] (1344/3304) omicron-common api::external::test::test_ip_port_range_into_str
72572026-08-15T07:14:45.020Z PASS [ 0.111s] (1345/3304) omicron-common api::external::test::test_generation_overflow
72582026-08-15T07:14:45.033Z PASS [ 0.018s] (1346/3304) omicron-common api::external::test::test_ipv6_net_operations
72592026-08-15T07:14:45.044Z PASS [ 0.023s] (1347/3304) omicron-common api::external::test::test_mac_system_iterator
72602026-08-15T07:14:45.050Z PASS [ 0.017s] (1348/3304) omicron-common api::external::test::test_mac_to_int_conversions
72612026-08-15T07:14:45.065Z PASS [ 0.021s] (1349/3304) omicron-common api::external::test::test_macaddr
72622026-08-15T07:14:45.071Z PASS [ 0.020s] (1350/3304) omicron-common api::external::test::test_name_parse
72632026-08-15T07:14:45.085Z PASS [ 0.020s] (1351/3304) omicron-common api::external::test::test_name_parse_from_param
72642026-08-15T07:14:45.090Z PASS [ 0.019s] (1352/3304) omicron-common api::external::test::test_resource_name_parse
72652026-08-15T07:14:45.115Z PASS [ 0.028s] (1353/3304) omicron-common api::external::test::test_route_destination_parse
72662026-08-15T07:14:45.131Z PASS [ 0.041s] (1354/3304) omicron-common api::external::test::test_route_target_parse
72672026-08-15T07:14:45.134Z PASS [ 0.019s] (1355/3304) omicron-common api::external::test::test_semver_serialize
72682026-08-15T07:14:45.145Z PASS [ 9.780s] (1356/3304) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
72692026-08-15T07:14:45.150Z PASS [ 0.019s] (1357/3304) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
72702026-08-15T07:14:45.150Z PASS [ 1.847s] (1358/3304) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
72712026-08-15T07:14:45.154Z PASS [ 0.021s] (1359/3304) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
72722026-08-15T07:14:45.166Z PASS [ 0.020s] (1360/3304) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
72732026-08-15T07:14:45.175Z PASS [ 0.022s] (1361/3304) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
72742026-08-15T07:14:45.182Z PASS [ 0.026s] (1362/3304) omicron-common disk::tests::parse_dataset_name
72752026-08-15T07:14:45.182Z PASS [ 0.031s] (1363/3304) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
72762026-08-15T07:14:45.189Z PASS [ 0.024s] (1364/3304) omicron-common zpool_name::test::test_parse_bad_zpool_names
72772026-08-15T07:14:45.202Z PASS [ 0.030s] (1365/3304) omicron-common zpool_name::test::test_parse_external_zpool_name
72782026-08-15T07:14:45.208Z PASS [ 0.027s] (1366/3304) omicron-common zpool_name::test::test_parse_zpool_name_json
72792026-08-15T07:14:45.228Z PASS [ 0.039s] (1367/3304) omicron-common zpool_name::test::test_zpool_name_regex
72802026-08-15T07:14:45.228Z PASS [ 0.047s] (1368/3304) omicron-common zpool_name::test::test_parse_internal_zpool_name
72812026-08-15T07:14:45.228Z PASS [ 1.937s] (1369/3304) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
72822026-08-15T07:14:45.267Z PASS [ 0.039s] (1370/3304) omicron-gateway management_switch::location_map::tests::test_config_validation
72832026-08-15T07:14:45.318Z PASS [ 0.051s] (1371/3304) omicron-gateway management_switch::location_map::tests::test_resolve_location
72842026-08-15T07:14:45.370Z PASS [ 0.168s] (1372/3304) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
72852026-08-15T07:14:45.421Z PASS [ 0.050s] (1373/3304) omicron-gateway::test_all integration_tests::config::read_production_smf_config
72862026-08-15T07:14:45.509Z PASS [ 0.300s] (1374/3304) omicron-dev::test-omicron-dev test_omicron_dev_no_args
72872026-08-15T07:14:45.523Z PASS [ 0.205s] (1375/3304) omicron-gateway::test_all integration_tests::component_list::component_list
72882026-08-15T07:14:45.616Z PASS [ 13.198s] (1376/3304) nexus-db-queries policy_test::test_conferred_roles
72892026-08-15T07:14:45.668Z PASS [ 0.247s] (1377/3304) omicron-gateway::test_all integration_tests::ereports::ereports_basic
72902026-08-15T07:14:45.744Z PASS [ 0.220s] (1378/3304) omicron-gateway::test_all integration_tests::ereports::ereports_limit
72912026-08-15T07:14:45.897Z PASS [ 0.388s] (1379/3304) omicron-gateway::test_all integration_tests::ereports::ereports_commit
72922026-08-15T07:14:46.102Z PASS [ 0.433s] (1380/3304) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
72932026-08-15T07:14:46.126Z PASS [ 0.024s] (1381/3304) omicron-ledger test::test_commit_handles_write_failures
72942026-08-15T07:14:46.131Z PASS [ 0.234s] (1382/3304) omicron-gateway::test_all integration_tests::task_dump::task_dump
72952026-08-15T07:14:46.138Z PASS [ 0.394s] (1383/3304) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
72962026-08-15T07:14:46.147Z PASS [ 0.022s] (1384/3304) omicron-ledger test::test_create_default_ledger
72972026-08-15T07:14:46.152Z PASS [ 0.021s] (1385/3304) omicron-ledger test::test_create_ledger_reads_from_storage
72982026-08-15T07:14:46.160Z PASS [ 0.022s] (1386/3304) omicron-ledger test::test_create_ledger_reads_latest_from_storage
72992026-08-15T07:14:46.168Z PASS [ 0.020s] (1387/3304) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
73002026-08-15T07:14:46.173Z PASS [ 0.021s] (1388/3304) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
73012026-08-15T07:14:46.180Z PASS [ 0.019s] (1389/3304) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
73022026-08-15T07:14:46.185Z PASS [ 0.018s] (1390/3304) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
73032026-08-15T07:14:46.192Z PASS [ 0.019s] (1391/3304) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
73042026-08-15T07:14:46.249Z PASS [ 0.633s] (1392/3304) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
73052026-08-15T07:14:46.308Z PASS [ 0.059s] (1393/3304) omicron-nexus app::alert::tests::test_alert_class_list
73062026-08-15T07:14:46.516Z PASS [ 3.241s] (1394/3304) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
73072026-08-15T07:14:48.025Z PASS [ 11.504s] (1395/3304) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
73082026-08-15T07:14:48.456Z PASS [ 5.113s] (1396/3304) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
73092026-08-15T07:14:48.604Z PASS [ 5.312s] (1397/3304) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
73102026-08-15T07:14:49.375Z PASS [ 14.444s] (1398/3304) nexus-mgs-updates driver_update::test::test_sp_update_takeover
73112026-08-15T07:14:49.578Z PASS [ 12.253s] (1399/3304) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
73122026-08-15T07:14:49.781Z PASS [ 13.450s] (1400/3304) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
73132026-08-15T07:14:49.804Z PASS [ 13.132s] (1401/3304) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
73142026-08-15T07:14:49.850Z PASS [ 0.046s] (1402/3304) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
73152026-08-15T07:14:49.860Z PASS [ 0.079s] (1403/3304) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
73162026-08-15T07:14:49.898Z PASS [ 0.047s] (1404/3304) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
73172026-08-15T07:14:49.925Z PASS [ 0.065s] (1405/3304) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
73182026-08-15T07:14:49.945Z PASS [ 0.047s] (1406/3304) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
73192026-08-15T07:14:54.649Z PASS [ 12.999s] (1407/3304) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
73202026-08-15T07:14:54.894Z PASS [ 19.604s] (1408/3304) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
73212026-08-15T07:14:55.382Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73222026-08-15T07:14:55.530Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73232026-08-15T07:14:56.065Z PASS [ 6.120s] (1409/3304) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
73242026-08-15T07:14:56.089Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
73252026-08-15T07:14:56.166Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
73262026-08-15T07:14:56.704Z PASS [ 11.475s] (1410/3304) omicron-dev::test-omicron-dev test_run_all
73272026-08-15T07:14:59.573Z PASS [ 18.729s] (1411/3304) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73282026-08-15T07:15:01.166Z PASS [ 14.857s] (1412/3304) omicron-nexus app::background::driver::test::test_activation_in_progress
73292026-08-15T07:15:01.304Z PASS [ 6.655s] (1413/3304) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
73302026-08-15T07:15:01.733Z PASS [ 15.216s] (1414/3304) omicron-nexus app::background::driver::test::test_driver_basic
73312026-08-15T07:15:01.984Z PASS [ 7.090s] (1415/3304) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
73322026-08-15T07:15:03.333Z PASS [ 15.308s] (1416/3304) omicron-nexus app::background::init::test::test_dns_propagation_basic
73332026-08-15T07:15:03.403Z PASS [ 0.070s] (1417/3304) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
73342026-08-15T07:15:03.797Z PASS [ 14.218s] (1418/3304) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
73352026-08-15T07:15:04.960Z PASS [ 23.901s] (1419/3304) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
73362026-08-15T07:15:05.432Z PASS [ 24.519s] (1420/3304) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
73372026-08-15T07:15:07.322Z PASS [ 6.018s] (1421/3304) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
73382026-08-15T07:15:08.110Z PASS [ 6.377s] (1422/3304) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
73392026-08-15T07:15:08.560Z PASS [ 22.380s] (1423/3304) omicron-ls-apis::test_dependencies test_api_check
73402026-08-15T07:15:08.654Z PASS [ 27.682s] (1424/3304) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
73412026-08-15T07:15:08.972Z PASS [ 6.987s] (1425/3304) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
73422026-08-15T07:15:09.162Z PASS [ 7.995s] (1426/3304) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
73432026-08-15T07:15:09.500Z PASS [ 33.612s] (1427/3304) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
73442026-08-15T07:15:09.773Z PASS [ 23.580s] (1428/3304) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
73452026-08-15T07:15:10.400Z PASS [ 21.943s] (1429/3304) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
73462026-08-15T07:15:10.713Z PASS [ 22.109s] (1430/3304) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
73472026-08-15T07:15:11.170Z PASS [ 24.983s] (1431/3304) omicron-ls-apis::test_dependencies test_api_dependencies
73482026-08-15T07:15:11.479Z PASS [ 14.774s] (1432/3304) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
73492026-08-15T07:15:12.329Z PASS [ 22.954s] (1433/3304) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
73502026-08-15T07:15:15.197Z PASS [ 19.132s] (1434/3304) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
73512026-08-15T07:15:15.634Z PASS [ 6.472s] (1435/3304) omicron-nexus app::background::tasks::fm_analysis::tests::test_check_sitrep_limit
73522026-08-15T07:15:15.658Z PASS [ 6.686s] (1436/3304) omicron-nexus app::background::tasks::fm_analysis::tests::test_analysis_respects_sitrep_limit
73532026-08-15T07:15:16.374Z PASS [ 6.602s] (1437/3304) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
73542026-08-15T07:15:16.495Z PASS [ 6.995s] (1438/3304) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
73552026-08-15T07:15:16.854Z PASS [ 6.455s] (1439/3304) omicron-nexus app::background::tasks::fm_config_load::test::test_load_fm_config
73562026-08-15T07:15:17.953Z PASS [ 7.240s] (1440/3304) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
73572026-08-15T07:15:18.091Z PASS [ 6.921s] (1441/3304) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
73582026-08-15T07:15:18.275Z PASS [ 6.797s] (1442/3304) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
73592026-08-15T07:15:18.538Z PASS [ 15.135s] (1443/3304) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
73602026-08-15T07:15:19.093Z PASS [ 14.132s] (1444/3304) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
73612026-08-15T07:15:19.187Z PASS [ 6.857s] (1445/3304) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
73622026-08-15T07:15:19.260Z PASS [ 15.463s] (1446/3304) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
73632026-08-15T07:15:19.994Z PASS [ 14.562s] (1447/3304) omicron-nexus app::background::tasks::dns_config::test::test_basic
73642026-08-15T07:15:20.920Z PASS [ 21.347s] (1448/3304) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
73652026-08-15T07:15:21.418Z PASS [ 6.221s] (1449/3304) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
73662026-08-15T07:15:21.864Z PASS [ 6.206s] (1450/3304) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
73672026-08-15T07:15:21.966Z PASS [ 0.102s] (1451/3304) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
73682026-08-15T07:15:22.051Z PASS [ 0.085s] (1452/3304) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
73692026-08-15T07:15:22.117Z PASS [ 0.066s] (1453/3304) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
73702026-08-15T07:15:22.173Z PASS [ 0.055s] (1454/3304) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
73712026-08-15T07:15:22.193Z PASS [ 6.559s] (1455/3304) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
73722026-08-15T07:15:22.226Z PASS [ 0.053s] (1456/3304) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
73732026-08-15T07:15:22.242Z PASS [ 0.049s] (1457/3304) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
73742026-08-15T07:15:22.277Z PASS [ 0.051s] (1458/3304) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
73752026-08-15T07:15:22.294Z PASS [ 0.052s] (1459/3304) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
73762026-08-15T07:15:22.328Z PASS [ 0.051s] (1460/3304) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
73772026-08-15T07:15:22.335Z PASS [ 15.014s] (1461/3304) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
73782026-08-15T07:15:22.382Z PASS [ 0.054s] (1462/3304) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
73792026-08-15T07:15:22.386Z PASS [ 0.050s] (1463/3304) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
73802026-08-15T07:15:22.430Z PASS [ 0.137s] (1464/3304) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
73812026-08-15T07:15:22.449Z PASS [ 0.064s] (1465/3304) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
73822026-08-15T07:15:22.469Z PASS [ 0.087s] (1466/3304) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
73832026-08-15T07:15:22.482Z PASS [ 0.052s] (1467/3304) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
73842026-08-15T07:15:22.502Z PASS [ 0.053s] (1468/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
73852026-08-15T07:15:22.518Z PASS [ 0.048s] (1469/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
73862026-08-15T07:15:22.533Z PASS [ 0.051s] (1470/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
73872026-08-15T07:15:22.555Z PASS [ 0.052s] (1471/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
73882026-08-15T07:15:22.580Z PASS [ 0.062s] (1472/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
73892026-08-15T07:15:22.584Z PASS [ 0.051s] (1473/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
73902026-08-15T07:15:22.607Z PASS [ 0.052s] (1474/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
73912026-08-15T07:15:22.643Z PASS [ 0.058s] (1475/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
73922026-08-15T07:15:22.654Z PASS [ 0.074s] (1476/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
73932026-08-15T07:15:22.676Z PASS [ 0.069s] (1477/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
73942026-08-15T07:15:22.693Z PASS [ 0.050s] (1478/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
73952026-08-15T07:15:22.705Z PASS [ 0.050s] (1479/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
73962026-08-15T07:15:22.732Z PASS [ 0.055s] (1480/3304) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
73972026-08-15T07:15:23.360Z PASS [ 6.985s] (1481/3304) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_gc_deletes_sitreps_pruned_from_history
73982026-08-15T07:15:23.528Z PASS [ 14.967s] (1482/3304) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
73992026-08-15T07:15:23.544Z PASS [ 15.434s] (1483/3304) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
74002026-08-15T07:15:23.580Z PASS [ 14.925s] (1484/3304) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
74012026-08-15T07:15:23.588Z PASS [ 7.093s] (1485/3304) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
74022026-08-15T07:15:23.795Z PASS [ 5.704s] (1486/3304) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
74032026-08-15T07:15:25.431Z PASS [ 40.203s] (1487/3304) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
74042026-08-15T07:15:25.437Z PASS [ 8.582s] (1488/3304) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning
74052026-08-15T07:15:27.373Z PASS [ 6.452s] (1489/3304) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
74062026-08-15T07:15:30.501Z PASS [ 40.575s] (1490/3304) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
74072026-08-15T07:15:31.257Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
74082026-08-15T07:15:32.615Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
74092026-08-15T07:15:35.921Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
74102026-08-15T07:15:36.049Z PASS [ 60.129s] (1491/3304) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
74112026-08-15T07:15:36.256Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
74122026-08-15T07:15:36.259Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74132026-08-15T07:15:38.807Z PASS [ 17.388s] (1492/3304) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
74142026-08-15T07:15:39.110Z PASS [ 62.856s] (1493/3304) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
74152026-08-15T07:15:39.403Z PASS [ 19.409s] (1494/3304) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
74162026-08-15T07:15:39.488Z PASS [ 15.693s] (1495/3304) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
74172026-08-15T07:15:40.116Z PASS [ 16.537s] (1496/3304) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
74182026-08-15T07:15:40.756Z PASS [ 17.212s] (1497/3304) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
74192026-08-15T07:15:40.965Z PASS [ 15.534s] (1498/3304) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
74202026-08-15T07:15:40.988Z PASS [ 17.460s] (1499/3304) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
74212026-08-15T07:15:41.072Z PASS [ 22.534s] (1500/3304) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
74222026-08-15T07:15:41.178Z PASS [ 17.818s] (1501/3304) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
74232026-08-15T07:15:41.202Z PASS [ 15.765s] (1502/3304) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
74242026-08-15T07:15:41.224Z PASS [ 17.635s] (1503/3304) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
74252026-08-15T07:15:41.961Z PASS [ 22.773s] (1504/3304) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
74262026-08-15T07:15:42.324Z PASS [ 19.630s] (1505/3304) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
74272026-08-15T07:15:42.345Z PASS [ 24.392s] (1506/3304) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning_batched
74282026-08-15T07:15:42.674Z PASS [ 15.301s] (1507/3304) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
74292026-08-15T07:15:42.802Z PASS [ 70.189s] (1508/3304) nexus-db-queries policy_test::test_iam_roles_behavior
74302026-08-15T07:15:43.523Z PASS [ 4.120s] (1509/3304) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
74312026-08-15T07:15:44.157Z PASS [ 4.040s] (1510/3304) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
74322026-08-15T07:15:44.704Z PASS [ 3.947s] (1511/3304) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
74332026-08-15T07:15:45.167Z PASS [ 4.202s] (1512/3304) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
74342026-08-15T07:15:45.452Z PASS [ 4.463s] (1513/3304) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
74352026-08-15T07:15:46.108Z PASS [ 110.020s] (1514/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
74362026-08-15T07:15:46.667Z PASS [ 5.595s] (1515/3304) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
74372026-08-15T07:15:46.747Z PASS [ 0.080s] (1516/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
74382026-08-15T07:15:46.850Z PASS [ 0.103s] (1517/3304) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
74392026-08-15T07:15:46.862Z PASS [ 5.684s] (1518/3304) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
74402026-08-15T07:15:46.912Z PASS [ 0.062s] (1519/3304) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
74412026-08-15T07:15:46.923Z PASS [ 0.061s] (1520/3304) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
74422026-08-15T07:15:46.997Z PASS [ 0.083s] (1521/3304) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
74432026-08-15T07:15:47.052Z PASS [ 0.129s] (1522/3304) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
74442026-08-15T07:15:47.102Z PASS [ 0.106s] (1523/3304) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
74452026-08-15T07:15:47.434Z PASS [ 0.331s] (1524/3304) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
74462026-08-15T07:15:47.479Z PASS [ 111.951s] (1525/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74472026-08-15T07:15:47.485Z PASS [ 0.433s] (1526/3304) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
74482026-08-15T07:15:47.544Z PASS [ 0.059s] (1527/3304) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
74492026-08-15T07:15:47.595Z PASS [ 0.050s] (1528/3304) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
74502026-08-15T07:15:47.650Z PASS [ 0.053s] (1529/3304) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
74512026-08-15T07:15:47.669Z PASS [ 0.235s] (1530/3304) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
74522026-08-15T07:15:47.699Z PASS [ 0.050s] (1531/3304) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
74532026-08-15T07:15:47.722Z PASS [ 0.053s] (1532/3304) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
74542026-08-15T07:15:47.753Z PASS [ 0.054s] (1533/3304) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
74552026-08-15T07:15:47.775Z PASS [ 0.053s] (1534/3304) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
74562026-08-15T07:15:47.804Z PASS [ 0.050s] (1535/3304) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
74572026-08-15T07:15:47.814Z PASS [ 25.108s] (1536/3304) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
74582026-08-15T07:15:47.825Z PASS [ 0.049s] (1537/3304) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
74592026-08-15T07:15:47.851Z PASS [ 0.048s] (1538/3304) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
74602026-08-15T07:15:47.864Z PASS [ 0.050s] (1539/3304) omicron-nexus app::crucible::test::upstairs_health_search
74612026-08-15T07:15:47.900Z PASS [ 0.074s] (1540/3304) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
74622026-08-15T07:15:47.922Z PASS [ 0.071s] (1541/3304) omicron-nexus app::deployment::tests::test_target_release_for_mupdate_recovery_after_noop_conversion
74632026-08-15T07:15:47.970Z PASS [ 0.092s] (1542/3304) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
74642026-08-15T07:15:47.997Z PASS [ 0.097s] (1543/3304) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
74652026-08-15T07:15:48.116Z PASS [ 0.119s] (1544/3304) omicron-nexus app::external_client::test::test_ensure_external_url_allows_domain_hosts
74662026-08-15T07:15:48.170Z PASS [ 0.054s] (1545/3304) omicron-nexus app::external_client::test::test_ensure_external_url_allows_external_ipv6_hosts
74672026-08-15T07:15:48.230Z PASS [ 0.060s] (1546/3304) omicron-nexus app::external_client::test::test_ensure_external_url_allows_hostless_urls
74682026-08-15T07:15:48.287Z PASS [ 0.057s] (1547/3304) omicron-nexus app::external_client::test::test_ensure_external_url_allows_ipv4_hosts
74692026-08-15T07:15:48.303Z PASS [ 0.347s] (1548/3304) omicron-nexus app::external_client::test::test_domain_resolving_to_underlay_is_rejected
74702026-08-15T07:15:48.351Z PASS [ 0.063s] (1549/3304) omicron-nexus app::external_client::test::test_ensure_external_url_allows_loopback_for_tests
74712026-08-15T07:15:48.357Z PASS [ 0.054s] (1550/3304) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_bootstrap_network
74722026-08-15T07:15:48.412Z PASS [ 0.061s] (1551/3304) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_ip_hosts_before_rack_init
74732026-08-15T07:15:48.416Z PASS [ 0.056s] (1552/3304) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_loopback
74742026-08-15T07:15:48.466Z PASS [ 0.543s] (1553/3304) omicron-nexus app::external_client::test::test_domain_resolving_to_permitted_address_is_connected
74752026-08-15T07:15:48.546Z PASS [ 0.134s] (1554/3304) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_underlay_ipv6_hosts
74762026-08-15T07:15:48.569Z PASS [ 0.155s] (1555/3304) omicron-nexus app::external_client::test::test_loopback_policy_does_not_weaken_underlay_check
74772026-08-15T07:15:48.658Z PASS [ 0.112s] (1556/3304) omicron-nexus app::external_client::test::test_redirect_to_permitted_target_is_followed
74782026-08-15T07:15:48.679Z PASS [ 0.109s] (1557/3304) omicron-nexus app::external_client::test::test_redirect_to_underlay_is_rejected
74792026-08-15T07:15:48.788Z PASS [ 0.130s] (1558/3304) omicron-nexus app::external_client::test::test_underlay_redirect_rejected_even_with_policy_none
74802026-08-15T07:15:48.792Z PASS [ 0.111s] (1559/3304) omicron-nexus app::external_client::test::test_wrapped_policy_none_stops_at_permitted_target
74812026-08-15T07:15:48.792Z PASS [ 1.313s] (1560/3304) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
74822026-08-15T07:15:48.853Z PASS [ 0.386s] (1561/3304) omicron-nexus app::external_client::test::test_redirect_to_domain_resolving_to_underlay_is_rejected
74832026-08-15T07:15:49.076Z PASS [ 0.286s] (1562/3304) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
74842026-08-15T07:15:49.127Z PASS [ 18.626s] (1563/3304) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
74852026-08-15T07:15:49.139Z PASS [ 0.063s] (1564/3304) omicron-nexus app::external_endpoints::test::test_no_endpoint
74862026-08-15T07:15:49.193Z PASS [ 0.341s] (1565/3304) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
74872026-08-15T07:15:49.196Z PASS [ 0.069s] (1566/3304) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
74882026-08-15T07:15:49.204Z PASS [ 0.065s] (1567/3304) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
74892026-08-15T07:15:49.371Z PASS [ 0.167s] (1568/3304) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
74902026-08-15T07:15:49.390Z PASS [ 0.193s] (1569/3304) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
74912026-08-15T07:15:49.409Z PASS [ 0.216s] (1570/3304) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
74922026-08-15T07:15:49.427Z PASS [ 0.056s] (1571/3304) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
74932026-08-15T07:15:49.463Z PASS [ 0.074s] (1572/3304) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
74942026-08-15T07:15:49.471Z PASS [ 0.062s] (1573/3304) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
74952026-08-15T07:15:49.490Z PASS [ 0.063s] (1574/3304) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
74962026-08-15T07:15:49.520Z PASS [ 0.057s] (1575/3304) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
74972026-08-15T07:15:49.531Z PASS [ 0.060s] (1576/3304) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
74982026-08-15T07:15:49.575Z PASS [ 0.056s] (1577/3304) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
74992026-08-15T07:15:49.592Z PASS [ 0.061s] (1578/3304) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
75002026-08-15T07:15:49.625Z PASS [ 73.368s] (1579/3304) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
75012026-08-15T07:15:49.633Z PASS [ 0.058s] (1580/3304) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
75022026-08-15T07:15:49.649Z PASS [ 0.057s] (1581/3304) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
75032026-08-15T07:15:49.679Z PASS [ 0.056s] (1582/3304) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
75042026-08-15T07:15:49.689Z PASS [ 0.056s] (1583/3304) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
75052026-08-15T07:15:49.705Z PASS [ 0.056s] (1584/3304) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
75062026-08-15T07:15:49.734Z PASS [ 0.054s] (1585/3304) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
75072026-08-15T07:15:49.742Z PASS [ 0.053s] (1586/3304) omicron-nexus app::multicast::tests::test_is_ssm_address
75082026-08-15T07:15:49.799Z PASS [ 113.636s] (1587/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
75092026-08-15T07:15:49.859Z PASS [ 0.060s] (1588/3304) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
75102026-08-15T07:15:49.961Z PASS [ 1.173s] (1589/3304) omicron-nexus app::external_endpoints::test::test_authority
75112026-08-15T07:15:51.312Z PASS [ 2.520s] (1590/3304) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
75122026-08-15T07:15:51.680Z PASS [ 12.570s] (1591/3304) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
75132026-08-15T07:15:52.428Z PASS [ 13.621s] (1592/3304) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
75142026-08-15T07:15:53.820Z PASS [ 14.331s] (1593/3304) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
75152026-08-15T07:15:54.574Z PASS [ 11.899s] (1594/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
75162026-08-15T07:15:55.208Z PASS [ 13.248s] (1595/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
75172026-08-15T07:15:55.384Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75182026-08-15T07:15:55.502Z PASS [ 32.770s] (1596/3304) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
75192026-08-15T07:15:55.555Z PASS [ 13.209s] (1597/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
75202026-08-15T07:15:56.156Z PASS [ 12.000s] (1598/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
75212026-08-15T07:15:56.297Z PASS [ 13.973s] (1599/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
75222026-08-15T07:15:56.297Z PASS [ 15.073s] (1600/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
75232026-08-15T07:15:57.693Z PASS [ 16.491s] (1601/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
75242026-08-15T07:15:58.886Z PASS [ 40.611s] (1602/3304) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
75252026-08-15T07:15:59.483Z PASS [ 23.434s] (1603/3304) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
75262026-08-15T07:15:59.527Z PASS [ 14.360s] (1604/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
75272026-08-15T07:15:59.558Z PASS [ 14.854s] (1605/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
75282026-08-15T07:16:00.502Z PASS [ 41.409s] (1606/3304) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
75292026-08-15T07:16:00.521Z PASS [ 15.069s] (1607/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
75302026-08-15T07:16:00.929Z PASS [ 14.821s] (1608/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
75312026-08-15T07:16:01.154Z PASS [ 17.630s] (1609/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
75322026-08-15T07:16:01.273Z PASS [ 18.471s] (1610/3304) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
75332026-08-15T07:16:01.337Z PASS [ 11.846s] (1611/3304) omicron-nexus app::ip_pool::tests::test_ip_pool_service_add_range_requires_single_pool
75342026-08-15T07:16:03.823Z PASS [ 14.118s] (1612/3304) omicron-nexus app::quiesce::test::test_quiesce_easy
75352026-08-15T07:16:04.088Z PASS [ 14.354s] (1613/3304) omicron-nexus app::quiesce::test::test_quiesce_full
75362026-08-15T07:16:04.575Z PASS [ 45.315s] (1614/3304) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
75372026-08-15T07:16:05.570Z PASS [ 15.827s] (1615/3304) omicron-nexus app::quiesce::test::test_quiesce_multi
75382026-08-15T07:16:11.016Z PASS [ 21.156s] (1616/3304) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
75392026-08-15T07:16:11.891Z PASS [ 21.929s] (1617/3304) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
75402026-08-15T07:16:13.079Z PASS [ 21.767s] (1618/3304) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
75412026-08-15T07:16:14.160Z PASS [ 20.340s] (1619/3304) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
75422026-08-15T07:16:14.991Z PASS [ 19.436s] (1620/3304) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
75432026-08-15T07:16:17.073Z PASS [ 22.500s] (1621/3304) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
75442026-08-15T07:16:18.611Z PASS [ 19.053s] (1622/3304) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
75452026-08-15T07:16:19.342Z PASS [ 18.188s] (1623/3304) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
75462026-08-15T07:16:19.464Z PASS [ 23.123s] (1624/3304) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
75472026-08-15T07:16:19.507Z PASS [ 18.170s] (1625/3304) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
75482026-08-15T07:16:19.732Z PASS [ 19.230s] (1626/3304) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
75492026-08-15T07:16:20.012Z PASS [ 15.924s] (1627/3304) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
75502026-08-15T07:16:20.111Z PASS [ 19.590s] (1628/3304) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
75512026-08-15T07:16:20.875Z PASS [ 19.946s] (1629/3304) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
75522026-08-15T07:16:21.162Z PASS [ 28.733s] (1630/3304) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
75532026-08-15T07:16:21.560Z PASS [ 29.880s] (1631/3304) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
75542026-08-15T07:16:21.603Z PASS [ 17.028s] (1632/3304) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
75552026-08-15T07:16:22.105Z PASS [ 20.832s] (1633/3304) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
75562026-08-15T07:16:23.385Z PASS [ 25.692s] (1634/3304) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
75572026-08-15T07:16:23.410Z PASS [ 27.908s] (1635/3304) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
75582026-08-15T07:16:23.917Z PASS [ 24.434s] (1636/3304) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
75592026-08-15T07:16:25.181Z PASS [ 28.884s] (1637/3304) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
75602026-08-15T07:16:26.778Z PASS [ 21.208s] (1638/3304) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
75612026-08-15T07:16:28.585Z PASS [ 33.376s] (1639/3304) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
75622026-08-15T07:16:31.258Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
75632026-08-15T07:16:32.195Z PASS [ 36.039s] (1640/3304) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
75642026-08-15T07:16:32.308Z PASS [ 19.229s] (1641/3304) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
75652026-08-15T07:16:32.933Z PASS [ 18.773s] (1642/3304) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
75662026-08-15T07:16:35.377Z PASS [ 24.361s] (1643/3304) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
75672026-08-15T07:16:37.205Z PASS [ 22.214s] (1644/3304) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
75682026-08-15T07:16:40.651Z PASS [ 22.040s] (1645/3304) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
75692026-08-15T07:16:41.213Z PASS [ 21.706s] (1646/3304) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
75702026-08-15T07:16:41.385Z PASS [ 22.043s] (1647/3304) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
75712026-08-15T07:16:42.093Z PASS [ 22.361s] (1648/3304) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
75722026-08-15T07:16:42.511Z PASS [ 22.400s] (1649/3304) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
75732026-08-15T07:16:43.588Z PASS [ 21.985s] (1650/3304) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
75742026-08-15T07:16:43.742Z PASS [ 44.215s] (1651/3304) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
75752026-08-15T07:16:44.059Z PASS [ 23.183s] (1652/3304) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
75762026-08-15T07:16:44.152Z PASS [ 22.592s] (1653/3304) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
75772026-08-15T07:16:45.472Z PASS [ 22.084s] (1654/3304) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
75782026-08-15T07:16:46.427Z PASS [ 21.245s] (1655/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
75792026-08-15T07:16:46.468Z PASS [ 23.057s] (1656/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
75802026-08-15T07:16:48.713Z PASS [ 21.935s] (1657/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
75812026-08-15T07:16:52.418Z PASS [ 11.033s] (1658/3304) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
75822026-08-15T07:16:52.858Z PASS [ 10.765s] (1659/3304) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
75832026-08-15T07:16:53.297Z PASS [ 54.411s] (1660/3304) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
75842026-08-15T07:16:53.750Z PASS [ 11.239s] (1661/3304) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
75852026-08-15T07:16:54.275Z PASS [ 21.342s] (1662/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
75862026-08-15T07:16:54.558Z PASS [ 22.362s] (1663/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
75872026-08-15T07:16:54.623Z PASS [ 0.065s] (1664/3304) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
75882026-08-15T07:16:55.386Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75892026-08-15T07:16:55.522Z PASS [ 11.464s] (1665/3304) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
75902026-08-15T07:16:56.421Z PASS [ 12.677s] (1666/3304) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
75912026-08-15T07:16:56.466Z PASS [ 10.997s] (1667/3304) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
75922026-08-15T07:16:56.495Z PASS [ 12.906s] (1668/3304) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
75932026-08-15T07:16:56.569Z PASS [ 21.192s] (1669/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
75942026-08-15T07:16:57.692Z PASS [ 11.224s] (1670/3304) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
75952026-08-15T07:16:58.881Z PASS [ 18.230s] (1671/3304) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
75962026-08-15T07:16:59.863Z PASS [ 18.650s] (1672/3304) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
75972026-08-15T07:17:03.826Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
75982026-08-15T07:17:04.238Z PASS [ 27.032s] (1673/3304) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
75992026-08-15T07:17:05.429Z PASS [ 11.153s] (1674/3304) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
76002026-08-15T07:17:09.657Z PASS [ 9.795s] (1675/3304) omicron-nexus app::sagas::test_saga::test_saga_stuck
76012026-08-15T07:17:11.893Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
76022026-08-15T07:17:12.777Z PASS [ 16.310s] (1676/3304) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
76032026-08-15T07:17:13.180Z PASS [ 52.018s] (1677/3304) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
76042026-08-15T07:17:13.329Z PASS [ 16.834s] (1678/3304) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
76052026-08-15T07:17:13.534Z PASS [ 16.964s] (1679/3304) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
76062026-08-15T07:17:13.852Z PASS [ 16.161s] (1680/3304) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
76072026-08-15T07:17:14.826Z PASS [ 15.944s] (1681/3304) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
76082026-08-15T07:17:14.916Z PASS [ 21.165s] (1682/3304) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
76092026-08-15T07:17:15.112Z PASS [ 71.288s] (1683/3304) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
76102026-08-15T07:17:15.948Z PASS [ 11.711s] (1684/3304) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
76112026-08-15T07:17:16.054Z PASS [ 10.625s] (1685/3304) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
76122026-08-15T07:17:16.775Z PASS [ 64.884s] (1686/3304) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
76132026-08-15T07:17:17.075Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
76142026-08-15T07:17:19.422Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76152026-08-15T07:17:20.014Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76162026-08-15T07:17:21.730Z PASS [ 12.072s] (1687/3304) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
76172026-08-15T07:17:22.108Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76182026-08-15T07:17:22.774Z PASS [ 58.857s] (1688/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
76192026-08-15T07:17:23.049Z PASS [ 28.426s] (1689/3304) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
76202026-08-15T07:17:25.632Z PASS [ 11.779s] (1690/3304) omicron-nexus app::update::test::test_contact_support_all_unhealthy
76212026-08-15T07:17:26.388Z PASS [ 13.611s] (1691/3304) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
76222026-08-15T07:17:27.013Z PASS [ 13.828s] (1692/3304) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
76232026-08-15T07:17:27.088Z PASS [ 0.080s] (1693/3304) omicron-nexus app::update::test::test_problems_all_unhealthy
76242026-08-15T07:17:27.151Z PASS [ 12.325s] (1694/3304) omicron-nexus app::update::test::test_contact_support_healthy_system
76252026-08-15T07:17:27.171Z PASS [ 0.083s] (1695/3304) omicron-nexus app::update::test::test_problems_healthy_system
76262026-08-15T07:17:27.175Z PASS [ 31.652s] (1696/3304) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
76272026-08-15T07:17:27.236Z PASS [ 0.085s] (1697/3304) omicron-nexus app::update::test::test_problems_missing_sleds
76282026-08-15T07:17:27.294Z PASS [ 0.122s] (1698/3304) omicron-nexus app::update::test::test_problems_stale_inventory
76292026-08-15T07:17:27.309Z PASS [ 0.136s] (1699/3304) omicron-nexus app::update::test::test_problems_stuck_sagas
76302026-08-15T07:17:27.328Z PASS [ 0.093s] (1700/3304) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
76312026-08-15T07:17:27.374Z PASS [ 0.080s] (1701/3304) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
76322026-08-15T07:17:27.382Z PASS [ 12.270s] (1702/3304) omicron-nexus app::update::test::test_contact_support_missing_sleds
76332026-08-15T07:17:27.390Z PASS [ 0.080s] (1703/3304) omicron-nexus app::update::test::test_problems_stuck_update
76342026-08-15T07:17:27.394Z PASS [ 12.477s] (1704/3304) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
76352026-08-15T07:17:27.412Z PASS [ 0.084s] (1705/3304) omicron-nexus app::update::test::test_problems_unhealthy_services
76362026-08-15T07:17:27.457Z PASS [ 0.082s] (1706/3304) omicron-nexus app::update::test::test_problems_unhealthy_services_command_error
76372026-08-15T07:17:27.488Z PASS [ 0.106s] (1707/3304) omicron-nexus app::update::test::test_problems_unhealthy_services_only_propolis
76382026-08-15T07:17:27.543Z PASS [ 0.153s] (1708/3304) omicron-nexus app::update::test::test_problems_unhealthy_services_propolis_and_other
76392026-08-15T07:17:27.547Z PASS [ 0.056s] (1709/3304) omicron-nexus external_api::console_api::test::test_accept_gz
76402026-08-15T07:17:27.578Z PASS [ 0.185s] (1710/3304) omicron-nexus app::update::test::test_problems_unhealthy_zpools
76412026-08-15T07:17:27.619Z PASS [ 0.207s] (1711/3304) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
76422026-08-15T07:17:27.649Z PASS [ 0.071s] (1712/3304) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
76432026-08-15T07:17:27.653Z PASS [ 0.107s] (1713/3304) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
76442026-08-15T07:17:27.662Z PASS [ 0.119s] (1714/3304) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
76452026-08-15T07:17:27.682Z PASS [ 0.063s] (1715/3304) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
76462026-08-15T07:17:27.716Z PASS [ 0.067s] (1716/3304) omicron-nexus external_api::console_api::test::test_find_file_finds_file
76472026-08-15T07:17:27.727Z PASS [ 0.075s] (1717/3304) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
76482026-08-15T07:17:27.738Z PASS [ 0.076s] (1718/3304) omicron-nexus external_api::console_api::test::test_relative_uri
76492026-08-15T07:17:27.989Z PASS [ 12.041s] (1719/3304) omicron-nexus app::update::test::test_contact_support_mixed_propolis_and_other_services
76502026-08-15T07:17:28.235Z PASS [ 12.181s] (1720/3304) omicron-nexus app::update::test::test_contact_support_only_propolis_services
76512026-08-15T07:17:28.409Z PASS [ 15.080s] (1721/3304) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
76522026-08-15T07:17:28.575Z PASS [ 11.799s] (1722/3304) omicron-nexus app::update::test::test_contact_support_stuck_saga
76532026-08-15T07:17:28.585Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76542026-08-15T07:17:29.008Z PASS [ 15.474s] (1723/3304) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
76552026-08-15T07:17:29.970Z PASS [ 2.513s] (1724/3304) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
76562026-08-15T07:17:31.260Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
76572026-08-15T07:17:31.712Z PASS [ 35.292s] (1725/3304) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
76582026-08-15T07:17:31.872Z PASS [ 47.720s] (1726/3304) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
76592026-08-15T07:17:32.310Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76602026-08-15T07:17:33.433Z PASS [ 40.136s] (1727/3304) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
76612026-08-15T07:17:33.575Z PASS [ 11.845s] (1728/3304) omicron-nexus app::update::test::test_contact_support_stuck_update
76622026-08-15T07:17:34.619Z PASS [ 11.845s] (1729/3304) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
76632026-08-15T07:17:34.773Z PASS [ 11.724s] (1730/3304) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
76642026-08-15T07:17:35.254Z PASS [ 46.541s] (1731/3304) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
76652026-08-15T07:17:37.768Z PASS [ 44.909s] (1732/3304) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
76662026-08-15T07:17:38.262Z PASS [ 12.629s] (1733/3304) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
76672026-08-15T07:17:39.168Z PASS [ 12.780s] (1734/3304) omicron-nexus app::update::test::test_contact_support_update_in_progress
76682026-08-15T07:17:39.712Z PASS [ 53.286s] (1735/3304) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
76692026-08-15T07:17:40.300Z PASS [ 12.572s] (1736/3304) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
76702026-08-15T07:17:40.931Z PASS [ 0.631s] (1737/3304) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
76712026-08-15T07:17:41.310Z PASS [ 13.594s] (1738/3304) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
76722026-08-15T07:17:41.927Z PASS [ 2.759s] (1739/3304) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
76732026-08-15T07:17:42.543Z PASS [ 2.831s] (1740/3304) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
76742026-08-15T07:17:45.897Z PASS [ 14.024s] (1741/3304) omicron-nexus::test_all integration_tests::alerts::test_alert_list_and_view
76752026-08-15T07:17:46.977Z PASS [ 18.568s] (1742/3304) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
76762026-08-15T07:17:47.408Z PASS [ 18.833s] (1743/3304) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
76772026-08-15T07:17:47.428Z PASS [ 19.689s] (1744/3304) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
76782026-08-15T07:17:47.489Z PASS [ 55.070s] (1745/3304) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
76792026-08-15T07:17:47.579Z PASS [ 19.589s] (1746/3304) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
76802026-08-15T07:17:48.298Z PASS [ 14.723s] (1747/3304) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
76812026-08-15T07:17:48.899Z PASS [ 15.465s] (1748/3304) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
76822026-08-15T07:17:49.341Z PASS [ 20.333s] (1749/3304) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
76832026-08-15T07:17:49.434Z PASS [ 17.722s] (1750/3304) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
76842026-08-15T07:17:49.962Z PASS [ 90.542s] (1751/3304) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76852026-08-15T07:17:50.903Z PASS [ 12.641s] (1752/3304) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
76862026-08-15T07:17:52.979Z PASS [ 11.667s] (1753/3304) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
76872026-08-15T07:17:53.174Z PASS [ 84.589s] (1754/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76882026-08-15T07:17:53.533Z PASS [ 96.459s] (1755/3304) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
76892026-08-15T07:17:53.688Z PASS [ 18.434s] (1756/3304) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
76902026-08-15T07:17:54.456Z PASS [ 11.911s] (1757/3304) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
76912026-08-15T07:17:54.877Z PASS [ 13.936s] (1758/3304) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
76922026-08-15T07:17:55.325Z PASS [ 13.394s] (1759/3304) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
76932026-08-15T07:17:55.394Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76942026-08-15T07:17:56.404Z PASS [ 84.089s] (1760/3304) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76952026-08-15T07:17:57.055Z PASS [ 1.727s] (1761/3304) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
76962026-08-15T07:17:57.231Z PASS [ 28.995s] (1762/3304) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
76972026-08-15T07:17:57.241Z PASS [ 0.191s] (1763/3304) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
76982026-08-15T07:17:57.566Z PASS [ 19.798s] (1764/3304) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
76992026-08-15T07:17:57.893Z PASS [ 1.494s] (1765/3304) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
77002026-08-15T07:17:58.112Z PASS [ 11.134s] (1766/3304) omicron-nexus::test_all integration_tests::basic::test_basic_failures
77012026-08-15T07:17:58.600Z PASS [ 23.826s] (1767/3304) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
77022026-08-15T07:17:58.791Z PASS [ 12.892s] (1768/3304) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
77032026-08-15T07:17:58.951Z PASS [ 11.523s] (1769/3304) omicron-nexus::test_all integration_tests::basic::test_ping
77042026-08-15T07:17:59.194Z PASS [ 29.223s] (1770/3304) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
77052026-08-15T07:17:59.537Z PASS [ 11.239s] (1771/3304) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
77062026-08-15T07:18:00.443Z PASS [ 11.539s] (1772/3304) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
77072026-08-15T07:18:01.195Z PASS [ 11.853s] (1773/3304) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
77082026-08-15T07:18:01.456Z PASS [ 12.022s] (1774/3304) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
77092026-08-15T07:18:01.669Z PASS [ 99.563s] (1775/3304) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
77102026-08-15T07:18:02.165Z PASS [ 12.203s] (1776/3304) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
77112026-08-15T07:18:02.785Z PASS [ 11.882s] (1777/3304) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
77122026-08-15T07:18:05.556Z PASS [ 12.382s] (1778/3304) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
77132026-08-15T07:18:06.785Z PASS [ 39.091s] (1779/3304) omicron-nexus populate::test::test_populators
77142026-08-15T07:18:06.804Z PASS [ 13.115s] (1780/3304) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
77152026-08-15T07:18:06.877Z PASS [ 12.418s] (1781/3304) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
77162026-08-15T07:18:06.892Z PASS [ 12.021s] (1782/3304) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
77172026-08-15T07:18:07.100Z PASS [ 19.611s] (1783/3304) omicron-nexus::test_all integration_tests::basic::test_projects_basic
77182026-08-15T07:18:07.693Z PASS [ 14.683s] (1784/3304) omicron-nexus::test_all integration_tests::certificates::test_crud
77192026-08-15T07:18:08.898Z PASS [ 11.657s] (1785/3304) omicron-nexus::test_all integration_tests::console_api::test_assets
77202026-08-15T07:18:10.009Z PASS [ 12.778s] (1786/3304) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
77212026-08-15T07:18:10.185Z PASS [ 12.618s] (1787/3304) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
77222026-08-15T07:18:10.910Z PASS [ 12.297s] (1788/3304) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
77232026-08-15T07:18:10.962Z PASS [ 23.554s] (1789/3304) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
77242026-08-15T07:18:11.800Z PASS [ 24.221s] (1790/3304) omicron-nexus::test_all integration_tests::basic::test_projects_list
77252026-08-15T07:18:11.957Z PASS [ 13.006s] (1791/3304) omicron-nexus::test_all integration_tests::console_api::test_session_me
77262026-08-15T07:18:12.123Z PASS [ 12.929s] (1792/3304) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
77272026-08-15T07:18:12.470Z PASS [ 12.032s] (1793/3304) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
77282026-08-15T07:18:12.964Z PASS [ 19.431s] (1794/3304) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
77292026-08-15T07:18:12.978Z PASS [ 14.189s] (1795/3304) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
77302026-08-15T07:18:13.568Z PASS [ 342.323s] (1796/3304) oximeter-db client::tests::test_replicated
77312026-08-15T07:18:14.218Z PASS [ 16.325s] (1797/3304) omicron-nexus::test_all integration_tests::console_api::test_console_pages
77322026-08-15T07:18:15.039Z PASS [ 1.473s] (1798/3304) omicron-clickhouse-admin context::tests::test_database_usage
77332026-08-15T07:18:15.063Z PASS [ 0.027s] (1799/3304) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
77342026-08-15T07:18:15.095Z PASS [ 0.032s] (1800/3304) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
77352026-08-15T07:18:15.124Z PASS [ 0.029s] (1801/3304) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
77362026-08-15T07:18:15.153Z PASS [ 0.028s] (1802/3304) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
77372026-08-15T07:18:15.180Z PASS [ 0.028s] (1803/3304) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
77382026-08-15T07:18:15.362Z PASS [ 17.251s] (1804/3304) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
77392026-08-15T07:18:16.119Z PASS [ 16.548s] (1805/3304) omicron-nexus::test_all integration_tests::console_api::test_sessions
77402026-08-15T07:18:16.174Z PASS [ 0.984s] (1806/3304) omicron-clickhouse-admin context::tests::test_retention_policy
77412026-08-15T07:18:17.002Z PASS [ 0.838s] (1807/3304) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
77422026-08-15T07:18:17.255Z PASS [ 0.253s] (1808/3304) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
77432026-08-15T07:18:17.440Z PASS [ 0.184s] (1809/3304) omicron-clickhouse-admin::integration_test test_lgif_parsing
77442026-08-15T07:18:17.943Z PASS [ 0.503s] (1810/3304) omicron-clickhouse-admin::integration_test test_raft_config_parsing
77452026-08-15T07:18:18.067Z PASS [ 0.123s] (1811/3304) omicron-clickhouse-admin::integration_test test_teardown
77462026-08-15T07:18:18.119Z PASS [ 0.052s] (1812/3304) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
77472026-08-15T07:18:20.016Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77482026-08-15T07:18:27.031Z PASS [ 11.241s] (1813/3304) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
77492026-08-15T07:18:27.039Z PASS [ 10.455s] (1814/3304) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
77502026-08-15T07:18:27.040Z PASS [ 11.752s] (1815/3304) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
77512026-08-15T07:18:27.040Z PASS [ 10.104s] (1816/3304) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
77522026-08-15T07:18:30.131Z PASS [ 130.118s] (1817/3304) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77532026-08-15T07:18:30.146Z PASS [ 14.060s] (1818/3304) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
77542026-08-15T07:18:31.969Z PASS [ 19.004s] (1819/3304) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
77552026-08-15T07:18:32.752Z PASS [ 8.078s] (1820/3304) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
77562026-08-15T07:18:34.622Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
77572026-08-15T07:18:36.010Z PASS [ 12.299s] (1821/3304) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
77582026-08-15T07:18:36.535Z PASS [ 11.805s] (1822/3304) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
77592026-08-15T07:18:45.494Z PASS [ 42.708s] (1823/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
77602026-08-15T07:18:47.294Z PASS [ 40.490s] (1824/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
77612026-08-15T07:18:47.656Z PASS [ 46.461s] (1825/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
77622026-08-15T07:18:52.563Z PASS [ 43.660s] (1826/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
77632026-08-15T07:18:55.388Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77642026-08-15T07:18:55.697Z PASS [ 30.230s] (1827/3304) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
77652026-08-15T07:18:57.948Z PASS [ 52.391s] (1828/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
77662026-08-15T07:18:58.939Z PASS [ 28.808s] (1829/3304) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
77672026-08-15T07:19:00.179Z PASS [ 24.169s] (1830/3304) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
77682026-08-15T07:19:00.351Z PASS [ 48.394s] (1831/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77692026-08-15T07:19:00.826Z PASS [ 49.025s] (1832/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
77702026-08-15T07:19:01.481Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
77712026-08-15T07:19:01.673Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
77722026-08-15T07:19:02.003Z PASS [ 87.383s] (1833/3304) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
77732026-08-15T07:19:02.168Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
77742026-08-15T07:19:02.772Z PASS [ 61.316s] (1834/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
77752026-08-15T07:19:06.776Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
77762026-08-15T07:19:06.874Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
77772026-08-15T07:19:06.891Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
77782026-08-15T07:19:07.102Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
77792026-08-15T07:19:07.663Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
77802026-08-15T07:19:10.010Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
77812026-08-15T07:19:10.045Z PASS [ 59.082s] (1835/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
77822026-08-15T07:19:10.185Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
77832026-08-15T07:19:10.898Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
77842026-08-15T07:19:11.456Z PASS [ 41.310s] (1836/3304) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
77852026-08-15T07:19:12.126Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77862026-08-15T07:19:13.112Z PASS [ 12.761s] (1837/3304) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
77872026-08-15T07:19:13.288Z PASS [ 20.731s] (1838/3304) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
77882026-08-15T07:19:16.295Z PASS [ 15.469s] (1839/3304) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
77892026-08-15T07:19:17.238Z PASS [ 75.072s] (1840/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
77902026-08-15T07:19:18.120Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
77912026-08-15T07:19:18.529Z PASS [ 15.757s] (1841/3304) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
77922026-08-15T07:19:20.386Z PASS [ 78.717s] (1842/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
77932026-08-15T07:19:20.574Z PASS [ 35.080s] (1843/3304) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
77942026-08-15T07:19:21.064Z PASS [ 19.061s] (1844/3304) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
77952026-08-15T07:19:23.009Z PASS [ 51.040s] (1845/3304) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
77962026-08-15T07:19:24.052Z PASS [ 47.516s] (1846/3304) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
77972026-08-15T07:19:24.331Z PASS [ 66.213s] (1847/3304) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
77982026-08-15T07:19:26.144Z PASS [ 38.850s] (1848/3304) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
77992026-08-15T07:19:26.928Z PASS [ 76.919s] (1849/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
78002026-08-15T07:19:27.250Z PASS [ 2.918s] (1850/3304) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
78012026-08-15T07:19:29.658Z PASS [ 19.613s] (1851/3304) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
78022026-08-15T07:19:30.316Z PASS [ 83.427s] (1852/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
78032026-08-15T07:19:31.229Z PASS [ 33.281s] (1853/3304) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
78042026-08-15T07:19:31.468Z PASS [ 84.368s] (1854/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
78052026-08-15T07:19:32.753Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
78062026-08-15T07:19:33.018Z PASS [ 34.079s] (1855/3304) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
78072026-08-15T07:19:33.185Z PASS [ 60.433s] (1856/3304) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
78082026-08-15T07:19:35.869Z PASS [ 22.757s] (1857/3304) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
78092026-08-15T07:19:35.947Z PASS [ 48.291s] (1858/3304) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
78102026-08-15T07:19:37.916Z PASS [ 37.737s] (1859/3304) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
78112026-08-15T07:19:38.142Z PASS [ 24.853s] (1860/3304) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
78122026-08-15T07:19:39.680Z PASS [ 12.430s] (1861/3304) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
78132026-08-15T07:19:40.292Z PASS [ 19.905s] (1862/3304) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
78142026-08-15T07:19:40.543Z PASS [ 22.014s] (1863/3304) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
78152026-08-15T07:19:42.762Z PASS [ 19.753s] (1864/3304) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
78162026-08-15T07:19:43.216Z PASS [ 47.519s] (1865/3304) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
78172026-08-15T07:19:46.547Z PASS [ 13.362s] (1866/3304) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
78182026-08-15T07:19:46.924Z PASS [ 25.859s] (1867/3304) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
78192026-08-15T07:19:47.807Z PASS [ 21.663s] (1868/3304) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
78202026-08-15T07:19:48.730Z PASS [ 98.546s] (1869/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
78212026-08-15T07:19:49.073Z PASS [ 13.204s] (1870/3304) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
78222026-08-15T07:19:51.274Z PASS [ 100.378s] (1871/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
78232026-08-15T07:19:51.513Z PASS [ 15.566s] (1872/3304) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
78242026-08-15T07:19:51.545Z PASS [ 20.315s] (1873/3304) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
78252026-08-15T07:19:51.568Z PASS [ 20.100s] (1874/3304) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
78262026-08-15T07:19:51.941Z PASS [ 14.025s] (1875/3304) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
78272026-08-15T07:19:52.305Z PASS [ 14.162s] (1876/3304) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
78282026-08-15T07:19:53.182Z PASS [ 13.503s] (1877/3304) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
78292026-08-15T07:19:53.251Z PASS [ 41.794s] (1878/3304) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
78302026-08-15T07:19:53.761Z PASS [ 13.469s] (1879/3304) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
78312026-08-15T07:19:54.469Z PASS [ 21.450s] (1880/3304) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
78322026-08-15T07:19:54.582Z PASS [ 14.038s] (1881/3304) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
78332026-08-15T07:19:55.253Z PASS [ 103.130s] (1882/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
78342026-08-15T07:19:55.390Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78352026-08-15T07:19:56.241Z PASS [ 25.925s] (1883/3304) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
78362026-08-15T07:19:57.213Z PASS [ 110.340s] (1884/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
78372026-08-15T07:19:57.450Z PASS [ 36.876s] (1885/3304) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
78382026-08-15T07:19:58.861Z PASS [ 16.099s] (1886/3304) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
78392026-08-15T07:20:01.029Z PASS [ 36.976s] (1887/3304) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
78402026-08-15T07:20:01.540Z PASS [ 18.323s] (1888/3304) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
78412026-08-15T07:20:03.808Z PASS [ 36.881s] (1889/3304) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
78422026-08-15T07:20:04.494Z PASS [ 17.947s] (1890/3304) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
78432026-08-15T07:20:05.480Z PASS [ 49.185s] (1891/3304) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
78442026-08-15T07:20:06.477Z PASS [ 49.239s] (1892/3304) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
78452026-08-15T07:20:06.777Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
78462026-08-15T07:20:06.886Z PASS [ 19.961s] (1893/3304) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
78472026-08-15T07:20:07.236Z PASS [ 120.462s] (1894/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
78482026-08-15T07:20:07.664Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
78492026-08-15T07:20:07.889Z PASS [ 16.614s] (1895/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
78502026-08-15T07:20:08.019Z PASS [ 120.357s] (1896/3304) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
78512026-08-15T07:20:08.452Z PASS [ 16.511s] (1897/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
78522026-08-15T07:20:09.737Z PASS [ 17.433s] (1898/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
78532026-08-15T07:20:09.749Z PASS [ 18.204s] (1899/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
78542026-08-15T07:20:10.288Z PASS [ 17.106s] (1900/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
78552026-08-15T07:20:10.408Z PASS [ 17.158s] (1901/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
78562026-08-15T07:20:10.863Z PASS [ 16.394s] (1902/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
78572026-08-15T07:20:11.130Z PASS [ 15.876s] (1903/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
78582026-08-15T07:20:11.160Z PASS [ 23.353s] (1904/3304) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
78592026-08-15T07:20:11.278Z PASS [ 16.696s] (1905/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
78602026-08-15T07:20:11.656Z PASS [ 41.998s] (1906/3304) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
78612026-08-15T07:20:11.960Z PASS [ 18.199s] (1907/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
78622026-08-15T07:20:12.638Z PASS [ 21.124s] (1908/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
78632026-08-15T07:20:14.998Z PASS [ 23.430s] (1909/3304) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
78642026-08-15T07:20:16.926Z PASS [ 18.065s] (1910/3304) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
78652026-08-15T07:20:17.698Z PASS [ 16.158s] (1911/3304) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
78662026-08-15T07:20:18.002Z PASS [ 13.506s] (1912/3304) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
78672026-08-15T07:20:18.619Z PASS [ 14.810s] (1913/3304) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
78682026-08-15T07:20:20.039Z PASS [ 22.826s] (1914/3304) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
78692026-08-15T07:20:20.533Z PASS [ 15.052s] (1915/3304) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
78702026-08-15T07:20:21.472Z PASS [ 32.398s] (1916/3304) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
78712026-08-15T07:20:21.636Z PASS [ 20.608s] (1917/3304) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
78722026-08-15T07:20:22.181Z PASS [ 25.940s] (1918/3304) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
78732026-08-15T07:20:22.770Z PASS [ 4.770s] (1919/3304) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
78742026-08-15T07:20:22.920Z PASS [ 34.189s] (1920/3304) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
78752026-08-15T07:20:23.206Z PASS [ 16.728s] (1921/3304) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
78762026-08-15T07:20:23.885Z PASS [ 6.188s] (1922/3304) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
78772026-08-15T07:20:24.801Z PASS [ 17.915s] (1923/3304) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
78782026-08-15T07:20:25.574Z PASS [ 17.685s] (1924/3304) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
78792026-08-15T07:20:26.294Z PASS [ 9.367s] (1925/3304) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
78802026-08-15T07:20:26.298Z PASS [ 19.058s] (1926/3304) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
78812026-08-15T07:20:28.113Z PASS [ 9.492s] (1927/3304) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
78822026-08-15T07:20:33.351Z PASS [ 18.353s] (1928/3304) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
78832026-08-15T07:20:33.784Z PASS [ 13.744s] (1929/3304) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
78842026-08-15T07:20:34.282Z PASS [ 25.828s] (1930/3304) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
78852026-08-15T07:20:34.347Z PASS [ 22.690s] (1931/3304) omicron-nexus::test_all integration_tests::images::test_silo_image_create
78862026-08-15T07:20:34.569Z PASS [ 22.608s] (1932/3304) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
78872026-08-15T07:20:34.936Z PASS [ 25.186s] (1933/3304) omicron-nexus::test_all integration_tests::images::test_image_promotion
78882026-08-15T07:20:35.109Z PASS [ 22.470s] (1934/3304) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
78892026-08-15T07:20:35.549Z PASS [ 15.016s] (1935/3304) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
78902026-08-15T07:20:36.275Z PASS [ 24.996s] (1936/3304) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
78912026-08-15T07:20:37.643Z PASS [ 12.842s] (1937/3304) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
78922026-08-15T07:20:38.009Z PASS [ 26.849s] (1938/3304) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
78932026-08-15T07:20:38.387Z PASS [ 12.814s] (1939/3304) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
78942026-08-15T07:20:38.723Z PASS [ 16.542s] (1940/3304) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
78952026-08-15T07:20:40.721Z PASS [ 12.610s] (1941/3304) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
78962026-08-15T07:20:40.856Z PASS [ 43.406s] (1942/3304) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
78972026-08-15T07:20:42.309Z PASS [ 31.900s] (1943/3304) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
78982026-08-15T07:20:42.487Z PASS [ 19.567s] (1944/3304) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
78992026-08-15T07:20:45.778Z PASS [ 34.915s] (1945/3304) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
79002026-08-15T07:20:46.163Z PASS [ 23.393s] (1946/3304) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
79012026-08-15T07:20:46.463Z PASS [ 38.444s] (1947/3304) omicron-nexus::test_all integration_tests::images::test_image_create
79022026-08-15T07:20:46.727Z PASS [ 36.990s] (1948/3304) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
79032026-08-15T07:20:47.530Z PASS [ 21.237s] (1949/3304) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
79042026-08-15T07:20:47.775Z PASS [ 26.139s] (1950/3304) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
79052026-08-15T07:20:48.254Z PASS [ 37.124s] (1951/3304) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
79062026-08-15T07:20:50.296Z PASS [ 16.510s] (1952/3304) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
79072026-08-15T07:20:50.530Z PASS [ 24.235s] (1953/3304) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
79082026-08-15T07:20:50.652Z PASS [ 27.446s] (1954/3304) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
79092026-08-15T07:20:50.663Z PASS [ 16.383s] (1955/3304) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
79102026-08-15T07:20:52.506Z PASS [ 17.397s] (1956/3304) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
79112026-08-15T07:20:54.489Z PASS [ 30.603s] (1957/3304) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
79122026-08-15T07:20:54.722Z PASS [ 19.173s] (1958/3304) omicron-nexus::test_all integration_tests::instances::test_instance_access
79132026-08-15T07:20:55.392Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79142026-08-15T07:20:57.042Z PASS [ 23.690s] (1959/3304) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
79152026-08-15T07:20:58.307Z PASS [ 22.032s] (1960/3304) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
79162026-08-15T07:21:00.578Z PASS [ 21.854s] (1961/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
79172026-08-15T07:21:00.863Z PASS [ 18.376s] (1962/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
79182026-08-15T07:21:01.806Z PASS [ 14.276s] (1963/3304) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
79192026-08-15T07:21:02.311Z PASS [ 27.375s] (1964/3304) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
79202026-08-15T07:21:03.028Z PASS [ 16.301s] (1965/3304) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
79212026-08-15T07:21:03.109Z PASS [ 22.388s] (1966/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
79222026-08-15T07:21:03.302Z PASS [ 25.658s] (1967/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
79232026-08-15T07:21:04.203Z PASS [ 25.815s] (1968/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
79242026-08-15T07:21:04.241Z PASS [ 23.385s] (1969/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
79252026-08-15T07:21:05.311Z PASS [ 55.022s] (1970/3304) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
79262026-08-15T07:21:07.060Z PASS [ 19.285s] (1971/3304) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
79272026-08-15T07:21:07.781Z PASS [ 22.003s] (1972/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
79282026-08-15T07:21:08.281Z PASS [ 25.972s] (1973/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
79292026-08-15T07:21:09.795Z PASS [ 21.540s] (1974/3304) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
79302026-08-15T07:21:09.928Z PASS [ 35.581s] (1975/3304) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
79312026-08-15T07:21:09.944Z PASS [ 19.649s] (1976/3304) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
79322026-08-15T07:21:11.244Z PASS [ 20.592s] (1977/3304) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
79332026-08-15T07:21:11.791Z PASS [ 21.128s] (1978/3304) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
79342026-08-15T07:21:14.163Z PASS [ 23.633s] (1979/3304) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
79352026-08-15T07:21:14.569Z PASS [ 36.559s] (1980/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
79362026-08-15T07:21:15.520Z PASS [ 12.411s] (1981/3304) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
79372026-08-15T07:21:16.242Z PASS [ 12.940s] (1982/3304) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
79382026-08-15T07:21:17.194Z PASS [ 42.626s] (1983/3304) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
79392026-08-15T07:21:17.341Z PASS [ 13.137s] (1984/3304) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
79402026-08-15T07:21:17.894Z PASS [ 31.431s] (1985/3304) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
79412026-08-15T07:21:18.442Z PASS [ 14.200s] (1986/3304) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
79422026-08-15T07:21:20.544Z PASS [ 25.810s] (1987/3304) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
79432026-08-15T07:21:21.144Z PASS [ 18.833s] (1988/3304) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
79442026-08-15T07:21:21.474Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
79452026-08-15T07:21:21.495Z PASS [ 18.467s] (1989/3304) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
79462026-08-15T07:21:23.487Z PASS [ 25.179s] (1990/3304) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
79472026-08-15T07:21:25.130Z PASS [ 23.323s] (1991/3304) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
79482026-08-15T07:21:25.265Z PASS [ 28.223s] (1992/3304) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
79492026-08-15T07:21:25.921Z PASS [ 18.139s] (1993/3304) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
79502026-08-15T07:21:26.029Z PASS [ 25.451s] (1994/3304) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
79512026-08-15T07:21:26.835Z PASS [ 15.044s] (1995/3304) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
79522026-08-15T07:21:27.194Z PASS [ 17.250s] (1996/3304) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
79532026-08-15T07:21:28.426Z PASS [ 27.563s] (1997/3304) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
79542026-08-15T07:21:29.609Z PASS [ 13.366s] (1998/3304) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
79552026-08-15T07:21:30.290Z PASS [ 35.800s] (1999/3304) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
79562026-08-15T07:21:31.209Z PASS [ 69.737s] (2000/3304) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
79572026-08-15T07:21:32.174Z PASS [ 11.030s] (2001/3304) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
79582026-08-15T07:21:32.493Z PASS [ 17.923s] (2002/3304) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
79592026-08-15T07:21:32.987Z PASS [ 18.823s] (2003/3304) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
79602026-08-15T07:21:33.733Z PASS [ 18.214s] (2004/3304) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
79612026-08-15T07:21:34.261Z PASS [ 24.331s] (2005/3304) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
79622026-08-15T07:21:34.592Z PASS [ 48.428s] (2006/3304) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
79632026-08-15T07:21:35.308Z PASS [ 13.813s] (2007/3304) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
79642026-08-15T07:21:35.361Z PASS [ 18.020s] (2008/3304) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
79652026-08-15T07:21:36.447Z PASS [ 12.960s] (2009/3304) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
79662026-08-15T07:21:36.658Z PASS [ 19.464s] (2010/3304) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
79672026-08-15T07:21:36.925Z PASS [ 18.482s] (2011/3304) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
79682026-08-15T07:21:37.686Z PASS [ 32.376s] (2012/3304) omicron-nexus::test_all integration_tests::instances::test_instance_serial
79692026-08-15T07:21:37.783Z PASS [ 11.755s] (2013/3304) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
79702026-08-15T07:21:38.423Z PASS [ 30.142s] (2014/3304) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
79712026-08-15T07:21:39.556Z PASS [ 29.761s] (2015/3304) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
79722026-08-15T07:21:39.560Z PASS [ 14.427s] (2016/3304) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
79732026-08-15T07:21:42.520Z PASS [ 21.988s] (2017/3304) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
79742026-08-15T07:21:43.576Z PASS [ 11.084s] (2018/3304) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
79752026-08-15T07:21:46.113Z PASS [ 13.127s] (2019/3304) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
79762026-08-15T07:21:46.724Z PASS [ 39.663s] (2020/3304) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
79772026-08-15T07:21:47.639Z PASS [ 29.745s] (2021/3304) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
79782026-08-15T07:21:47.983Z PASS [ 22.717s] (2022/3304) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
79792026-08-15T07:21:48.170Z PASS [ 16.961s] (2023/3304) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
79802026-08-15T07:21:48.316Z PASS [ 16.142s] (2024/3304) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
79812026-08-15T07:21:48.693Z PASS [ 14.957s] (2025/3304) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
79822026-08-15T07:21:48.949Z PASS [ 13.589s] (2026/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
79832026-08-15T07:21:49.158Z PASS [ 21.963s] (2027/3304) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
79842026-08-15T07:21:49.258Z PASS [ 23.338s] (2028/3304) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
79852026-08-15T07:21:49.361Z PASS [ 14.053s] (2029/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
79862026-08-15T07:21:49.569Z PASS [ 13.122s] (2030/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
79872026-08-15T07:21:49.595Z PASS [ 12.936s] (2031/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
79882026-08-15T07:21:49.625Z PASS [ 21.198s] (2032/3304) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
79892026-08-15T07:21:50.218Z PASS [ 13.294s] (2033/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
79902026-08-15T07:21:50.222Z PASS [ 57.714s] (2034/3304) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
79912026-08-15T07:21:50.480Z PASS [ 15.888s] (2035/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
79922026-08-15T07:21:50.779Z PASS [ 20.489s] (2036/3304) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
79932026-08-15T07:21:51.356Z PASS [ 11.800s] (2037/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
79942026-08-15T07:21:52.061Z PASS [ 25.225s] (2038/3304) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
79952026-08-15T07:21:52.174Z PASS [ 14.390s] (2039/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
79962026-08-15T07:21:52.813Z PASS [ 15.126s] (2040/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
79972026-08-15T07:21:53.404Z PASS [ 23.796s] (2041/3304) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
79982026-08-15T07:21:54.812Z PASS [ 15.254s] (2042/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
79992026-08-15T07:21:55.168Z PASS [ 20.908s] (2043/3304) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
80002026-08-15T07:21:55.393Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80012026-08-15T07:21:56.012Z PASS [ 12.436s] (2044/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
80022026-08-15T07:21:57.557Z PASS [ 19.134s] (2045/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
80032026-08-15T07:21:59.388Z PASS [ 13.274s] (2046/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
80042026-08-15T07:21:59.864Z PASS [ 13.140s] (2047/3304) omicron-nexus::test_all integration_tests::ip_pools::test_old_ip_pool_api_excludes_system_service_pools
80052026-08-15T07:22:03.064Z PASS [ 15.425s] (2048/3304) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
80062026-08-15T07:22:03.577Z PASS [ 14.216s] (2049/3304) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
80072026-08-15T07:22:04.431Z PASS [ 16.448s] (2050/3304) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
80082026-08-15T07:22:05.260Z PASS [ 22.739s] (2051/3304) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
80092026-08-15T07:22:05.357Z PASS [ 16.198s] (2052/3304) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
80102026-08-15T07:22:06.191Z PASS [ 16.622s] (2053/3304) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
80112026-08-15T07:22:09.292Z PASS [ 19.697s] (2054/3304) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
80122026-08-15T07:22:11.246Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
80132026-08-15T07:22:11.449Z PASS [ 23.133s] (2055/3304) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
80142026-08-15T07:22:12.354Z PASS [ 23.662s] (2056/3304) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
80152026-08-15T07:22:13.769Z PASS [ 25.598s] (2057/3304) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
80162026-08-15T07:22:14.464Z PASS [ 22.290s] (2058/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
80172026-08-15T07:22:14.738Z PASS [ 10.307s] (2059/3304) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
80182026-08-15T07:22:14.903Z PASS [ 25.644s] (2060/3304) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
80192026-08-15T07:22:15.503Z PASS [ 24.724s] (2061/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
80202026-08-15T07:22:16.485Z PASS [ 13.421s] (2062/3304) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
80212026-08-15T07:22:16.879Z PASS [ 11.619s] (2063/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion
80222026-08-15T07:22:17.237Z PASS [ 13.660s] (2064/3304) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
80232026-08-15T07:22:17.444Z PASS [ 12.087s] (2065/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
80242026-08-15T07:22:17.939Z PASS [ 24.535s] (2066/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
80252026-08-15T07:22:18.553Z PASS [ 12.362s] (2067/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
80262026-08-15T07:22:20.077Z PASS [ 24.909s] (2068/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
80272026-08-15T07:22:25.146Z PASS [ 36.196s] (2069/3304) omicron-nexus::test_all integration_tests::metrics::test_metrics
80282026-08-15T07:22:26.047Z PASS [ 10.544s] (2070/3304) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
80292026-08-15T07:22:27.705Z PASS [ 34.892s] (2071/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
80302026-08-15T07:22:28.140Z PASS [ 13.237s] (2072/3304) omicron-nexus::test_all integration_tests::projects::test_projects
80312026-08-15T07:22:28.422Z PASS [ 10.978s] (2073/3304) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
80322026-08-15T07:22:28.601Z PASS [ 14.832s] (2074/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
80332026-08-15T07:22:28.831Z PASS [ 10.891s] (2075/3304) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
80342026-08-15T07:22:28.943Z PASS [ 14.204s] (2076/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
80352026-08-15T07:22:28.961Z PASS [ 36.901s] (2077/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
80362026-08-15T07:22:29.730Z PASS [ 13.245s] (2078/3304) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
80372026-08-15T07:22:29.845Z PASS [ 0.115s] (2079/3304) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
80382026-08-15T07:22:29.849Z PASS [ 12.968s] (2080/3304) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
80392026-08-15T07:22:30.076Z PASS [ 0.230s] (2081/3304) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
80402026-08-15T07:22:30.109Z PASS [ 0.262s] (2082/3304) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
80412026-08-15T07:22:30.217Z PASS [ 0.141s] (2083/3304) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
80422026-08-15T07:22:30.323Z PASS [ 11.769s] (2084/3304) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
80432026-08-15T07:22:30.361Z PASS [ 0.251s] (2085/3304) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
80442026-08-15T07:22:31.745Z PASS [ 11.667s] (2086/3304) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
80452026-08-15T07:22:31.851Z PASS [ 32.463s] (2087/3304) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
80462026-08-15T07:22:36.755Z PASS [ 11.609s] (2088/3304) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
80472026-08-15T07:22:39.648Z PASS [ 49.429s] (2089/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
80482026-08-15T07:22:39.765Z PASS [ 0.116s] (2090/3304) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
80492026-08-15T07:22:40.131Z PASS [ 14.084s] (2091/3304) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
80502026-08-15T07:22:40.336Z PASS [ 50.117s] (2092/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
80512026-08-15T07:22:40.380Z PASS [ 28.027s] (2093/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
80522026-08-15T07:22:40.449Z PASS [ 0.113s] (2094/3304) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
80532026-08-15T07:22:40.488Z PASS [ 0.108s] (2095/3304) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
80542026-08-15T07:22:40.636Z PASS [ 12.932s] (2096/3304) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
80552026-08-15T07:22:40.818Z PASS [ 50.337s] (2097/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
80562026-08-15T07:22:41.166Z PASS [ 13.026s] (2098/3304) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
80572026-08-15T07:22:41.971Z PASS [ 32.679s] (2099/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
80582026-08-15T07:22:42.580Z PASS [ 12.219s] (2100/3304) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
80592026-08-15T07:22:42.685Z PASS [ 12.468s] (2101/3304) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
80602026-08-15T07:22:42.749Z PASS [ 14.148s] (2102/3304) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
80612026-08-15T07:22:42.835Z PASS [ 12.511s] (2103/3304) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
80622026-08-15T07:22:43.212Z PASS [ 14.269s] (2104/3304) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
80632026-08-15T07:22:43.959Z PASS [ 14.997s] (2105/3304) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
80642026-08-15T07:22:43.987Z PASS [ 12.243s] (2106/3304) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
80652026-08-15T07:22:44.121Z PASS [ 15.698s] (2107/3304) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
80662026-08-15T07:22:44.189Z PASS [ 12.338s] (2108/3304) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
80672026-08-15T07:22:44.672Z PASS [ 1.986s] (2109/3304) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
80682026-08-15T07:22:45.853Z PASS [ 1.894s] (2110/3304) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
80692026-08-15T07:22:46.367Z PASS [ 1.688s] (2111/3304) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
80702026-08-15T07:22:46.541Z PASS [ 48.981s] (2112/3304) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
80712026-08-15T07:22:46.591Z PASS [ 35.141s] (2113/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
80722026-08-15T07:22:47.382Z PASS [ 30.144s] (2114/3304) omicron-nexus::test_all integration_tests::quotas::test_quotas
80732026-08-15T07:22:47.391Z PASS [ 10.635s] (2115/3304) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
80742026-08-15T07:22:47.435Z PASS [ 1.577s] (2116/3304) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
80752026-08-15T07:22:47.507Z PASS [ 18.668s] (2117/3304) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
80762026-08-15T07:22:47.672Z PASS [ 33.207s] (2118/3304) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
80772026-08-15T07:22:47.766Z PASS [ 58.139s] (2119/3304) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
80782026-08-15T07:22:47.875Z PASS [ 1.515s] (2120/3304) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
80792026-08-15T07:22:48.054Z PASS [ 1.513s] (2121/3304) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
80802026-08-15T07:22:48.703Z PASS [ 1.272s] (2122/3304) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
80812026-08-15T07:22:49.339Z PASS [ 54.525s] (2123/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
80822026-08-15T07:22:49.510Z PASS [ 8.872s] (2124/3304) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
80832026-08-15T07:22:49.539Z PASS [ 9.774s] (2125/3304) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
80842026-08-15T07:22:49.617Z PASS [ 9.127s] (2126/3304) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
80852026-08-15T07:22:49.700Z PASS [ 58.342s] (2127/3304) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
80862026-08-15T07:22:49.728Z PASS [ 9.596s] (2128/3304) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
80872026-08-15T07:22:49.834Z PASS [ 9.385s] (2129/3304) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
80882026-08-15T07:22:49.854Z PASS [ 9.036s] (2130/3304) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
80892026-08-15T07:22:51.009Z PASS [ 51.144s] (2131/3304) omicron-nexus::test_all integration_tests::password_login::test_local_users
80902026-08-15T07:22:51.664Z PASS [ 3.789s] (2132/3304) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
80912026-08-15T07:22:53.600Z PASS [ 57.588s] (2133/3304) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
80922026-08-15T07:22:55.403Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80932026-08-15T07:22:58.764Z PASS [ 9.225s] (2134/3304) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
80942026-08-15T07:22:59.073Z PASS [ 9.238s] (2135/3304) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
80952026-08-15T07:22:59.412Z PASS [ 9.712s] (2136/3304) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
80962026-08-15T07:22:59.629Z PASS [ 9.774s] (2137/3304) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
80972026-08-15T07:23:00.264Z PASS [ 10.647s] (2138/3304) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
80982026-08-15T07:23:01.343Z PASS [ 10.334s] (2139/3304) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
80992026-08-15T07:23:01.848Z PASS [ 10.178s] (2140/3304) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
81002026-08-15T07:23:01.878Z PASS [ 10.214s] (2141/3304) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
81012026-08-15T07:23:01.981Z PASS [ 12.252s] (2142/3304) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
81022026-08-15T07:23:02.142Z PASS [ 10.479s] (2143/3304) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
81032026-08-15T07:23:02.846Z PASS [ 11.182s] (2144/3304) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
81042026-08-15T07:23:03.310Z PASS [ 9.709s] (2145/3304) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
81052026-08-15T07:23:07.832Z PASS [ 8.203s] (2146/3304) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
81062026-08-15T07:23:08.749Z PASS [ 9.677s] (2147/3304) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
81072026-08-15T07:23:08.774Z PASS [ 10.011s] (2148/3304) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
81082026-08-15T07:23:09.218Z PASS [ 9.807s] (2149/3304) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
81092026-08-15T07:23:09.854Z PASS [ 9.590s] (2150/3304) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
81102026-08-15T07:23:10.076Z PASS [ 8.733s] (2151/3304) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
81112026-08-15T07:23:11.248Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81122026-08-15T07:23:11.598Z PASS [ 9.720s] (2152/3304) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
81132026-08-15T07:23:11.699Z PASS [ 9.857s] (2153/3304) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
81142026-08-15T07:23:12.031Z PASS [ 10.049s] (2154/3304) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
81152026-08-15T07:23:12.140Z PASS [ 9.998s] (2155/3304) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
81162026-08-15T07:23:12.390Z PASS [ 9.542s] (2156/3304) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
81172026-08-15T07:23:14.555Z PASS [ 11.244s] (2157/3304) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
81182026-08-15T07:23:15.893Z PASS [ 124.649s] (2158/3304) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81192026-08-15T07:23:20.592Z PASS [ 8.898s] (2159/3304) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
81202026-08-15T07:23:20.610Z PASS [ 8.929s] (2160/3304) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
81212026-08-15T07:23:20.610Z PASS [ 9.401s] (2161/3304) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
81222026-08-15T07:23:20.611Z PASS [ 9.954s] (2162/3304) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
81232026-08-15T07:23:20.611Z PASS [ 10.344s] (2163/3304) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
81242026-08-15T07:23:20.985Z PASS [ 9.387s] (2164/3304) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
81252026-08-15T07:23:21.684Z PASS [ 9.544s] (2165/3304) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
81262026-08-15T07:23:22.010Z PASS [ 9.622s] (2166/3304) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
81272026-08-15T07:23:22.767Z PASS [ 10.738s] (2167/3304) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
81282026-08-15T07:23:22.946Z PASS [ 11.247s] (2168/3304) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
81292026-08-15T07:23:24.103Z PASS [ 9.549s] (2169/3304) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
81302026-08-15T07:23:24.498Z PASS [ 14.422s] (2170/3304) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
81312026-08-15T07:23:24.924Z PASS [ 9.031s] (2171/3304) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
81322026-08-15T07:23:25.952Z PASS [ 9.221s] (2172/3304) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
81332026-08-15T07:23:29.267Z PASS [ 40.565s] (2173/3304) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
81342026-08-15T07:23:29.275Z PASS [ 10.099s] (2174/3304) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
81352026-08-15T07:23:30.389Z PASS [ 12.686s] (2175/3304) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
81362026-08-15T07:23:30.728Z PASS [ 9.743s] (2176/3304) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
81372026-08-15T07:23:31.320Z PASS [ 13.170s] (2177/3304) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
81382026-08-15T07:23:31.779Z PASS [ 9.769s] (2178/3304) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
81392026-08-15T07:23:31.881Z PASS [ 44.383s] (2179/3304) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
81402026-08-15T07:23:32.920Z PASS [ 44.868s] (2180/3304) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
81412026-08-15T07:23:33.317Z PASS [ 13.120s] (2181/3304) omicron-nexus::test_all integration_tests::silos::test_silos
81422026-08-15T07:23:33.807Z PASS [ 10.860s] (2182/3304) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
81432026-08-15T07:23:34.769Z PASS [ 8.818s] (2183/3304) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
81442026-08-15T07:23:37.280Z PASS [ 15.595s] (2184/3304) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
81452026-08-15T07:23:38.929Z PASS [ 16.162s] (2185/3304) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
81462026-08-15T07:23:44.139Z PASS [ 20.036s] (2186/3304) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
81472026-08-15T07:23:44.576Z PASS [ 15.308s] (2187/3304) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
81482026-08-15T07:23:45.174Z PASS [ 15.906s] (2188/3304) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
81492026-08-15T07:23:45.204Z PASS [ 15.937s] (2189/3304) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
81502026-08-15T07:23:45.229Z PASS [ 12.309s] (2190/3304) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
81512026-08-15T07:23:45.338Z PASS [ 13.558s] (2191/3304) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
81522026-08-15T07:23:45.372Z PASS [ 13.490s] (2192/3304) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
81532026-08-15T07:23:45.530Z PASS [ 12.609s] (2193/3304) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
81542026-08-15T07:23:45.593Z PASS [ 12.673s] (2194/3304) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
81552026-08-15T07:23:45.644Z PASS [ 12.724s] (2195/3304) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
81562026-08-15T07:23:46.554Z PASS [ 21.630s] (2196/3304) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
81572026-08-15T07:23:46.832Z PASS [ 12.063s] (2197/3304) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
81582026-08-15T07:23:47.089Z PASS [ 22.590s] (2198/3304) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
81592026-08-15T07:23:47.193Z PASS [ 13.876s] (2199/3304) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
81602026-08-15T07:23:48.199Z PASS [ 14.392s] (2200/3304) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
81612026-08-15T07:23:49.304Z PASS [ 12.024s] (2201/3304) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
81622026-08-15T07:23:49.510Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
81632026-08-15T07:23:51.089Z PASS [ 19.207s] (2202/3304) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
81642026-08-15T07:23:51.283Z PASS [ 1.979s] (2203/3304) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
81652026-08-15T07:23:51.991Z PASS [ 22.720s] (2204/3304) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
81662026-08-15T07:23:54.574Z PASS [ 22.692s] (2205/3304) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
81672026-08-15T07:23:55.395Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
81682026-08-15T07:23:56.485Z PASS [ 25.165s] (2206/3304) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
81692026-08-15T07:23:57.363Z PASS [ 25.480s] (2207/3304) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
81702026-08-15T07:23:57.562Z PASS [ 12.190s] (2208/3304) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
81712026-08-15T07:23:58.158Z PASS [ 12.514s] (2209/3304) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
81722026-08-15T07:23:58.720Z PASS [ 29.453s] (2210/3304) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
81732026-08-15T07:23:59.123Z PASS [ 28.733s] (2211/3304) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
81742026-08-15T07:23:59.454Z PASS [ 15.315s] (2212/3304) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
81752026-08-15T07:23:59.480Z PASS [ 28.752s] (2213/3304) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
81762026-08-15T07:23:59.759Z PASS [ 14.166s] (2214/3304) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
81772026-08-15T07:23:59.770Z PASS [ 12.933s] (2215/3304) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
81782026-08-15T07:23:59.890Z PASS [ 13.335s] (2216/3304) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
81792026-08-15T07:24:00.231Z PASS [ 15.027s] (2217/3304) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
81802026-08-15T07:24:00.981Z PASS [ 15.451s] (2218/3304) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
81812026-08-15T07:24:01.279Z PASS [ 14.190s] (2219/3304) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
81822026-08-15T07:24:01.447Z PASS [ 71.937s] (2220/3304) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
81832026-08-15T07:24:01.616Z PASS [ 16.386s] (2221/3304) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
81842026-08-15T07:24:02.174Z PASS [ 23.245s] (2222/3304) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
81852026-08-15T07:24:02.882Z PASS [ 11.599s] (2223/3304) omicron-nexus::test_all integration_tests::updates::test_repo_prune
81862026-08-15T07:24:03.762Z PASS [ 18.425s] (2224/3304) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
81872026-08-15T07:24:04.446Z PASS [ 19.272s] (2225/3304) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
81882026-08-15T07:24:05.302Z PASS [ 18.106s] (2226/3304) omicron-nexus::test_all integration_tests::target_release::mupdate_recovery_after_noop_conversion
81892026-08-15T07:24:05.999Z PASS [ 11.424s] (2227/3304) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
81902026-08-15T07:24:07.756Z PASS [ 11.271s] (2228/3304) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
81912026-08-15T07:24:08.542Z PASS [ 17.453s] (2229/3304) omicron-nexus::test_all integration_tests::updates::test_repo_list
81922026-08-15T07:24:09.714Z PASS [ 11.555s] (2230/3304) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
81932026-08-15T07:24:10.999Z PASS [ 13.636s] (2231/3304) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
81942026-08-15T07:24:12.592Z PASS [ 20.601s] (2232/3304) omicron-nexus::test_all integration_tests::updates::test_repo_upload
81952026-08-15T07:24:13.326Z PASS [ 15.763s] (2233/3304) omicron-nexus::test_all integration_tests::updates::test_update_status
81962026-08-15T07:24:19.030Z PASS [ 20.309s] (2234/3304) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
81972026-08-15T07:24:22.303Z PASS [ 22.412s] (2235/3304) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
81982026-08-15T07:24:22.392Z PASS [ 21.113s] (2236/3304) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
81992026-08-15T07:24:23.870Z PASS [ 24.390s] (2237/3304) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
82002026-08-15T07:24:24.124Z PASS [ 22.678s] (2238/3304) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
82012026-08-15T07:24:25.106Z PASS [ 25.982s] (2239/3304) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
82022026-08-15T07:24:25.226Z PASS [ 21.463s] (2240/3304) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
82032026-08-15T07:24:28.514Z PASS [ 19.971s] (2241/3304) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
82042026-08-15T07:24:28.826Z PASS [ 44.250s] (2242/3304) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
82052026-08-15T07:24:31.026Z PASS [ 25.726s] (2243/3304) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
82062026-08-15T07:24:32.066Z PASS [ 21.067s] (2244/3304) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
82072026-08-15T07:24:35.064Z PASS [ 34.832s] (2245/3304) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
82082026-08-15T07:24:35.975Z PASS [ 34.528s] (2246/3304) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
82092026-08-15T07:24:37.345Z PASS [ 8.520s] (2247/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
82102026-08-15T07:24:37.758Z PASS [ 36.305s] (2248/3304) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
82112026-08-15T07:24:38.350Z PASS [ 36.175s] (2249/3304) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
82122026-08-15T07:24:39.549Z PASS [ 8.523s] (2250/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
82132026-08-15T07:24:40.268Z PASS [ 8.201s] (2251/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
82142026-08-15T07:24:41.880Z PASS [ 37.434s] (2252/3304) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
82152026-08-15T07:24:43.466Z PASS [ 21.074s] (2253/3304) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
82162026-08-15T07:24:43.637Z PASS [ 42.189s] (2254/3304) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
82172026-08-15T07:24:44.390Z PASS [ 9.327s] (2255/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
82182026-08-15T07:24:45.332Z PASS [ 23.029s] (2256/3304) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
82192026-08-15T07:24:45.368Z PASS [ 9.393s] (2257/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
82202026-08-15T07:24:46.449Z PASS [ 9.103s] (2258/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
82212026-08-15T07:24:46.519Z PASS [ 0.070s] (2259/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
82222026-08-15T07:24:46.934Z PASS [ 9.181s] (2260/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
82232026-08-15T07:24:47.351Z PASS [ 9.001s] (2261/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
82242026-08-15T07:24:48.202Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82252026-08-15T07:24:48.916Z PASS [ 9.367s] (2262/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
82262026-08-15T07:24:49.312Z PASS [ 20.796s] (2263/3304) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
82272026-08-15T07:24:50.491Z PASS [ 44.492s] (2264/3304) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
82282026-08-15T07:24:51.227Z PASS [ 9.347s] (2265/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
82292026-08-15T07:24:51.496Z PASS [ 11.229s] (2266/3304) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
82302026-08-15T07:24:53.131Z PASS [ 9.665s] (2267/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
82312026-08-15T07:24:53.555Z PASS [ 45.798s] (2268/3304) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
82322026-08-15T07:24:53.687Z PASS [ 10.050s] (2269/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
82332026-08-15T07:24:54.537Z PASS [ 10.146s] (2270/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
82342026-08-15T07:24:55.383Z PASS [ 10.015s] (2271/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
82352026-08-15T07:24:55.396Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82362026-08-15T07:24:55.740Z PASS [ 10.409s] (2272/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
82372026-08-15T07:24:56.317Z PASS [ 56.862s] (2273/3304) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
82382026-08-15T07:24:57.365Z PASS [ 10.432s] (2274/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
82392026-08-15T07:24:57.943Z PASS [ 10.592s] (2275/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
82402026-08-15T07:24:58.444Z PASS [ 39.414s] (2276/3304) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
82412026-08-15T07:24:59.412Z PASS [ 10.496s] (2277/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
82422026-08-15T07:24:59.761Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
82432026-08-15T07:24:59.767Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
82442026-08-15T07:24:59.966Z PASS [ 10.656s] (2278/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
82452026-08-15T07:25:00.983Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
82462026-08-15T07:25:01.618Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
82472026-08-15T07:25:01.818Z PASS [ 11.327s] (2279/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
82482026-08-15T07:25:02.129Z PASS [ 62.369s] (2280/3304) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
82492026-08-15T07:25:02.370Z PASS [ 11.142s] (2281/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
82502026-08-15T07:25:02.885Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
82512026-08-15T07:25:03.610Z PASS [ 38.504s] (2282/3304) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
82522026-08-15T07:25:03.820Z PASS [ 39.696s] (2283/3304) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
82532026-08-15T07:25:06.483Z PASS [ 12.928s] (2284/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
82542026-08-15T07:25:07.323Z PASS [ 13.636s] (2285/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
82552026-08-15T07:25:08.129Z PASS [ 42.904s] (2286/3304) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
82562026-08-15T07:25:08.138Z PASS [ 13.602s] (2287/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
82572026-08-15T07:25:09.462Z PASS [ 13.721s] (2288/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
82582026-08-15T07:25:09.715Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
82592026-08-15T07:25:10.178Z PASS [ 14.795s] (2289/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
82602026-08-15T07:25:12.213Z PASS [ 71.232s] (2290/3304) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
82612026-08-15T07:25:12.534Z PASS [ 677.152s] (2291/3304) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82622026-08-15T07:25:12.593Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
82632026-08-15T07:25:12.726Z PASS [ 14.783s] (2292/3304) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
82642026-08-15T07:25:13.328Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
82652026-08-15T07:25:13.827Z PASS [ 16.461s] (2293/3304) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
82662026-08-15T07:25:13.870Z PASS [ 85.671s] (2294/3304) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82672026-08-15T07:25:14.831Z PASS [ 15.419s] (2295/3304) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
82682026-08-15T07:25:14.865Z PASS [ 75.100s] (2296/3304) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
82692026-08-15T07:25:15.660Z PASS [ 15.694s] (2297/3304) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
82702026-08-15T07:25:15.809Z PASS [ 66.096s] (2298/3304) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
82712026-08-15T07:25:15.978Z PASS [ 62.651s] (2299/3304) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
82722026-08-15T07:25:16.433Z PASS [ 52.563s] (2300/3304) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
82732026-08-15T07:25:16.561Z PASS [ 18.116s] (2301/3304) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
82742026-08-15T07:25:19.164Z PASS [ 76.281s] (2302/3304) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
82752026-08-15T07:25:19.183Z PASS [ 77.567s] (2303/3304) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
82762026-08-15T07:25:20.418Z PASS [ 18.599s] (2304/3304) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
82772026-08-15T07:25:22.440Z PASS [ 29.309s] (2305/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
82782026-08-15T07:25:23.954Z PASS [ 21.584s] (2306/3304) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
82792026-08-15T07:25:25.460Z PASS [ 29.143s] (2307/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
82802026-08-15T07:25:25.478Z PASS [ 0.018s] (2308/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
82812026-08-15T07:25:25.501Z PASS [ 0.024s] (2309/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
82822026-08-15T07:25:25.523Z PASS [ 0.021s] (2310/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
82832026-08-15T07:25:25.547Z PASS [ 0.024s] (2311/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
82842026-08-15T07:25:25.567Z PASS [ 0.019s] (2312/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
82852026-08-15T07:25:25.587Z PASS [ 0.020s] (2313/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
82862026-08-15T07:25:25.608Z PASS [ 0.021s] (2314/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
82872026-08-15T07:25:25.628Z PASS [ 0.020s] (2315/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
82882026-08-15T07:25:25.649Z PASS [ 0.021s] (2316/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
82892026-08-15T07:25:25.671Z PASS [ 0.022s] (2317/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
82902026-08-15T07:25:25.692Z PASS [ 0.021s] (2318/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
82912026-08-15T07:25:25.710Z PASS [ 0.018s] (2319/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
82922026-08-15T07:25:25.728Z PASS [ 0.018s] (2320/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
82932026-08-15T07:25:25.748Z PASS [ 0.019s] (2321/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
82942026-08-15T07:25:25.769Z PASS [ 0.021s] (2322/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
82952026-08-15T07:25:25.791Z PASS [ 0.022s] (2323/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
82962026-08-15T07:25:25.813Z PASS [ 0.022s] (2324/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
82972026-08-15T07:25:25.846Z PASS [ 0.033s] (2325/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
82982026-08-15T07:25:25.867Z PASS [ 0.020s] (2326/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
82992026-08-15T07:25:25.888Z PASS [ 0.022s] (2327/3304) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
83002026-08-15T07:25:25.937Z PASS [ 13.403s] (2328/3304) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
83012026-08-15T07:25:26.744Z PASS [ 19.421s] (2329/3304) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
83022026-08-15T07:25:26.754Z PASS [ 24.625s] (2330/3304) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
83032026-08-15T07:25:26.780Z PASS [ 18.641s] (2331/3304) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
83042026-08-15T07:25:26.793Z PASS [ 0.037s] (2332/3304) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
83052026-08-15T07:25:26.839Z PASS [ 0.058s] (2333/3304) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
83062026-08-15T07:25:26.861Z PASS [ 0.022s] (2334/3304) omicron-package config::tests::multi_preset_arg
83072026-08-15T07:25:26.881Z PASS [ 0.090s] (2335/3304) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
83082026-08-15T07:25:26.885Z PASS [ 0.021s] (2336/3304) omicron-package dot::test::test_bad_dependency
83092026-08-15T07:25:26.902Z PASS [ 0.020s] (2337/3304) omicron-package dot::test::test_dot_output
83102026-08-15T07:25:26.922Z PASS [ 0.020s] (2338/3304) omicron-passwords test::test_password_constraints
83112026-08-15T07:25:27.395Z PASS [ 14.668s] (2339/3304) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
83122026-08-15T07:25:27.793Z PASS [ 18.330s] (2340/3304) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
83132026-08-15T07:25:27.829Z PASS [ 0.036s] (2341/3304) omicron-passwords test::test_stable
83142026-08-15T07:25:27.866Z PASS [ 0.038s] (2342/3304) omicron-passwords test::test_weak_hashes
83152026-08-15T07:25:27.890Z PASS [ 0.024s] (2343/3304) omicron-rpaths internal::tests::test_configure_from_path
83162026-08-15T07:25:27.910Z PASS [ 0.019s] (2344/3304) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
83172026-08-15T07:25:27.928Z PASS [ 0.018s] (2345/3304) omicron-rpaths internal::tests::test_emit_rpath
83182026-08-15T07:25:28.051Z PASS [ 0.123s] (2346/3304) omicron-sled-agent artifact_store::test::generations
83192026-08-15T07:25:28.157Z PASS [ 0.106s] (2347/3304) omicron-sled-agent artifact_store::test::issue_7796
83202026-08-15T07:25:28.264Z PASS [ 0.106s] (2348/3304) omicron-sled-agent artifact_store::test::list_get_put
83212026-08-15T07:25:28.339Z PASS [ 0.075s] (2349/3304) omicron-sled-agent artifact_store::test::no_dataset
83222026-08-15T07:25:28.352Z PASS [ 20.222s] (2350/3304) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
83232026-08-15T07:25:28.396Z PASS [ 0.043s] (2351/3304) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
83242026-08-15T07:25:28.432Z PASS [ 0.093s] (2352/3304) omicron-sled-agent artifact_store::test::wrong_hash
83252026-08-15T07:25:28.436Z PASS [ 0.039s] (2353/3304) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
83262026-08-15T07:25:28.444Z PASS [ 21.961s] (2354/3304) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
83272026-08-15T07:25:28.475Z PASS [ 0.043s] (2355/3304) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
83282026-08-15T07:25:28.481Z PASS [ 0.044s] (2356/3304) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
83292026-08-15T07:25:28.485Z PASS [ 0.039s] (2357/3304) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
83302026-08-15T07:25:28.512Z PASS [ 0.037s] (2358/3304) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
83312026-08-15T07:25:28.515Z PASS [ 0.037s] (2359/3304) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
83322026-08-15T07:25:28.526Z PASS [ 0.042s] (2360/3304) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
83332026-08-15T07:25:28.546Z PASS [ 0.034s] (2361/3304) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
83342026-08-15T07:25:28.557Z PASS [ 0.041s] (2362/3304) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
83352026-08-15T07:25:28.575Z PASS [ 0.049s] (2363/3304) omicron-sled-agent config::test::test_smf_configs
83362026-08-15T07:25:28.586Z PASS [ 0.040s] (2364/3304) omicron-sled-agent config::test::test_sush_config
83372026-08-15T07:25:28.601Z PASS [ 0.044s] (2365/3304) omicron-sled-agent fmd::tests::boolean_array
83382026-08-15T07:25:28.614Z PASS [ 0.039s] (2366/3304) omicron-sled-agent fmd::tests::boolean_presence
83392026-08-15T07:25:28.623Z PASS [ 0.036s] (2367/3304) omicron-sled-agent fmd::tests::boolean_value
83402026-08-15T07:25:28.640Z PASS [ 0.038s] (2368/3304) omicron-sled-agent fmd::tests::double
83412026-08-15T07:25:28.654Z PASS [ 0.039s] (2369/3304) omicron-sled-agent fmd::tests::hrtime
83422026-08-15T07:25:28.663Z PASS [ 0.040s] (2370/3304) omicron-sled-agent fmd::tests::integer_arrays
83432026-08-15T07:25:28.676Z PASS [ 0.036s] (2371/3304) omicron-sled-agent fmd::tests::integers
83442026-08-15T07:25:28.695Z PASS [ 0.041s] (2372/3304) omicron-sled-agent fmd::tests::string
83452026-08-15T07:25:28.702Z PASS [ 0.039s] (2373/3304) omicron-sled-agent fmd::tests::string_array
83462026-08-15T07:25:28.710Z PASS [ 0.034s] (2374/3304) omicron-sled-agent fmd::tests::unknown_type
83472026-08-15T07:25:28.731Z PASS [ 0.036s] (2375/3304) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
83482026-08-15T07:25:28.746Z PASS [ 0.044s] (2376/3304) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
83492026-08-15T07:25:28.756Z PASS [ 0.046s] (2377/3304) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
83502026-08-15T07:25:28.773Z PASS [ 0.042s] (2378/3304) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
83512026-08-15T07:25:28.791Z PASS [ 0.045s] (2379/3304) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
83522026-08-15T07:25:28.808Z PASS [ 0.052s] (2380/3304) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
83532026-08-15T07:25:28.822Z PASS [ 0.048s] (2381/3304) omicron-sled-agent instance::tests::add_new_floating_ip
83542026-08-15T07:25:28.863Z PASS [ 0.071s] (2382/3304) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
83552026-08-15T07:25:28.875Z PASS [ 0.053s] (2383/3304) omicron-sled-agent instance::tests::prune_existing_floating_ip
83562026-08-15T07:25:28.884Z PASS [ 0.075s] (2384/3304) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
83572026-08-15T07:25:28.979Z PASS [ 14.148s] (2385/3304) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
83582026-08-15T07:25:29.153Z PASS [ 0.290s] (2386/3304) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
83592026-08-15T07:25:29.160Z PASS [ 42.641s] (2387/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
83602026-08-15T07:25:29.225Z PASS [ 0.350s] (2388/3304) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
83612026-08-15T07:25:29.260Z PASS [ 0.035s] (2389/3304) omicron-sled-agent instance::tests::test_multicast_membership_equality
83622026-08-15T07:25:29.296Z PASS [ 0.035s] (2390/3304) omicron-sled-agent metrics::test_samples_per_collection
83632026-08-15T07:25:29.311Z PASS [ 0.427s] (2391/3304) omicron-sled-agent instance::tests::test_instance_create_events_normal
83642026-08-15T07:25:29.348Z PASS [ 0.037s] (2392/3304) omicron-sled-agent probe_manager::test::probe_state_set_ops
83652026-08-15T07:25:29.356Z PASS [ 25.536s] (2393/3304) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
83662026-08-15T07:25:29.382Z PASS [ 0.034s] (2394/3304) omicron-sled-agent profile::tests::empty_profile
83672026-08-15T07:25:29.394Z PASS [ 0.037s] (2395/3304) omicron-sled-agent profile::tests::test_disabled_instance
83682026-08-15T07:25:29.421Z PASS [ 0.038s] (2396/3304) omicron-sled-agent profile::tests::test_instance
83692026-08-15T07:25:29.430Z PASS [ 0.036s] (2397/3304) omicron-sled-agent profile::tests::test_multiple
83702026-08-15T07:25:29.457Z PASS [ 0.036s] (2398/3304) omicron-sled-agent profile::tests::test_property
83712026-08-15T07:25:29.471Z PASS [ 0.041s] (2399/3304) omicron-sled-agent profile::tests::test_property_group
83722026-08-15T07:25:29.497Z PASS [ 0.040s] (2400/3304) omicron-sled-agent profile::tests::test_service
83732026-08-15T07:25:29.511Z PASS [ 0.040s] (2401/3304) omicron-sled-agent profile::tests::test_service_property_group
83742026-08-15T07:25:29.534Z PASS [ 0.037s] (2402/3304) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
83752026-08-15T07:25:29.552Z PASS [ 0.392s] (2403/3304) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
83762026-08-15T07:25:29.556Z PASS [ 0.042s] (2404/3304) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
83772026-08-15T07:25:29.598Z PASS [ 0.045s] (2405/3304) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
83782026-08-15T07:25:29.598Z PASS [ 0.064s] (2406/3304) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
83792026-08-15T07:25:29.605Z PASS [ 0.045s] (2407/3304) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
83802026-08-15T07:25:29.646Z PASS [ 0.048s] (2408/3304) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
83812026-08-15T07:25:29.666Z PASS [ 0.066s] (2409/3304) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
83822026-08-15T07:25:29.692Z PASS [ 0.045s] (2410/3304) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
83832026-08-15T07:25:29.712Z PASS [ 0.046s] (2411/3304) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
83842026-08-15T07:25:29.737Z PASS [ 0.045s] (2412/3304) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
83852026-08-15T07:25:29.763Z PASS [ 0.050s] (2413/3304) omicron-sled-agent sim::storage::test::nested_dataset
83862026-08-15T07:25:29.786Z PASS [ 0.050s] (2414/3304) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
83872026-08-15T07:25:29.812Z PASS [ 0.049s] (2415/3304) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
83882026-08-15T07:25:29.830Z PASS [ 0.044s] (2416/3304) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
83892026-08-15T07:25:29.857Z PASS [ 0.044s] (2417/3304) omicron-sled-agent sim::storage::test::snapshot_needs_region
83902026-08-15T07:25:29.910Z PASS [ 0.053s] (2418/3304) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
83912026-08-15T07:25:29.934Z PASS [ 0.954s] (2419/3304) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
83922026-08-15T07:25:29.942Z PASS [ 0.111s] (2420/3304) omicron-sled-agent support_bundle::storage::tests::basic_crud
83932026-08-15T07:25:29.956Z PASS [ 16.086s] (2421/3304) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
83942026-08-15T07:25:29.969Z PASS [ 0.059s] (2422/3304) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
83952026-08-15T07:25:29.991Z PASS [ 0.058s] (2423/3304) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
83962026-08-15T07:25:30.004Z PASS [ 0.062s] (2424/3304) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
83972026-08-15T07:25:30.017Z PASS [ 0.061s] (2425/3304) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
83982026-08-15T07:25:30.033Z PASS [ 0.064s] (2426/3304) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
83992026-08-15T07:25:30.050Z PASS [ 0.059s] (2427/3304) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
84002026-08-15T07:25:30.069Z PASS [ 0.065s] (2428/3304) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
84012026-08-15T07:25:30.088Z PASS [ 0.071s] (2429/3304) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
84022026-08-15T07:25:30.105Z PASS [ 0.071s] (2430/3304) omicron-sled-agent support_bundle::storage::tests::ranges
84032026-08-15T07:25:30.112Z PASS [ 0.043s] (2431/3304) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
84042026-08-15T07:25:30.118Z PASS [ 0.068s] (2432/3304) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
84052026-08-15T07:25:30.200Z PASS [ 0.087s] (2433/3304) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
84062026-08-15T07:25:30.450Z PASS [ 1.298s] (2434/3304) omicron-sled-agent instance::tests::test_instance_manager_creation
84072026-08-15T07:25:30.483Z PASS [ 16.656s] (2435/3304) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
84082026-08-15T07:25:30.547Z PASS [ 0.065s] (2436/3304) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
84092026-08-15T07:25:30.591Z PASS [ 0.044s] (2437/3304) omicron-sled-agent zone_bundle::tests::test_dir_size
84102026-08-15T07:25:30.673Z PASS [ 3.752s] (2438/3304) omicron-passwords test::test_reproducible
84112026-08-15T07:25:30.758Z PASS [ 0.166s] (2439/3304) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
84122026-08-15T07:25:30.836Z PASS [ 0.078s] (2440/3304) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
84132026-08-15T07:25:30.865Z PASS [ 0.191s] (2441/3304) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
84142026-08-15T07:25:30.918Z PASS [ 0.053s] (2442/3304) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
84152026-08-15T07:25:30.947Z PASS [ 14.969s] (2443/3304) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
84162026-08-15T07:25:30.953Z PASS [ 0.035s] (2444/3304) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
84172026-08-15T07:25:31.273Z PASS [ 0.326s] (2445/3304) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
84182026-08-15T07:25:31.321Z PASS [ 0.367s] (2446/3304) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
84192026-08-15T07:25:31.338Z PASS [ 21.160s] (2447/3304) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
84202026-08-15T07:25:31.357Z PASS [ 0.036s] (2448/3304) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
84212026-08-15T07:25:31.377Z PASS [ 0.039s] (2449/3304) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
84222026-08-15T07:25:31.411Z PASS [ 14.851s] (2450/3304) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
84232026-08-15T07:25:31.482Z PASS [ 12.299s] (2451/3304) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_rejects_invalid_urls
84242026-08-15T07:25:31.488Z PASS [ 15.056s] (2452/3304) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
84252026-08-15T07:25:31.503Z PASS [ 0.668s] (2453/3304) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
84262026-08-15T07:25:31.580Z PASS [ 0.223s] (2454/3304) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
84272026-08-15T07:25:31.634Z PASS [ 0.223s] (2455/3304) omicron-test-utils dev::db::test::test_bad_cmd
84282026-08-15T07:25:31.824Z PASS [ 0.447s] (2456/3304) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
84292026-08-15T07:25:31.841Z PASS [ 0.261s] (2457/3304) omicron-test-utils dev::db::test::test_database_start_hang
84302026-08-15T07:25:31.860Z PASS [ 0.035s] (2458/3304) omicron-test-utils dev::db::test::test_make_pg_config_fail
84312026-08-15T07:25:31.872Z PASS [ 0.031s] (2459/3304) omicron-test-utils dev::db::test::test_make_pg_config_ok
84322026-08-15T07:25:31.895Z PASS [ 0.413s] (2460/3304) omicron-test-utils dev::db::test::test_cmd_fails
84332026-08-15T07:25:31.895Z PASS [ 0.035s] (2461/3304) omicron-test-utils dev::db::test::test_parse_http_addr
84342026-08-15T07:25:31.908Z PASS [ 0.036s] (2462/3304) omicron-test-utils dev::db::test::test_process_exit_abnormal
84352026-08-15T07:25:31.936Z PASS [ 0.041s] (2463/3304) omicron-test-utils dev::db::test::test_process_exit_normal
84362026-08-15T07:25:32.025Z PASS [ 11.608s] (2464/3304) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
84372026-08-15T07:25:32.060Z PASS [ 0.035s] (2465/3304) omicron-test-utils dev::db::test::test_starter_tmpdir
84382026-08-15T07:25:32.098Z PASS [ 0.037s] (2466/3304) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
84392026-08-15T07:25:32.129Z PASS [ 0.031s] (2467/3304) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
84402026-08-15T07:25:32.162Z PASS [ 0.033s] (2468/3304) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
84412026-08-15T07:25:32.200Z PASS [ 0.037s] (2469/3304) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
84422026-08-15T07:25:32.210Z PASS [ 13.047s] (2470/3304) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
84432026-08-15T07:25:32.234Z PASS [ 0.034s] (2471/3304) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
84442026-08-15T07:25:32.249Z PASS [ 0.039s] (2472/3304) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
84452026-08-15T07:25:32.271Z PASS [ 0.036s] (2473/3304) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
84462026-08-15T07:25:32.274Z PASS [ 0.639s] (2474/3304) omicron-test-utils dev::db::test::test_http_addr_integration
84472026-08-15T07:25:32.296Z PASS [ 0.047s] (2475/3304) omicron-test-utils dev::test_cmds::tests::test_redact_extra
84482026-08-15T07:25:32.307Z PASS [ 1.034s] (2476/3304) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
84492026-08-15T07:25:32.320Z PASS [ 0.049s] (2477/3304) omicron-test-utils dev::test_cmds::tests::test_redact_section
84502026-08-15T07:25:32.343Z PASS [ 0.448s] (2478/3304) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
84512026-08-15T07:25:32.348Z PASS [ 0.050s] (2479/3304) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
84522026-08-15T07:25:32.362Z PASS [ 0.054s] (2480/3304) oximeter test::timeseries_schema_consistency
84532026-08-15T07:25:32.407Z PASS [ 0.087s] (2481/3304) oximeter-collector agent::tests::test_self_stat_collection_count
84542026-08-15T07:25:32.442Z PASS [ 0.099s] (2482/3304) oximeter-collector agent::tests::test_self_stat_error_counter
84552026-08-15T07:25:32.455Z PASS [ 0.106s] (2483/3304) oximeter-collector agent::tests::test_self_stat_unreachable_counter
84562026-08-15T07:25:32.488Z PASS [ 0.214s] (2484/3304) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
84572026-08-15T07:25:32.488Z PASS [ 0.035s] (2485/3304) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
84582026-08-15T07:25:32.501Z PASS [ 0.094s] (2486/3304) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
84592026-08-15T07:25:32.533Z PASS [ 0.032s] (2487/3304) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
84602026-08-15T07:25:32.549Z PASS [ 0.107s] (2488/3304) oximeter-collector agent::tests::verify_producer_details
84612026-08-15T07:25:32.558Z PASS [ 0.070s] (2489/3304) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
84622026-08-15T07:25:32.561Z PASS [ 0.073s] (2490/3304) oximeter-collector results_sink::tests::test_batch_handoff_overflow
84632026-08-15T07:25:32.565Z PASS [ 0.032s] (2491/3304) oximeter-collector self_stats::tests::test_failure_reason_serialization
84642026-08-15T07:25:32.603Z PASS [ 0.042s] (2492/3304) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
84652026-08-15T07:25:32.606Z PASS [ 0.041s] (2493/3304) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
84662026-08-15T07:25:32.610Z PASS [ 0.051s] (2494/3304) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
84672026-08-15T07:25:32.631Z PASS [ 0.028s] (2495/3304) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
84682026-08-15T07:25:32.637Z PASS [ 0.031s] (2496/3304) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
84692026-08-15T07:25:32.648Z PASS [ 0.099s] (2497/3304) oximeter-collector::test_commands test_oximeter_no_args
84702026-08-15T07:25:32.682Z PASS [ 3.085s] (2498/3304) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
84712026-08-15T07:25:32.753Z PASS [ 2.553s] (2499/3304) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
84722026-08-15T07:25:32.786Z PASS [ 1.282s] (2500/3304) omicron-test-utils dev::db::test::test_database_concurrent
84732026-08-15T07:25:32.827Z PASS [ 0.041s] (2501/3304) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
84742026-08-15T07:25:32.922Z PASS [ 0.561s] (2502/3304) oximeter-collector agent::tests::test_standalone_integration
84752026-08-15T07:25:33.173Z PASS [ 3.068s] (2503/3304) omicron-sled-agent zone_bundle::illumos_tests::test_context
84762026-08-15T07:25:33.222Z PASS [ 0.049s] (2504/3304) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
84772026-08-15T07:25:33.226Z PASS [ 1.291s] (2505/3304) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
84782026-08-15T07:25:33.408Z PASS [ 0.798s] (2506/3304) oximeter-db client::oxql::tests::test_get_entire_table
84792026-08-15T07:25:33.432Z PASS [ 0.784s] (2507/3304) oximeter-db client::oxql::tests::test_get_fields_query
84802026-08-15T07:25:33.447Z PASS [ 0.815s] (2508/3304) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
84812026-08-15T07:25:33.452Z PASS [ 0.811s] (2509/3304) oximeter-db client::oxql::tests::test_get_fields
84822026-08-15T07:25:33.499Z PASS [ 0.634s] (2510/3304) oximeter-db client::tests::can_ping_clickhouse
84832026-08-15T07:25:33.502Z PASS [ 0.792s] (2511/3304) oximeter-db client::oxql::tests::test_get_one_timeseries
84842026-08-15T07:25:33.517Z PASS [ 0.764s] (2512/3304) oximeter-db client::oxql::tests::test_limit_operations
84852026-08-15T07:25:33.536Z PASS [ 3.085s] (2513/3304) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
84862026-08-15T07:25:33.724Z PASS [ 6.842s] (2514/3304) omicron-passwords test::test_compatible
84872026-08-15T07:25:33.938Z PASS [ 11.498s] (2515/3304) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
84882026-08-15T07:25:34.075Z PASS [ 0.629s] (2516/3304) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
84892026-08-15T07:25:34.102Z PASS [ 0.628s] (2517/3304) oximeter-db client::tests::set_retention_policy_before_db_init_does_not_panic
84902026-08-15T07:25:34.129Z PASS [ 4.041s] (2518/3304) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
84912026-08-15T07:25:34.140Z PASS [ 0.733s] (2519/3304) oximeter-db client::tests::read_latest_version_reports_max
84922026-08-15T07:25:34.158Z PASS [ 0.725s] (2520/3304) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
84932026-08-15T07:25:34.177Z PASS [ 0.660s] (2521/3304) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
84942026-08-15T07:25:34.182Z PASS [ 0.734s] (2522/3304) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
84952026-08-15T07:25:34.212Z PASS [ 0.751s] (2523/3304) oximeter-db client::tests::select_timeseries_with_select_one
84962026-08-15T07:25:34.244Z PASS [ 0.032s] (2524/3304) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
84972026-08-15T07:25:34.304Z PASS [ 0.768s] (2525/3304) oximeter-db client::tests::test_client_select_timeseries_one
84982026-08-15T07:25:34.497Z PASS [ 0.773s] (2526/3304) oximeter-db client::tests::test_database_version_update_is_idempotent
84992026-08-15T07:25:34.652Z PASS [ 0.714s] (2527/3304) oximeter-db client::tests::test_database_version_will_not_downgrade
85002026-08-15T07:25:34.685Z PASS [ 4.566s] (2528/3304) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
85012026-08-15T07:25:34.693Z PASS [ 1.471s] (2529/3304) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
85022026-08-15T07:25:34.724Z PASS [ 0.039s] (2530/3304) oximeter-db client::tests::test_read_schema_upgrade_sql_files
85032026-08-15T07:25:34.733Z PASS [ 0.040s] (2531/3304) oximeter-db client::tests::test_read_timeseries_to_delete
85042026-08-15T07:25:34.762Z PASS [ 0.038s] (2532/3304) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
85052026-08-15T07:25:34.769Z PASS [ 0.036s] (2533/3304) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
85062026-08-15T07:25:34.771Z PASS [ 10.815s] (2534/3304) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_update_rejects_invalid_urls
85072026-08-15T07:25:34.797Z PASS [ 0.722s] (2535/3304) oximeter-db client::tests::test_database_version_will_not_upgrade
85082026-08-15T07:25:34.847Z PASS [ 0.745s] (2536/3304) oximeter-db client::tests::test_differentiate_by_timeseries_name
85092026-08-15T07:25:34.881Z PASS [ 0.750s] (2537/3304) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
85102026-08-15T07:25:34.899Z PASS [ 0.741s] (2538/3304) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
85112026-08-15T07:25:34.905Z PASS [ 0.761s] (2539/3304) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
85122026-08-15T07:25:34.915Z PASS [ 0.738s] (2540/3304) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
85132026-08-15T07:25:34.975Z PASS [ 0.731s] (2541/3304) oximeter-db client::tests::test_field_record_count
85142026-08-15T07:25:34.981Z PASS [ 1.755s] (2542/3304) oximeter-db client::tests::insert_samples_fails_fast
85152026-08-15T07:25:35.043Z PASS [ 0.739s] (2543/3304) oximeter-db client::tests::test_insert_samples
85162026-08-15T07:25:35.176Z PASS [ 0.994s] (2544/3304) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
85172026-08-15T07:25:35.202Z PASS [ 0.705s] (2545/3304) oximeter-db client::tests::test_is_oximeter_cluster
85182026-08-15T07:25:35.409Z PASS [ 3.921s] (2546/3304) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
85192026-08-15T07:25:35.435Z PASS [ 43.938s] (2547/3304) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
85202026-08-15T07:25:35.440Z PASS [ 0.031s] (2548/3304) oximeter-db client::tests::test_unravel_index
85212026-08-15T07:25:35.471Z PASS [ 0.036s] (2549/3304) oximeter-db client::tests::test_verify_schema_upgrades
85222026-08-15T07:25:35.476Z PASS [ 0.035s] (2550/3304) oximeter-db model::fields::tests::test_extract_fields_as_block
85232026-08-15T07:25:35.494Z PASS [ 0.842s] (2551/3304) oximeter-db client::tests::test_list_timeseries
85242026-08-15T07:25:35.504Z PASS [ 0.033s] (2552/3304) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
85252026-08-15T07:25:35.512Z PASS [ 0.036s] (2553/3304) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
85262026-08-15T07:25:35.531Z PASS [ 0.037s] (2554/3304) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
85272026-08-15T07:25:35.543Z PASS [ 0.038s] (2555/3304) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
85282026-08-15T07:25:35.547Z PASS [ 0.036s] (2556/3304) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
85292026-08-15T07:25:35.565Z PASS [ 0.034s] (2557/3304) oximeter-db native::block::tests::concat_blocks
85302026-08-15T07:25:35.572Z PASS [ 0.030s] (2558/3304) oximeter-db native::block::tests::datetime64_scale_checks_range
85312026-08-15T07:25:35.580Z PASS [ 0.810s] (2559/3304) oximeter-db client::tests::test_schema_mismatch
85322026-08-15T07:25:35.583Z PASS [ 0.034s] (2560/3304) oximeter-db native::block::tests::parse_date_time
85332026-08-15T07:25:35.587Z PASS [ 0.789s] (2561/3304) oximeter-db client::tests::test_schema_update
85342026-08-15T07:25:35.598Z PASS [ 0.033s] (2562/3304) oximeter-db native::block::tests::parse_date_time64
85352026-08-15T07:25:35.603Z PASS [ 0.031s] (2563/3304) oximeter-db native::block::tests::parse_escaped_date_time64
85362026-08-15T07:25:35.612Z PASS [ 0.032s] (2564/3304) oximeter-db native::block::tests::test_data_type_to_string
85372026-08-15T07:25:35.615Z PASS [ 0.031s] (2565/3304) oximeter-db native::block::tests::test_datetime64_conversions
85382026-08-15T07:25:35.619Z PASS [ 0.032s] (2566/3304) oximeter-db native::block::tests::test_parse_all_known_timezones
85392026-08-15T07:25:35.632Z PASS [ 0.034s] (2567/3304) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
85402026-08-15T07:25:35.636Z PASS [ 0.033s] (2568/3304) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
85412026-08-15T07:25:35.644Z PASS [ 0.031s] (2569/3304) oximeter-db native::block::tests::test_parse_enum_variant
85422026-08-15T07:25:35.647Z PASS [ 0.034s] (2570/3304) oximeter-db native::block::tests::test_parse_enum8
85432026-08-15T07:25:35.655Z PASS [ 0.036s] (2571/3304) oximeter-db native::block::tests::test_parse_invalid_data_type
85442026-08-15T07:25:35.664Z PASS [ 0.816s] (2572/3304) oximeter-db client::tests::test_select_all_datum_types
85452026-08-15T07:25:35.674Z PASS [ 0.795s] (2573/3304) oximeter-db client::tests::test_select_all_field_types
85462026-08-15T07:25:35.679Z PASS [ 0.780s] (2574/3304) oximeter-db client::tests::test_select_timeseries_with_all
85472026-08-15T07:25:35.688Z PASS [ 0.919s] (2575/3304) oximeter-db client::tests::test_schema_reinserted_after_redeployment
85482026-08-15T07:25:35.748Z PASS [ 0.772s] (2576/3304) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
85492026-08-15T07:25:35.758Z PASS [ 0.776s] (2577/3304) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
85502026-08-15T07:25:35.778Z PASS [ 0.876s] (2578/3304) oximeter-db client::tests::test_select_timeseries_with_limit
85512026-08-15T07:25:35.782Z PASS [ 0.866s] (2579/3304) oximeter-db client::tests::test_select_timeseries_with_order
85522026-08-15T07:25:35.785Z PASS [ 0.034s] (2580/3304) oximeter-db native::io::block::tests::test_decode_block_with_nulls
85532026-08-15T07:25:35.803Z PASS [ 0.045s] (2581/3304) oximeter-db native::io::block::tests::test_decode_full_block
85542026-08-15T07:25:35.811Z PASS [ 0.033s] (2582/3304) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
85552026-08-15T07:25:35.819Z PASS [ 0.776s] (2583/3304) oximeter-db client::tests::test_select_timeseries_with_start_time
85562026-08-15T07:25:35.824Z PASS [ 0.042s] (2584/3304) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
85572026-08-15T07:25:35.825Z PASS [ 0.041s] (2585/3304) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
85582026-08-15T07:25:35.837Z PASS [ 0.034s] (2586/3304) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
85592026-08-15T07:25:35.848Z PASS [ 0.037s] (2587/3304) oximeter-db native::io::column::tests::test_decode_string_column
85602026-08-15T07:25:35.853Z PASS [ 0.034s] (2588/3304) oximeter-db native::io::column::tests::test_decode_uint64_column
85612026-08-15T07:25:35.857Z PASS [ 1.093s] (2589/3304) oximeter-db client::tests::test_recall_of_all_fields
85622026-08-15T07:25:35.860Z PASS [ 0.035s] (2590/3304) oximeter-db native::io::column::tests::test_decode_uint8_column
85632026-08-15T07:25:35.860Z PASS [ 0.036s] (2591/3304) oximeter-db native::io::column::tests::test_decode_uuid_column
85642026-08-15T07:25:35.877Z PASS [ 0.040s] (2592/3304) oximeter-db native::io::column::tests::test_encode_decode_column
85652026-08-15T07:25:35.884Z PASS [ 0.036s] (2593/3304) oximeter-db native::io::packet::server::tests::test_decode_full_hello
85662026-08-15T07:25:35.888Z PASS [ 0.033s] (2594/3304) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
85672026-08-15T07:25:35.892Z PASS [ 0.036s] (2595/3304) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
85682026-08-15T07:25:35.900Z PASS [ 0.040s] (2596/3304) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
85692026-08-15T07:25:35.908Z PASS [ 0.049s] (2597/3304) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
85702026-08-15T07:25:35.911Z PASS [ 0.033s] (2598/3304) oximeter-db native::io::packet::server::tests::test_decode_pong
85712026-08-15T07:25:35.917Z PASS [ 0.032s] (2599/3304) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
85722026-08-15T07:25:35.920Z PASS [ 0.034s] (2600/3304) oximeter-db native::io::packet::server::tests::test_decode_single_exception
85732026-08-15T07:25:35.926Z PASS [ 0.034s] (2601/3304) oximeter-db native::io::string::test::test_encode_decode
85742026-08-15T07:25:35.931Z PASS [ 0.031s] (2602/3304) oximeter-db native::io::string::test::test_encode_hello_world
85752026-08-15T07:25:35.939Z PASS [ 0.031s] (2603/3304) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
85762026-08-15T07:25:35.943Z PASS [ 0.032s] (2604/3304) oximeter-db native::io::table_columns::tests::test_column_count
85772026-08-15T07:25:35.950Z PASS [ 0.033s] (2605/3304) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
85782026-08-15T07:25:35.954Z PASS [ 0.749s] (2606/3304) oximeter-db client::tests::test_timeseries_schema_list
85792026-08-15T07:25:35.954Z PASS [ 0.032s] (2607/3304) oximeter-db native::io::table_columns::tests::test_column_description_with_default
85802026-08-15T07:25:35.958Z PASS [ 0.032s] (2608/3304) oximeter-db native::io::table_columns::tests::test_column_descriptions
85812026-08-15T07:25:35.965Z PASS [ 0.034s] (2609/3304) oximeter-db native::io::varuint::test_encode_decode_varuint
85822026-08-15T07:25:35.970Z PASS [ 0.027s] (2610/3304) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
85832026-08-15T07:25:35.974Z PASS [ 0.035s] (2611/3304) oximeter-db oxql::ast::grammar::tests::test_align_table_op
85842026-08-15T07:25:35.978Z PASS [ 0.028s] (2612/3304) oximeter-db oxql::ast::grammar::tests::test_comparison
85852026-08-15T07:25:35.988Z PASS [ 0.037s] (2613/3304) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
85862026-08-15T07:25:35.989Z PASS [ 0.036s] (2614/3304) oximeter-db oxql::ast::grammar::tests::test_double_literal
85872026-08-15T07:25:35.992Z PASS [ 0.031s] (2615/3304) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
85882026-08-15T07:25:35.996Z PASS [ 0.031s] (2616/3304) oximeter-db oxql::ast::grammar::tests::test_duration_literal
85892026-08-15T07:25:36.005Z PASS [ 0.034s] (2617/3304) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
85902026-08-15T07:25:36.008Z PASS [ 0.034s] (2618/3304) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
85912026-08-15T07:25:36.011Z PASS [ 0.031s] (2619/3304) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
85922026-08-15T07:25:36.020Z PASS [ 0.032s] (2620/3304) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
85932026-08-15T07:25:36.024Z PASS [ 0.033s] (2621/3304) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
85942026-08-15T07:25:36.024Z PASS [ 0.033s] (2622/3304) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
85952026-08-15T07:25:36.030Z PASS [ 0.034s] (2623/3304) oximeter-db oxql::ast::grammar::tests::test_get_table_op
85962026-08-15T07:25:36.033Z PASS [ 0.028s] (2624/3304) oximeter-db oxql::ast::grammar::tests::test_group_by
85972026-08-15T07:25:36.039Z PASS [ 0.026s] (2625/3304) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
85982026-08-15T07:25:36.043Z PASS [ 0.031s] (2626/3304) oximeter-db oxql::ast::grammar::tests::test_ident
85992026-08-15T07:25:36.050Z PASS [ 0.027s] (2627/3304) oximeter-db oxql::ast::grammar::tests::test_integer_literal
86002026-08-15T07:25:36.053Z PASS [ 0.027s] (2628/3304) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
86012026-08-15T07:25:36.058Z PASS [ 0.034s] (2629/3304) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
86022026-08-15T07:25:36.061Z PASS [ 0.029s] (2630/3304) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
86032026-08-15T07:25:36.062Z PASS [ 0.027s] (2631/3304) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
86042026-08-15T07:25:36.065Z PASS [ 0.029s] (2632/3304) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
86052026-08-15T07:25:36.069Z PASS [ 0.028s] (2633/3304) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
86062026-08-15T07:25:36.077Z PASS [ 0.029s] (2634/3304) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
86072026-08-15T07:25:36.086Z PASS [ 0.036s] (2635/3304) oximeter-db oxql::ast::grammar::tests::test_query
86082026-08-15T07:25:36.090Z PASS [ 0.032s] (2636/3304) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
86092026-08-15T07:25:36.093Z PASS [ 0.031s] (2637/3304) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
86102026-08-15T07:25:36.097Z PASS [ 0.035s] (2638/3304) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
86112026-08-15T07:25:36.100Z PASS [ 0.031s] (2639/3304) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
86122026-08-15T07:25:36.109Z PASS [ 0.033s] (2640/3304) oximeter-db oxql::ast::grammar::tests::test_reducer
86132026-08-15T07:25:36.120Z PASS [ 0.034s] (2641/3304) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
86142026-08-15T07:25:36.123Z PASS [ 0.030s] (2642/3304) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
86152026-08-15T07:25:36.127Z PASS [ 0.035s] (2643/3304) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
86162026-08-15T07:25:36.130Z PASS [ 0.028s] (2644/3304) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
86172026-08-15T07:25:36.133Z PASS [ 0.031s] (2645/3304) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
86182026-08-15T07:25:36.141Z PASS [ 0.032s] (2646/3304) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
86192026-08-15T07:25:36.147Z PASS [ 0.027s] (2647/3304) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
86202026-08-15T07:25:36.152Z PASS [ 0.027s] (2648/3304) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
86212026-08-15T07:25:36.155Z PASS [ 0.031s] (2649/3304) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
86222026-08-15T07:25:36.155Z PASS [ 0.029s] (2650/3304) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
86232026-08-15T07:25:36.159Z PASS [ 0.026s] (2651/3304) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
86242026-08-15T07:25:36.185Z PASS [ 0.043s] (2652/3304) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
86252026-08-15T07:25:36.196Z PASS [ 0.049s] (2653/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
86262026-08-15T07:25:36.201Z PASS [ 0.049s] (2654/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
86272026-08-15T07:25:36.204Z PASS [ 0.049s] (2655/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
86282026-08-15T07:25:36.204Z PASS [ 0.051s] (2656/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
86292026-08-15T07:25:36.208Z PASS [ 1.031s] (2657/3304) oximeter-db client::tests::test_sql_query_output
86302026-08-15T07:25:36.210Z PASS [ 0.050s] (2658/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
86312026-08-15T07:25:36.218Z PASS [ 0.033s] (2659/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
86322026-08-15T07:25:36.232Z PASS [ 0.035s] (2660/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
86332026-08-15T07:25:36.240Z PASS [ 0.039s] (2661/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
86342026-08-15T07:25:36.247Z PASS [ 0.044s] (2662/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
86352026-08-15T07:25:36.247Z PASS [ 0.042s] (2663/3304) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
86362026-08-15T07:25:36.247Z PASS [ 0.039s] (2664/3304) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
86372026-08-15T07:25:36.247Z PASS [ 0.040s] (2665/3304) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
86382026-08-15T07:25:36.258Z PASS [ 0.039s] (2666/3304) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
86392026-08-15T07:25:36.261Z PASS [ 0.615s] (2667/3304) oximeter-db native::connection::tests::test_exchange_hello
86402026-08-15T07:25:36.261Z PASS [ 0.628s] (2668/3304) oximeter-db native::connection::tests::test_basic_select_query
86412026-08-15T07:25:36.268Z PASS [ 0.037s] (2669/3304) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
86422026-08-15T07:25:36.277Z PASS [ 0.632s] (2670/3304) oximeter-db native::connection::tests::test_insert_and_select_data
86432026-08-15T07:25:36.281Z PASS [ 0.038s] (2671/3304) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
86442026-08-15T07:25:36.289Z PASS [ 0.634s] (2672/3304) oximeter-db native::connection::tests::test_insert_and_select_uuid
86452026-08-15T07:25:36.294Z PASS [ 0.044s] (2673/3304) oximeter-db oxql::plan::align::test::test_align_input_schema
86462026-08-15T07:25:36.294Z PASS [ 0.046s] (2674/3304) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
86472026-08-15T07:25:36.300Z PASS [ 0.637s] (2675/3304) oximeter-db native::connection::tests::test_select_array_column
86482026-08-15T07:25:36.304Z PASS [ 0.055s] (2676/3304) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
86492026-08-15T07:25:36.304Z PASS [ 0.045s] (2677/3304) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
86502026-08-15T07:25:36.307Z PASS [ 0.057s] (2678/3304) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
86512026-08-15T07:25:36.310Z PASS [ 0.049s] (2679/3304) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
86522026-08-15T07:25:36.314Z PASS [ 0.054s] (2680/3304) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
86532026-08-15T07:25:36.318Z PASS [ 0.643s] (2681/3304) oximeter-db native::connection::tests::test_select_array_of_nullable_column
86542026-08-15T07:25:36.318Z PASS [ 0.630s] (2682/3304) oximeter-db native::connection::tests::test_send_cancel_with_no_query
86552026-08-15T07:25:36.318Z PASS [ 0.639s] (2683/3304) oximeter-db native::connection::tests::test_select_nullable_column
86562026-08-15T07:25:36.321Z PASS [ 0.050s] (2684/3304) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
86572026-08-15T07:25:36.324Z PASS [ 0.045s] (2685/3304) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
86582026-08-15T07:25:36.328Z PASS [ 0.048s] (2686/3304) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
86592026-08-15T07:25:36.340Z PASS [ 0.049s] (2687/3304) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
86602026-08-15T07:25:36.344Z PASS [ 0.048s] (2688/3304) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
86612026-08-15T07:25:36.344Z PASS [ 0.042s] (2689/3304) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
86622026-08-15T07:25:36.344Z PASS [ 0.053s] (2690/3304) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
86632026-08-15T07:25:36.348Z PASS [ 0.045s] (2691/3304) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
86642026-08-15T07:25:36.348Z PASS [ 0.045s] (2692/3304) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
86652026-08-15T07:25:36.348Z PASS [ 0.044s] (2693/3304) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
86662026-08-15T07:25:36.351Z PASS [ 0.042s] (2694/3304) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
86672026-08-15T07:25:36.366Z PASS [ 0.729s] (2695/3304) oximeter-db native::connection::tests::test_can_cancel_query
86682026-08-15T07:25:36.376Z PASS [ 0.050s] (2696/3304) oximeter-db oxql::query::tests::test_coalesce_limits
86692026-08-15T07:25:36.380Z PASS [ 0.059s] (2697/3304) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
86702026-08-15T07:25:36.380Z PASS [ 0.060s] (2698/3304) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
86712026-08-15T07:25:36.380Z PASS [ 0.055s] (2699/3304) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
86722026-08-15T07:25:36.384Z PASS [ 0.044s] (2700/3304) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
86732026-08-15T07:25:36.387Z PASS [ 0.067s] (2701/3304) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
86742026-08-15T07:25:36.387Z PASS [ 0.068s] (2702/3304) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
86752026-08-15T07:25:36.387Z PASS [ 0.073s] (2703/3304) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
86762026-08-15T07:25:36.393Z PASS [ 0.051s] (2704/3304) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
86772026-08-15T07:25:36.396Z PASS [ 0.051s] (2705/3304) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
86782026-08-15T07:25:36.400Z PASS [ 0.052s] (2706/3304) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
86792026-08-15T07:25:36.401Z PASS [ 0.059s] (2707/3304) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
86802026-08-15T07:25:36.401Z PASS [ 0.053s] (2708/3304) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
86812026-08-15T07:25:36.401Z PASS [ 0.053s] (2709/3304) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
86822026-08-15T07:25:36.401Z PASS [ 0.050s] (2710/3304) oximeter-db oxql::query::tests::test_coalesce_predicates
86832026-08-15T07:25:36.406Z PASS [ 0.041s] (2711/3304) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
86842026-08-15T07:25:36.410Z PASS [ 0.035s] (2712/3304) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
86852026-08-15T07:25:36.414Z PASS [ 0.036s] (2713/3304) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
86862026-08-15T07:25:36.414Z PASS [ 0.035s] (2714/3304) oximeter-db oxql::query::tests::test_insert_filters
86872026-08-15T07:25:36.419Z PASS [ 0.036s] (2715/3304) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
86882026-08-15T07:25:36.420Z PASS [ 0.029s] (2716/3304) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
86892026-08-15T07:25:36.420Z PASS [ 0.034s] (2717/3304) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
86902026-08-15T07:25:36.424Z PASS [ 0.033s] (2718/3304) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
86912026-08-15T07:25:36.424Z PASS [ 0.037s] (2719/3304) oximeter-db oxql::query::tests::test_query_end_time
86922026-08-15T07:25:36.424Z PASS [ 0.029s] (2720/3304) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
86932026-08-15T07:25:36.424Z PASS [ 0.031s] (2721/3304) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
86942026-08-15T07:25:36.441Z PASS [ 0.040s] (2722/3304) oximeter-db query::tests::test_field_selector_as_query
86952026-08-15T07:25:36.444Z PASS [ 0.043s] (2723/3304) oximeter-db oxql::query::tests::test_split_query
86962026-08-15T07:25:36.448Z PASS [ 0.044s] (2724/3304) oximeter-db query::tests::test_field_value_as_db_str
86972026-08-15T07:25:36.448Z PASS [ 0.044s] (2725/3304) oximeter-db query::tests::test_field_cmp
86982026-08-15T07:25:36.458Z PASS [ 0.057s] (2726/3304) oximeter-db query::tests::test_select_query_builder_field_selectors
86992026-08-15T07:25:36.458Z PASS [ 0.047s] (2727/3304) oximeter-db query::tests::test_select_query_builder_from_parts
87002026-08-15T07:25:36.462Z PASS [ 0.056s] (2728/3304) oximeter-db query::tests::test_select_query_builder_filter_raw
87012026-08-15T07:25:36.467Z PASS [ 0.047s] (2729/3304) oximeter-db query::tests::test_time_range
87022026-08-15T07:25:36.471Z PASS [ 0.054s] (2730/3304) oximeter-db query::tests::test_select_query_builder_no_fields
87032026-08-15T07:25:36.473Z PASS [ 0.056s] (2731/3304) oximeter-db query::tests::test_select_query_builder_limit_offset
87042026-08-15T07:25:36.473Z PASS [ 0.052s] (2732/3304) oximeter-db query::tests::test_string_field_selector
87052026-08-15T07:25:36.476Z PASS [ 0.049s] (2733/3304) oximeter-db sql::tests::test_allow_subqueries
87062026-08-15T07:25:36.477Z PASS [ 0.057s] (2734/3304) oximeter-db query::tests::test_select_query_builder_no_selectors
87072026-08-15T07:25:36.477Z PASS [ 0.052s] (2735/3304) oximeter-db sql::tests::test_allow_limit_offset
87082026-08-15T07:25:36.477Z PASS [ 0.061s] (2736/3304) oximeter-db query::tests::test_select_query_builder_full
87092026-08-15T07:25:36.477Z PASS [ 0.033s] (2737/3304) oximeter-db sql::tests::test_ctes_are_not_supported
87102026-08-15T07:25:36.480Z PASS [ 0.056s] (2738/3304) oximeter-db sql::tests::test_cannot_name_database
87112026-08-15T07:25:36.484Z PASS [ 0.039s] (2739/3304) oximeter-db sql::tests::test_multiple_statements_are_not_supported
87122026-08-15T07:25:36.487Z PASS [ 0.040s] (2740/3304) oximeter-db sql::tests::test_function_allow_list
87132026-08-15T07:25:36.487Z PASS [ 0.042s] (2741/3304) oximeter-db sql::tests::test_join_must_be_inner
87142026-08-15T07:25:36.494Z PASS [ 0.037s] (2742/3304) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
87152026-08-15T07:25:36.498Z PASS [ 0.038s] (2743/3304) oximeter-db sql::tests::test_query_must_be_select_statement
87162026-08-15T07:25:36.502Z PASS [ 0.036s] (2744/3304) oximeter-db sql::tests::test_require_table_is_timeseries_name
87172026-08-15T07:25:36.502Z PASS [ 0.033s] (2745/3304) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
87182026-08-15T07:25:36.507Z PASS [ 0.028s] (2746/3304) oximeter-instruments kstat::cpu::tests::test_kstat_interested
87192026-08-15T07:25:36.508Z PASS [ 0.036s] (2747/3304) oximeter-db tests::test_timeseries_key_field_stability
87202026-08-15T07:25:36.508Z PASS [ 0.031s] (2748/3304) oximeter-instruments http::tests::test_latency_tracker
87212026-08-15T07:25:36.518Z PASS [ 0.048s] (2749/3304) oximeter-db tests::test_timeseries_key_sample_stability
87222026-08-15T07:25:36.522Z PASS [ 0.048s] (2750/3304) oximeter-db sql::tests::test_with_comma_join_fails
87232026-08-15T07:25:36.522Z PASS [ 0.037s] (2751/3304) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
87242026-08-15T07:25:36.539Z PASS [ 0.019s] (2752/3304) oximeter-instruments kstat::link::tests::test_interested_negative
87252026-08-15T07:25:36.543Z PASS [ 0.022s] (2753/3304) oximeter-instruments kstat::link::tests::test_interested_positive
87262026-08-15T07:25:36.549Z PASS [ 0.044s] (2754/3304) oximeter-instruments kstat::link::illumos_tests::test_sled_datalink
87272026-08-15T07:25:36.553Z PASS [ 0.066s] (2755/3304) oximeter-instruments kstat::link::illumos_tests::no_futures_to_await_after_removing_target
87282026-08-15T07:25:36.553Z PASS [ 0.053s] (2756/3304) oximeter-instruments kstat::link::illumos_tests::test_kstat_with_expiration
87292026-08-15T07:25:36.556Z PASS [ 0.059s] (2757/3304) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler
87302026-08-15T07:25:36.556Z PASS [ 0.057s] (2758/3304) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler_with_overflow
87312026-08-15T07:25:36.557Z PASS [ 0.056s] (2759/3304) oximeter-instruments kstat::link::illumos_tests::test_kstat_start_time_is_equal
87322026-08-15T07:25:36.562Z PASS [ 0.023s] (2760/3304) oximeter-instruments kstat::link::tests::test_to_samples
87332026-08-15T07:25:36.566Z PASS [ 0.082s] (2761/3304) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
87342026-08-15T07:25:36.566Z PASS [ 0.057s] (2762/3304) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_kstat_is_gone
87352026-08-15T07:25:36.566Z PASS [ 0.058s] (2763/3304) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_target_is_removed
87362026-08-15T07:25:36.566Z PASS [ 0.021s] (2764/3304) oximeter-instruments kstat::opte_port::tests::test_interested_negative
87372026-08-15T07:25:36.570Z PASS [ 0.052s] (2765/3304) oximeter-instruments kstat::link::illumos_tests::updating_target_changes_existing_sampling_interval
87382026-08-15T07:25:36.573Z PASS [ 0.098s] (2766/3304) oximeter-db::integration_test test_schemas_are_not_modified
87392026-08-15T07:25:36.573Z PASS [ 0.022s] (2767/3304) oximeter-instruments kstat::opte_port::tests::test_interested_positive
87402026-08-15T07:25:36.577Z PASS [ 0.021s] (2768/3304) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
87412026-08-15T07:25:36.577Z PASS [ 0.026s] (2769/3304) oximeter-instruments kstat::opte_port::tests::test_to_samples
87422026-08-15T07:25:36.584Z PASS [ 0.030s] (2770/3304) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
87432026-08-15T07:25:36.587Z PASS [ 0.031s] (2771/3304) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
87442026-08-15T07:25:36.588Z PASS [ 0.031s] (2772/3304) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
87452026-08-15T07:25:36.591Z PASS [ 0.020s] (2773/3304) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
87462026-08-15T07:25:36.594Z PASS [ 0.532s] (2774/3304) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
87472026-08-15T07:25:36.597Z PASS [ 0.021s] (2775/3304) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
87482026-08-15T07:25:36.597Z PASS [ 0.032s] (2776/3304) oximeter-instruments kstat::zone::tests::test_kstat_interested
87492026-08-15T07:25:36.601Z PASS [ 0.023s] (2777/3304) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
87502026-08-15T07:25:36.601Z PASS [ 0.023s] (2778/3304) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
87512026-08-15T07:25:36.601Z PASS [ 0.021s] (2779/3304) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
87522026-08-15T07:25:36.601Z PASS [ 0.038s] (2780/3304) oximeter-instruments kstat::zone::tests::test_zone_samples
87532026-08-15T07:25:36.604Z PASS [ 0.038s] (2781/3304) oximeter-instruments zfs::usage::tests::test_dataset_samples
87542026-08-15T07:25:36.608Z PASS [ 0.023s] (2782/3304) oximeter-macro-impl tests::test_metric_annotated_field
87552026-08-15T07:25:36.611Z PASS [ 0.023s] (2783/3304) oximeter-macro-impl tests::test_metric_enum
87562026-08-15T07:25:36.611Z PASS [ 0.025s] (2784/3304) oximeter-macro-impl tests::test_metric_datum_field
87572026-08-15T07:25:36.611Z PASS [ 0.020s] (2785/3304) oximeter-macro-impl tests::test_metric_without_datum_field
87582026-08-15T07:25:36.615Z PASS [ 0.048s] (2786/3304) oximeter-instruments zfs::usage::tests::test_collect_zpools
87592026-08-15T07:25:36.615Z PASS [ 0.020s] (2787/3304) oximeter-macro-impl tests::test_target_empty_struct
87602026-08-15T07:25:36.618Z PASS [ 0.023s] (2788/3304) oximeter-macro-impl tests::test_target
87612026-08-15T07:25:36.618Z PASS [ 0.022s] (2789/3304) oximeter-macro-impl tests::test_target_enum
87622026-08-15T07:25:36.620Z PASS [ 0.021s] (2790/3304) oximeter-macro-impl tests::test_target_unit_struct
87632026-08-15T07:25:36.624Z PASS [ 0.023s] (2791/3304) oximeter-macro-impl tests::test_target_with_datum_field
87642026-08-15T07:25:36.627Z PASS [ 0.025s] (2792/3304) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
87652026-08-15T07:25:36.627Z PASS [ 0.062s] (2793/3304) oximeter-instruments zfs::usage::tests::test_collect_datasets
87662026-08-15T07:25:36.630Z PASS [ 0.027s] (2794/3304) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
87672026-08-15T07:25:36.630Z PASS [ 0.023s] (2795/3304) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
87682026-08-15T07:25:36.634Z PASS [ 0.023s] (2796/3304) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
87692026-08-15T07:25:36.634Z PASS [ 0.023s] (2797/3304) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
87702026-08-15T07:25:36.637Z PASS [ 0.026s] (2798/3304) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
87712026-08-15T07:25:36.637Z PASS [ 0.023s] (2799/3304) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
87722026-08-15T07:25:36.641Z PASS [ 0.024s] (2800/3304) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
87732026-08-15T07:25:36.641Z PASS [ 0.027s] (2801/3304) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
87742026-08-15T07:25:36.644Z PASS [ 0.023s] (2802/3304) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
87752026-08-15T07:25:36.644Z PASS [ 0.026s] (2803/3304) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
87762026-08-15T07:25:36.646Z PASS [ 0.028s] (2804/3304) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
87772026-08-15T07:25:36.649Z PASS [ 0.019s] (2805/3304) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
87782026-08-15T07:25:36.649Z PASS [ 0.020s] (2806/3304) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
87792026-08-15T07:25:36.649Z PASS [ 0.018s] (2807/3304) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
87802026-08-15T07:25:36.649Z PASS [ 0.018s] (2808/3304) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
87812026-08-15T07:25:36.649Z PASS [ 0.017s] (2809/3304) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
87822026-08-15T07:25:36.656Z PASS [ 0.021s] (2810/3304) oximeter-schema ir::tests::fail_on_empty_descriptions
87832026-08-15T07:25:36.660Z PASS [ 0.023s] (2811/3304) oximeter-schema ir::tests::fail_on_empty_target_name
87842026-08-15T07:25:36.664Z PASS [ 0.025s] (2812/3304) oximeter-schema ir::tests::fail_on_empty_metric_name
87852026-08-15T07:25:36.664Z PASS [ 0.023s] (2813/3304) oximeter-schema ir::tests::fail_on_very_long_field_names
87862026-08-15T07:25:36.668Z PASS [ 0.022s] (2814/3304) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
87872026-08-15T07:25:36.668Z PASS [ 0.026s] (2815/3304) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
87882026-08-15T07:25:36.671Z PASS [ 0.025s] (2816/3304) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
87892026-08-15T07:25:36.679Z PASS [ 0.034s] (2817/3304) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
87902026-08-15T07:25:36.683Z PASS [ 0.033s] (2818/3304) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
87912026-08-15T07:25:36.683Z PASS [ 0.035s] (2819/3304) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
87922026-08-15T07:25:36.686Z PASS [ 0.025s] (2820/3304) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
87932026-08-15T07:25:36.686Z PASS [ 0.027s] (2821/3304) oximeter-schema ir::tests::only_support_format_version_1
87942026-08-15T07:25:36.686Z PASS [ 0.038s] (2822/3304) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
87952026-08-15T07:25:36.687Z PASS [ 0.038s] (2823/3304) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
87962026-08-15T07:25:36.690Z PASS [ 0.044s] (2824/3304) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
87972026-08-15T07:25:36.690Z PASS [ 0.028s] (2825/3304) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
87982026-08-15T07:25:36.690Z PASS [ 0.034s] (2826/3304) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
87992026-08-15T07:25:36.704Z PASS [ 0.036s] (2827/3304) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
88002026-08-15T07:25:36.704Z PASS [ 0.040s] (2828/3304) oximeter-test-utils tests::test_gen_test_samples
88012026-08-15T07:25:36.715Z PASS [ 0.025s] (2829/3304) oximeter-types-versions impls::histogram::tests::test_bin_range_from
88022026-08-15T07:25:36.715Z PASS [ 0.049s] (2830/3304) oximeter-test-utils tests::test_sample_struct
88032026-08-15T07:25:36.715Z PASS [ 0.026s] (2831/3304) oximeter-types-versions impls::histogram::tests::test_bin_range
88042026-08-15T07:25:36.724Z PASS [ 0.038s] (2832/3304) oximeter-types queue::tests::test_bounded_queue_overflow
88052026-08-15T07:25:36.725Z PASS [ 0.036s] (2833/3304) oximeter-types queue::tests::test_bounded_queue_sample_overflow
88062026-08-15T07:25:36.728Z PASS [ 0.039s] (2834/3304) oximeter-types queue::tests::test_bounded_queue
88072026-08-15T07:25:36.729Z PASS [ 0.036s] (2835/3304) oximeter-types traits::tests::test_metric_trait
88082026-08-15T07:25:36.729Z PASS [ 0.036s] (2836/3304) oximeter-types traits::tests::test_target_trait
88092026-08-15T07:25:36.729Z PASS [ 0.044s] (2837/3304) oximeter-test-utils tests::test_timeseries_schema_from_sample
88102026-08-15T07:25:36.729Z PASS [ 0.048s] (2838/3304) oximeter-test-utils tests::test_timeseries_schema_from_parts
88112026-08-15T07:25:36.735Z PASS [ 0.048s] (2839/3304) oximeter-types traits::tests::test_producer_trait
88122026-08-15T07:25:36.739Z PASS [ 0.023s] (2840/3304) oximeter-types-versions impls::histogram::tests::test_ensure_finite
88132026-08-15T07:25:36.742Z PASS [ 0.035s] (2841/3304) oximeter-types-versions impls::histogram::tests::test_bin_range_to
88142026-08-15T07:25:36.742Z PASS [ 0.027s] (2842/3304) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
88152026-08-15T07:25:36.742Z PASS [ 0.027s] (2843/3304) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
88162026-08-15T07:25:36.749Z PASS [ 0.024s] (2844/3304) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
88172026-08-15T07:25:36.749Z PASS [ 0.023s] (2845/3304) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
88182026-08-15T07:25:36.749Z PASS [ 0.034s] (2846/3304) oximeter-types-versions impls::histogram::tests::test_histogram
88192026-08-15T07:25:36.768Z PASS [ 0.042s] (2847/3304) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
88202026-08-15T07:25:36.768Z PASS [ 0.026s] (2848/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
88212026-08-15T07:25:36.768Z PASS [ 0.042s] (2849/3304) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
88222026-08-15T07:25:36.768Z PASS [ 0.028s] (2850/3304) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
88232026-08-15T07:25:36.768Z PASS [ 0.032s] (2851/3304) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
88242026-08-15T07:25:36.768Z PASS [ 0.026s] (2852/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
88252026-08-15T07:25:36.768Z PASS [ 0.042s] (2853/3304) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
88262026-08-15T07:25:36.769Z PASS [ 0.029s] (2854/3304) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
88272026-08-15T07:25:36.769Z PASS [ 0.040s] (2855/3304) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
88282026-08-15T07:25:36.769Z PASS [ 0.042s] (2856/3304) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
88292026-08-15T07:25:36.778Z PASS [ 0.026s] (2857/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
88302026-08-15T07:25:36.786Z PASS [ 0.034s] (2858/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
88312026-08-15T07:25:36.791Z PASS [ 0.029s] (2859/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
88322026-08-15T07:25:36.795Z PASS [ 0.026s] (2860/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
88332026-08-15T07:25:36.812Z PASS [ 0.031s] (2861/3304) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
88342026-08-15T07:25:36.812Z PASS [ 0.033s] (2862/3304) oximeter-types-versions impls::quantile::tests::test_empty_observations
88352026-08-15T07:25:36.816Z PASS [ 0.033s] (2863/3304) oximeter-types-versions impls::quantile::tests::test_default_percentiles
88362026-08-15T07:25:36.816Z PASS [ 0.026s] (2864/3304) oximeter-types-versions impls::quantile::tests::test_float_observations
88372026-08-15T07:25:36.831Z PASS [ 0.049s] (2865/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
88382026-08-15T07:25:36.831Z PASS [ 0.052s] (2866/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
88392026-08-15T07:25:36.831Z PASS [ 0.039s] (2867/3304) oximeter-types-versions impls::quantile::tests::test_integer_observations
88402026-08-15T07:25:36.831Z PASS [ 0.051s] (2868/3304) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
88412026-08-15T07:25:36.835Z PASS [ 0.056s] (2869/3304) oximeter-types-versions impls::histogram::tests::test_span_decades
88422026-08-15T07:25:36.835Z PASS [ 0.051s] (2870/3304) oximeter-types-versions impls::quantile::tests::test_find_cells
88432026-08-15T07:25:36.835Z PASS [ 0.036s] (2871/3304) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
88442026-08-15T07:25:36.835Z PASS [ 0.053s] (2872/3304) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
88452026-08-15T07:25:36.835Z PASS [ 0.051s] (2873/3304) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
88462026-08-15T07:25:36.835Z PASS [ 0.020s] (2874/3304) oximeter-types-versions impls::quantile::tests::test_rounding
88472026-08-15T07:25:36.835Z PASS [ 0.022s] (2875/3304) oximeter-types-versions impls::quantile::tests::test_max_p
88482026-08-15T07:25:36.845Z PASS [ 0.029s] (2876/3304) oximeter-types-versions impls::quantile::tests::test_min_p
88492026-08-15T07:25:36.851Z PASS [ 0.035s] (2877/3304) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
88502026-08-15T07:25:36.855Z PASS [ 0.024s] (2878/3304) oximeter-types-versions impls::types::tests::test_cumulative_i64
88512026-08-15T07:25:36.858Z PASS [ 0.025s] (2879/3304) oximeter-types-versions impls::schema::tests::test_timeseries_name
88522026-08-15T07:25:36.862Z PASS [ 0.028s] (2880/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
88532026-08-15T07:25:36.862Z PASS [ 0.029s] (2881/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
88542026-08-15T07:25:36.862Z PASS [ 0.029s] (2882/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
88552026-08-15T07:25:36.862Z PASS [ 0.030s] (2883/3304) oximeter-types-versions impls::types::tests::test_cumulative_f64
88562026-08-15T07:25:36.862Z PASS [ 0.031s] (2884/3304) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
88572026-08-15T07:25:36.866Z PASS [ 0.032s] (2885/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
88582026-08-15T07:25:36.866Z PASS [ 0.029s] (2886/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
88592026-08-15T07:25:36.866Z PASS [ 0.033s] (2887/3304) oximeter-types-versions impls::types::tests::test_datum
88602026-08-15T07:25:36.869Z PASS [ 0.022s] (2888/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
88612026-08-15T07:25:36.873Z PASS [ 0.039s] (2889/3304) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
88622026-08-15T07:25:36.876Z PASS [ 0.023s] (2890/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
88632026-08-15T07:25:36.877Z PASS [ 0.021s] (2891/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
88642026-08-15T07:25:36.880Z PASS [ 0.023s] (2892/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
88652026-08-15T07:25:36.885Z PASS [ 0.024s] (2893/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
88662026-08-15T07:25:36.889Z PASS [ 0.024s] (2894/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
88672026-08-15T07:25:36.889Z PASS [ 0.027s] (2895/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
88682026-08-15T07:25:36.889Z PASS [ 0.027s] (2896/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
88692026-08-15T07:25:36.892Z PASS [ 0.027s] (2897/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
88702026-08-15T07:25:36.892Z PASS [ 0.022s] (2898/3304) oximeter-types-versions impls::types::tests::test_measurement
88712026-08-15T07:25:36.892Z PASS [ 0.027s] (2899/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
88722026-08-15T07:25:36.892Z PASS [ 0.019s] (2900/3304) oximeter-types-versions impls::types::tests::test_verify_field_names
88732026-08-15T07:25:36.892Z PASS [ 0.027s] (2901/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
88742026-08-15T07:25:36.893Z PASS [ 0.018s] (2902/3304) oxlog tests::test_daterange_filter
88752026-08-15T07:25:36.896Z PASS [ 0.030s] (2903/3304) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
88762026-08-15T07:25:36.896Z PASS [ 0.020s] (2904/3304) oxlog tests::test_is_oxide_smf_log_file
88772026-08-15T07:25:36.900Z PASS [ 0.020s] (2905/3304) oxlog tests::test_oxide_smf_service_name_from_log_file_name
88782026-08-15T07:25:36.906Z PASS [ 0.018s] (2906/3304) oxlog tests::test_sort_logs
88792026-08-15T07:25:36.911Z PASS [ 0.022s] (2907/3304) oxql-types point::tests::test_cast_points_from_double
88802026-08-15T07:25:36.911Z PASS [ 0.022s] (2908/3304) oxql-types point::tests::test_cast_points_from_bool
88812026-08-15T07:25:36.915Z PASS [ 0.023s] (2909/3304) oxql-types point::tests::test_cast_points_from_double_distribution
88822026-08-15T07:25:36.915Z PASS [ 0.026s] (2910/3304) oxlog::bin/oxlog tests::test_parse_timestamp
88832026-08-15T07:25:36.915Z PASS [ 0.022s] (2911/3304) oxql-types point::tests::test_cast_points_from_integer
88842026-08-15T07:25:36.918Z PASS [ 0.021s] (2912/3304) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
88852026-08-15T07:25:36.918Z PASS [ 0.025s] (2913/3304) oxql-types point::tests::test_cast_points_from_string
88862026-08-15T07:25:36.918Z PASS [ 0.026s] (2914/3304) oxql-types point::tests::test_cast_points_from_int_distribution
88872026-08-15T07:25:36.918Z PASS [ 0.024s] (2915/3304) oxql-types point::tests::test_point_delta_between
88882026-08-15T07:25:36.918Z PASS [ 0.025s] (2916/3304) oxql-types point::tests::test_join_point_arrays
88892026-08-15T07:25:36.918Z PASS [ 0.021s] (2917/3304) oxql-types point::tests::test_point_delta_between_with_new_epoch
88902026-08-15T07:25:36.922Z PASS [ 0.023s] (2918/3304) oxql-types point::tests::test_push_concrete_values
88912026-08-15T07:25:36.925Z PASS [ 0.021s] (2919/3304) oxql-types point::tests::test_sub_between_histogram_distributions
88922026-08-15T07:25:36.945Z PASS [ 0.035s] (2920/3304) rack-init-config tests::bgp_request_round_trips_through_sled_agent
88932026-08-15T07:25:36.950Z PASS [ 0.034s] (2921/3304) range-requests test::invalid_ranges
88942026-08-15T07:25:36.950Z PASS [ 0.034s] (2922/3304) range-requests test::parse_range_valid
88952026-08-15T07:25:36.953Z PASS [ 0.033s] (2923/3304) range-requests test::range_into_str
88962026-08-15T07:25:36.954Z PASS [ 0.035s] (2924/3304) range-requests test::parse_range_invalid
88972026-08-15T07:25:36.954Z PASS [ 0.031s] (2925/3304) range-requests test::single_range_parsing_does_not_crash
88982026-08-15T07:25:36.954Z PASS [ 0.039s] (2926/3304) range-requests test::get_response_no_range
88992026-08-15T07:25:36.954Z PASS [ 0.036s] (2927/3304) range-requests test::potential_range_parsing_does_not_crash
89002026-08-15T07:25:36.957Z PASS [ 0.043s] (2928/3304) rack-init-config tests::non_gimlet_example_round_trips_through_sled_agent
89012026-08-15T07:25:36.960Z PASS [ 0.042s] (2929/3304) range-requests test::get_response_with_range
89022026-08-15T07:25:36.968Z PASS [ 0.051s] (2930/3304) rack-init-config tests::static_bfd_request_round_trips_through_sled_agent
89032026-08-15T07:25:36.999Z PASS [ 0.089s] (2931/3304) parallel-task-set test::test_spawn_many
89042026-08-15T07:25:37.105Z PASS [ 0.180s] (2932/3304) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
89052026-08-15T07:25:37.134Z PASS [ 0.189s] (2933/3304) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
89062026-08-15T07:25:37.143Z PASS [ 0.193s] (2934/3304) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
89072026-08-15T07:25:37.150Z PASS [ 0.201s] (2935/3304) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
89082026-08-15T07:25:37.156Z PASS [ 0.199s] (2936/3304) reconfigurator-cli::test-scripts script::cmds-load-errors.txt
89092026-08-15T07:25:37.160Z PASS [ 0.207s] (2937/3304) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
89102026-08-15T07:25:37.163Z PASS [ 0.207s] (2938/3304) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
89112026-08-15T07:25:37.166Z PASS [ 0.208s] (2939/3304) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
89122026-08-15T07:25:37.169Z PASS [ 0.216s] (2940/3304) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
89132026-08-15T07:25:37.177Z PASS [ 0.226s] (2941/3304) reconfigurator-cli::test-scripts script::cmds-example.txt
89142026-08-15T07:25:37.239Z PASS [ 0.288s] (2942/3304) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
89152026-08-15T07:25:37.255Z PASS [ 0.291s] (2943/3304) reconfigurator-cli::test-scripts script::cmds-load-multi.txt
89162026-08-15T07:25:37.294Z PASS [ 0.295s] (2944/3304) reconfigurator-cli::test-scripts script::cmds-load-pick-collection.txt
89172026-08-15T07:25:37.347Z PASS [ 0.182s] (2945/3304) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
89182026-08-15T07:25:37.357Z PASS [ 0.118s] (2946/3304) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
89192026-08-15T07:25:37.386Z PASS [ 0.282s] (2947/3304) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
89202026-08-15T07:25:37.433Z PASS [ 0.291s] (2948/3304) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
89212026-08-15T07:25:37.441Z PASS [ 0.285s] (2949/3304) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
89222026-08-15T07:25:37.448Z PASS [ 0.298s] (2950/3304) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
89232026-08-15T07:25:37.460Z PASS [ 0.204s] (2951/3304) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
89242026-08-15T07:25:37.464Z PASS [ 0.286s] (2952/3304) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
89252026-08-15T07:25:37.486Z PASS [ 0.193s] (2953/3304) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
89262026-08-15T07:25:37.520Z PASS [ 0.386s] (2954/3304) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
89272026-08-15T07:25:37.537Z PASS [ 0.190s] (2955/3304) reconfigurator-cli::test-scripts script::cmds-set-update-disposition.txt
89282026-08-15T07:25:37.543Z PASS [ 0.183s] (2956/3304) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
89292026-08-15T07:25:37.552Z PASS [ 0.384s] (2957/3304) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
89302026-08-15T07:25:37.568Z PASS [ 0.408s] (2958/3304) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
89312026-08-15T07:25:37.596Z PASS [ 33.987s] (2959/3304) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
89322026-08-15T07:25:37.617Z PASS [ 0.183s] (2960/3304) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
89332026-08-15T07:25:37.653Z PASS [ 0.194s] (2961/3304) reconfigurator-cli::test-scripts script::cmds.txt
89342026-08-15T07:25:37.672Z PASS [ 0.512s] (2962/3304) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
89352026-08-15T07:25:37.733Z PASS [ 0.292s] (2963/3304) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
89362026-08-15T07:25:37.758Z PASS [ 1.271s] (2964/3304) oximeter-instruments kstat::link::illumos_tests::overflowing_self_stat_queue_does_not_block_sampler
89372026-08-15T07:25:37.782Z PASS [ 0.049s] (2965/3304) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
89382026-08-15T07:25:37.788Z PASS [ 0.030s] (2966/3304) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
89392026-08-15T07:25:37.829Z PASS [ 0.047s] (2967/3304) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
89402026-08-15T07:25:37.843Z PASS [ 0.054s] (2968/3304) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
89412026-08-15T07:25:37.853Z PASS [ 0.405s] (2969/3304) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
89422026-08-15T07:25:37.875Z PASS [ 0.046s] (2970/3304) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
89432026-08-15T07:25:37.894Z PASS [ 0.052s] (2971/3304) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
89442026-08-15T07:25:37.902Z PASS [ 0.049s] (2972/3304) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
89452026-08-15T07:25:37.913Z PASS [ 0.037s] (2973/3304) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
89462026-08-15T07:25:37.934Z PASS [ 0.039s] (2974/3304) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
89472026-08-15T07:25:37.953Z PASS [ 0.051s] (2975/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
89482026-08-15T07:25:37.957Z PASS [ 0.041s] (2976/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
89492026-08-15T07:25:37.975Z PASS [ 0.041s] (2977/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
89502026-08-15T07:25:37.999Z PASS [ 0.045s] (2978/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
89512026-08-15T07:25:38.002Z PASS [ 0.046s] (2979/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
89522026-08-15T07:25:38.014Z PASS [ 0.040s] (2980/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
89532026-08-15T07:25:38.035Z PASS [ 0.036s] (2981/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
89542026-08-15T07:25:38.041Z PASS [ 0.037s] (2982/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
89552026-08-15T07:25:38.054Z PASS [ 0.039s] (2983/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
89562026-08-15T07:25:38.086Z PASS [ 0.051s] (2984/3304) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
89572026-08-15T07:25:38.094Z PASS [ 0.039s] (2985/3304) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
89582026-08-15T07:25:38.128Z PASS [ 0.042s] (2986/3304) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
89592026-08-15T07:25:38.202Z PASS [ 0.548s] (2987/3304) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
89602026-08-15T07:25:38.238Z PASS [ 0.036s] (2988/3304) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
89612026-08-15T07:25:38.242Z PASS [ 0.148s] (2989/3304) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
89622026-08-15T07:25:38.277Z PASS [ 0.035s] (2990/3304) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
89632026-08-15T07:25:38.281Z PASS [ 0.039s] (2991/3304) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
89642026-08-15T07:25:38.317Z PASS [ 0.040s] (2992/3304) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
89652026-08-15T07:25:38.331Z PASS [ 0.054s] (2993/3304) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
89662026-08-15T07:25:38.355Z PASS [ 0.037s] (2994/3304) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
89672026-08-15T07:25:38.374Z PASS [ 0.043s] (2995/3304) sled-agent-config-reconciler ledger::tests::read_existing_config
89682026-08-15T07:25:38.380Z PASS [ 6.472s] (2996/3304) omicron-test-utils dev::db::test::test_setup_database_default_dir
89692026-08-15T07:25:38.400Z PASS [ 0.045s] (2997/3304) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
89702026-08-15T07:25:38.404Z PASS [ 0.938s] (2998/3304) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
89712026-08-15T07:25:38.416Z PASS [ 0.042s] (2999/3304) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
89722026-08-15T07:25:38.421Z PASS [ 0.042s] (3000/3304) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
89732026-08-15T07:25:38.424Z PASS [ 11.680s] (3001/3304) omicron-omdb::test_all_output test_omdb_usage_errors
89742026-08-15T07:25:38.449Z PASS [ 0.048s] (3002/3304) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
89752026-08-15T07:25:38.453Z PASS [ 0.050s] (3003/3304) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
89762026-08-15T07:25:38.456Z PASS [ 0.037s] (3004/3304) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
89772026-08-15T07:25:38.457Z PASS [ 0.030s] (3005/3304) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
89782026-08-15T07:25:38.467Z PASS [ 1.081s] (3006/3304) reconfigurator-cli::test-scripts script::cmds-target-release.txt
89792026-08-15T07:25:38.500Z PASS [ 0.032s] (3007/3304) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
89802026-08-15T07:25:38.542Z PASS [ 0.042s] (3008/3304) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
89812026-08-15T07:25:38.550Z PASS [ 0.878s] (3009/3304) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
89822026-08-15T07:25:38.581Z PASS [ 0.039s] (3010/3304) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
89832026-08-15T07:25:38.586Z PASS [ 0.036s] (3011/3304) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
89842026-08-15T07:25:38.617Z PASS [ 0.035s] (3012/3304) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
89852026-08-15T07:25:38.622Z PASS [ 0.035s] (3013/3304) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
89862026-08-15T07:25:38.656Z PASS [ 0.039s] (3014/3304) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
89872026-08-15T07:25:38.659Z PASS [ 0.034s] (3015/3304) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
89882026-08-15T07:25:38.700Z PASS [ 0.045s] (3016/3304) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
89892026-08-15T07:25:38.704Z PASS [ 0.046s] (3017/3304) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
89902026-08-15T07:25:38.731Z PASS [ 0.029s] (3018/3304) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
89912026-08-15T07:25:38.742Z PASS [ 0.042s] (3019/3304) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
89922026-08-15T07:25:38.755Z PASS [ 1.203s] (3020/3304) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
89932026-08-15T07:25:38.779Z PASS [ 1.257s] (3021/3304) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
89942026-08-15T07:25:38.783Z PASS [ 0.037s] (3022/3304) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
89952026-08-15T07:25:38.788Z PASS [ 0.033s] (3023/3304) sled-agent-rack-setup plan::service::tests::service_port_builder_v6_only
89962026-08-15T07:25:38.818Z PASS [ 0.041s] (3024/3304) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
89972026-08-15T07:25:38.822Z PASS [ 0.040s] (3025/3304) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
89982026-08-15T07:25:38.822Z PASS [ 0.034s] (3026/3304) sled-agent-rack-setup service::test::parse_rack_initialization
89992026-08-15T07:25:38.850Z PASS [ 0.031s] (3027/3304) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
90002026-08-15T07:25:38.861Z PASS [ 0.042s] (3028/3304) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
90012026-08-15T07:25:38.879Z PASS [ 0.057s] (3029/3304) sled-agent-rack-setup service::test::test_extra_certs
90022026-08-15T07:25:38.889Z PASS [ 0.039s] (3030/3304) sled-agent-rack-setup service::test::test_omicron_zone_configs
90032026-08-15T07:25:38.892Z PASS [ 0.030s] (3031/3304) sled-agent-rack-setup service::test::test_subnets
90042026-08-15T07:25:38.907Z PASS [ 0.028s] (3032/3304) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
90052026-08-15T07:25:38.918Z PASS [ 0.030s] (3033/3304) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
90062026-08-15T07:25:38.928Z PASS [ 0.036s] (3034/3304) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
90072026-08-15T07:25:38.938Z PASS [ 0.031s] (3035/3304) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
90082026-08-15T07:25:38.949Z PASS [ 0.030s] (3036/3304) sled-agent-resolvable-files manifest::tests::read_success
90092026-08-15T07:25:38.954Z PASS [ 0.025s] (3037/3304) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
90102026-08-15T07:25:38.962Z PASS [ 0.024s] (3038/3304) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
90112026-08-15T07:25:38.972Z PASS [ 0.023s] (3039/3304) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
90122026-08-15T07:25:38.976Z PASS [ 0.023s] (3040/3304) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
90132026-08-15T07:25:39.019Z PASS [ 0.022s] (3041/3304) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
90142026-08-15T07:25:39.019Z PASS [ 0.024s] (3042/3304) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
90152026-08-15T07:25:39.019Z PASS [ 0.027s] (3043/3304) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
90162026-08-15T07:25:39.019Z PASS [ 0.025s] (3044/3304) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
90172026-08-15T07:25:39.023Z PASS [ 0.022s] (3045/3304) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
90182026-08-15T07:25:39.027Z PASS [ 0.024s] (3046/3304) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
90192026-08-15T07:25:39.033Z PASS [ 0.024s] (3047/3304) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
90202026-08-15T07:25:39.033Z PASS [ 1.547s] (3048/3304) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
90212026-08-15T07:25:39.045Z PASS [ 0.315s] (3049/3304) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
90222026-08-15T07:25:39.049Z PASS [ 0.028s] (3050/3304) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
90232026-08-15T07:25:39.052Z PASS [ 0.025s] (3051/3304) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
90242026-08-15T07:25:39.059Z PASS [ 0.026s] (3052/3304) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
90252026-08-15T07:25:39.062Z PASS [ 0.029s] (3053/3304) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
90262026-08-15T07:25:39.067Z PASS [ 0.022s] (3054/3304) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
90272026-08-15T07:25:39.072Z PASS [ 0.025s] (3055/3304) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
90282026-08-15T07:25:39.076Z PASS [ 0.024s] (3056/3304) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
90292026-08-15T07:25:39.081Z PASS [ 0.022s] (3057/3304) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
90302026-08-15T07:25:39.084Z PASS [ 0.022s] (3058/3304) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
90312026-08-15T07:25:39.093Z PASS [ 0.025s] (3059/3304) sled-agent-resolvable-files mupdate_override::tests::read_both_present
90322026-08-15T07:25:39.099Z PASS [ 0.027s] (3060/3304) sled-agent-resolvable-files mupdate_override::tests::read_different_values
90332026-08-15T07:25:39.102Z PASS [ 0.025s] (3061/3304) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
90342026-08-15T07:25:39.111Z PASS [ 0.029s] (3062/3304) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
90352026-08-15T07:25:39.114Z PASS [ 0.030s] (3063/3304) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
90362026-08-15T07:25:39.121Z PASS [ 0.028s] (3064/3304) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
90372026-08-15T07:25:39.130Z PASS [ 0.028s] (3065/3304) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
90382026-08-15T07:25:39.133Z PASS [ 0.033s] (3066/3304) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
90392026-08-15T07:25:39.167Z PASS [ 1.039s] (3067/3304) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
90402026-08-15T07:25:39.170Z PASS [ 0.037s] (3068/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_all_unchanged
90412026-08-15T07:25:39.204Z PASS [ 0.037s] (3069/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_clear_all
90422026-08-15T07:25:39.208Z PASS [ 0.038s] (3070/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_create_all
90432026-08-15T07:25:39.212Z PASS [ 1.672s] (3071/3304) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
90442026-08-15T07:25:39.240Z PASS [ 0.035s] (3072/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_created_settings_round_trip_correctly
90452026-08-15T07:25:39.243Z PASS [ 0.036s] (3073/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_filters_other_switch_slot
90462026-08-15T07:25:39.251Z PASS [ 0.035s] (3074/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_link_local_addrs_ignored_from_dpd
90472026-08-15T07:25:39.274Z PASS [ 0.034s] (3075/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_mix
90482026-08-15T07:25:39.277Z PASS [ 0.031s] (3076/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_rejects_multi_link_dpd_port
90492026-08-15T07:25:39.301Z PASS [ 2.704s] (3077/3304) oximeter-producer tests::test_producer_registration_task
90502026-08-15T07:25:39.347Z PASS [ 1.750s] (3078/3304) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
90512026-08-15T07:25:39.373Z PASS [ 0.072s] (3079/3304) sled-agent-scrimlet-reconcilers handle::tests::non_scrimlet_two_phase_initialization
90522026-08-15T07:25:39.553Z PASS [ 0.179s] (3080/3304) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_then_we_become_not_a_scrimlet
90532026-08-15T07:25:39.565Z PASS [ 0.218s] (3081/3304) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_first_attempt
90542026-08-15T07:25:39.573Z PASS [ 0.299s] (3082/3304) sled-agent-scrimlet-reconcilers handle::tests::calling_set_sled_agent_networking_info_once_multiple_times_panics
90552026-08-15T07:25:39.591Z PASS [ 1.170s] (3083/3304) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
90562026-08-15T07:25:39.795Z PASS [ 2.226s] (3084/3304) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
90572026-08-15T07:25:39.813Z PASS [ 0.539s] (3085/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_plan
90582026-08-15T07:25:39.826Z PASS [ 0.031s] (3086/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_add_all
90592026-08-15T07:25:39.849Z PASS [ 0.036s] (3087/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_all_unchanged
90602026-08-15T07:25:39.860Z PASS [ 0.033s] (3088/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_both_empty
90612026-08-15T07:25:39.869Z PASS [ 0.316s] (3089/3304) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_info_then_scrimlet
90622026-08-15T07:25:39.884Z PASS [ 0.035s] (3090/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_filters_other_switch_slot
90632026-08-15T07:25:39.888Z PASS [ 0.323s] (3091/3304) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_scrimlet_then_info
90642026-08-15T07:25:39.895Z PASS [ 0.035s] (3092/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_local_none_defaults_to_unspecified
90652026-08-15T07:25:39.904Z PASS [ 1.451s] (3093/3304) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
90662026-08-15T07:25:39.907Z PASS [ 0.036s] (3094/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mix
90672026-08-15T07:25:39.919Z PASS [ 0.035s] (3095/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mode_change_is_remove_plus_add
90682026-08-15T07:25:39.922Z PASS [ 0.034s] (3096/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_parameter_change_is_remove_plus_add
90692026-08-15T07:25:39.929Z PASS [ 0.035s] (3097/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_remove_all
90702026-08-15T07:25:39.953Z PASS [ 0.034s] (3098/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_add_all
90712026-08-15T07:25:39.957Z PASS [ 0.032s] (3099/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_all_unchanged
90722026-08-15T07:25:39.963Z PASS [ 1.514s] (3100/3304) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
90732026-08-15T07:25:39.968Z PASS [ 0.034s] (3101/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_both_empty
90742026-08-15T07:25:39.986Z PASS [ 0.032s] (3102/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_default_rib_priority
90752026-08-15T07:25:39.989Z PASS [ 0.035s] (3103/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_delete_all
90762026-08-15T07:25:39.998Z PASS [ 0.035s] (3104/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_mix
90772026-08-15T07:25:40.002Z PASS [ 0.037s] (3105/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_filters_other_switch_slot
90782026-08-15T07:25:40.019Z PASS [ 0.033s] (3106/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_multiple_nexthops_per_prefix
90792026-08-15T07:25:40.026Z PASS [ 0.037s] (3107/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_priority_change_is_delete_plus_add
90802026-08-15T07:25:40.031Z PASS [ 0.033s] (3108/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_bad_mgd_prefix
90812026-08-15T07:25:40.036Z PASS [ 0.033s] (3109/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_from_mgd
90822026-08-15T07:25:40.055Z PASS [ 0.036s] (3110/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_in_config
90832026-08-15T07:25:40.060Z PASS [ 0.034s] (3111/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_routes_from_multiple_ports
90842026-08-15T07:25:40.066Z PASS [ 0.033s] (3112/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_vlan_id_matters
90852026-08-15T07:25:40.069Z PASS [ 0.036s] (3113/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_v6_routes
90862026-08-15T07:25:40.103Z PASS [ 0.037s] (3114/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_not_scrimlet
90872026-08-15T07:25:40.106Z PASS [ 0.036s] (3115/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_select
90882026-08-15T07:25:40.127Z PASS [ 1.672s] (3116/3304) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
90892026-08-15T07:25:40.142Z PASS [ 0.039s] (3117/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_not_scrimlet
90902026-08-15T07:25:40.142Z PASS [ 0.039s] (3118/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_select
90912026-08-15T07:25:40.164Z PASS [ 0.037s] (3119/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::config_change_during_inflight_reconciliation
90922026-08-15T07:25:40.179Z PASS [ 0.037s] (3120/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::first_activation
90932026-08-15T07:25:40.182Z PASS [ 0.038s] (3121/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::periodic_timer_triggers_re_reconciliation
90942026-08-15T07:25:40.201Z PASS [ 0.037s] (3122/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_becomes_not_scrimlet_during_select
90952026-08-15T07:25:40.217Z PASS [ 0.038s] (3123/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_status_round_trip
90962026-08-15T07:25:40.220Z PASS [ 0.038s] (3124/3304) sled-agent-scrimlet-reconcilers reconciler_task::tests::system_networking_config_change_triggers_re_reconciliation
90972026-08-15T07:25:40.220Z PASS [ 0.314s] (3125/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bgp_reconciler::tests::proptest_valid_input
90982026-08-15T07:25:40.230Z PASS [ 0.029s] (3126/3304) sled-agent-scrimlet-reconcilers tests::test_switch_zone_name_const_matches_illumos_utils_dynamic
90992026-08-15T07:25:40.249Z PASS [ 0.020s] (3127/3304) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
91002026-08-15T07:25:40.261Z PASS [ 0.042s] (3128/3304) sled-agent-types zone_bundle::tests::test_compare_bundles
91012026-08-15T07:25:40.273Z PASS [ 0.024s] (3129/3304) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
91022026-08-15T07:25:40.287Z PASS [ 0.026s] (3130/3304) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
91032026-08-15T07:25:40.293Z PASS [ 0.019s] (3131/3304) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
91042026-08-15T07:25:40.304Z PASS [ 0.017s] (3132/3304) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
91052026-08-15T07:25:40.317Z PASS [ 0.024s] (3133/3304) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
91062026-08-15T07:25:40.326Z PASS [ 0.021s] (3134/3304) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
91072026-08-15T07:25:40.335Z PASS [ 0.018s] (3135/3304) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
91082026-08-15T07:25:40.341Z PASS [ 0.016s] (3136/3304) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
91092026-08-15T07:25:40.356Z PASS [ 0.018s] (3137/3304) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
91102026-08-15T07:25:40.359Z PASS [ 0.018s] (3138/3304) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
91112026-08-15T07:25:40.376Z PASS [ 0.016s] (3139/3304) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
91122026-08-15T07:25:40.390Z PASS [ 0.330s] (3140/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_plan
91132026-08-15T07:25:40.394Z PASS [ 0.016s] (3141/3304) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
91142026-08-15T07:25:40.495Z PASS [ 0.141s] (3142/3304) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
91152026-08-15T07:25:40.650Z PASS [ 2.200s] (3143/3304) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
91162026-08-15T07:25:41.302Z PASS [ 0.912s] (3144/3304) sled-diagnostics logs::illumos_tests::collect_current_logs
91172026-08-15T07:25:41.335Z PASS [ 0.032s] (3145/3304) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
91182026-08-15T07:25:41.363Z PASS [ 0.028s] (3146/3304) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
91192026-08-15T07:25:41.402Z PASS [ 0.039s] (3147/3304) sled-diagnostics queries::test::test_command_stderr_is_correct
91202026-08-15T07:25:41.438Z PASS [ 0.036s] (3148/3304) sled-diagnostics queries::test::test_command_stdout_is_correct
91212026-08-15T07:25:41.479Z PASS [ 0.041s] (3149/3304) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
91222026-08-15T07:25:41.583Z PASS [ 1.190s] (3150/3304) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
91232026-08-15T07:25:41.617Z PASS [ 2.495s] (3151/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_create_all
91242026-08-15T07:25:41.653Z PASS [ 0.071s] (3152/3304) sled-hardware disk::test::test_disk_paths
91252026-08-15T07:25:41.662Z PASS [ 0.045s] (3153/3304) sled-hardware disk::test::test_partition_device_paths
91262026-08-15T07:25:41.680Z PASS [ 2.565s] (3154/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_all_unchanged
91272026-08-15T07:25:41.698Z PASS [ 0.045s] (3155/3304) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
91282026-08-15T07:25:41.705Z PASS [ 0.042s] (3156/3304) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
91292026-08-15T07:25:41.711Z PASS [ 0.032s] (3157/3304) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
91302026-08-15T07:25:41.729Z PASS [ 0.031s] (3158/3304) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
91312026-08-15T07:25:41.740Z PASS [ 0.035s] (3159/3304) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
91322026-08-15T07:25:41.745Z PASS [ 0.034s] (3160/3304) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
91332026-08-15T07:25:41.758Z PASS [ 0.028s] (3161/3304) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
91342026-08-15T07:25:41.770Z PASS [ 0.030s] (3162/3304) sled-hardware illumos::tests::parse_smbios_invalid
91352026-08-15T07:25:41.777Z PASS [ 0.032s] (3163/3304) sled-hardware illumos::tests::parse_smbios_valid
91362026-08-15T07:25:41.783Z PASS [ 0.025s] (3164/3304) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
91372026-08-15T07:25:41.788Z PASS [ 0.018s] (3165/3304) sled-storage dataset::test::serialize_dataset_name
91382026-08-15T07:25:41.808Z PASS [ 4.191s] (3166/3304) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
91392026-08-15T07:25:41.815Z PASS [ 0.038s] (3167/3304) support-bundle-collection zip::test::test_bundle_to_stream
91402026-08-15T07:25:41.827Z PASS [ 0.044s] (3168/3304) support-bundle-collection zip::test::test_bundle_to_writer
91412026-08-15T07:25:41.832Z PASS [ 0.044s] (3169/3304) support-bundle-collection zip::test::test_bundle_to_zipfile
91422026-08-15T07:25:41.873Z PASS [ 1.379s] (3170/3304) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
91432026-08-15T07:25:41.903Z PASS [ 0.095s] (3171/3304) trust-quorum proxy::tests::proxy_roundtrip_concurrent
91442026-08-15T07:25:41.906Z PASS [ 0.076s] (3172/3304) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
91452026-08-15T07:25:41.906Z PASS [ 0.089s] (3173/3304) trust-quorum proxy::tests::proxy_roundtrip_disconnected
91462026-08-15T07:25:42.021Z PASS [ 0.529s] (3174/3304) sled-diagnostics queries::test::test_long_running_command_is_aborted
91472026-08-15T07:25:42.034Z PASS [ 14.636s] (3175/3304) omicron-passwords test::test_smoke
91482026-08-15T07:25:42.225Z PASS [ 1.574s] (3176/3304) sled-diagnostics logs::illumos_tests::log_snapshots_work
91492026-08-15T07:25:42.293Z PASS [ 3.163s] (3177/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_mix
91502026-08-15T07:25:42.820Z PASS [ 0.527s] (3178/3304) trust-quorum-protocol crypto::tests::rack_secret_test
91512026-08-15T07:25:42.844Z PASS [ 4.807s] (3179/3304) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
91522026-08-15T07:25:42.848Z PASS [ 0.026s] (3180/3304) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
91532026-08-15T07:25:42.871Z PASS [ 0.026s] (3181/3304) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
91542026-08-15T07:25:42.888Z PASS [ 0.984s] (3182/3304) trust-quorum task::tests::tq_initial_config
91552026-08-15T07:25:42.892Z PASS [ 0.985s] (3183/3304) trust-quorum task::tests::tq_initial_config_prepare_and_commit
91562026-08-15T07:25:42.910Z PASS [ 0.038s] (3184/3304) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
91572026-08-15T07:25:43.008Z PASS [ 0.118s] (3185/3304) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
91582026-08-15T07:25:43.011Z PASS [ 0.123s] (3186/3304) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
91592026-08-15T07:25:43.025Z PASS [ 0.018s] (3187/3304) wicket cli::rack_setup::config_toml::tests::empty_config_emits_service_pool_scaffold
91602026-08-15T07:25:43.038Z PASS [ 0.191s] (3188/3304) trust-quorum-protocol node::tests::initial_configuration
91612026-08-15T07:25:43.042Z PASS [ 0.028s] (3189/3304) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
91622026-08-15T07:25:43.045Z PASS [ 0.018s] (3190/3304) wicket state::inventory::tests::component_id_display
91632026-08-15T07:25:43.057Z PASS [ 0.019s] (3191/3304) wicket state::rack::tests::prev_next_are_opposites
91642026-08-15T07:25:43.061Z PASS [ 0.020s] (3192/3304) wicket state::rack::tests::up_down_are_opposites
91652026-08-15T07:25:43.077Z PASS [ 0.020s] (3193/3304) wicket-common rack_update::tests::test_rollup_update_state
91662026-08-15T07:25:43.121Z PASS [ 0.076s] (3194/3304) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
91672026-08-15T07:25:43.136Z PASS [ 0.058s] (3195/3304) wicketd commission::conversions::tests::caboose_projects_every_field
91682026-08-15T07:25:43.144Z PASS [ 17.256s] (3196/3304) omicron-omdb::test_all_output test_omdb_env_settings
91692026-08-15T07:25:43.148Z PASS [ 0.087s] (3197/3304) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
91702026-08-15T07:25:43.153Z PASS [ 0.029s] (3198/3304) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
91712026-08-15T07:25:43.157Z PASS [ 0.022s] (3199/3304) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
91722026-08-15T07:25:43.169Z PASS [ 0.025s] (3200/3304) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
91732026-08-15T07:25:43.172Z PASS [ 0.026s] (3201/3304) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
91742026-08-15T07:25:43.173Z PASS [ 0.023s] (3202/3304) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
91752026-08-15T07:25:43.183Z PASS [ 0.025s] (3203/3304) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
91762026-08-15T07:25:43.192Z PASS [ 0.022s] (3204/3304) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
91772026-08-15T07:25:43.200Z PASS [ 0.029s] (3205/3304) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
91782026-08-15T07:25:43.204Z PASS [ 0.033s] (3206/3304) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
91792026-08-15T07:25:43.208Z PASS [ 0.024s] (3207/3304) wicketd commission::conversions::tests::rss_step_projects_one_based_index
91802026-08-15T07:25:43.216Z PASS [ 0.024s] (3208/3304) wicketd commission::conversions::tests::slot_caboose_projects_all_states
91812026-08-15T07:25:43.225Z PASS [ 0.025s] (3209/3304) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
91822026-08-15T07:25:43.229Z PASS [ 1.356s] (3210/3304) trust-quorum task::tests::test_network_config
91832026-08-15T07:25:43.233Z PASS [ 0.027s] (3211/3304) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
91842026-08-15T07:25:43.238Z PASS [ 0.027s] (3212/3304) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
91852026-08-15T07:25:43.242Z PASS [ 0.024s] (3213/3304) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
91862026-08-15T07:25:43.249Z PASS [ 0.025s] (3214/3304) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
91872026-08-15T07:25:43.256Z PASS [ 1.031s] (3215/3304) trust-quorum task::tests::tq_upgrade_from_lrtq
91882026-08-15T07:25:43.260Z PASS [ 0.028s] (3216/3304) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
91892026-08-15T07:25:43.260Z PASS [ 0.028s] (3217/3304) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
91902026-08-15T07:25:43.266Z PASS [ 0.026s] (3218/3304) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
91912026-08-15T07:25:43.266Z PASS [ 3.210s] (3219/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_full_reconciliation
91922026-08-15T07:25:43.270Z PASS [ 0.027s] (3220/3304) wicketd commission::conversions::tests::transceiver_monitors_projects_power
91932026-08-15T07:25:43.275Z PASS [ 0.026s] (3221/3304) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
91942026-08-15T07:25:43.285Z PASS [ 0.029s] (3222/3304) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
91952026-08-15T07:25:43.288Z PASS [ 0.028s] (3223/3304) wicketd commission::conversions::tests::transceiver_status_projects_flags
91962026-08-15T07:25:43.288Z PASS [ 0.030s] (3224/3304) wicketd commission::conversions::tests::transceiver_power_projects_modes
91972026-08-15T07:25:43.292Z PASS [ 0.029s] (3225/3304) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
91982026-08-15T07:25:43.295Z PASS [ 0.028s] (3226/3304) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
91992026-08-15T07:25:43.295Z PASS [ 0.028s] (3227/3304) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
92002026-08-15T07:25:43.301Z PASS [ 1.468s] (3228/3304) trust-quorum task::tests::full_mesh_connectivity
92012026-08-15T07:25:43.306Z PASS [ 0.028s] (3229/3304) wicketd commission::progress::tests::counter_projects_to_step_progress
92022026-08-15T07:25:43.310Z PASS [ 0.024s] (3230/3304) wicketd commission::progress::tests::empty_report_projects_waiting
92032026-08-15T07:25:43.315Z PASS [ 0.027s] (3231/3304) wicketd helpers::tests::baseboard_id_matches_when_part_and_serial_agree
92042026-08-15T07:25:43.320Z PASS [ 0.033s] (3232/3304) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
92052026-08-15T07:25:43.324Z PASS [ 0.034s] (3233/3304) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
92062026-08-15T07:25:43.332Z PASS [ 0.033s] (3234/3304) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
92072026-08-15T07:25:43.342Z PASS [ 0.047s] (3235/3304) wicketd installinator_progress::tests::test_states
92082026-08-15T07:25:43.352Z PASS [ 0.025s] (3236/3304) wicketd mgs::tests::rot_communication_failure_projects_to_none
92092026-08-15T07:25:43.375Z PASS [ 0.025s] (3237/3304) wicketd mgs::tests::stage0_fetch_projection_table
92102026-08-15T07:25:43.385Z PASS [ 0.077s] (3238/3304) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
92112026-08-15T07:25:43.385Z PASS [ 0.080s] (3239/3304) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
92122026-08-15T07:25:43.385Z PASS [ 0.075s] (3240/3304) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
92132026-08-15T07:25:43.391Z PASS [ 1.379s] (3241/3304) trust-quorum task::tests::tq_proxy
92142026-08-15T07:25:43.391Z PASS [ 0.075s] (3242/3304) wicketd mgs::tests::ignition_update_does_not_clear_errors
92152026-08-15T07:25:43.395Z PASS [ 0.071s] (3243/3304) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
92162026-08-15T07:25:43.400Z PASS [ 0.075s] (3244/3304) wicketd mgs::tests::sp_state_fetch_error_lifecycle
92172026-08-15T07:25:43.404Z PASS [ 0.027s] (3245/3304) wicketd mgs::tests::sub_fetch_error_projects_to_none
92182026-08-15T07:25:43.409Z PASS [ 0.067s] (3246/3304) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
92192026-08-15T07:25:43.421Z PASS [ 0.040s] (3247/3304) wicketd rss_config::tests::rejected_update_is_all_or_nothing
92202026-08-15T07:25:43.424Z PASS [ 0.038s] (3248/3304) wicketd rss_config::tests::test_bgp_auth_key_states
92212026-08-15T07:25:43.424Z PASS [ 0.036s] (3249/3304) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
92222026-08-15T07:25:43.441Z PASS [ 0.017s] (3250/3304) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
92232026-08-15T07:25:43.452Z PASS [ 1.421s] (3251/3304) trust-quorum task::tests::tq_reconfig_with_commit_advance
92242026-08-15T07:25:43.457Z PASS [ 0.015s] (3252/3304) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
92252026-08-15T07:25:43.470Z PASS [ 0.018s] (3253/3304) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
92262026-08-15T07:25:43.474Z PASS [ 0.017s] (3254/3304) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
92272026-08-15T07:25:43.486Z PASS [ 0.016s] (3255/3304) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
92282026-08-15T07:25:43.491Z PASS [ 0.017s] (3256/3304) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
92292026-08-15T07:25:43.502Z PASS [ 0.121s] (3257/3304) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
92302026-08-15T07:25:43.505Z PASS [ 0.017s] (3258/3304) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
92312026-08-15T07:25:43.510Z PASS [ 0.019s] (3259/3304) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
92322026-08-15T07:25:43.524Z PASS [ 0.020s] (3260/3304) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
92332026-08-15T07:25:43.528Z PASS [ 0.019s] (3261/3304) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
92342026-08-15T07:25:43.528Z PASS [ 0.016s] (3262/3304) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
92352026-08-15T07:25:43.541Z PASS [ 0.018s] (3263/3304) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
92362026-08-15T07:25:43.545Z PASS [ 0.020s] (3264/3304) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
92372026-08-15T07:25:43.549Z PASS [ 0.018s] (3265/3304) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
92382026-08-15T07:25:43.558Z PASS [ 0.017s] (3266/3304) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
92392026-08-15T07:25:43.564Z PASS [ 0.017s] (3267/3304) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
92402026-08-15T07:25:43.564Z PASS [ 0.019s] (3268/3304) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
92412026-08-15T07:25:43.581Z PASS [ 0.021s] (3269/3304) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
92422026-08-15T07:25:43.585Z PASS [ 0.020s] (3270/3304) wicketd-commission-types-versions impls::update::tests::new_accepts_single
92432026-08-15T07:25:43.585Z PASS [ 0.027s] (3271/3304) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
92442026-08-15T07:25:43.598Z PASS [ 0.017s] (3272/3304) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
92452026-08-15T07:25:43.606Z PASS [ 0.021s] (3273/3304) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_dual_stack
92462026-08-15T07:25:43.612Z PASS [ 0.028s] (3274/3304) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
92472026-08-15T07:25:43.615Z PASS [ 0.018s] (3275/3304) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_empty
92482026-08-15T07:25:43.624Z PASS [ 0.018s] (3276/3304) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v4_only
92492026-08-15T07:25:43.628Z PASS [ 0.016s] (3277/3304) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v6_only
92502026-08-15T07:25:43.637Z PASS [ 1.732s] (3278/3304) trust-quorum task::tests::tq_persistent_state
92512026-08-15T07:25:44.026Z PASS [ 4.121s] (3279/3304) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::proptest_full_reconciliation
92522026-08-15T07:25:44.089Z PASS [ 0.699s] (3280/3304) wicketd::mod integration_tests::commission::test_commission_inventory
92532026-08-15T07:25:44.125Z PASS [ 0.703s] (3281/3304) wicketd::mod integration_tests::updates::test_update_races
92542026-08-15T07:25:44.136Z PASS [ 0.744s] (3282/3304) wicketd::mod integration_tests::commission::test_commission_rss_config
92552026-08-15T07:25:44.147Z PASS [ 0.746s] (3283/3304) wicketd::mod integration_tests::inventory::test_inventory
92562026-08-15T07:25:44.196Z PASS [ 0.795s] (3284/3304) wicketd::mod integration_tests::commission::test_commission_start_update
92572026-08-15T07:25:44.795Z PASS [ 1.385s] (3285/3304) wicketd::mod integration_tests::updates::test_installinator_fetch
92582026-08-15T07:25:45.553Z PASS [ 2.131s] (3286/3304) wicketd::mod integration_tests::updates::test_updates
92592026-08-15T07:25:45.961Z PASS [ 8.423s] (3287/3304) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
92602026-08-15T07:25:48.062Z PASS [ 8.470s] (3288/3304) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation_refresh
92612026-08-15T07:25:48.688Z PASS [ 8.470s] (3289/3304) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation_refresh
92622026-08-15T07:25:49.934Z PASS [ 10.361s] (3290/3304) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation
92632026-08-15T07:25:50.707Z PASS [ 14.233s] (3291/3304) oximeter-db::integration_test test_schemas_disjoint
92642026-08-15T07:25:50.726Z PASS [ 10.508s] (3292/3304) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation
92652026-08-15T07:25:51.025Z PASS [ 11.777s] (3293/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_full_reconciliation
92662026-08-15T07:25:51.213Z PASS [ 12.101s] (3294/3304) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_full_reconciliation
92672026-08-15T07:25:53.188Z PASS [ 16.715s] (3295/3304) oximeter-db::integration_test test_cluster
92682026-08-15T07:25:58.283Z PASS [ 43.418s] (3296/3304) omicron-nexus::test_all integration_tests::webhooks::test_probe
92692026-08-15T07:25:59.250Z PASS [ 47.037s] (3297/3304) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
92702026-08-15T07:26:00.975Z PASS [ 108.383s] (3298/3304) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
92712026-08-15T07:26:01.397Z PASS [ 32.101s] (3299/3304) omicron-sled-agent nexus::test::nexus_self_notification_test
92722026-08-15T07:26:02.570Z PASS [ 46.910s] (3300/3304) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
92732026-08-15T07:26:02.968Z PASS [ 30.044s] (3301/3304) oximeter-db client::tests::cannot_ping_nonexistent_server
92742026-08-15T07:26:04.282Z PASS [ 48.435s] (3302/3304) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
92752026-08-15T07:26:05.590Z PASS [ 39.652s] (3303/3304) omicron-omdb::test_all_output test_omdb_success_cases
92762026-08-15T07:26:35.078Z PASS [ 52.169s] (3304/3304) trust-quorum-protocol::cluster test_trust_quorum_protocol
92772026-08-15T07:26:35.082Z────────────
92782026-08-15T07:26:35.082Z Summary [ 903.860s] 3304 tests run: 3304 passed (45 slow), 10 skipped
92792026-08-15T07:26:35.175Z
92802026-08-15T07:26:35.178Zreal 15:18.887969145
92812026-08-15T07:26:35.178Zuser 5:15:45.304719658
92822026-08-15T07:26:35.178Zsys 1:12:18.781848575
92832026-08-15T07:26:35.178Ztrap 3:32.278211132
92842026-08-15T07:26:35.178Ztflt 5.843754366
92852026-08-15T07:26:35.178Zdflt 38.656801513
92862026-08-15T07:26:35.178Zkflt 0.569783042
92872026-08-15T07:26:35.178Zlock 2057:58:03.100884454
92882026-08-15T07:26:35.178Zslp 125:28:38.639753392
92892026-08-15T07:26:35.179Zlat 4:59:20.543777835
92902026-08-15T07:26:35.179Zstop 13:56.691168901
92912026-08-15T07:26:35.179Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
92922026-08-15T07:26:35.340Zinfo: exported run 88058241-a2dc-436d-9524-fd2be915255b to /tmp/nextest-run-archive.zip (3198398 bytes)
92932026-08-15T07:26:35.343Z
92942026-08-15T07:26:35.344Zreal 0.161665562
92952026-08-15T07:26:35.344Zuser 0.112367874
92962026-08-15T07:26:35.344Zsys 0.042575620
92972026-08-15T07:26:35.344Ztrap 0.000006570
92982026-08-15T07:26:35.344Ztflt 0.000005910
92992026-08-15T07:26:35.344Zdflt 0.000025300
93002026-08-15T07:26:35.345Zkflt 0.000000000
93012026-08-15T07:26:35.345Zlock 0.041310178
93022026-08-15T07:26:35.345Zslp 0.222407776
93032026-08-15T07:26:35.345Zlat 0.000748000
93042026-08-15T07:26:35.345Zstop 0.000342150
93052026-08-15T07:26:35.345Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
93062026-08-15T07:26:35.544Zinfo: wrote Chrome trace for run 88058241-a2dc-436d-9524-fd2be915255b to /tmp/nextest-chrome-trace.json
93072026-08-15T07:26:35.549Z
93082026-08-15T07:26:35.552Zreal 0.199271210
93092026-08-15T07:26:35.552Zuser 0.145485829
93102026-08-15T07:26:35.552Zsys 0.047552714
93112026-08-15T07:26:35.552Ztrap 0.000016670
93122026-08-15T07:26:35.552Ztflt 0.000036220
93132026-08-15T07:26:35.552Zdflt 0.000003990
93142026-08-15T07:26:35.552Zkflt 0.000000000
93152026-08-15T07:26:35.552Zlock 0.036448491
93162026-08-15T07:26:35.552Zslp 0.212410668
93172026-08-15T07:26:35.552Zlat 0.000439500
93182026-08-15T07:26:35.552Zstop 0.000374100
93192026-08-15T07:26:35.552Z+ [[ 0 -ne 0 ]]
93202026-08-15T07:26:35.552Z+ banner doctest
93212026-08-15T07:26:35.556Z
93222026-08-15T07:26:35.556Z ##### #### #### ##### ###### #### #####
93232026-08-15T07:26:35.556Z # # # # # # # # # #
93242026-08-15T07:26:35.556Z # # # # # # ##### #### #
93252026-08-15T07:26:35.556Z # # # # # # # # #
93262026-08-15T07:26:35.556Z # # # # # # # # # # #
93272026-08-15T07:26:35.557Z ##### #### #### # ###### #### #
93282026-08-15T07:26:35.557Z
93292026-08-15T07:26:35.557Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
93302026-08-15T07:26:36.780Z Fresh unicode-ident v1.0.24
93312026-08-15T07:26:36.784Z Fresh cfg-if v1.0.4
93322026-08-15T07:26:36.784Z Fresh memchr v2.8.0
93332026-08-15T07:26:36.784Z Fresh smallvec v1.15.1
93342026-08-15T07:26:36.784Z Fresh critical-section v1.2.0
93352026-08-15T07:26:36.784Z Fresh log v0.4.33
93362026-08-15T07:26:36.784Z Fresh itoa v1.0.17
93372026-08-15T07:26:36.784Z Fresh autocfg v1.5.0
93382026-08-15T07:26:36.784Z Fresh allocator-api2 v0.2.21
93392026-08-15T07:26:36.784Z Fresh subtle v2.6.1
93402026-08-15T07:26:36.784Z Fresh equivalent v1.0.2
93412026-08-15T07:26:36.784Z Fresh rand_core v0.10.0
93422026-08-15T07:26:36.784Z Fresh version_check v0.9.5
93432026-08-15T07:26:36.785Z Fresh foldhash v0.2.0
93442026-08-15T07:26:36.785Z Fresh typenum v1.20.1
93452026-08-15T07:26:36.785Z Fresh scopeguard v1.2.0
93462026-08-15T07:26:36.785Z Fresh stable_deref_trait v1.2.1
93472026-08-15T07:26:36.785Z Fresh percent-encoding v2.3.2
93482026-08-15T07:26:36.785Z Fresh litemap v0.8.1
93492026-08-15T07:26:36.785Z Fresh writeable v0.6.2
93502026-08-15T07:26:36.785Z Fresh proc-macro2 v1.0.106
93512026-08-15T07:26:36.785Z Fresh hashbrown v0.17.0
93522026-08-15T07:26:36.785Z Fresh lock_api v0.4.14
93532026-08-15T07:26:36.786Z Fresh form_urlencoded v1.2.2
93542026-08-15T07:26:36.786Z Fresh utf8_iter v1.0.4
93552026-08-15T07:26:36.786Z Fresh pin-project-lite v0.2.17
93562026-08-15T07:26:36.786Z Fresh winnow v1.0.3
93572026-08-15T07:26:36.786Z Fresh cfg_aliases v0.2.1
93582026-08-15T07:26:36.786Z Fresh winnow v0.7.14
93592026-08-15T07:26:36.786Z Fresh toml_datetime v0.7.5+spec-1.1.0
93602026-08-15T07:26:36.786Z Fresh shlex v1.3.0
93612026-08-15T07:26:36.786Z Fresh find-msvc-tools v0.1.9
93622026-08-15T07:26:36.786Z Fresh iana-time-zone v0.1.65
93632026-08-15T07:26:36.786Z Fresh heck v0.5.0
93642026-08-15T07:26:36.786Z Fresh regex-syntax v0.8.10
93652026-08-15T07:26:36.790Z Fresh quote v1.0.45
93662026-08-15T07:26:36.790Z Fresh libc v0.2.185
93672026-08-15T07:26:36.790Z Fresh serde_core v1.0.228
93682026-08-15T07:26:36.790Z Fresh portable-atomic v1.13.1
93692026-08-15T07:26:36.790Z Fresh libm v0.2.16
93702026-08-15T07:26:36.790Z Fresh zmij v1.0.21
93712026-08-15T07:26:36.790Z Fresh icu_properties_data v2.1.2
93722026-08-15T07:26:36.790Z Fresh icu_normalizer_data v2.1.1
93732026-08-15T07:26:36.790Z Fresh toml_parser v1.1.2+spec-1.1.0
93742026-08-15T07:26:36.790Z Fresh dyn-clone v1.0.20
93752026-08-15T07:26:36.790Z Fresh strsim v0.11.1
93762026-08-15T07:26:36.790Z Fresh futures-core v0.3.32
93772026-08-15T07:26:36.790Z Fresh fnv v1.0.7
93782026-08-15T07:26:36.790Z Fresh cmov v0.5.4
93792026-08-15T07:26:36.790Z Fresh aho-corasick v1.1.4
93802026-08-15T07:26:36.790Z Fresh futures-sink v0.3.32
93812026-08-15T07:26:36.790Z Fresh byteorder v1.5.0
93822026-08-15T07:26:36.790Z Fresh futures-io v0.3.32
93832026-08-15T07:26:36.790Z Fresh futures-task v0.3.32
93842026-08-15T07:26:36.790Z Fresh slab v0.4.12
93852026-08-15T07:26:36.790Z Fresh const-oid v0.9.6
93862026-08-15T07:26:36.790Z Fresh base64ct v1.8.3
93872026-08-15T07:26:36.790Z Fresh syn v2.0.117
93882026-08-15T07:26:36.790Z Fresh once_cell v1.21.3
93892026-08-15T07:26:36.790Z Fresh errno v0.3.14
93902026-08-15T07:26:36.790Z Fresh getrandom v0.4.3
93912026-08-15T07:26:36.790Z Fresh num-traits v0.2.19
93922026-08-15T07:26:36.790Z Fresh indexmap v2.14.0
93932026-08-15T07:26:36.790Z Fresh serde_json v1.0.151
93942026-08-15T07:26:36.790Z Fresh bitflags v2.11.0
93952026-08-15T07:26:36.791Z Fresh semver v1.0.28
93962026-08-15T07:26:36.791Z Fresh parking_lot_core v0.9.12
93972026-08-15T07:26:36.791Z Fresh mio v1.2.0
93982026-08-15T07:26:36.791Z Fresh jobserver v0.1.34
93992026-08-15T07:26:36.791Z Fresh socket2 v0.6.3
94002026-08-15T07:26:36.791Z Fresh rustversion v1.0.22
94012026-08-15T07:26:36.791Z Fresh getrandom v0.2.17
94022026-08-15T07:26:36.791Z Fresh getrandom v0.3.4
94032026-08-15T07:26:36.791Z Fresh ctutils v0.4.2
94042026-08-15T07:26:36.791Z Fresh regex-automata v0.4.14
94052026-08-15T07:26:36.791Z Fresh futures-channel v0.3.32
94062026-08-15T07:26:36.791Z Fresh base64 v0.22.1
94072026-08-15T07:26:36.791Z Fresh ident_case v1.0.1
94082026-08-15T07:26:36.791Z Fresh utf8parse v0.2.2
94092026-08-15T07:26:36.792Z Fresh anstyle v1.0.14
94102026-08-15T07:26:36.792Z Fresh pkg-config v0.3.32
94112026-08-15T07:26:36.792Z Fresh either v1.15.0
94122026-08-15T07:26:36.792Z Fresh serde_derive v1.0.228
94132026-08-15T07:26:36.792Z Fresh zeroize_derive v1.5.0
94142026-08-15T07:26:36.792Z Fresh synstructure v0.13.2
94152026-08-15T07:26:36.792Z Fresh zerovec-derive v0.11.2
94162026-08-15T07:26:36.792Z Fresh displaydoc v0.2.5
94172026-08-15T07:26:36.792Z Fresh zerocopy-derive v0.8.56
94182026-08-15T07:26:36.796Z Fresh parking_lot v0.12.5
94192026-08-15T07:26:36.796Z Fresh thiserror-impl v2.0.18
94202026-08-15T07:26:36.796Z Fresh toml_edit v0.23.10+spec-1.0.0
94212026-08-15T07:26:36.796Z Fresh signal-hook-registry v1.4.8
94222026-08-15T07:26:36.796Z Fresh cc v1.2.56
94232026-08-15T07:26:36.796Z Fresh tokio-macros v2.7.0
94242026-08-15T07:26:36.796Z Fresh serde_derive_internals v0.29.1
94252026-08-15T07:26:36.796Z Fresh rand_core v0.6.4
94262026-08-15T07:26:36.796Z Fresh rustix v1.1.4
94272026-08-15T07:26:36.796Z Fresh futures-macro v0.3.32
94282026-08-15T07:26:36.796Z Fresh thiserror-impl v1.0.69
94292026-08-15T07:26:36.796Z Fresh regex v1.12.3
94302026-08-15T07:26:36.797Z Fresh time-core v0.1.8
94312026-08-15T07:26:36.797Z Fresh powerfmt v0.2.0
94322026-08-15T07:26:36.797Z Fresh num-conv v0.2.0
94332026-08-15T07:26:36.797Z Fresh rand_core v0.9.5
94342026-08-15T07:26:36.797Z Fresh tracing-core v0.1.36
94352026-08-15T07:26:36.797Z Fresh tracing-attributes v0.1.31
94362026-08-15T07:26:36.799Z Fresh anstyle-query v1.1.5
94372026-08-15T07:26:36.799Z Fresh colorchoice v1.0.4
94382026-08-15T07:26:36.799Z Fresh is_terminal_polyfill v1.70.2
94392026-08-15T07:26:36.799Z Fresh num_threads v0.1.7
94402026-08-15T07:26:36.799Z Fresh const-oid v0.10.2
94412026-08-15T07:26:36.799Z Fresh serde v1.0.228
94422026-08-15T07:26:36.799Z Fresh zeroize v1.9.0
94432026-08-15T07:26:36.799Z Fresh zerofrom-derive v0.1.6
94442026-08-15T07:26:36.799Z Fresh yoke-derive v0.8.1
94452026-08-15T07:26:36.799Z Fresh zerocopy v0.8.56
94462026-08-15T07:26:36.799Z Fresh thiserror v2.0.18
94472026-08-15T07:26:36.799Z Fresh proc-macro-crate v3.4.0
94482026-08-15T07:26:36.799Z Fresh schemars_derive v0.8.22
94492026-08-15T07:26:36.799Z Fresh futures-util v0.3.32
94502026-08-15T07:26:36.799Z Fresh thiserror v1.0.69
94512026-08-15T07:26:36.799Z Fresh syn v1.0.109
94522026-08-15T07:26:36.799Z Fresh anyhow v1.0.104
94532026-08-15T07:26:36.799Z Fresh time-macros v0.2.27
94542026-08-15T07:26:36.799Z Fresh deranged v0.5.8
94552026-08-15T07:26:36.799Z Fresh terminal_size v0.4.3
94562026-08-15T07:26:36.799Z Fresh tracing v0.1.44
94572026-08-15T07:26:36.799Z Fresh cpufeatures v0.2.17
94582026-08-15T07:26:36.799Z Fresh anstyle-parse v1.0.0
94592026-08-15T07:26:36.799Z Fresh clap_lex v1.0.0
94602026-08-15T07:26:36.799Z Fresh cmake v0.1.57
94612026-08-15T07:26:36.799Z Fresh clap_derive v4.6.1
94622026-08-15T07:26:36.799Z Fresh cpufeatures v0.3.0
94632026-08-15T07:26:36.799Z Fresh fs_extra v1.3.0
94642026-08-15T07:26:36.799Z Fresh dunce v1.0.5
94652026-08-15T07:26:36.799Z Fresh rustc_version v0.4.1
94662026-08-15T07:26:36.800Z Fresh pem-rfc7468 v0.7.0
94672026-08-15T07:26:36.800Z Fresh der_derive v0.7.3
94682026-08-15T07:26:36.800Z Fresh bytes v1.11.1
94692026-08-15T07:26:36.800Z Fresh zerofrom v0.1.6
94702026-08-15T07:26:36.800Z Fresh borsh-derive v1.8.0
94712026-08-15T07:26:36.800Z Fresh chrono v0.4.45
94722026-08-15T07:26:36.800Z Fresh generic-array v0.14.7
94732026-08-15T07:26:36.800Z Fresh ppv-lite86 v0.2.21
94742026-08-15T07:26:36.800Z Fresh hybrid-array v0.4.13
94752026-08-15T07:26:36.800Z Fresh ipnet v2.12.1
94762026-08-15T07:26:36.800Z Fresh time v0.3.47
94772026-08-15T07:26:36.800Z Fresh serde_tokenstream v0.2.3
94782026-08-15T07:26:36.800Z Fresh anstream v1.0.0
94792026-08-15T07:26:36.800Z Fresh erased-serde v0.3.31
94802026-08-15T07:26:36.800Z Fresh flagset v0.4.7
94812026-08-15T07:26:36.800Z Fresh fastrand v2.3.0
94822026-08-15T07:26:36.802Z Fresh rustls-pki-types v1.14.0
94832026-08-15T07:26:36.802Z Fresh hex v0.4.3
94842026-08-15T07:26:36.802Z Fresh spin v0.9.8
94852026-08-15T07:26:36.802Z Fresh untrusted v0.7.1
94862026-08-15T07:26:36.802Z Fresh simd-adler32 v0.3.8
94872026-08-15T07:26:36.802Z Fresh atomic-waker v1.1.2
94882026-08-15T07:26:36.802Z Fresh ryu v1.0.23
94892026-08-15T07:26:36.802Z Fresh adler2 v2.0.1
94902026-08-15T07:26:36.802Z Fresh httpdate v1.0.3
94912026-08-15T07:26:36.802Z Fresh try-lock v0.2.5
94922026-08-15T07:26:36.802Z Fresh unicode-segmentation v1.12.0
94932026-08-15T07:26:36.802Z Fresh ucd-trie v0.1.7
94942026-08-15T07:26:36.802Z Fresh unicode-width v0.2.0
94952026-08-15T07:26:36.806Z Fresh yoke v0.8.1
94962026-08-15T07:26:36.806Z Fresh borsh v1.8.0
94972026-08-15T07:26:36.806Z Fresh tokio v1.52.1
94982026-08-15T07:26:36.806Z Fresh crypto-common v0.1.7
94992026-08-15T07:26:36.806Z Fresh crypto-common v0.2.2
95002026-08-15T07:26:36.806Z Fresh block-buffer v0.10.4
95012026-08-15T07:26:36.807Z Fresh block-buffer v0.12.1
95022026-08-15T07:26:36.807Z Fresh http v1.4.2
95032026-08-15T07:26:36.807Z Fresh crossbeam-utils v0.8.21
95042026-08-15T07:26:36.807Z Fresh rand_chacha v0.9.0
95052026-08-15T07:26:36.807Z Fresh clap_builder v4.6.0
95062026-08-15T07:26:36.807Z Fresh slog v2.8.2
95072026-08-15T07:26:36.807Z Fresh httparse v1.10.1
95082026-08-15T07:26:36.809Z Fresh camino v1.2.5
95092026-08-15T07:26:36.809Z Fresh der v0.7.10
95102026-08-15T07:26:36.809Z Fresh miniz_oxide v0.8.9
95112026-08-15T07:26:36.809Z Fresh tempfile v3.27.0
95122026-08-15T07:26:36.809Z Fresh want v0.3.1
95132026-08-15T07:26:36.809Z Fresh pest v2.8.6
95142026-08-15T07:26:36.809Z Fresh rand_chacha v0.3.1
95152026-08-15T07:26:36.809Z Fresh async-trait v0.1.89
95162026-08-15T07:26:36.809Z Fresh is-terminal v0.4.17
95172026-08-15T07:26:36.809Z Fresh pretty-hex v0.4.1
95182026-08-15T07:26:36.809Z Fresh tower-layer v0.3.3
95192026-08-15T07:26:36.809Z Fresh tower-service v0.3.3
95202026-08-15T07:26:36.809Z Fresh untrusted v0.9.0
95212026-08-15T07:26:36.809Z Fresh block-padding v0.4.2
95222026-08-15T07:26:36.809Z Fresh plain v0.2.3
95232026-08-15T07:26:36.809Z Fresh socket2 v0.5.10
95242026-08-15T07:26:36.809Z Fresh mime v0.3.17
95252026-08-15T07:26:36.809Z Fresh zerovec v0.11.5
95262026-08-15T07:26:36.809Z Fresh zerotrie v0.2.3
95272026-08-15T07:26:36.809Z Fresh uuid v1.23.4
95282026-08-15T07:26:36.809Z Fresh digest v0.10.7
95292026-08-15T07:26:36.809Z Fresh rand v0.9.2
95302026-08-15T07:26:36.809Z Fresh tokio-util v0.7.18
95312026-08-15T07:26:36.810Z Fresh digest v0.11.3
95322026-08-15T07:26:36.810Z Fresh clap v4.6.1
95332026-08-15T07:26:36.810Z Fresh aws-lc-sys v0.40.0
95342026-08-15T07:26:36.810Z Fresh http-body v1.0.1
95352026-08-15T07:26:36.810Z Fresh rand v0.8.6
95362026-08-15T07:26:36.810Z Fresh pest_meta v2.8.6
95372026-08-15T07:26:36.810Z Fresh spki v0.7.3
95382026-08-15T07:26:36.810Z Fresh inout v0.2.2
95392026-08-15T07:26:36.810Z Fresh openssl-probe v0.2.1
95402026-08-15T07:26:36.810Z Fresh static_assertions v1.1.0
95412026-08-15T07:26:36.810Z Fresh serde_urlencoded v0.7.1
95422026-08-15T07:26:36.810Z Fresh futures-executor v0.3.32
95432026-08-15T07:26:36.810Z Fresh encoding_rs v0.8.35
95442026-08-15T07:26:36.810Z Fresh hashbrown v0.16.1
95452026-08-15T07:26:36.810Z Fresh toml_datetime v0.6.11
95462026-08-15T07:26:36.810Z Fresh serde_spanned v0.6.9
95472026-08-15T07:26:36.810Z Fresh darling_core v0.23.0
95482026-08-15T07:26:36.811Z Fresh vcpkg v0.2.15
95492026-08-15T07:26:36.811Z Fresh lazy_static v1.5.0
95502026-08-15T07:26:36.811Z Fresh sync_wrapper v1.0.2
95512026-08-15T07:26:36.811Z Fresh openapiv3 v2.2.0
95522026-08-15T07:26:36.811Z Fresh hubpack_derive v0.1.1
95532026-08-15T07:26:36.811Z Fresh tinystr v0.8.2
95542026-08-15T07:26:36.811Z Fresh potential_utf v0.1.4
95552026-08-15T07:26:36.811Z Fresh aws-lc-rs v1.16.3
95562026-08-15T07:26:36.811Z Fresh h2 v0.4.15
95572026-08-15T07:26:36.811Z Fresh pest_generator v2.8.6
95582026-08-15T07:26:36.811Z Fresh cipher v0.5.2
95592026-08-15T07:26:36.811Z Fresh http-body-util v0.1.3
95602026-08-15T07:26:36.812Z Fresh pkcs8 v0.10.2
95612026-08-15T07:26:36.812Z Fresh sha2 v0.10.9
95622026-08-15T07:26:36.812Z Fresh futures v0.3.32
95632026-08-15T07:26:36.812Z Fresh darling_macro v0.23.0
95642026-08-15T07:26:36.812Z Fresh tower v0.5.3
95652026-08-15T07:26:36.812Z Fresh iri-string v0.7.10
95662026-08-15T07:26:36.812Z Fresh signature v2.2.0
95672026-08-15T07:26:36.812Z Fresh hubpack v0.1.2
95682026-08-15T07:26:36.812Z Fresh crossbeam-channel v0.5.15
95692026-08-15T07:26:36.812Z Fresh num-integer v0.1.46
95702026-08-15T07:26:36.812Z Fresh winnow v0.5.40
95712026-08-15T07:26:36.812Z Fresh litrs v1.0.0
95722026-08-15T07:26:36.812Z Fresh rustls-native-certs v0.8.3
95732026-08-15T07:26:36.812Z Fresh hmac v0.12.1
95742026-08-15T07:26:36.812Z Fresh scroll_derive v0.13.1
95752026-08-15T07:26:36.812Z Fresh tinyvec_macros v0.1.1
95762026-08-15T07:26:36.812Z Fresh psl-types v2.0.11
95772026-08-15T07:26:36.812Z Fresh thread_local v1.1.9
95782026-08-15T07:26:36.812Z Fresh bit-vec v0.8.0
95792026-08-15T07:26:36.812Z Fresh icu_locale_core v2.1.1
95802026-08-15T07:26:36.812Z Fresh icu_collections v2.1.1
95812026-08-15T07:26:36.812Z Fresh rustls-webpki v0.103.13
95822026-08-15T07:26:36.813Z Fresh hyper v1.10.1
95832026-08-15T07:26:36.813Z Fresh pest_derive v2.8.6
95842026-08-15T07:26:36.813Z Fresh darling v0.23.0
95852026-08-15T07:26:36.813Z Fresh tower-http v0.6.8
95862026-08-15T07:26:36.814Z Fresh crc32fast v1.5.0
95872026-08-15T07:26:36.814Z Fresh object v0.37.3
95882026-08-15T07:26:36.814Z Fresh document-features v0.2.12
95892026-08-15T07:26:36.814Z Fresh toml_edit v0.19.15
95902026-08-15T07:26:36.814Z Fresh ahash v0.8.12
95912026-08-15T07:26:36.814Z Fresh scroll v0.13.0
95922026-08-15T07:26:36.814Z Fresh tinyvec v1.12.0
95932026-08-15T07:26:36.814Z Fresh unicode-width v0.1.14
95942026-08-15T07:26:36.814Z Fresh bit-set v0.8.0
95952026-08-15T07:26:36.819Z Fresh wait-timeout v0.2.1
95962026-08-15T07:26:36.819Z Fresh term v1.2.1
95972026-08-15T07:26:36.819Z Fresh data-encoding v2.10.0
95982026-08-15T07:26:36.819Z Fresh zlib-rs v0.6.2
95992026-08-15T07:26:36.819Z Fresh take_mut v0.2.2
96002026-08-15T07:26:36.819Z Fresh sha1 v0.10.6
96012026-08-15T07:26:36.819Z Fresh heck v0.4.1
96022026-08-15T07:26:36.819Z Fresh memmap2 v0.9.10
96032026-08-15T07:26:36.819Z Fresh thread-id v5.1.0
96042026-08-15T07:26:36.819Z Fresh quick-error v1.2.3
96052026-08-15T07:26:36.819Z Fresh num-iter v0.1.45
96062026-08-15T07:26:36.819Z Fresh rand_xorshift v0.4.0
96072026-08-15T07:26:36.819Z Fresh icu_provider v2.1.1
96082026-08-15T07:26:36.819Z Fresh rustls v0.23.41
96092026-08-15T07:26:36.819Z Fresh hyper-util v0.1.20
96102026-08-15T07:26:36.819Z Fresh cookie v0.18.1
96112026-08-15T07:26:36.819Z Fresh goblin v0.10.5
96122026-08-15T07:26:36.820Z Fresh slog-term v2.9.2
96132026-08-15T07:26:36.820Z Fresh paste v1.0.15
96142026-08-15T07:26:36.820Z Fresh flate2 v1.1.9
96152026-08-15T07:26:36.820Z Fresh dtrace-parser v0.3.0
96162026-08-15T07:26:36.820Z Fresh rusty-fork v0.3.1
96172026-08-15T07:26:36.820Z Fresh ff v0.13.1
96182026-08-15T07:26:36.820Z Fresh curve25519-dalek-derive v0.1.1
96192026-08-15T07:26:36.821Z Fresh darling_core v0.20.11
96202026-08-15T07:26:36.821Z Fresh strum_macros v0.26.4
96212026-08-15T07:26:36.821Z Fresh base16ct v0.2.0
96222026-08-15T07:26:36.821Z Fresh unarray v0.1.4
96232026-08-15T07:26:36.821Z Fresh hkdf v0.12.4
96242026-08-15T07:26:36.821Z Fresh x509-cert v0.2.5
96252026-08-15T07:26:36.821Z Fresh crypto-bigint v0.5.5
96262026-08-15T07:26:36.821Z Fresh gimli v0.32.3
96272026-08-15T07:26:36.821Z Fresh pkcs1 v0.7.5
96282026-08-15T07:26:36.821Z Fresh crossbeam-epoch v0.9.18
96292026-08-15T07:26:36.821Z Fresh scroll_derive v0.12.1
96302026-08-15T07:26:36.821Z Fresh rustc-demangle v0.1.27
96312026-08-15T07:26:36.821Z Fresh siphasher v1.0.2
96322026-08-15T07:26:36.821Z Fresh smawk v0.3.2
96332026-08-15T07:26:36.821Z Fresh base64 v0.21.7
96342026-08-15T07:26:36.821Z Fresh icu_normalizer v2.1.1
96352026-08-15T07:26:36.821Z Fresh icu_properties v2.1.2
96362026-08-15T07:26:36.821Z Fresh tokio-rustls v0.26.4
96372026-08-15T07:26:36.821Z Fresh rustls-platform-verifier v0.6.2
96382026-08-15T07:26:36.821Z Fresh dof v0.4.0
96392026-08-15T07:26:36.822Z Fresh slog-async v2.8.0
96402026-08-15T07:26:36.822Z Fresh strum v0.26.3
96412026-08-15T07:26:36.822Z Fresh darling_macro v0.20.11
96422026-08-15T07:26:36.822Z Fresh group v0.13.0
96432026-08-15T07:26:36.822Z Fresh sec1 v0.7.3
96442026-08-15T07:26:36.822Z Fresh proptest v1.11.0
96452026-08-15T07:26:36.822Z Fresh addr2line v0.25.1
96462026-08-15T07:26:36.822Z Fresh unicode-linebreak v0.1.5
96472026-08-15T07:26:36.822Z Fresh is_ci v1.2.0
96482026-08-15T07:26:36.822Z Fresh scroll v0.12.0
96492026-08-15T07:26:36.822Z Fresh half v2.7.1
96502026-08-15T07:26:36.822Z Fresh bstr v1.12.1
96512026-08-15T07:26:36.822Z Fresh zerocopy-derive v0.7.35
96522026-08-15T07:26:36.822Z Fresh keccak v0.1.6
96532026-08-15T07:26:36.822Z Fresh ciborium-io v0.2.2
96542026-08-15T07:26:36.822Z Fresh rfc6979 v0.4.0
96552026-08-15T07:26:36.822Z Fresh tap v1.0.1
96562026-08-15T07:26:36.822Z Fresh serde_with_macros v3.21.0
96572026-08-15T07:26:36.822Z Fresh dtrace-parser v0.2.0
96582026-08-15T07:26:36.822Z Fresh idna_adapter v1.2.1
96592026-08-15T07:26:36.822Z Fresh hyper-rustls v0.27.7
96602026-08-15T07:26:36.822Z Fresh usdt-impl v0.6.0
96612026-08-15T07:26:36.822Z Fresh elliptic-curve v0.13.8
96622026-08-15T07:26:36.822Z Fresh darling v0.20.11
96632026-08-15T07:26:36.822Z Fresh num-bigint-dig v0.8.6
96642026-08-15T07:26:36.822Z Fresh memoffset v0.9.1
96652026-08-15T07:26:36.822Z Fresh backtrace v0.3.76
96662026-08-15T07:26:36.822Z Fresh zerocopy v0.7.35
96672026-08-15T07:26:36.822Z Fresh rustix v0.38.44
96682026-08-15T07:26:36.822Z Fresh goblin v0.8.2
96692026-08-15T07:26:36.822Z Fresh ciborium-ll v0.2.2
96702026-08-15T07:26:36.822Z Fresh sha3 v0.10.8
96712026-08-15T07:26:36.822Z Fresh wyz v0.5.1
96722026-08-15T07:26:36.822Z Fresh hashbrown v0.14.5
96732026-08-15T07:26:36.822Z Fresh thread-id v4.2.2
96742026-08-15T07:26:36.822Z Fresh funty v2.0.0
96752026-08-15T07:26:36.822Z Fresh ed25519 v2.2.3
96762026-08-15T07:26:36.822Z Fresh itertools v0.13.0
96772026-08-15T07:26:36.823Z Fresh daft-derive v0.1.7
96782026-08-15T07:26:36.823Z Fresh cargo-platform v0.3.2
96792026-08-15T07:26:36.823Z Fresh env_filter v2.0.0
96802026-08-15T07:26:36.823Z Fresh same-file v1.0.6
96812026-08-15T07:26:36.823Z Fresh unicode-normalization v0.1.25
96822026-08-15T07:26:36.823Z Fresh idna v1.1.0
96832026-08-15T07:26:36.823Z Fresh usdt-attr-macro v0.6.0
96842026-08-15T07:26:36.823Z Fresh usdt-macro v0.6.0
96852026-08-15T07:26:36.823Z Fresh derive_builder_core v0.20.2
96862026-08-15T07:26:36.823Z Fresh rsa v0.9.10
96872026-08-15T07:26:36.823Z Fresh backtrace-ext v0.2.1
96882026-08-15T07:26:36.823Z Fresh ecdsa v0.16.9
96892026-08-15T07:26:36.823Z Fresh nix v0.31.2
96902026-08-15T07:26:36.824Z Fresh ciborium v0.2.2
96912026-08-15T07:26:36.824Z Fresh primeorder v0.13.6
96922026-08-15T07:26:36.824Z Fresh curve25519-dalek v4.1.3
96932026-08-15T07:26:36.824Z Fresh radium v0.7.0
96942026-08-15T07:26:36.824Z Fresh dof v0.3.0
96952026-08-15T07:26:36.830Z Fresh chumsky v0.9.3
96962026-08-15T07:26:36.830Z Fresh walkdir v2.5.0
96972026-08-15T07:26:36.830Z Fresh env_logger v0.11.11
96982026-08-15T07:26:36.830Z Fresh cargo_metadata v0.23.1
96992026-08-15T07:26:36.830Z Fresh structmeta-derive v0.3.0
97002026-08-15T07:26:36.830Z Fresh zerocopy-derive v0.6.6
97012026-08-15T07:26:36.830Z Fresh foreign-types-shared v0.1.1
97022026-08-15T07:26:36.830Z Fresh foldhash v0.1.5
97032026-08-15T07:26:36.830Z Fresh bitflags v1.3.2
97042026-08-15T07:26:36.830Z Fresh debug-ignore v1.0.5
97052026-08-15T07:26:36.830Z Fresh url v2.5.8
97062026-08-15T07:26:36.830Z Fresh publicsuffix v2.3.0
97072026-08-15T07:26:36.830Z Fresh usdt v0.6.0
97082026-08-15T07:26:36.830Z Fresh derive_builder_macro v0.20.2
97092026-08-15T07:26:36.831Z Fresh bitvec v1.0.1
97102026-08-15T07:26:36.831Z Fresh usdt-impl v0.5.0
97112026-08-15T07:26:36.831Z Fresh ed25519-dalek v2.2.0
97122026-08-15T07:26:36.831Z Fresh crc-catalog v2.4.0
97132026-08-15T07:26:36.831Z Fresh zerocopy v0.6.6
97142026-08-15T07:26:36.831Z Fresh foreign-types v0.3.2
97152026-08-15T07:26:36.831Z Fresh maybe-uninit v2.0.0
97162026-08-15T07:26:36.831Z Fresh structmeta v0.3.0
97172026-08-15T07:26:36.831Z Fresh hashbrown v0.15.5
97182026-08-15T07:26:36.831Z Fresh owo-colors v4.3.0
97192026-08-15T07:26:36.831Z Fresh p384 v0.13.1
97202026-08-15T07:26:36.831Z Fresh openssl-sys v0.9.117
97212026-08-15T07:26:36.831Z Fresh packed_struct_codegen v0.10.1
97222026-08-15T07:26:36.831Z Fresh bitfield-macros v0.19.4
97232026-08-15T07:26:36.831Z Fresh enum-as-inner v0.6.1
97242026-08-15T07:26:36.831Z Fresh openssl-macros v0.1.1
97252026-08-15T07:26:36.832Z Fresh proc-macro-error-attr2 v2.0.0
97262026-08-15T07:26:36.832Z Fresh memmap v0.7.0
97272026-08-15T07:26:36.832Z Fresh nodrop v0.1.14
97282026-08-15T07:26:36.832Z Fresh managed v0.8.0
97292026-08-15T07:26:36.832Z Fresh schemars v0.8.22
97302026-08-15T07:26:36.832Z Fresh cookie_store v0.22.1
97312026-08-15T07:26:36.832Z Fresh derive_builder v0.20.2
97322026-08-15T07:26:36.832Z Fresh usdt-macro v0.5.0
97332026-08-15T07:26:36.832Z Fresh crc v3.4.0
97342026-08-15T07:26:36.832Z Fresh usdt-attr-macro v0.5.0
97352026-08-15T07:26:36.832Z Fresh signal-hook v0.3.18
97362026-08-15T07:26:36.832Z Fresh array-init v0.0.4
97372026-08-15T07:26:36.832Z Fresh openssl v0.10.80
97382026-08-15T07:26:36.832Z Fresh proc-macro-error2 v2.0.1
97392026-08-15T07:26:36.832Z Fresh packed_struct v0.10.1
97402026-08-15T07:26:36.832Z Fresh smallvec v0.6.14
97412026-08-15T07:26:36.832Z Fresh bitfield v0.19.4
97422026-08-15T07:26:36.834Z Fresh salty v0.3.0
97432026-08-15T07:26:36.834Z Fresh bzip2-sys v0.1.13+1.0.8
97442026-08-15T07:26:36.834Z Fresh textwrap v0.16.2
97452026-08-15T07:26:36.834Z Fresh supports-color v3.0.2
97462026-08-15T07:26:36.834Z Fresh phf_shared v0.11.3
97472026-08-15T07:26:36.834Z Fresh chacha20 v0.10.0
97482026-08-15T07:26:36.834Z Fresh miette-derive v7.6.0
97492026-08-15T07:26:36.834Z Fresh ref-cast-impl v1.0.25
97502026-08-15T07:26:36.834Z Fresh supports-hyperlinks v3.2.0
97512026-08-15T07:26:36.834Z Fresh precomputed-hash v0.1.1
97522026-08-15T07:26:36.834Z Fresh fixedbitset v0.4.2
97532026-08-15T07:26:36.834Z Fresh new_debug_unreachable v1.0.6
97542026-08-15T07:26:36.834Z Fresh hashbrown v0.12.3
97552026-08-15T07:26:36.834Z Fresh supports-unicode v3.0.0
97562026-08-15T07:26:36.834Z Fresh globset v0.4.18
97572026-08-15T07:26:36.834Z Fresh ron v0.8.1
97582026-08-15T07:26:36.834Z Fresh ipnetwork v0.21.1
97592026-08-15T07:26:36.834Z Fresh reqwest v0.13.2
97602026-08-15T07:26:36.834Z Fresh newtype-uuid v1.3.2
97612026-08-15T07:26:36.834Z Fresh serde_with v3.21.0
97622026-08-15T07:26:36.834Z Fresh vergen-lib v9.1.0
97632026-08-15T07:26:36.834Z Fresh usdt v0.5.0
97642026-08-15T07:26:36.834Z Fresh knus-derive v3.4.0
97652026-08-15T07:26:36.834Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97662026-08-15T07:26:36.834Z Fresh ref-cast v1.0.25
97672026-08-15T07:26:36.835Z Fresh string_cache v0.8.9
97682026-08-15T07:26:36.835Z Fresh miette v7.6.0
97692026-08-15T07:26:36.835Z Fresh bzip2 v0.4.4
97702026-08-15T07:26:36.835Z Fresh serde-hex v0.1.0
97712026-08-15T07:26:36.836Z Fresh petgraph v0.6.5
97722026-08-15T07:26:36.836Z Fresh indexmap v1.9.3
97732026-08-15T07:26:36.836Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
97742026-08-15T07:26:36.836Z Fresh hashbrown v0.13.2
97752026-08-15T07:26:36.836Z Fresh toml v0.7.8
97762026-08-15T07:26:36.836Z Fresh pin-project-internal v1.1.11
97772026-08-15T07:26:36.836Z Fresh crc-any v2.5.0
97782026-08-15T07:26:36.836Z Fresh signal-hook-mio v0.2.5
97792026-08-15T07:26:36.836Z Fresh derive-ex v0.1.8
97802026-08-15T07:26:36.836Z Fresh inout v0.1.4
97812026-08-15T07:26:36.836Z Fresh fixedbitset v0.5.7
97822026-08-15T07:26:36.836Z Fresh lalrpop-util v0.19.12
97832026-08-15T07:26:36.836Z Fresh path-slash v0.1.5
97842026-08-15T07:26:36.836Z Fresh snafu-derive v0.8.9
97852026-08-15T07:26:36.836Z Fresh oxnet v0.1.6
97862026-08-15T07:26:36.837Z Fresh vergen v9.1.0
97872026-08-15T07:26:36.837Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
97882026-08-15T07:26:36.837Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
97892026-08-15T07:26:36.837Z Fresh zip v0.6.6
97902026-08-15T07:26:36.837Z Fresh object v0.30.4
97912026-08-15T07:26:36.837Z Fresh pin-project v1.1.11
97922026-08-15T07:26:36.837Z Fresh native-tls v0.2.18
97932026-08-15T07:26:36.837Z Fresh knus v3.4.0
97942026-08-15T07:26:36.837Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97952026-08-15T07:26:36.841Z Fresh test-strategy v0.4.5
97962026-08-15T07:26:36.841Z Fresh petgraph v0.8.3
97972026-08-15T07:26:36.841Z Fresh cipher v0.4.4
97982026-08-15T07:26:36.841Z Fresh serde-big-array v0.5.1
97992026-08-15T07:26:36.841Z Fresh pem v3.0.6
98002026-08-15T07:26:36.841Z Fresh derive-where v1.6.0
98012026-08-15T07:26:36.841Z Fresh serde_repr v0.1.20
98022026-08-15T07:26:36.841Z Fresh hash32 v0.2.1
98032026-08-15T07:26:36.841Z Fresh unicode-bidi v0.3.18
98042026-08-15T07:26:36.841Z Fresh linked-hash-map v0.5.6
98052026-08-15T07:26:36.841Z Fresh jiff-core v0.1.0
98062026-08-15T07:26:36.842Z Fresh unicode-properties v0.1.4
98072026-08-15T07:26:36.842Z Fresh predicates-core v1.0.10
98082026-08-15T07:26:36.842Z Fresh crossterm v0.28.1
98092026-08-15T07:26:36.842Z Fresh byte-wrapper v0.1.0
98102026-08-15T07:26:36.842Z Fresh hickory-proto v0.24.4
98112026-08-15T07:26:36.842Z Fresh daft v0.1.7
98122026-08-15T07:26:36.842Z Fresh tokio-native-tls v0.3.1
98132026-08-15T07:26:36.842Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
98142026-08-15T07:26:36.842Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
98152026-08-15T07:26:36.842Z Fresh jiff v0.2.34
98162026-08-15T07:26:36.842Z Fresh snafu v0.8.9
98172026-08-15T07:26:36.842Z Fresh fs-err v3.3.0
98182026-08-15T07:26:36.842Z Fresh heapless v0.7.17
98192026-08-15T07:26:36.842Z Fresh stringprep v0.1.5
98202026-08-15T07:26:36.842Z Fresh lru-cache v0.1.2
98212026-08-15T07:26:36.842Z Fresh zstd-sys v2.0.16+zstd.1.5.7
98222026-08-15T07:26:36.842Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
98232026-08-15T07:26:36.842Z Fresh hickory-proto v0.25.2
98242026-08-15T07:26:36.842Z Fresh similar v2.7.0
98252026-08-15T07:26:36.842Z Fresh md-5 v0.10.6
98262026-08-15T07:26:36.842Z Fresh tokio-stream v0.1.18
98272026-08-15T07:26:36.842Z Fresh serde_plain v1.0.2
98282026-08-15T07:26:36.842Z Fresh strum_macros v0.27.2
98292026-08-15T07:26:36.842Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
98302026-08-15T07:26:36.842Z Fresh async-recursion v1.1.1
98312026-08-15T07:26:36.842Z Fresh float-cmp v0.10.0
98322026-08-15T07:26:36.842Z Fresh resolv-conf v0.7.6
98332026-08-15T07:26:36.842Z Fresh normalize-line-endings v0.3.0
98342026-08-15T07:26:36.842Z Fresh toml_write v0.1.2
98352026-08-15T07:26:36.842Z Fresh typed-path v0.9.3
98362026-08-15T07:26:36.842Z Fresh difflib v0.4.0
98372026-08-15T07:26:36.842Z Fresh fallible-iterator v0.2.0
98382026-08-15T07:26:36.842Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
98392026-08-15T07:26:36.842Z Fresh phf_shared v0.13.1
98402026-08-15T07:26:36.845Z Fresh hyper-tls v0.6.0
98412026-08-15T07:26:36.845Z Fresh zstd-safe v7.2.4
98422026-08-15T07:26:36.845Z Fresh strum v0.27.2
98432026-08-15T07:26:36.845Z Fresh tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
98442026-08-15T07:26:36.845Z Fresh postgres-protocol v0.6.10
98452026-08-15T07:26:36.845Z Fresh predicates v3.1.4
98462026-08-15T07:26:36.845Z Fresh smoltcp v0.9.1
98472026-08-15T07:26:36.845Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
98482026-08-15T07:26:36.845Z Fresh toml_edit v0.22.27
98492026-08-15T07:26:36.845Z Fresh iddqd v0.4.2
98502026-08-15T07:26:36.845Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
98512026-08-15T07:26:36.845Z Fresh peg-runtime v0.8.5
98522026-08-15T07:26:36.845Z Fresh libbz2-rs-sys v0.2.2
98532026-08-15T07:26:36.845Z Fresh bumpalo v3.20.2
98542026-08-15T07:26:36.845Z Fresh corncobs v0.1.4
98552026-08-15T07:26:36.846Z Fresh hickory-resolver v0.24.4
98562026-08-15T07:26:36.846Z Fresh phf v0.13.1
98572026-08-15T07:26:36.846Z Fresh olpc-cjson v0.1.4
98582026-08-15T07:26:36.846Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
98592026-08-15T07:26:36.846Z Fresh secrecy v0.8.0
98602026-08-15T07:26:36.846Z Fresh whoami v2.1.0
98612026-08-15T07:26:36.846Z Fresh buf-list v1.1.2
98622026-08-15T07:26:36.846Z Fresh match_cfg v0.1.0
98632026-08-15T07:26:36.847Z Fresh slog-json v2.6.1
98642026-08-15T07:26:36.847Z Fresh newtype-uuid-macros v0.1.0
98652026-08-15T07:26:36.847Z Fresh sha1 v0.11.0
98662026-08-15T07:26:36.847Z Fresh async-stream-impl v0.3.6
98672026-08-15T07:26:36.847Z Fresh toml_datetime v1.1.1+spec-1.1.0
98682026-08-15T07:26:36.847Z Fresh serde_spanned v1.1.1
98692026-08-15T07:26:36.847Z Fresh reqwest v0.12.28
98702026-08-15T07:26:36.847Z Fresh zopfli v0.8.3
98712026-08-15T07:26:36.847Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
98722026-08-15T07:26:36.847Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
98732026-08-15T07:26:36.847Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
98742026-08-15T07:26:36.847Z Fresh zstd v0.13.3
98752026-08-15T07:26:36.847Z Fresh toml v0.8.23
98762026-08-15T07:26:36.847Z Fresh postgres-types v0.2.12
98772026-08-15T07:26:36.847Z Fresh bzip2 v0.6.1
98782026-08-15T07:26:36.847Z Fresh qorb v0.4.1
98792026-08-15T07:26:36.847Z Fresh hostname v0.3.1
98802026-08-15T07:26:36.847Z Fresh toml_writer v1.1.1+spec-1.1.0
98812026-08-15T07:26:36.847Z Fresh compression-core v0.4.31
98822026-08-15T07:26:36.847Z Fresh async-stream v0.3.6
98832026-08-15T07:26:36.847Z Fresh progenitor-client v0.14.0
98842026-08-15T07:26:36.847Z Fresh dropshot_endpoint v0.17.1
98852026-08-15T07:26:36.847Z Fresh waitgroup v0.1.2
98862026-08-15T07:26:36.847Z Fresh rustls-pemfile v2.2.0
98872026-08-15T07:26:36.847Z Fresh hostname v0.4.2
98882026-08-15T07:26:36.847Z Fresh serde_path_to_error v0.1.20
98892026-08-15T07:26:36.847Z Fresh atomicwrites v0.4.4
98902026-08-15T07:26:36.847Z Fresh regress v0.10.5
98912026-08-15T07:26:36.847Z Fresh macaddr v1.0.1
98922026-08-15T07:26:36.848Z Fresh instant v0.1.13
98932026-08-15T07:26:36.848Z Fresh itertools v0.14.0
98942026-08-15T07:26:36.848Z Fresh parse-display-derive v0.10.0
98952026-08-15T07:26:36.852Z Fresh backon v1.6.0
98962026-08-15T07:26:36.852Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
98972026-08-15T07:26:36.852Z Fresh tough v0.22.0
98982026-08-15T07:26:36.852Z Fresh zip v4.6.1
98992026-08-15T07:26:36.852Z Fresh tokio-postgres v0.7.16
99002026-08-15T07:26:36.852Z Fresh slog-bunyan v2.5.0
99012026-08-15T07:26:36.852Z Fresh compression-codecs v0.4.37
99022026-08-15T07:26:36.852Z Fresh toml v1.1.2+spec-1.1.0
99032026-08-15T07:26:36.852Z Fresh parse-display v0.10.0
99042026-08-15T07:26:36.852Z Fresh backoff v0.4.0
99052026-08-15T07:26:36.852Z Fresh progenitor-extras v0.2.0
99062026-08-15T07:26:36.852Z Fresh humantime v2.3.0
99072026-08-15T07:26:36.852Z Fresh convert_case v0.4.0
99082026-08-15T07:26:36.852Z Fresh secrecy v0.10.3
99092026-08-15T07:26:36.852Z Fresh regress v0.11.1
99102026-08-15T07:26:36.852Z Fresh unsafe-libyaml v0.2.11
99112026-08-15T07:26:36.852Z Fresh indent_write v2.2.0
99122026-08-15T07:26:36.854Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99132026-08-15T07:26:36.855Z Fresh universal-hash v0.5.1
99142026-08-15T07:26:36.855Z Fresh thiserror-impl-no-std v2.0.2
99152026-08-15T07:26:36.855Z Fresh opaque-debug v0.3.1
99162026-08-15T07:26:36.855Z Fresh chacha20 v0.9.1
99172026-08-15T07:26:36.855Z Fresh blake2 v0.10.6
99182026-08-15T07:26:36.855Z Fresh aead v0.5.2
99192026-08-15T07:26:36.855Z Fresh password-hash v0.5.0
99202026-08-15T07:26:36.855Z Fresh camino-tempfile v1.4.1
99212026-08-15T07:26:36.855Z Fresh swrite v0.1.0
99222026-08-15T07:26:36.855Z Fresh crossbeam-deque v0.8.6
99232026-08-15T07:26:36.855Z Fresh itertools v0.15.0
99242026-08-15T07:26:36.855Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
99252026-08-15T07:26:36.855Z Fresh async-compression v0.4.41
99262026-08-15T07:26:36.855Z Fresh multer v3.1.0
99272026-08-15T07:26:36.855Z Fresh derive_more v0.99.20
99282026-08-15T07:26:36.855Z Fresh typify-impl v0.6.2
99292026-08-15T07:26:36.855Z Fresh serde_yaml v0.9.34+deprecated
99302026-08-15T07:26:36.855Z Fresh thiserror-no-std v2.0.2
99312026-08-15T07:26:36.855Z Fresh poly1305 v0.8.0
99322026-08-15T07:26:36.855Z Fresh argon2 v0.5.3
99332026-08-15T07:26:36.855Z Fresh num-derive v0.4.2
99342026-08-15T07:26:36.855Z Fresh proc-macro-crate v1.3.1
99352026-08-15T07:26:36.855Z Fresh glob v0.3.3
99362026-08-15T07:26:36.855Z Fresh tabwriter v1.4.1
99372026-08-15T07:26:36.855Z Fresh ingot-macros v0.2.0
99382026-08-15T07:26:36.855Z Fresh hash32 v0.3.1
99392026-08-15T07:26:36.855Z Fresh colored v3.1.1
99402026-08-15T07:26:36.855Z Fresh cobs v0.3.0
99412026-08-15T07:26:36.855Z Fresh rand v0.10.1
99422026-08-15T07:26:36.855Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99432026-08-15T07:26:36.855Z Fresh foreign-types-macros v0.2.3
99442026-08-15T07:26:36.855Z Fresh foreign-types-shared v0.3.1
99452026-08-15T07:26:36.855Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99462026-08-15T07:26:36.855Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99472026-08-15T07:26:36.855Z Fresh dropshot v0.17.1
99482026-08-15T07:26:36.855Z Fresh typify-macro v0.6.2
99492026-08-15T07:26:36.855Z Fresh crucible-workspace-hack v0.1.0
99502026-08-15T07:26:36.855Z Fresh chacha20poly1305 v0.10.1
99512026-08-15T07:26:36.856Z Fresh vsss-rs v3.3.4
99522026-08-15T07:26:36.856Z Fresh rayon-core v1.13.0
99532026-08-15T07:26:36.856Z Fresh num_enum_derive v0.7.6
99542026-08-15T07:26:36.856Z Fresh ingot-types v0.2.0
99552026-08-15T07:26:36.856Z Fresh postcard v1.1.3
99562026-08-15T07:26:36.856Z Fresh num_enum_derive v0.5.11
99572026-08-15T07:26:36.856Z Fresh foreign-types v0.5.0
99582026-08-15T07:26:36.856Z Fresh cstr-argument v0.1.2
99592026-08-15T07:26:36.856Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99602026-08-15T07:26:36.856Z Fresh itertools v0.12.1
99612026-08-15T07:26:36.856Z Fresh sigpipe v0.1.3
99622026-08-15T07:26:36.856Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99632026-08-15T07:26:36.856Z Fresh smf v0.2.3
99642026-08-15T07:26:36.856Z Fresh whoami v1.6.1
99652026-08-15T07:26:36.856Z Fresh console v0.15.11
99662026-08-15T07:26:36.856Z Fresh newline-converter v0.3.0
99672026-08-15T07:26:36.856Z Fresh oxide-update-engine-types v0.1.2
99682026-08-15T07:26:36.856Z Fresh typify v0.6.2
99692026-08-15T07:26:36.856Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99702026-08-15T07:26:36.856Z Fresh proc-macro-error-attr v1.0.4
99712026-08-15T07:26:36.856Z Fresh num_enum v0.7.6
99722026-08-15T07:26:36.856Z Fresh rayon v1.11.0
99732026-08-15T07:26:36.856Z Fresh heapless v0.8.0
99742026-08-15T07:26:36.856Z Fresh ingot v0.2.1
99752026-08-15T07:26:36.856Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
99762026-08-15T07:26:36.856Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99772026-08-15T07:26:36.856Z Fresh num_enum v0.5.11
99782026-08-15T07:26:36.856Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99792026-08-15T07:26:36.856Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99802026-08-15T07:26:36.856Z Fresh expectorate v1.2.0
99812026-08-15T07:26:36.856Z Fresh num-rational v0.4.2
99822026-08-15T07:26:36.858Z Fresh num-complex v0.4.6
99832026-08-15T07:26:36.858Z Fresh float-ord v0.3.2
99842026-08-15T07:26:36.858Z Fresh bytecount v0.6.9
99852026-08-15T07:26:36.858Z Fresh gethostname v0.5.0
99862026-08-15T07:26:36.858Z Fresh linear-map v1.2.0
99872026-08-15T07:26:36.858Z Fresh tokio-dtrace v0.1.1
99882026-08-15T07:26:36.858Z Fresh csv-core v0.1.13
99892026-08-15T07:26:36.858Z Fresh minimal-lexical v0.2.1
99902026-08-15T07:26:36.859Z Fresh convert_case v0.10.0
99912026-08-15T07:26:36.859Z Fresh unicode-xid v0.2.6
99922026-08-15T07:26:36.859Z Fresh termtree v0.5.1
99932026-08-15T07:26:36.859Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99942026-08-15T07:26:36.859Z Fresh progenitor-impl v0.14.0
99952026-08-15T07:26:36.863Z Fresh proc-macro-error v1.0.4
99962026-08-15T07:26:36.863Z Fresh smoltcp v0.11.0
99972026-08-15T07:26:36.863Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
99982026-08-15T07:26:36.863Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99992026-08-15T07:26:36.864Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
100002026-08-15T07:26:36.864Z Fresh num v0.4.3
100012026-08-15T07:26:36.864Z Fresh oxide-tokio-rt v0.1.4
100022026-08-15T07:26:36.864Z Fresh csv v1.4.0
100032026-08-15T07:26:36.864Z Fresh nom v7.1.3
100042026-08-15T07:26:36.864Z Fresh derive_more-impl v2.1.1
100052026-08-15T07:26:36.864Z Fresh ar_archive_writer v0.5.1
100062026-08-15T07:26:36.864Z Fresh fd-lock v4.0.4
100072026-08-15T07:26:36.864Z Fresh vte v0.14.1
100082026-08-15T07:26:36.864Z Fresh semver v0.1.20
100092026-08-15T07:26:36.864Z Fresh papergrid v0.11.0
100102026-08-15T07:26:36.865Z Fresh nu-ansi-term v0.50.3
100112026-08-15T07:26:36.865Z Fresh nom v8.0.0
100122026-08-15T07:26:36.865Z Fresh cfg_aliases v0.1.1
100132026-08-15T07:26:36.865Z Fresh highway v1.3.0
100142026-08-15T07:26:36.865Z Fresh nibble_vec v0.1.0
100152026-08-15T07:26:36.865Z Fresh endian-type v0.1.2
100162026-08-15T07:26:36.865Z Fresh display-error-chain v0.2.2
100172026-08-15T07:26:36.865Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
100182026-08-15T07:26:36.865Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
100192026-08-15T07:26:36.865Z Fresh phf_shared v0.12.1
100202026-08-15T07:26:36.865Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100212026-08-15T07:26:36.865Z Fresh progenitor-macro v0.14.0
100222026-08-15T07:26:36.865Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100232026-08-15T07:26:36.865Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
100242026-08-15T07:26:36.865Z Fresh zone_cfg_derive v0.3.1
100252026-08-15T07:26:36.865Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
100262026-08-15T07:26:36.865Z Fresh cancel-safe-futures v0.1.5
100272026-08-15T07:26:36.865Z Fresh prettyplease v0.2.37
100282026-08-15T07:26:36.866Z Fresh slog-dtrace v0.3.0
100292026-08-15T07:26:36.866Z Fresh derive_more v2.1.1
100302026-08-15T07:26:36.866Z Fresh tabled_derive v0.7.0
100312026-08-15T07:26:36.866Z Fresh strip-ansi-escapes v0.2.1
100322026-08-15T07:26:36.866Z Fresh rustc_version v0.1.7
100332026-08-15T07:26:36.866Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100342026-08-15T07:26:36.866Z Fresh radix_trie v0.2.1
100352026-08-15T07:26:36.866Z Fresh recursive-proc-macro-impl v0.1.1
100362026-08-15T07:26:36.866Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100372026-08-15T07:26:36.867Z Fresh progenitor v0.14.0
100382026-08-15T07:26:36.867Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100392026-08-15T07:26:36.867Z Fresh zone v0.3.1
100402026-08-15T07:26:36.867Z Fresh oxide-update-engine v0.1.2
100412026-08-15T07:26:36.867Z Fresh crossterm v0.29.0
100422026-08-15T07:26:36.867Z Fresh reedline v0.40.0
100432026-08-15T07:26:36.867Z Fresh tabled v0.15.0
100442026-08-15T07:26:36.867Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100452026-08-15T07:26:36.867Z Fresh phf v0.12.1
100462026-08-15T07:26:36.867Z Fresh const_format_proc_macros v0.2.34
100472026-08-15T07:26:36.867Z Fresh peg-macros v0.8.5
100482026-08-15T07:26:36.867Z Fresh sqlparser_derive v0.5.0
100492026-08-15T07:26:36.867Z Fresh winnow v0.6.26
100502026-08-15T07:26:36.867Z Fresh unicode_categories v0.1.1
100512026-08-15T07:26:36.867Z Fresh home v0.5.12
100522026-08-15T07:26:36.867Z Fresh bcs v0.1.6
100532026-08-15T07:26:36.867Z Fresh filetime v0.2.27
100542026-08-15T07:26:36.867Z Fresh xattr v1.6.1
100552026-08-15T07:26:36.867Z Fresh utf-8 v0.7.6
100562026-08-15T07:26:36.867Z Fresh headers-core v0.3.0
100572026-08-15T07:26:36.867Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100582026-08-15T07:26:36.867Z Fresh psm v0.1.30
100592026-08-15T07:26:36.867Z Fresh nix v0.28.0
100602026-08-15T07:26:36.867Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100612026-08-15T07:26:36.867Z Fresh const_format v0.2.35
100622026-08-15T07:26:36.867Z Fresh peg v0.8.5
100632026-08-15T07:26:36.867Z Fresh chrono-tz v0.10.4
100642026-08-15T07:26:36.867Z Fresh sqlformat v0.3.5
100652026-08-15T07:26:36.867Z Fresh tar v0.4.46
100662026-08-15T07:26:36.867Z Fresh headers v0.4.1
100672026-08-15T07:26:36.867Z Fresh dropshot-api-manager-types v0.7.2
100682026-08-15T07:26:36.867Z Fresh subprocess v0.2.15
100692026-08-15T07:26:36.867Z Fresh yasna v0.5.2
100702026-08-15T07:26:36.867Z Fresh tagptr v0.2.0
100712026-08-15T07:26:36.867Z Fresh port-file v0.1.0
100722026-08-15T07:26:36.867Z Fresh tungstenite v0.21.0
100732026-08-15T07:26:36.867Z Fresh bitfield-struct v0.6.2
100742026-08-15T07:26:36.867Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100752026-08-15T07:26:36.868Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100762026-08-15T07:26:36.868Z Fresh stacker v0.1.23
100772026-08-15T07:26:36.868Z Fresh newtype_derive v0.1.6
100782026-08-15T07:26:36.868Z Fresh rustyline v14.0.0
100792026-08-15T07:26:36.868Z Fresh rcgen v0.12.1
100802026-08-15T07:26:36.868Z Fresh moka v0.12.13
100812026-08-15T07:26:36.868Z Fresh tokio-tungstenite v0.21.0
100822026-08-15T07:26:36.868Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100832026-08-15T07:26:36.868Z Fresh xshell-macros v0.2.7
100842026-08-15T07:26:36.868Z Fresh darling_core v0.21.3
100852026-08-15T07:26:36.868Z Fresh maplit v1.0.2
100862026-08-15T07:26:36.868Z Fresh scheduled-thread-pool v0.2.7
100872026-08-15T07:26:36.868Z Fresh diesel_table_macro_syntax v0.3.0
100882026-08-15T07:26:36.868Z Fresh downcast-rs v2.0.2
100892026-08-15T07:26:36.868Z Fresh diff v0.1.13
100902026-08-15T07:26:36.869Z Fresh recursive v0.1.1
100912026-08-15T07:26:36.869Z Fresh steno v0.4.1
100922026-08-15T07:26:36.869Z Fresh hickory-resolver v0.25.2
100932026-08-15T07:26:36.869Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100942026-08-15T07:26:36.869Z Fresh libefi-sys v0.1.0
100952026-08-15T07:26:36.874Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100962026-08-15T07:26:36.874Z Fresh xshell v0.2.7
100972026-08-15T07:26:36.874Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
100982026-08-15T07:26:36.874Z Fresh darling_macro v0.21.3
100992026-08-15T07:26:36.874Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
101002026-08-15T07:26:36.874Z Fresh r2d2 v0.8.10
101012026-08-15T07:26:36.874Z Fresh dirs-sys-next v0.1.2
101022026-08-15T07:26:36.874Z Fresh unicase v2.9.0
101032026-08-15T07:26:36.874Z Fresh libscf-sys v1.2.0
101042026-08-15T07:26:36.874Z Fresh sqlparser v0.61.0
101052026-08-15T07:26:36.874Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
101062026-08-15T07:26:36.874Z Fresh darling v0.21.3
101072026-08-15T07:26:36.874Z Fresh vergen-lib v0.1.6
101082026-08-15T07:26:36.874Z Fresh dirs-next v2.0.0
101092026-08-15T07:26:36.874Z Fresh bit-vec v0.6.3
101102026-08-15T07:26:36.875Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
101112026-08-15T07:26:36.875Z Fresh papergrid v0.18.0
101122026-08-15T07:26:36.875Z Fresh itertools v0.10.5
101132026-08-15T07:26:36.875Z Fresh ena v0.14.4
101142026-08-15T07:26:36.875Z Fresh libloading v0.8.9
101152026-08-15T07:26:36.875Z Fresh regex-syntax v0.6.29
101162026-08-15T07:26:36.875Z Fresh cexpr v0.6.0
101172026-08-15T07:26:36.875Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101182026-08-15T07:26:36.875Z Fresh half v1.8.3
101192026-08-15T07:26:36.875Z Fresh rustc-hash v2.1.1
101202026-08-15T07:26:36.875Z Fresh strum_macros v0.24.3
101212026-08-15T07:26:36.875Z Fresh dsl_auto_type v0.2.0
101222026-08-15T07:26:36.875Z Fresh vergen-gitcl v1.0.8
101232026-08-15T07:26:36.875Z Fresh term v0.7.0
101242026-08-15T07:26:36.875Z Fresh crunchy v0.2.4
101252026-08-15T07:26:36.875Z Fresh bit-set v0.5.3
101262026-08-15T07:26:36.875Z Fresh clang-sys v1.8.1
101272026-08-15T07:26:36.875Z Fresh tabled v0.21.0
101282026-08-15T07:26:36.875Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101292026-08-15T07:26:36.875Z Fresh serde_cbor v0.11.2
101302026-08-15T07:26:36.875Z Fresh sha2 v0.11.0
101312026-08-15T07:26:36.875Z Fresh crc8 v0.1.1
101322026-08-15T07:26:36.875Z Fresh indoc v1.0.9
101332026-08-15T07:26:36.875Z Fresh oso-derive v0.27.3
101342026-08-15T07:26:36.875Z Fresh quick-xml v0.37.5
101352026-08-15T07:26:36.875Z Fresh impl-trait-for-tuples v0.2.3
101362026-08-15T07:26:36.875Z Fresh openssl-probe v0.1.6
101372026-08-15T07:26:36.875Z Fresh trait-variant v0.1.2
101382026-08-15T07:26:36.875Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
101392026-08-15T07:26:36.875Z Fresh bb8 v0.8.6
101402026-08-15T07:26:36.875Z Fresh fxhash v0.2.1
101412026-08-15T07:26:36.875Z Fresh constant_time_eq v0.4.2
101422026-08-15T07:26:36.875Z Fresh arrayvec v0.7.6
101432026-08-15T07:26:36.875Z Fresh arrayref v0.3.9
101442026-08-15T07:26:36.875Z Fresh diesel_derives v2.3.7
101452026-08-15T07:26:36.875Z Fresh tiny-keccak v2.0.2
101462026-08-15T07:26:36.875Z Fresh ascii-canvas v3.0.0
101472026-08-15T07:26:36.875Z Fresh bindgen v0.71.1
101482026-08-15T07:26:36.875Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101492026-08-15T07:26:36.876Z Fresh libxml v0.3.3
101502026-08-15T07:26:36.876Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
101512026-08-15T07:26:36.876Z Fresh tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
101522026-08-15T07:26:36.876Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101532026-08-15T07:26:36.876Z Fresh nonempty v0.12.0
101542026-08-15T07:26:36.876Z Fresh cpubits v0.1.1
101552026-08-15T07:26:36.876Z Fresh anstyle-parse v0.2.7
101562026-08-15T07:26:36.876Z Fresh predicates-tree v1.0.13
101572026-08-15T07:26:36.876Z Fresh kstat-rs v0.2.5
101582026-08-15T07:26:36.876Z Fresh ignore v0.4.25
101592026-08-15T07:26:36.876Z Fresh git-stub v1.0.0
101602026-08-15T07:26:36.876Z Fresh pem-rfc7468 v1.0.0
101612026-08-15T07:26:36.876Z Fresh progenitor-impl v0.13.0
101622026-08-15T07:26:36.876Z Fresh ssh-encoding v0.2.0
101632026-08-15T07:26:36.876Z Fresh prefix-trie v0.7.0
101642026-08-15T07:26:36.876Z Fresh num-modular v0.6.4
101652026-08-15T07:26:36.876Z Fresh diesel v2.3.7
101662026-08-15T07:26:36.876Z Fresh lalrpop v0.19.12
101672026-08-15T07:26:36.876Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
101682026-08-15T07:26:36.876Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101692026-08-15T07:26:36.876Z Fresh anstream v0.6.21
101702026-08-15T07:26:36.876Z Fresh git-stub-vcs v0.1.0
101712026-08-15T07:26:36.876Z Fresh globwalk v0.9.1
101722026-08-15T07:26:36.876Z Fresh dashu-base v0.5.1
101732026-08-15T07:26:36.876Z Fresh hickory-server v0.25.2
101742026-08-15T07:26:36.876Z Fresh progenitor-macro v0.13.0
101752026-08-15T07:26:36.876Z Fresh ssh-cipher v0.2.0
101762026-08-15T07:26:36.876Z Fresh tungstenite v0.28.0
101772026-08-15T07:26:36.876Z Fresh progenitor-client v0.13.0
101782026-08-15T07:26:36.876Z Fresh p256 v0.13.2
101792026-08-15T07:26:36.876Z Fresh hmac v0.13.0
101802026-08-15T07:26:36.876Z Fresh universal-hash v0.6.1
101812026-08-15T07:26:36.876Z Fresh num-primitive v0.2.1
101822026-08-15T07:26:36.876Z Fresh nanorand v0.7.0
101832026-08-15T07:26:36.876Z Fresh async-bb8-diesel v0.2.1
101842026-08-15T07:26:36.876Z Fresh diesel-dtrace v0.5.0
101852026-08-15T07:26:36.876Z Fresh blake3 v1.8.5
101862026-08-15T07:26:36.876Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101872026-08-15T07:26:36.876Z Fresh parking_lot_core v0.8.6
101882026-08-15T07:26:36.877Z Fresh camino-tempfile-ext v0.3.3
101892026-08-15T07:26:36.877Z Fresh dashu-int v0.5.1
101902026-08-15T07:26:36.877Z Fresh progenitor v0.13.0
101912026-08-15T07:26:36.877Z Fresh tokio-tungstenite v0.28.0
101922026-08-15T07:26:36.877Z Fresh ssh-key v0.6.7
101932026-08-15T07:26:36.878Z Fresh dsi-bitstream v0.10.1
101942026-08-15T07:26:36.878Z Fresh void v1.0.2
101952026-08-15T07:26:36.882Z Fresh http-range-header v0.4.2
101962026-08-15T07:26:36.882Z Fresh bytesize v2.7.0
101972026-08-15T07:26:36.882Z Fresh seq-macro v0.3.6
101982026-08-15T07:26:36.882Z Fresh flume v0.11.1
101992026-08-15T07:26:36.882Z Fresh polyval v0.7.1
102002026-08-15T07:26:36.882Z Fresh der v0.8.0
102012026-08-15T07:26:36.882Z Fresh samael v0.0.19
102022026-08-15T07:26:36.882Z Fresh parking_lot v0.11.2
102032026-08-15T07:26:36.882Z Fresh suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
102042026-08-15T07:26:36.882Z Fresh rlimit v0.10.2
102052026-08-15T07:26:36.882Z Fresh lzss v0.8.2
102062026-08-15T07:26:36.882Z Fresh tungstenite v0.23.0
102072026-08-15T07:26:36.882Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
102082026-08-15T07:26:36.882Z Fresh nix v0.27.1
102092026-08-15T07:26:36.882Z Fresh olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
102102026-08-15T07:26:36.882Z Fresh rand_seeder v0.4.0
102112026-08-15T07:26:36.882Z Fresh serde_bytes v0.11.19
102122026-08-15T07:26:36.882Z Fresh assert_matches v1.5.0
102132026-08-15T07:26:36.882Z Fresh http-range v0.1.5
102142026-08-15T07:26:36.882Z Fresh ghash v0.6.0
102152026-08-15T07:26:36.882Z Fresh pbkdf2 v0.13.0
102162026-08-15T07:26:36.882Z Fresh crypto-bigint v0.7.5
102172026-08-15T07:26:36.882Z Fresh aes v0.9.1
102182026-08-15T07:26:36.884Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
102192026-08-15T07:26:36.884Z Fresh signal-hook-tokio v0.3.1
102202026-08-15T07:26:36.884Z Fresh ctr v0.10.1
102212026-08-15T07:26:36.884Z Fresh polar-core v0.27.3
102222026-08-15T07:26:36.884Z Fresh sled v0.34.7
102232026-08-15T07:26:36.884Z Fresh before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
102242026-08-15T07:26:36.884Z Fresh sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
102252026-08-15T07:26:36.884Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
102262026-08-15T07:26:36.884Z Fresh tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
102272026-08-15T07:26:36.884Z Fresh tokio-tungstenite v0.23.1
102282026-08-15T07:26:36.884Z Fresh digest-io v0.1.0
102292026-08-15T07:26:36.884Z Fresh aead v0.6.1
102302026-08-15T07:26:36.884Z Fresh pwd v1.4.0
102312026-08-15T07:26:36.884Z Fresh lru v0.18.2
102322026-08-15T07:26:36.884Z Fresh rawzip v0.4.4
102332026-08-15T07:26:36.884Z Fresh mime_guess v2.0.5
102342026-08-15T07:26:36.884Z Fresh spki v0.8.0
102352026-08-15T07:26:36.885Z Fresh scuffle v0.1.0
102362026-08-15T07:26:36.885Z Fresh salsa20 v0.11.0
102372026-08-15T07:26:36.885Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
102382026-08-15T07:26:36.885Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
102392026-08-15T07:26:36.885Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
102402026-08-15T07:26:36.885Z Fresh cbc v0.2.1
102412026-08-15T07:26:36.885Z Fresh oso v0.27.3
102422026-08-15T07:26:36.885Z Fresh sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
102432026-08-15T07:26:36.885Z Fresh rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
102442026-08-15T07:26:36.885Z Fresh aes-gcm v0.11.0
102452026-08-15T07:26:36.885Z Fresh illumos-nvpair-sys v0.2.0
102462026-08-15T07:26:36.885Z Fresh tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
102472026-08-15T07:26:36.885Z Fresh hyper-staticfile v0.10.1
102482026-08-15T07:26:36.885Z Fresh scrypt v0.12.0
102492026-08-15T07:26:36.885Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
102502026-08-15T07:26:36.885Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
102512026-08-15T07:26:36.885Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
102522026-08-15T07:26:36.885Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
102532026-08-15T07:26:36.885Z Fresh ff v0.14.0
102542026-08-15T07:26:36.885Z Fresh yansi v1.0.1
102552026-08-15T07:26:36.885Z Fresh signature v3.0.0
102562026-08-15T07:26:36.885Z Fresh base16ct v1.0.0
102572026-08-15T07:26:36.885Z Fresh hkdf v0.13.0
102582026-08-15T07:26:36.885Z Fresh sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
102592026-08-15T07:26:36.885Z Fresh illumos-nvpair v0.3.0
102602026-08-15T07:26:36.885Z Fresh pkcs5 v0.8.1
102612026-08-15T07:26:36.886Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
102622026-08-15T07:26:36.887Z Fresh pretty_assertions v1.4.1
102632026-08-15T07:26:36.887Z Fresh group v0.14.0
102642026-08-15T07:26:36.887Z Fresh sec1 v0.8.1
102652026-08-15T07:26:36.887Z Fresh arc-swap v1.8.2
102662026-08-15T07:26:36.887Z Fresh castaway v0.2.4
102672026-08-15T07:26:36.887Z Fresh indoc v2.0.7
102682026-08-15T07:26:36.887Z Fresh lru v0.12.5
102692026-08-15T07:26:36.887Z Fresh unicode-truncate v1.1.0
102702026-08-15T07:26:36.887Z Fresh concurrent-queue v2.5.0
102712026-08-15T07:26:36.887Z Fresh parking v2.2.1
102722026-08-15T07:26:36.887Z Fresh cassowary v0.3.0
102732026-08-15T07:26:36.887Z Fresh primefield v0.14.0
102742026-08-15T07:26:36.887Z Fresh rfc6979 v0.6.0
102752026-08-15T07:26:36.887Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
102762026-08-15T07:26:36.887Z Fresh pkcs8 v0.11.0
102772026-08-15T07:26:36.887Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
102782026-08-15T07:26:36.887Z Fresh compact_str v0.8.1
102792026-08-15T07:26:36.887Z Fresh slog-scope v4.4.1
102802026-08-15T07:26:36.887Z Fresh libz-sys v1.1.24
102812026-08-15T07:26:36.887Z Fresh instability v0.3.11
102822026-08-15T07:26:36.887Z Fresh event-listener v5.4.1
102832026-08-15T07:26:36.887Z Fresh wnaf v0.14.0
102842026-08-15T07:26:36.887Z Fresh console v0.16.2
102852026-08-15T07:26:36.887Z Fresh plotters-backend v0.3.7
102862026-08-15T07:26:36.887Z Fresh unit-prefix v0.5.2
102872026-08-15T07:26:36.887Z Fresh supports-color v2.1.0
102882026-08-15T07:26:36.887Z Fresh textwrap v0.15.2
102892026-08-15T07:26:36.887Z Fresh supports-hyperlinks v2.1.0
102902026-08-15T07:26:36.887Z Fresh supports-unicode v2.1.0
102912026-08-15T07:26:36.887Z Fresh libsw-core v0.3.2
102922026-08-15T07:26:36.887Z Fresh miette-derive v5.10.0
102932026-08-15T07:26:36.887Z Fresh terminal_size v0.1.17
102942026-08-15T07:26:36.887Z Fresh cast v0.3.0
102952026-08-15T07:26:36.891Z Fresh owo-colors v3.5.0
102962026-08-15T07:26:36.892Z Fresh futures-timer v3.0.3
102972026-08-15T07:26:36.892Z Fresh elliptic-curve v0.14.1
102982026-08-15T07:26:36.892Z Fresh libgit2-sys v0.18.3+1.9.2
102992026-08-15T07:26:36.892Z Fresh ratatui v0.29.0
103002026-08-15T07:26:36.892Z Fresh slog-stdlog v4.1.1
103012026-08-15T07:26:36.892Z Fresh indicatif v0.18.4
103022026-08-15T07:26:36.892Z Fresh plotters-svg v0.3.7
103032026-08-15T07:26:36.892Z Fresh event-listener-strategy v0.5.4
103042026-08-15T07:26:36.892Z Fresh shell-words v1.1.1
103052026-08-15T07:26:36.892Z Fresh libsw v3.5.0
103062026-08-15T07:26:36.892Z Fresh miette v5.10.0
103072026-08-15T07:26:36.892Z Fresh criterion-plot v0.6.0
103082026-08-15T07:26:36.892Z Fresh ssh-encoding v0.3.0
103092026-08-15T07:26:36.892Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
103102026-08-15T07:26:36.893Z Fresh knuffel-derive v3.2.0
103112026-08-15T07:26:36.893Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
103122026-08-15T07:26:36.893Z Fresh colored v2.2.0
103132026-08-15T07:26:36.893Z Fresh tinytemplate v1.2.1
103142026-08-15T07:26:36.893Z Fresh sapling-renderdag v0.1.0
103152026-08-15T07:26:36.893Z Fresh git2 v0.20.4
103162026-08-15T07:26:36.893Z Fresh primeorder v0.14.0
103172026-08-15T07:26:36.893Z Fresh slog-envlogger v2.2.0
103182026-08-15T07:26:36.893Z Fresh ecdsa v0.17.0
103192026-08-15T07:26:36.893Z Fresh plotters v0.3.7
103202026-08-15T07:26:36.893Z Fresh async-lock v3.4.2
103212026-08-15T07:26:36.893Z Fresh petname v2.0.2
103222026-08-15T07:26:36.893Z Fresh rtoolbox v0.0.3
103232026-08-15T07:26:36.893Z Fresh keccak v0.2.0
103242026-08-15T07:26:36.893Z Fresh sync-ptr v0.1.4
103252026-08-15T07:26:36.893Z Fresh oorandom v11.1.5
103262026-08-15T07:26:36.893Z Fresh anes v0.1.6
103272026-08-15T07:26:36.893Z Fresh oxide-update-engine-display v0.1.2
103282026-08-15T07:26:36.893Z Fresh knuffel v3.2.0
103292026-08-15T07:26:36.893Z Fresh curve25519-dalek v5.0.0
103302026-08-15T07:26:36.893Z Fresh tui-tree-widget v0.23.1
103312026-08-15T07:26:36.893Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
103322026-08-15T07:26:36.893Z Fresh ed25519 v3.0.0
103332026-08-15T07:26:36.894Z Fresh pkcs1 v0.8.0-rc.4
103342026-08-15T07:26:36.894Z Fresh crypto-primes v0.7.2
103352026-08-15T07:26:36.894Z Fresh poly1305 v0.9.0
103362026-08-15T07:26:36.894Z Fresh vergen-git2 v9.1.0
103372026-08-15T07:26:36.894Z Fresh async-object-pool v0.2.0
103382026-08-15T07:26:36.894Z Fresh rpassword v7.5.4
103392026-08-15T07:26:36.894Z Fresh criterion v0.7.0
103402026-08-15T07:26:36.894Z Fresh tokio-test v0.4.5
103412026-08-15T07:26:36.894Z Fresh blowfish v0.10.0
103422026-08-15T07:26:36.894Z Fresh blake2 v0.11.0-rc.6
103432026-08-15T07:26:36.894Z Fresh serde_regex v1.1.0
103442026-08-15T07:26:36.894Z Fresh assert-json-diff v2.0.2
103452026-08-15T07:26:36.894Z Fresh path-tree v0.8.3
103462026-08-15T07:26:36.894Z Fresh stringmetrics v2.2.2
103472026-08-15T07:26:36.894Z Fresh topological-sort v0.2.2
103482026-08-15T07:26:36.894Z Fresh rsa v0.10.0-rc.18
103492026-08-15T07:26:36.894Z Fresh p384 v0.14.0
103502026-08-15T07:26:36.894Z Fresh sha3 v0.11.0
103512026-08-15T07:26:36.894Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103522026-08-15T07:26:36.894Z Fresh ssh-cipher v0.3.0
103532026-08-15T07:26:36.894Z Fresh argon2 v0.6.0-rc.8
103542026-08-15T07:26:36.894Z Fresh target-lexicon v0.13.3
103552026-08-15T07:26:36.894Z Fresh omicron-zone-package v0.12.3
103562026-08-15T07:26:36.894Z Fresh httpmock v0.8.3
103572026-08-15T07:26:36.894Z Fresh bcrypt-pbkdf v0.11.0
103582026-08-15T07:26:36.894Z Fresh ed25519-dalek v3.0.0
103592026-08-15T07:26:36.894Z Fresh p521 v0.14.0
103602026-08-15T07:26:36.894Z Fresh p256 v0.14.0
103612026-08-15T07:26:36.894Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103622026-08-15T07:26:36.894Z Fresh twox-hash v2.1.2
103632026-08-15T07:26:36.894Z Fresh kem v0.3.0
103642026-08-15T07:26:36.894Z Fresh module-lattice v0.2.3
103652026-08-15T07:26:36.894Z Fresh atty v0.2.14
103662026-08-15T07:26:36.894Z Fresh sponge-cursor v0.1.0
103672026-08-15T07:26:36.894Z Fresh guppy-workspace-hack v0.1.0
103682026-08-15T07:26:36.894Z Fresh ssh-key v0.7.0-rc.11
103692026-08-15T07:26:36.894Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103702026-08-15T07:26:36.894Z Fresh sha3 v0.12.0
103712026-08-15T07:26:36.894Z Fresh cfg-expr v0.20.6
103722026-08-15T07:26:36.895Z Fresh ml-kem v0.3.2
103732026-08-15T07:26:36.895Z Fresh russh-cryptovec v0.62.0
103742026-08-15T07:26:36.895Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
103752026-08-15T07:26:36.895Z Fresh internal-russh-num-bigint v0.5.0
103762026-08-15T07:26:36.895Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
103772026-08-15T07:26:36.895Z Fresh fatfs v0.3.6
103782026-08-15T07:26:36.895Z Fresh httptest v0.16.4
103792026-08-15T07:26:36.895Z Fresh num-bigint v0.4.6
103802026-08-15T07:26:36.895Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
103812026-08-15T07:26:36.895Z Fresh russh-util v0.52.0
103822026-08-15T07:26:36.895Z Fresh generic-array v1.4.3
103832026-08-15T07:26:36.896Z Fresh enum_dispatch v0.3.13
103842026-08-15T07:26:36.896Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
103852026-08-15T07:26:36.896Z Fresh delegate v0.13.5
103862026-08-15T07:26:36.896Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
103872026-08-15T07:26:36.896Z Fresh hex-literal v0.4.1
103882026-08-15T07:26:36.896Z Fresh hex-literal v1.1.0
103892026-08-15T07:26:36.896Z Fresh escape8259 v0.5.3
103902026-08-15T07:26:36.896Z Fresh md5 v0.8.0
103912026-08-15T07:26:36.896Z Fresh relative-path v1.9.3
103922026-08-15T07:26:36.896Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
103932026-08-15T07:26:36.896Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
103942026-08-15T07:26:36.896Z Fresh blake2b_simd v1.0.4
103952026-08-15T07:26:36.901Z Fresh similar-asserts v1.7.0
103962026-08-15T07:26:36.901Z Fresh fancy-regex v0.14.0
103972026-08-15T07:26:36.901Z Fresh pathdiff v0.2.3
103982026-08-15T07:26:36.901Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
103992026-08-15T07:26:36.901Z Fresh approx v0.5.1
104002026-08-15T07:26:36.901Z Fresh uzers v0.12.2
104012026-08-15T07:26:36.901Z Fresh nested v0.1.1
104022026-08-15T07:26:36.901Z Fresh constant_time_eq v0.3.1
104032026-08-15T07:26:36.901Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104042026-08-15T07:26:36.901Z Fresh linkme-impl v0.3.35
104052026-08-15T07:26:36.903Z Fresh libtest-mimic v0.8.1
104062026-08-15T07:26:36.903Z Fresh target-spec v3.5.7
104072026-08-15T07:26:36.903Z Fresh rstest_macros v0.25.0
104082026-08-15T07:26:36.903Z Fresh russh v0.62.4
104092026-08-15T07:26:36.903Z Fresh target-triple v1.0.0
104102026-08-15T07:26:36.903Z Fresh internet-checksum v0.2.1
104112026-08-15T07:26:36.903Z Fresh termcolor v1.4.1
104122026-08-15T07:26:36.903Z Fresh rust-argon2 v2.1.0
104132026-08-15T07:26:36.903Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
104142026-08-15T07:26:36.903Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
104152026-08-15T07:26:36.903Z Fresh hickory-client v0.25.2
104162026-08-15T07:26:36.903Z Fresh partial-io v0.5.4
104172026-08-15T07:26:36.903Z Fresh rand_distr v0.5.1
104182026-08-15T07:26:36.903Z Fresh guppy v0.17.25
104192026-08-15T07:26:36.903Z Fresh linkme v0.3.35
104202026-08-15T07:26:36.903Z Fresh datatest-stable v0.3.3
104212026-08-15T07:26:36.903Z Fresh assert_cmd v2.1.2
104222026-08-15T07:26:36.903Z Fresh trybuild v1.0.116
104232026-08-15T07:26:36.903Z Fresh rstest v0.25.0
104242026-08-15T07:26:36.903Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
104252026-08-15T07:26:36.903Z Fresh sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
104262026-08-15T07:26:36.903Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
104272026-08-15T07:26:36.903Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
104282026-08-15T07:26:36.903Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
104292026-08-15T07:26:36.903Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
104302026-08-15T07:26:36.903Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
104312026-08-15T07:26:36.903Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
104322026-08-15T07:26:36.903Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
104332026-08-15T07:26:36.903Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
104342026-08-15T07:26:36.903Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
104352026-08-15T07:26:36.903Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
104362026-08-15T07:26:36.903Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
104372026-08-15T07:26:36.903Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
104382026-08-15T07:26:36.904Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
104392026-08-15T07:26:36.904Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
104402026-08-15T07:26:36.904Z Fresh rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
104412026-08-15T07:26:36.904Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
104422026-08-15T07:26:36.904Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
104432026-08-15T07:26:36.904Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
104442026-08-15T07:26:36.904Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
104452026-08-15T07:26:36.904Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
104462026-08-15T07:26:36.904Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
104472026-08-15T07:26:36.904Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
104482026-08-15T07:26:36.904Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
104492026-08-15T07:26:36.904Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
104502026-08-15T07:26:36.905Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
104512026-08-15T07:26:36.905Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
104522026-08-15T07:26:36.905Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
104532026-08-15T07:26:36.905Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
104542026-08-15T07:26:36.905Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
104552026-08-15T07:26:36.905Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
104562026-08-15T07:26:36.905Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
104572026-08-15T07:26:36.905Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
104582026-08-15T07:26:36.905Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
104592026-08-15T07:26:36.905Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
104602026-08-15T07:26:36.905Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
104612026-08-15T07:26:36.905Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
104622026-08-15T07:26:36.905Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
104632026-08-15T07:26:36.905Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
104642026-08-15T07:26:36.905Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
104652026-08-15T07:26:36.905Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
104662026-08-15T07:26:36.905Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
104672026-08-15T07:26:36.906Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
104682026-08-15T07:26:36.906Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
104692026-08-15T07:26:36.906Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
104702026-08-15T07:26:36.906Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
104712026-08-15T07:26:36.906Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
104722026-08-15T07:26:36.906Z Fresh sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
104732026-08-15T07:26:36.906Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
104742026-08-15T07:26:36.906Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
104752026-08-15T07:26:36.906Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
104762026-08-15T07:26:36.906Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
104772026-08-15T07:26:36.906Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
104782026-08-15T07:26:36.906Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
104792026-08-15T07:26:36.906Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
104802026-08-15T07:26:36.906Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
104812026-08-15T07:26:36.906Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
104822026-08-15T07:26:36.906Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
104832026-08-15T07:26:36.906Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
104842026-08-15T07:26:36.907Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
104852026-08-15T07:26:36.907Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
104862026-08-15T07:26:36.907Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
104872026-08-15T07:26:36.907Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
104882026-08-15T07:26:36.907Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
104892026-08-15T07:26:36.907Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
104902026-08-15T07:26:36.907Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
104912026-08-15T07:26:36.907Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
104922026-08-15T07:26:36.907Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
104932026-08-15T07:26:36.907Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
104942026-08-15T07:26:36.908Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
104952026-08-15T07:26:36.912Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
104962026-08-15T07:26:36.912Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
104972026-08-15T07:26:36.912Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
104982026-08-15T07:26:36.912Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
104992026-08-15T07:26:36.912Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
105002026-08-15T07:26:36.913Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
105012026-08-15T07:26:36.913Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
105022026-08-15T07:26:36.915Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
105032026-08-15T07:26:36.915Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
105042026-08-15T07:26:36.915Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
105052026-08-15T07:26:36.915Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
105062026-08-15T07:26:36.915Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
105072026-08-15T07:26:36.915Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
105082026-08-15T07:26:36.915Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
105092026-08-15T07:26:36.915Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
105102026-08-15T07:26:36.915Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
105112026-08-15T07:26:36.915Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
105122026-08-15T07:26:36.915Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
105132026-08-15T07:26:36.915Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
105142026-08-15T07:26:36.915Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
105152026-08-15T07:26:36.915Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
105162026-08-15T07:26:36.915Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
105172026-08-15T07:26:36.915Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
105182026-08-15T07:26:36.915Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
105192026-08-15T07:26:36.915Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
105202026-08-15T07:26:36.917Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
105212026-08-15T07:26:36.917Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
105222026-08-15T07:26:36.917Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
105232026-08-15T07:26:36.917Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
105242026-08-15T07:26:36.917Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
105252026-08-15T07:26:36.917Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
105262026-08-15T07:26:36.917Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105272026-08-15T07:26:36.917Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105282026-08-15T07:26:36.917Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
105292026-08-15T07:26:36.917Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
105302026-08-15T07:26:36.917Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
105312026-08-15T07:26:36.917Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
105322026-08-15T07:26:36.917Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
105332026-08-15T07:26:36.917Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105342026-08-15T07:26:36.917Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
105352026-08-15T07:26:36.917Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
105362026-08-15T07:26:36.917Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
105372026-08-15T07:26:36.917Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105382026-08-15T07:26:36.917Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105392026-08-15T07:26:36.918Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
105402026-08-15T07:26:36.918Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
105412026-08-15T07:26:36.918Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
105422026-08-15T07:26:36.919Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
105432026-08-15T07:26:36.919Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
105442026-08-15T07:26:36.919Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105452026-08-15T07:26:36.919Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
105462026-08-15T07:26:36.919Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
105472026-08-15T07:26:36.919Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
105482026-08-15T07:26:36.919Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
105492026-08-15T07:26:36.919Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
105502026-08-15T07:26:36.919Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
105512026-08-15T07:26:36.919Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
105522026-08-15T07:26:36.919Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
105532026-08-15T07:26:36.919Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
105542026-08-15T07:26:36.919Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
105552026-08-15T07:26:36.919Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
105562026-08-15T07:26:36.919Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
105572026-08-15T07:26:36.919Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
105582026-08-15T07:26:36.919Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105592026-08-15T07:26:36.919Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
105602026-08-15T07:26:36.919Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
105612026-08-15T07:26:36.919Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
105622026-08-15T07:26:36.919Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
105632026-08-15T07:26:36.919Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
105642026-08-15T07:26:36.919Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
105652026-08-15T07:26:36.919Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
105662026-08-15T07:26:36.919Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
105672026-08-15T07:26:36.919Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
105682026-08-15T07:26:36.919Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
105692026-08-15T07:26:36.919Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
105702026-08-15T07:26:36.919Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
105712026-08-15T07:26:36.919Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
105722026-08-15T07:26:36.919Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
105732026-08-15T07:26:36.919Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
105742026-08-15T07:26:36.919Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
105752026-08-15T07:26:36.920Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
105762026-08-15T07:26:36.920Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
105772026-08-15T07:26:36.920Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
105782026-08-15T07:26:36.920Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
105792026-08-15T07:26:36.920Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
105802026-08-15T07:26:36.920Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
105812026-08-15T07:26:36.920Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
105822026-08-15T07:26:36.920Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
105832026-08-15T07:26:36.920Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
105842026-08-15T07:26:36.920Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
105852026-08-15T07:26:36.920Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
105862026-08-15T07:26:36.920Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
105872026-08-15T07:26:36.920Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
105882026-08-15T07:26:36.920Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
105892026-08-15T07:26:36.920Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
105902026-08-15T07:26:36.921Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
105912026-08-15T07:26:36.921Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
105922026-08-15T07:26:36.921Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.29s
105932026-08-15T07:26:36.921Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
105942026-08-15T07:26:36.923Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
105952026-08-15T07:26:36.937Z Doc-tests api_identity
105962026-08-15T07:26:36.940Z 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-441d2fd7f9bb0eaf.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
105972026-08-15T07:26:37.063Z
105982026-08-15T07:26:37.063Zrunning 0 tests
105992026-08-15T07:26:37.063Z
106002026-08-15T07:26:37.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106012026-08-15T07:26:37.063Z
106022026-08-15T07:26:37.076Z Doc-tests authz_macros
106032026-08-15T07:26:37.076Z 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-ff4a44b4234ef8fa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-25db26a7e5848433.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
106042026-08-15T07:26:37.556Z
106052026-08-15T07:26:37.556Zrunning 7 tests
106062026-08-15T07:26:37.557Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
106072026-08-15T07:26:37.557Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
106082026-08-15T07:26:37.557Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
106092026-08-15T07:26:37.557Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
106102026-08-15T07:26:37.557Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
106112026-08-15T07:26:37.557Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
106122026-08-15T07:26:37.557Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
106132026-08-15T07:26:37.557Z
106142026-08-15T07:26:37.557Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
106152026-08-15T07:26:37.558Z
106162026-08-15T07:26:37.561Zall doctests ran in 0.41s; merged doctests compilation took 0.41s
106172026-08-15T07:26:37.572Z Doc-tests bootstore
106182026-08-15T07:26:37.575Z 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-c007b2dd43c437c2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.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-2be48be4a3be1be5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aa69897985c0555d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d3230d607b408158.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.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`
106192026-08-15T07:26:37.818Z
106202026-08-15T07:26:37.818Zrunning 0 tests
106212026-08-15T07:26:37.818Z
106222026-08-15T07:26:37.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106232026-08-15T07:26:37.818Z
106242026-08-15T07:26:37.838Z Doc-tests bootstrap_agent_lockstep_api
106252026-08-15T07:26:37.838Z 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-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106262026-08-15T07:26:38.412Z
106272026-08-15T07:26:38.412Zrunning 2 tests
106282026-08-15T07:26:38.412Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
106292026-08-15T07:26:38.412Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
106302026-08-15T07:26:38.412Z
106312026-08-15T07:26:38.412Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106322026-08-15T07:26:38.417Z
106332026-08-15T07:26:38.417Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
106342026-08-15T07:26:38.439Z Doc-tests bootstrap_agent_lockstep_client
106352026-08-15T07:26:38.439Z 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-e8931c36098e8cb6.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106362026-08-15T07:26:38.843Z
106372026-08-15T07:26:38.843Zrunning 0 tests
106382026-08-15T07:26:38.843Z
106392026-08-15T07:26:38.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106402026-08-15T07:26:38.843Z
106412026-08-15T07:26:38.873Z Doc-tests bootstrap_agent_lockstep_types
106422026-08-15T07:26:38.876Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106432026-08-15T07:26:39.222Z
106442026-08-15T07:26:39.222Zrunning 0 tests
106452026-08-15T07:26:39.222Z
106462026-08-15T07:26:39.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106472026-08-15T07:26:39.224Z
106482026-08-15T07:26:39.252Z Doc-tests clickana
106492026-08-15T07:26:39.252Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-21258750c767de9a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106502026-08-15T07:26:39.486Z
106512026-08-15T07:26:39.486Zrunning 0 tests
106522026-08-15T07:26:39.486Z
106532026-08-15T07:26:39.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106542026-08-15T07:26:39.486Z
106552026-08-15T07:26:39.509Z Doc-tests clickhouse_admin_api
106562026-08-15T07:26:39.509Z 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-6b702119a3a406ff.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-3f3773cef5144943.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
106572026-08-15T07:26:40.071Z
106582026-08-15T07:26:40.071Zrunning 6 tests
106592026-08-15T07:26:40.071Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
106602026-08-15T07:26:40.071Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
106612026-08-15T07:26:40.071Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
106622026-08-15T07:26:40.071Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
106632026-08-15T07:26:40.073Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
106642026-08-15T07:26:40.073Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
106652026-08-15T07:26:40.073Z
106662026-08-15T07:26:40.073Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
106672026-08-15T07:26:40.073Z
106682026-08-15T07:26:40.077Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
106692026-08-15T07:26:40.099Z Doc-tests clickhouse_admin_keeper_client
106702026-08-15T07:26:40.099Z 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-2161989b79a54a00.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
106712026-08-15T07:26:40.469Z
106722026-08-15T07:26:40.470Zrunning 0 tests
106732026-08-15T07:26:40.470Z
106742026-08-15T07:26:40.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106752026-08-15T07:26:40.470Z
106762026-08-15T07:26:40.499Z Doc-tests clickhouse_admin_server_client
106772026-08-15T07:26:40.499Z 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-ce944e4c0253908d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
106782026-08-15T07:26:40.894Z
106792026-08-15T07:26:40.894Zrunning 0 tests
106802026-08-15T07:26:40.894Z
106812026-08-15T07:26:40.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106822026-08-15T07:26:40.894Z
106832026-08-15T07:26:40.925Z Doc-tests clickhouse_admin_single_client
106842026-08-15T07:26:40.928Z 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-4ca83403ca631da2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
106852026-08-15T07:26:41.122Z
106862026-08-15T07:26:41.122Zrunning 0 tests
106872026-08-15T07:26:41.122Z
106882026-08-15T07:26:41.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106892026-08-15T07:26:41.122Z
106902026-08-15T07:26:41.142Z Doc-tests clickhouse_admin_test_utils
106912026-08-15T07:26:41.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-409bea1c0993882f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
106922026-08-15T07:26:41.323Z
106932026-08-15T07:26:41.323Zrunning 0 tests
106942026-08-15T07:26:41.323Z
106952026-08-15T07:26:41.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106962026-08-15T07:26:41.323Z
106972026-08-15T07:26:41.343Z Doc-tests clickhouse_admin_types
106982026-08-15T07:26:41.343Z 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-012e1206f478bc5d.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-3f3773cef5144943.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
106992026-08-15T07:26:41.519Z
107002026-08-15T07:26:41.519Zrunning 0 tests
107012026-08-15T07:26:41.519Z
107022026-08-15T07:26:41.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107032026-08-15T07:26:41.520Z
107042026-08-15T07:26:41.537Z Doc-tests clickhouse_admin_types_versions
107052026-08-15T07:26:41.538Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-3f3773cef5144943.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107062026-08-15T07:26:42.324Z
107072026-08-15T07:26:42.324Zrunning 1 test
107082026-08-15T07:26:42.326Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
107092026-08-15T07:26:42.326Z
107102026-08-15T07:26:42.326Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107112026-08-15T07:26:42.326Z
107122026-08-15T07:26:42.329Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
107132026-08-15T07:26:42.363Z Doc-tests cockroach_admin_api
107142026-08-15T07:26:42.363Z 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-186479df18423e68.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-8b219cd2f0359e58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
107152026-08-15T07:26:42.850Z
107162026-08-15T07:26:42.850Zrunning 2 tests
107172026-08-15T07:26:42.851Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
107182026-08-15T07:26:42.851Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
107192026-08-15T07:26:42.851Z
107202026-08-15T07:26:42.851Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107212026-08-15T07:26:42.851Z
107222026-08-15T07:26:42.855Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
107232026-08-15T07:26:42.871Z Doc-tests cockroach_admin_client
107242026-08-15T07:26:42.871Z 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-95dd076f65783f49.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
107252026-08-15T07:26:43.071Z
107262026-08-15T07:26:43.071Zrunning 0 tests
107272026-08-15T07:26:43.071Z
107282026-08-15T07:26:43.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107292026-08-15T07:26:43.071Z
107302026-08-15T07:26:43.089Z Doc-tests cockroach_admin_types
107312026-08-15T07:26:43.089Z 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-c19bea6f99c5a995.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-8b219cd2f0359e58.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
107322026-08-15T07:26:43.172Z
107332026-08-15T07:26:43.172Zrunning 0 tests
107342026-08-15T07:26:43.172Z
107352026-08-15T07:26:43.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107362026-08-15T07:26:43.172Z
107372026-08-15T07:26:43.183Z Doc-tests cockroach_admin_types_versions
107382026-08-15T07:26:43.183Z 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-8b219cd2f0359e58.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-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
107392026-08-15T07:26:43.665Z
107402026-08-15T07:26:43.665Zrunning 1 test
107412026-08-15T07:26:43.665Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
107422026-08-15T07:26:43.665Z
107432026-08-15T07:26:43.665Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107442026-08-15T07:26:43.665Z
107452026-08-15T07:26:43.670Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
107462026-08-15T07:26:43.685Z Doc-tests db_macros
107472026-08-15T07:26:43.685Z 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-172258c47e84211c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-25db26a7e5848433.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
107482026-08-15T07:26:44.180Z
107492026-08-15T07:26:44.180Zrunning 3 tests
107502026-08-15T07:26:44.181Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
107512026-08-15T07:26:44.181Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
107522026-08-15T07:26:44.181Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
107532026-08-15T07:26:44.181Z
107542026-08-15T07:26:44.181Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
107552026-08-15T07:26:44.181Z
107562026-08-15T07:26:44.185Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
107572026-08-15T07:26:44.199Z Doc-tests dev_tools_common
107582026-08-15T07:26:44.199Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107592026-08-15T07:26:44.252Z
107602026-08-15T07:26:44.252Zrunning 0 tests
107612026-08-15T07:26:44.252Z
107622026-08-15T07:26:44.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107632026-08-15T07:26:44.252Z
107642026-08-15T07:26:44.259Z Doc-tests dns_server
107652026-08-15T07:26:44.260Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ecf82dff97fa5dd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a90472554441f062.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
107662026-08-15T07:26:44.491Z
107672026-08-15T07:26:44.491Zrunning 0 tests
107682026-08-15T07:26:44.491Z
107692026-08-15T07:26:44.491Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107702026-08-15T07:26:44.491Z
107712026-08-15T07:26:44.514Z Doc-tests dns_server_api
107722026-08-15T07:26:44.514Z 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-ebce079ec14d0886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
107732026-08-15T07:26:45.051Z
107742026-08-15T07:26:45.051Zrunning 2 tests
107752026-08-15T07:26:45.051Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
107762026-08-15T07:26:45.052Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
107772026-08-15T07:26:45.052Z
107782026-08-15T07:26:45.052Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107792026-08-15T07:26:45.052Z
107802026-08-15T07:26:45.055Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
107812026-08-15T07:26:45.076Z Doc-tests dns_service_client
107822026-08-15T07:26:45.076Z 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-574338e820b90529.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-7df21b16dd30fac8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
107832026-08-15T07:26:45.320Z
107842026-08-15T07:26:45.320Zrunning 0 tests
107852026-08-15T07:26:45.320Z
107862026-08-15T07:26:45.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107872026-08-15T07:26:45.321Z
107882026-08-15T07:26:45.347Z Doc-tests end_to_end_tests
107892026-08-15T07:26:45.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.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-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e4c406627c6c3242.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-276e4e9899ecfd4c.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-9c7dd78be1428465.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-7e2d23698ec4b144.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-cb0c960b98c888a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
107902026-08-15T07:26:45.709Z
107912026-08-15T07:26:45.710Zrunning 0 tests
107922026-08-15T07:26:45.710Z
107932026-08-15T07:26:45.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107942026-08-15T07:26:45.710Z
107952026-08-15T07:26:45.742Z Doc-tests ereport_types
107962026-08-15T07:26:45.742Z 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-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107972026-08-15T07:26:45.894Z
107982026-08-15T07:26:45.894Zrunning 0 tests
107992026-08-15T07:26:45.895Z
108002026-08-15T07:26:45.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108012026-08-15T07:26:45.895Z
108022026-08-15T07:26:45.911Z Doc-tests gateway_api
108032026-08-15T07:26:45.911Z 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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-df725d3482ce9f30.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-72357504b05f1750.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`
108042026-08-15T07:26:46.453Z
108052026-08-15T07:26:46.453Zrunning 2 tests
108062026-08-15T07:26:46.455Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
108072026-08-15T07:26:46.455Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
108082026-08-15T07:26:46.455Z
108092026-08-15T07:26:46.455Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108102026-08-15T07:26:46.455Z
108112026-08-15T07:26:46.459Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
108122026-08-15T07:26:46.480Z Doc-tests gateway_client
108132026-08-15T07:26:46.480Z 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-450502dea98a3d14.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
108142026-08-15T07:26:47.034Z
108152026-08-15T07:26:47.034Zrunning 0 tests
108162026-08-15T07:26:47.034Z
108172026-08-15T07:26:47.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108182026-08-15T07:26:47.035Z
108192026-08-15T07:26:47.070Z Doc-tests gateway_test_utils
108202026-08-15T07:26:47.070Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57b85d813ee05424.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.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-4653043739c6035a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
108212026-08-15T07:26:47.437Z
108222026-08-15T07:26:47.437Zrunning 0 tests
108232026-08-15T07:26:47.437Z
108242026-08-15T07:26:47.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108252026-08-15T07:26:47.437Z
108262026-08-15T07:26:47.474Z Doc-tests gateway_types
108272026-08-15T07:26:47.475Z 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-1aa30fade9d1be50.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
108282026-08-15T07:26:47.632Z
108292026-08-15T07:26:47.632Zrunning 0 tests
108302026-08-15T07:26:47.632Z
108312026-08-15T07:26:47.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108322026-08-15T07:26:47.632Z
108332026-08-15T07:26:47.648Z Doc-tests gateway_types_versions
108342026-08-15T07:26:47.648Z 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-450502dea98a3d14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.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-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
108352026-08-15T07:26:48.430Z
108362026-08-15T07:26:48.430Zrunning 1 test
108372026-08-15T07:26:48.430Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
108382026-08-15T07:26:48.430Z
108392026-08-15T07:26:48.430Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108402026-08-15T07:26:48.431Z
108412026-08-15T07:26:48.435Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
108422026-08-15T07:26:48.465Z Doc-tests gfss
108432026-08-15T07:26:48.465Z 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-1ac12b8fdf940d98.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.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-4d3b2d088fd28791.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`
108442026-08-15T07:26:48.567Z
108452026-08-15T07:26:48.567Zrunning 0 tests
108462026-08-15T07:26:48.567Z
108472026-08-15T07:26:48.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108482026-08-15T07:26:48.568Z
108492026-08-15T07:26:48.578Z Doc-tests illumos_utils
108502026-08-15T07:26:48.578Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-2979ae9651705b15.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-67cc0f4229bb1900.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-922a3f6e10b77432.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.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`
108512026-08-15T07:26:49.014Z
108522026-08-15T07:26:49.014Zrunning 0 tests
108532026-08-15T07:26:49.014Z
108542026-08-15T07:26:49.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108552026-08-15T07:26:49.014Z
108562026-08-15T07:26:49.048Z Doc-tests installinator
108572026-08-15T07:26:49.053Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30c6b54cb031e4fd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-141100ddd7b64c47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.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-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-db8b8bf6edbb484c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.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`
108582026-08-15T07:26:49.420Z
108592026-08-15T07:26:49.420Zrunning 0 tests
108602026-08-15T07:26:49.420Z
108612026-08-15T07:26:49.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108622026-08-15T07:26:49.420Z
108632026-08-15T07:26:49.453Z Doc-tests installinator_api
108642026-08-15T07:26:49.453Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fc8fe808b44d484c.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8857704496d2e629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
108652026-08-15T07:26:49.974Z
108662026-08-15T07:26:49.974Zrunning 2 tests
108672026-08-15T07:26:49.974Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 44) ... ignored
108682026-08-15T07:26:49.976Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 50) ... ignored
108692026-08-15T07:26:49.976Z
108702026-08-15T07:26:49.976Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108712026-08-15T07:26:49.976Z
108722026-08-15T07:26:49.980Zall doctests ran in 0.35s; merged doctests compilation took 0.34s
108732026-08-15T07:26:49.998Z Doc-tests installinator_client
108742026-08-15T07:26:50.002Z 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-141100ddd7b64c47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108752026-08-15T07:26:50.264Z
108762026-08-15T07:26:50.264Zrunning 0 tests
108772026-08-15T07:26:50.264Z
108782026-08-15T07:26:50.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108792026-08-15T07:26:50.264Z
108802026-08-15T07:26:50.286Z Doc-tests installinator_common
108812026-08-15T07:26:50.286Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8857704496d2e629.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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-dab9e1b0915c6ea0.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`
108822026-08-15T07:26:50.568Z
108832026-08-15T07:26:50.568Zrunning 0 tests
108842026-08-15T07:26:50.568Z
108852026-08-15T07:26:50.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108862026-08-15T07:26:50.570Z
108872026-08-15T07:26:50.595Z Doc-tests installinator_common_versions
108882026-08-15T07:26:50.595Z 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-8857704496d2e629.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
108892026-08-15T07:26:51.040Z
108902026-08-15T07:26:51.040Zrunning 1 test
108912026-08-15T07:26:51.040Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
108922026-08-15T07:26:51.040Z
108932026-08-15T07:26:51.040Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108942026-08-15T07:26:51.040Z
108952026-08-15T07:26:51.044Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
108962026-08-15T07:26:51.057Z Doc-tests internal_dns_resolver
108972026-08-15T07:26:51.060Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ebce079ec14d0886.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d3e9bbb285cf7e24.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-dab9e1b0915c6ea0.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-08-15T07:26:51.285Z
108992026-08-15T07:26:51.285Zrunning 0 tests
109002026-08-15T07:26:51.285Z
109012026-08-15T07:26:51.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109022026-08-15T07:26:51.285Z
109032026-08-15T07:26:51.308Z Doc-tests internal_dns_types
109042026-08-15T07:26:51.308Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109052026-08-15T07:26:51.517Z
109062026-08-15T07:26:51.517Zrunning 0 tests
109072026-08-15T07:26:51.517Z
109082026-08-15T07:26:51.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109092026-08-15T07:26:51.519Z
109102026-08-15T07:26:51.539Z Doc-tests internal_dns_types_versions
109112026-08-15T07:26:51.539Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7df21b16dd30fac8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
109122026-08-15T07:26:52.144Z
109132026-08-15T07:26:52.144Zrunning 1 test
109142026-08-15T07:26:52.144Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
109152026-08-15T07:26:52.144Z
109162026-08-15T07:26:52.144Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109172026-08-15T07:26:52.144Z
109182026-08-15T07:26:52.148Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
109192026-08-15T07:26:52.173Z Doc-tests ipcc
109202026-08-15T07:26:52.173Z 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-0e597593959815fc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.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-7b390c73a1b1a435.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`
109212026-08-15T07:26:52.298Z
109222026-08-15T07:26:52.298Zrunning 0 tests
109232026-08-15T07:26:52.298Z
109242026-08-15T07:26:52.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109252026-08-15T07:26:52.298Z
109262026-08-15T07:26:52.312Z Doc-tests key_manager
109272026-08-15T07:26:52.312Z 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-2be48be4a3be1be5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-2979ae9651705b15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-dab9e1b0915c6ea0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.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`
109282026-08-15T07:26:52.502Z
109292026-08-15T07:26:52.502Zrunning 0 tests
109302026-08-15T07:26:52.502Z
109312026-08-15T07:26:52.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109322026-08-15T07:26:52.502Z
109332026-08-15T07:26:52.522Z Doc-tests key_manager_types
109342026-08-15T07:26:52.522Z 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-2979ae9651705b15.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.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`
109352026-08-15T07:26:52.560Z
109362026-08-15T07:26:52.560Zrunning 0 tests
109372026-08-15T07:26:52.560Z
109382026-08-15T07:26:52.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109392026-08-15T07:26:52.560Z
109402026-08-15T07:26:52.565Z Doc-tests live_tests_macros
109412026-08-15T07:26:52.565Z 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-a3de17dd1eb77015.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
109422026-08-15T07:26:52.957Z
109432026-08-15T07:26:52.958Zrunning 1 test
109442026-08-15T07:26:52.958Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
109452026-08-15T07:26:52.958Z
109462026-08-15T07:26:52.958Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109472026-08-15T07:26:52.958Z
109482026-08-15T07:26:52.961Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
109492026-08-15T07:26:52.969Z Doc-tests nexus_auth
109502026-08-15T07:26:52.973Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ff4a44b4234ef8fa.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-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.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-03c25757dde00e62.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f194a67240d52074.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-67201c8c68c4f3a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.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-dab9e1b0915c6ea0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
109512026-08-15T07:26:53.598Z
109522026-08-15T07:26:53.598Zrunning 0 tests
109532026-08-15T07:26:53.598Z
109542026-08-15T07:26:53.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109552026-08-15T07:26:53.598Z
109562026-08-15T07:26:53.644Z Doc-tests nexus_background_task_interface
109572026-08-15T07:26:53.644Z 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-a7cc76e819b19cce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-2236b5810107d638.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`
109582026-08-15T07:26:53.704Z
109592026-08-15T07:26:53.704Zrunning 0 tests
109602026-08-15T07:26:53.704Z
109612026-08-15T07:26:53.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109622026-08-15T07:26:53.704Z
109632026-08-15T07:26:53.710Z Doc-tests nexus_client
109642026-08-15T07:26:53.710Z 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-4a2c4f3ca17e1238.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109652026-08-15T07:26:54.272Z
109662026-08-15T07:26:54.272Zrunning 0 tests
109672026-08-15T07:26:54.272Z
109682026-08-15T07:26:54.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109692026-08-15T07:26:54.273Z
109702026-08-15T07:26:54.309Z Doc-tests nexus_config
109712026-08-15T07:26:54.309Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
109722026-08-15T07:26:54.833Z
109732026-08-15T07:26:54.833Zrunning 0 tests
109742026-08-15T07:26:54.834Z
109752026-08-15T07:26:54.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109762026-08-15T07:26:54.835Z
109772026-08-15T07:26:54.873Z Doc-tests nexus_db_errors
109782026-08-15T07:26:54.873Z 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-77c7d72087fd0c31.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
109792026-08-15T07:26:55.205Z
109802026-08-15T07:26:55.205Zrunning 0 tests
109812026-08-15T07:26:55.205Z
109822026-08-15T07:26:55.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109832026-08-15T07:26:55.205Z
109842026-08-15T07:26:55.241Z Doc-tests nexus_db_fixed_data
109852026-08-15T07:26:55.241Z 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-f194a67240d52074.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-72357504b05f1750.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`
109862026-08-15T07:26:55.543Z
109872026-08-15T07:26:55.543Zrunning 0 tests
109882026-08-15T07:26:55.543Z
109892026-08-15T07:26:55.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109902026-08-15T07:26:55.543Z
109912026-08-15T07:26:55.573Z Doc-tests nexus_db_lookup
109922026-08-15T07:26:55.573Z 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-25876ee1780c2c34.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-172258c47e84211c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b31b90b8da6cd278.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
109932026-08-15T07:26:56.105Z
109942026-08-15T07:26:56.105Zrunning 0 tests
109952026-08-15T07:26:56.105Z
109962026-08-15T07:26:56.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109972026-08-15T07:26:56.105Z
109982026-08-15T07:26:56.147Z Doc-tests nexus_db_model
109992026-08-15T07:26:56.152Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-172258c47e84211c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-c1e1c4a757aa7e49.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5db6da35e0306d12.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-dab9e1b0915c6ea0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110002026-08-15T07:27:12.550Z
110012026-08-15T07:27:12.550Zrunning 4 tests
110022026-08-15T07:27:12.570Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
110032026-08-15T07:27:12.573Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
110042026-08-15T07:27:12.574Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
110052026-08-15T07:27:12.574Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
110062026-08-15T07:27:12.574Z
110072026-08-15T07:27:12.574Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
110082026-08-15T07:27:12.574Z
110092026-08-15T07:27:12.605Zall doctests ran in 13.67s; merged doctests compilation took 13.61s
110102026-08-15T07:27:12.723Z Doc-tests nexus_db_queries
110112026-08-15T07:27:12.728Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-172258c47e84211c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b31b90b8da6cd278.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-03c25757dde00e62.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-de698ddff52f99ab.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f194a67240d52074.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-67201c8c68c4f3a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-4d0bd71bd1be6e93.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-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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-529b15636e72dbb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-dab9e1b0915c6ea0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110122026-08-15T07:27:20.465Z
110132026-08-15T07:27:20.465Zrunning 3 tests
110142026-08-15T07:27:20.469Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 79) ... ignored
110152026-08-15T07:27:20.469Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
110162026-08-15T07:27:20.473Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
110172026-08-15T07:27:20.473Z
110182026-08-15T07:27:20.473Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
110192026-08-15T07:27:20.473Z
110202026-08-15T07:27:20.486Zall doctests ran in 6.18s; merged doctests compilation took 6.15s
110212026-08-15T07:27:20.593Z Doc-tests nexus_db_schema
110222026-08-15T07:27:20.593Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-a5c7a6b3613867f6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.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`
110232026-08-15T07:27:25.764Z
110242026-08-15T07:27:25.764Zrunning 0 tests
110252026-08-15T07:27:25.764Z
110262026-08-15T07:27:25.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110272026-08-15T07:27:25.764Z
110282026-08-15T07:27:25.992Z Doc-tests nexus_defaults
110292026-08-15T07:27:25.992Z 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-5dbca69c58ac7138.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110302026-08-15T07:27:26.172Z
110312026-08-15T07:27:26.172Zrunning 0 tests
110322026-08-15T07:27:26.172Z
110332026-08-15T07:27:26.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110342026-08-15T07:27:26.172Z
110352026-08-15T07:27:26.192Z Doc-tests nexus_external_api
110362026-08-15T07:27:26.192Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-cba154512bd3a140.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110372026-08-15T07:27:27.222Z
110382026-08-15T07:27:27.223Zrunning 2 tests
110392026-08-15T07:27:27.223Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 212) ... ignored
110402026-08-15T07:27:27.223Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 218) ... ignored
110412026-08-15T07:27:27.223Z
110422026-08-15T07:27:27.227Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110432026-08-15T07:27:27.227Z
110442026-08-15T07:27:27.227Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
110452026-08-15T07:27:27.273Z Doc-tests nexus_fm
110462026-08-15T07:27:27.276Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110472026-08-15T07:27:27.641Z
110482026-08-15T07:27:27.641Zrunning 0 tests
110492026-08-15T07:27:27.641Z
110502026-08-15T07:27:27.642Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110512026-08-15T07:27:27.642Z
110522026-08-15T07:27:27.675Z Doc-tests nexus_internal_api
110532026-08-15T07:27:27.675Z 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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.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-28e450f6d72cd59d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-e449b8a499c5c336.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110542026-08-15T07:27:28.358Z
110552026-08-15T07:27:28.358Zrunning 2 tests
110562026-08-15T07:27:28.359Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
110572026-08-15T07:27:28.359Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
110582026-08-15T07:27:28.359Z
110592026-08-15T07:27:28.359Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110602026-08-15T07:27:28.360Z
110612026-08-15T07:27:28.364Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
110622026-08-15T07:27:28.395Z Doc-tests nexus_inventory
110632026-08-15T07:27:28.400Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110642026-08-15T07:27:28.709Z
110652026-08-15T07:27:28.709Zrunning 0 tests
110662026-08-15T07:27:28.709Z
110672026-08-15T07:27:28.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110682026-08-15T07:27:28.709Z
110692026-08-15T07:27:28.739Z Doc-tests nexus_lockstep_api
110702026-08-15T07:27:28.739Z 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-e73aec427acc1eda.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-190fd48cfa77ad9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110712026-08-15T07:27:29.446Z
110722026-08-15T07:27:29.446Zrunning 2 tests
110732026-08-15T07:27:29.446Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
110742026-08-15T07:27:29.446Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
110752026-08-15T07:27:29.446Z
110762026-08-15T07:27:29.446Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110772026-08-15T07:27:29.446Z
110782026-08-15T07:27:29.526Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
110792026-08-15T07:27:29.530Z Doc-tests nexus_lockstep_client
110802026-08-15T07:27:29.530Z 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-5b414a5a1d6cd267.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-4a2c4f3ca17e1238.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110812026-08-15T07:27:31.246Z
110822026-08-15T07:27:31.246Zrunning 0 tests
110832026-08-15T07:27:31.246Z
110842026-08-15T07:27:31.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110852026-08-15T07:27:31.246Z
110862026-08-15T07:27:31.315Z Doc-tests nexus_macros_common
110872026-08-15T07:27:31.315Z 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-25db26a7e5848433.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
110882026-08-15T07:27:31.361Z
110892026-08-15T07:27:31.361Zrunning 0 tests
110902026-08-15T07:27:31.361Z
110912026-08-15T07:27:31.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110922026-08-15T07:27:31.361Z
110932026-08-15T07:27:31.368Z Doc-tests nexus_metrics_producer_gc
110942026-08-15T07:27:31.368Z 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-25876ee1780c2c34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-feac980447bda484.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
110952026-08-15T07:27:31.753Z
110962026-08-15T07:27:31.754Zrunning 0 tests
110972026-08-15T07:27:31.754Z
110982026-08-15T07:27:31.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110992026-08-15T07:27:31.754Z
111002026-08-15T07:27:31.794Z Doc-tests nexus_mgs_updates
111012026-08-15T07:27:31.794Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-4653043739c6035a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
111022026-08-15T07:27:32.155Z
111032026-08-15T07:27:32.155Zrunning 0 tests
111042026-08-15T07:27:32.155Z
111052026-08-15T07:27:32.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111062026-08-15T07:27:32.155Z
111072026-08-15T07:27:32.187Z Doc-tests nexus_networking
111082026-08-15T07:27:32.187Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-72357504b05f1750.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`
111092026-08-15T07:27:32.590Z
111102026-08-15T07:27:32.590Zrunning 0 tests
111112026-08-15T07:27:32.590Z
111122026-08-15T07:27:32.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111132026-08-15T07:27:32.591Z
111142026-08-15T07:27:32.629Z Doc-tests nexus_reconfigurator_blippy
111152026-08-15T07:27:32.632Z 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-5e48c25e6bb54ef8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.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`
111162026-08-15T07:27:32.923Z
111172026-08-15T07:27:32.923Zrunning 0 tests
111182026-08-15T07:27:32.923Z
111192026-08-15T07:27:32.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111202026-08-15T07:27:32.923Z
111212026-08-15T07:27:32.951Z Doc-tests nexus_reconfigurator_execution
111222026-08-15T07:27:32.951Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-feac980447bda484.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
111232026-08-15T07:27:33.367Z
111242026-08-15T07:27:33.367Zrunning 0 tests
111252026-08-15T07:27:33.367Z
111262026-08-15T07:27:33.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111272026-08-15T07:27:33.367Z
111282026-08-15T07:27:33.408Z Doc-tests nexus_reconfigurator_planning
111292026-08-15T07:27:33.409Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-9c7dd78be1428465.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.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-c1e1c4a757aa7e49.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ef68f280668e2a22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-ab82ba8093a1eaf6.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-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
111302026-08-15T07:27:33.871Z
111312026-08-15T07:27:33.871Zrunning 0 tests
111322026-08-15T07:27:33.871Z
111332026-08-15T07:27:33.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111342026-08-15T07:27:33.871Z
111352026-08-15T07:27:33.908Z Doc-tests nexus_reconfigurator_preparation
111362026-08-15T07:27:33.908Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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`
111372026-08-15T07:27:34.299Z
111382026-08-15T07:27:34.299Zrunning 0 tests
111392026-08-15T07:27:34.299Z
111402026-08-15T07:27:34.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111412026-08-15T07:27:34.299Z
111422026-08-15T07:27:34.340Z Doc-tests nexus_reconfigurator_rendezvous
111432026-08-15T07:27:34.344Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
111442026-08-15T07:27:34.733Z
111452026-08-15T07:27:34.733Zrunning 0 tests
111462026-08-15T07:27:34.733Z
111472026-08-15T07:27:34.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111482026-08-15T07:27:34.733Z
111492026-08-15T07:27:34.773Z Doc-tests nexus_reconfigurator_simulation
111502026-08-15T07:27:34.774Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-32f3b455c3cad2c6.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-c6d49d5b69a02394.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-7b390c73a1b1a435.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
111512026-08-15T07:27:35.118Z
111522026-08-15T07:27:35.118Zrunning 0 tests
111532026-08-15T07:27:35.118Z
111542026-08-15T07:27:35.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111552026-08-15T07:27:35.122Z
111562026-08-15T07:27:35.152Z Doc-tests nexus_saga_recovery
111572026-08-15T07:27:35.152Z 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-03c25757dde00e62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
111582026-08-15T07:27:35.468Z
111592026-08-15T07:27:35.468Zrunning 0 tests
111602026-08-15T07:27:35.468Z
111612026-08-15T07:27:35.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111622026-08-15T07:27:35.469Z
111632026-08-15T07:27:35.498Z Doc-tests nexus_switch_config
111642026-08-15T07:27:35.498Z 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-4a2c4f3ca17e1238.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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`
111652026-08-15T07:27:35.777Z
111662026-08-15T07:27:35.777Zrunning 0 tests
111672026-08-15T07:27:35.777Z
111682026-08-15T07:27:35.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111692026-08-15T07:27:35.777Z
111702026-08-15T07:27:35.806Z Doc-tests nexus_switch_config_preparation
111712026-08-15T07:27:35.806Z 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-5dbca69c58ac7138.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-c6d49d5b69a02394.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`
111722026-08-15T07:27:36.189Z
111732026-08-15T07:27:36.189Zrunning 0 tests
111742026-08-15T07:27:36.189Z
111752026-08-15T07:27:36.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111762026-08-15T07:27:36.189Z
111772026-08-15T07:27:36.231Z Doc-tests nexus_test_interface
111782026-08-15T07:27:36.231Z 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-5b414a5a1d6cd267.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
111792026-08-15T07:27:36.617Z
111802026-08-15T07:27:36.617Zrunning 0 tests
111812026-08-15T07:27:36.617Z
111822026-08-15T07:27:36.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111832026-08-15T07:27:36.618Z
111842026-08-15T07:27:36.657Z Doc-tests nexus_test_utils
111852026-08-15T07:27:36.661Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-2747778afa2d1652.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-671244738f9ca373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
111862026-08-15T07:27:37.202Z
111872026-08-15T07:27:37.203Zrunning 0 tests
111882026-08-15T07:27:37.203Z
111892026-08-15T07:27:37.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111902026-08-15T07:27:37.203Z
111912026-08-15T07:27:37.253Z Doc-tests nexus_test_utils_macros
111922026-08-15T07:27:37.253Z 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-882a3f6d8bf0d8c8.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
111932026-08-15T07:27:37.302Z
111942026-08-15T07:27:37.302Zrunning 1 test
111952026-08-15T07:27:37.306Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 56) ... ignored
111962026-08-15T07:27:37.306Z
111972026-08-15T07:27:37.306Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111982026-08-15T07:27:37.306Z
111992026-08-15T07:27:37.309Z Doc-tests nexus_types
112002026-08-15T07:27:37.311Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-5b414a5a1d6cd267.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.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-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-ab82ba8093a1eaf6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-d3f187b14094a5d7.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-540195f3575be404.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
112012026-08-15T07:27:49.026Z
112022026-08-15T07:27:49.026Zrunning 4 tests
112032026-08-15T07:27:49.030Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3290) ... ignored
112042026-08-15T07:27:49.030Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3162) ... ignored
112052026-08-15T07:27:49.030Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 2000) ... ignored
112062026-08-15T07:27:49.034Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
112072026-08-15T07:27:49.034Z
112082026-08-15T07:27:49.034Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
112092026-08-15T07:27:49.034Z
112102026-08-15T07:27:49.062Zall doctests ran in 9.75s; merged doctests compilation took 9.71s
112112026-08-15T07:27:49.161Z Doc-tests nexus_types_versions
112122026-08-15T07:27:49.161Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.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-450502dea98a3d14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-fb053b27f577bbd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-5b80fdde4273bb0d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
112132026-08-15T07:27:52.136Z
112142026-08-15T07:27:52.136Zrunning 1 test
112152026-08-15T07:27:52.137Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
112162026-08-15T07:27:52.137Z
112172026-08-15T07:27:52.137Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112182026-08-15T07:27:52.137Z
112192026-08-15T07:27:52.142Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
112202026-08-15T07:27:52.242Z Doc-tests ntp_admin_api
112212026-08-15T07:27:52.244Z 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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.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-ff8bf2de61101413.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-95fcb4968a9a5d2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
112222026-08-15T07:27:52.719Z
112232026-08-15T07:27:52.719Zrunning 2 tests
112242026-08-15T07:27:52.719Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
112252026-08-15T07:27:52.719Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
112262026-08-15T07:27:52.719Z
112272026-08-15T07:27:52.719Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112282026-08-15T07:27:52.722Z
112292026-08-15T07:27:52.726Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
112302026-08-15T07:27:52.739Z Doc-tests ntp_admin_client
112312026-08-15T07:27:52.742Z 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-7134e67f4276d43c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
112322026-08-15T07:27:52.887Z
112332026-08-15T07:27:52.887Zrunning 0 tests
112342026-08-15T07:27:52.887Z
112352026-08-15T07:27:52.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112362026-08-15T07:27:52.887Z
112372026-08-15T07:27:52.904Z Doc-tests ntp_admin_types
112382026-08-15T07:27:52.906Z 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-613bf3f1655b0768.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-95fcb4968a9a5d2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
112392026-08-15T07:27:52.960Z
112402026-08-15T07:27:52.960Zrunning 0 tests
112412026-08-15T07:27:52.960Z
112422026-08-15T07:27:52.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112432026-08-15T07:27:52.960Z
112442026-08-15T07:27:52.968Z Doc-tests ntp_admin_types_versions
112452026-08-15T07:27:52.972Z 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-95fcb4968a9a5d2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
112462026-08-15T07:27:53.402Z
112472026-08-15T07:27:53.402Zrunning 1 test
112482026-08-15T07:27:53.402Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
112492026-08-15T07:27:53.402Z
112502026-08-15T07:27:53.402Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112512026-08-15T07:27:53.402Z
112522026-08-15T07:27:53.405Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
112532026-08-15T07:27:53.418Z Doc-tests omicron_certificates
112542026-08-15T07:27:53.418Z 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-d9430f8951ef567a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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`
112552026-08-15T07:27:53.611Z
112562026-08-15T07:27:53.611Zrunning 0 tests
112572026-08-15T07:27:53.611Z
112582026-08-15T07:27:53.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112592026-08-15T07:27:53.611Z
112602026-08-15T07:27:53.632Z Doc-tests omicron_clickhouse_admin
112612026-08-15T07:27:53.632Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6b702119a3a406ff.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-409bea1c0993882f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ad3ca045443359db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
112622026-08-15T07:27:53.977Z
112632026-08-15T07:27:53.978Zrunning 0 tests
112642026-08-15T07:27:53.978Z
112652026-08-15T07:27:53.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112662026-08-15T07:27:53.978Z
112672026-08-15T07:27:54.014Z Doc-tests omicron_cockroach_admin
112682026-08-15T07:27:54.018Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-186479df18423e68.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-8b219cd2f0359e58.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-671244738f9ca373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.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`
112692026-08-15T07:27:54.281Z
112702026-08-15T07:27:54.282Zrunning 0 tests
112712026-08-15T07:27:54.282Z
112722026-08-15T07:27:54.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112732026-08-15T07:27:54.282Z
112742026-08-15T07:27:54.307Z Doc-tests omicron_cockroach_metrics
112752026-08-15T07:27:54.307Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c19bea6f99c5a995.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-d54654d2bb4e8f36.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
112762026-08-15T07:27:56.624Z
112772026-08-15T07:27:56.625Zrunning 1 test
112782026-08-15T07:27:56.628Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
112792026-08-15T07:27:56.628Z
112802026-08-15T07:27:56.628Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112812026-08-15T07:27:56.629Z
112822026-08-15T07:27:56.632Zall doctests ran in 2.16s; merged doctests compilation took 2.15s
112832026-08-15T07:27:56.656Z Doc-tests omicron_common
112842026-08-15T07:27:56.660Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-441d2fd7f9bb0eaf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5740be7f808ecf28.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.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-2e4f5d25cd0fbe74.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
112852026-08-15T07:28:02.494Z
112862026-08-15T07:28:02.494Zrunning 3 tests
112872026-08-15T07:28:02.498Ztest common/src/lib.rs - FileKv (line 36) ... ignored
112882026-08-15T07:28:02.501Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
112892026-08-15T07:28:02.501Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
112902026-08-15T07:28:02.501Z
112912026-08-15T07:28:02.501Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
112922026-08-15T07:28:02.502Z
112932026-08-15T07:28:02.514Zall doctests ran in 5.08s; merged doctests compilation took 5.05s
112942026-08-15T07:28:02.568Z Doc-tests omicron_ddm_admin_client
112952026-08-15T07:28:02.568Z 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-5b7190a1e6fd1cf0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-3fde4bb775d69170.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
112962026-08-15T07:28:02.781Z
112972026-08-15T07:28:02.781Zrunning 0 tests
112982026-08-15T07:28:02.781Z
112992026-08-15T07:28:02.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113002026-08-15T07:28:02.782Z
113012026-08-15T07:28:02.804Z Doc-tests omicron_deployment_graph
113022026-08-15T07:28:02.804Z 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-ef68f280668e2a22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
113032026-08-15T07:28:02.858Z
113042026-08-15T07:28:02.858Zrunning 0 tests
113052026-08-15T07:28:02.858Z
113062026-08-15T07:28:02.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113072026-08-15T07:28:02.858Z
113082026-08-15T07:28:02.866Z Doc-tests omicron_dev_lib
113092026-08-15T07:28:02.866Z 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-d842e5323688ec43.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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`
113102026-08-15T07:28:03.161Z
113112026-08-15T07:28:03.161Zrunning 0 tests
113122026-08-15T07:28:03.161Z
113132026-08-15T07:28:03.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113142026-08-15T07:28:03.161Z
113152026-08-15T07:28:03.193Z Doc-tests omicron_gateway
113162026-08-15T07:28:03.196Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-df725d3482ce9f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a50d7b664442cd57.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a06dbc3056d84a4b.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e3d22f3a6b908b05.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-57b85d813ee05424.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-3f186eec1e0d8bca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb3d97c2ec293efe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.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`
113172026-08-15T07:28:03.696Z
113182026-08-15T07:28:03.696Zrunning 0 tests
113192026-08-15T07:28:03.696Z
113202026-08-15T07:28:03.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113212026-08-15T07:28:03.696Z
113222026-08-15T07:28:03.740Z Doc-tests omicron_git_version
113232026-08-15T07:28:03.740Z 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-5db6da35e0306d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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`
113242026-08-15T07:28:03.812Z
113252026-08-15T07:28:03.812Zrunning 0 tests
113262026-08-15T07:28:03.812Z
113272026-08-15T07:28:03.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113282026-08-15T07:28:03.812Z
113292026-08-15T07:28:03.821Z Doc-tests omicron_ledger
113302026-08-15T07:28:03.821Z 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-66d94089d4c80ac7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
113312026-08-15T07:28:03.892Z
113322026-08-15T07:28:03.892Zrunning 0 tests
113332026-08-15T07:28:03.892Z
113342026-08-15T07:28:03.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113352026-08-15T07:28:03.892Z
113362026-08-15T07:28:03.900Z Doc-tests omicron_ls_apis
113372026-08-15T07:28:03.900Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-ef68f280668e2a22.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-770076683d186e64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-730154f55ce99932.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`
113382026-08-15T07:28:04.088Z
113392026-08-15T07:28:04.089Zrunning 0 tests
113402026-08-15T07:28:04.089Z
113412026-08-15T07:28:04.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113422026-08-15T07:28:04.089Z
113432026-08-15T07:28:04.105Z Doc-tests omicron_nexus
113442026-08-15T07:28:04.109Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-25876ee1780c2c34.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-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2161989b79a54a00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ce944e4c0253908d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4ca83403ca631da2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95dd076f65783f49.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e2a7f529641a0886.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40ee48b87ca15bd6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-77c7d72087fd0c31.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-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-907044d6e2f87d38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.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-90c7ff56165581f7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-feac980447bda484.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-667d2ee49d6483a4.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-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-03c25757dde00e62.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a7cc76e819b19cce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-9b45a63902a27c6e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a5c7a6b3613867f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d253a7217dcb224f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cba154512bd3a140.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-244de1e57bbda717.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-28e450f6d72cd59d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-190fd48cfa77ad9e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e8f143d763a9c5c3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-56e85b13d4d365d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6220e064d2409797.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-54af89bc3bd18e65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-8dbacc3951abc3ab.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-d85a3c7023ca8936.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-8451ecd3c17b0265.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d5aa9add7b165fda.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-94aedf0ee7539ba2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-882a3f6d8bf0d8c8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-876b4ef9448fe39e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.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-d54654d2bb4e8f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-930805b4c1d138ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.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-4d0bd71bd1be6e93.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-3fde4bb775d69170.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-03198a7bc7b7fee9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.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-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cb0389938be5bb63.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c09d3cd37623a78e.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-5e76e32e24d8fd47.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3f187b14094a5d7.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-041a87a2c9558a38.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.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`
113452026-08-15T07:28:13.068Z
113462026-08-15T07:28:13.068Zrunning 6 tests
113472026-08-15T07:28:13.071Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
113482026-08-15T07:28:13.071Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
113492026-08-15T07:28:13.075Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 978) ... ok
113502026-08-15T07:28:13.075Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1042) ... ok
113512026-08-15T07:28:13.075Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1000) ... ok
113522026-08-15T07:28:13.075Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1072) ... ok
113532026-08-15T07:28:13.075Z
113542026-08-15T07:28:13.075Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
113552026-08-15T07:28:13.075Z
113562026-08-15T07:28:13.087Zall doctests ran in 6.92s; merged doctests compilation took 6.90s
113572026-08-15T07:28:13.206Z Doc-tests omicron_ntp_admin
113582026-08-15T07:28:13.210Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-94aedf0ee7539ba2.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-ff8bf2de61101413.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-613bf3f1655b0768.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-b4f70448dd9068e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.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`
113592026-08-15T07:28:13.428Z
113602026-08-15T07:28:13.428Zrunning 1 test
113612026-08-15T07:28:13.431Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
113622026-08-15T07:28:13.431Z
113632026-08-15T07:28:13.431Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113642026-08-15T07:28:13.431Z
113652026-08-15T07:28:13.450Z Doc-tests omicron_package
113662026-08-15T07:28:13.450Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-8bd8251e9129520d.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-6cee896ca667a4a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bcb56d932754a218.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-614f534e40b40698.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-7fa6973cd2f4d141.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.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`
113672026-08-15T07:28:13.595Z
113682026-08-15T07:28:13.595Zrunning 0 tests
113692026-08-15T07:28:13.596Z
113702026-08-15T07:28:13.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113712026-08-15T07:28:13.596Z
113722026-08-15T07:28:13.608Z Doc-tests omicron_passwords
113732026-08-15T07:28:13.608Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-51aa35fe9390e0d1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.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`
113742026-08-15T07:28:13.698Z
113752026-08-15T07:28:13.700Zrunning 0 tests
113762026-08-15T07:28:13.700Z
113772026-08-15T07:28:13.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113782026-08-15T07:28:13.700Z
113792026-08-15T07:28:13.709Z Doc-tests omicron_pins
113802026-08-15T07:28:13.709Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-882729cf79e55750.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.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`
113812026-08-15T07:28:13.763Z
113822026-08-15T07:28:13.763Zrunning 0 tests
113832026-08-15T07:28:13.763Z
113842026-08-15T07:28:13.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113852026-08-15T07:28:13.763Z
113862026-08-15T07:28:13.770Z Doc-tests omicron_repl_utils
113872026-08-15T07:28:13.770Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.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`
113882026-08-15T07:28:13.823Z
113892026-08-15T07:28:13.823Zrunning 0 tests
113902026-08-15T07:28:13.823Z
113912026-08-15T07:28:13.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113922026-08-15T07:28:13.823Z
113932026-08-15T07:28:13.830Z Doc-tests omicron_rpaths
113942026-08-15T07:28:13.830Z 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-4cc71227b208c6f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-08-15T07:28:13.871Z
113962026-08-15T07:28:13.872Zrunning 0 tests
113972026-08-15T07:28:13.872Z
113982026-08-15T07:28:13.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113992026-08-15T07:28:13.872Z
114002026-08-15T07:28:13.878Z Doc-tests omicron_sled_agent
114012026-08-15T07:28:13.882Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8ffa169176e084f4.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2747778afa2d1652.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5877c2cb1dbf80fa.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-f293f0bd0ffce621.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-693afcb9f5435d8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-7c91d6de403a4090.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-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f0833b643cc7bb76.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-925857150a12ef55.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d93875d13c1d0a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.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-d0e2c2b3cbb891de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c1e1c4a757aa7e49.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-cc284e7de73ac05f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d8b3c4e8ff51435d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-150ba96d698b1006.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce662286f4771a59.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.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-256b9f5392dddef0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-73e0ee9a67465d03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-27f39421637c4a69.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-5281da7572e4dde3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-58b0853d445394bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.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`
114022026-08-15T07:28:14.914Z
114032026-08-15T07:28:14.914Zrunning 0 tests
114042026-08-15T07:28:14.915Z
114052026-08-15T07:28:14.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114062026-08-15T07:28:14.915Z
114072026-08-15T07:28:14.980Z Doc-tests omicron_test_utils
114082026-08-15T07:28:14.980Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-66d94089d4c80ac7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-102a0776435919c5.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-c1e1c4a757aa7e49.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-f241e4647e21a543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
114092026-08-15T07:28:26.003Z
114102026-08-15T07:28:26.003Zrunning 2 tests
114112026-08-15T07:28:26.018Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
114122026-08-15T07:28:26.021Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
114132026-08-15T07:28:26.021Z
114142026-08-15T07:28:26.021Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
114152026-08-15T07:28:26.021Z
114162026-08-15T07:28:26.047Z
114172026-08-15T07:28:26.047Zrunning 1 test
114182026-08-15T07:28:26.051Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
114192026-08-15T07:28:26.052Z
114202026-08-15T07:28:26.052Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114212026-08-15T07:28:26.052Z
114222026-08-15T07:28:26.052Zall doctests ran in 10.70s; merged doctests compilation took 10.65s
114232026-08-15T07:28:26.094Z Doc-tests omicron_uuid_kinds
114242026-08-15T07:28:26.095Z 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-450502dea98a3d14.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-02725c1a440335f6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
114252026-08-15T07:28:26.222Z
114262026-08-15T07:28:26.222Zrunning 0 tests
114272026-08-15T07:28:26.223Z
114282026-08-15T07:28:26.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114292026-08-15T07:28:26.223Z
114302026-08-15T07:28:26.236Z Doc-tests omicron_workspace_hack
114312026-08-15T07:28:26.240Z 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-d33fe155cbdbc9d6.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.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 bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-3a7e68477a707323.rlib --extern borsh=/work/oxidecomputer/omicron/target/debug/deps/libborsh-77ecde72f9d0ed33.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-6ecf1caa73c2f03f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1d6ded7ca94c91be.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d040b1ce60a4aa3a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dd961a7604027576.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-2a24380c6808a8bf.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-78563aafb92a3384.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d9545ad8d793c251.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rlib --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-d7c2bcb4ddc807ea.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d194e7aed4e8a4fb.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-712ed83d889295e6.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6ec9bb57124fbc83.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.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-2780983ac7565205.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-146d67ad1a3091ac.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-332cb81f6d1b2c8e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a25b5026375ab755.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-297f322b9f0003bf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-5e48c25e6bb54ef8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.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-953bd49b966e2309.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-ee1ee095aeeebf2d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.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-96b924347598408d.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4d0bd71bd1be6e93.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-ba1c9be63a9000e6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-7faffd3539cf3486.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2a0c881504d8cb6f.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-71acb97f73b2c570.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-aee03dbc5408bb73.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ab64f69629ae4765.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-529b15636e72dbb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.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-719b5b48f29d2f05.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c7ee6197ca1c7c5a.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ce8e72f7ba85bec6.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2f9299ea92306e58.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-360f1ac9470e929f.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-1852db861a4a3966.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4fd0aff64b257bfd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-22091074b37f686f.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8d817d46acd9f5c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.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`
114322026-08-15T07:28:26.273Z
114332026-08-15T07:28:26.273Zrunning 0 tests
114342026-08-15T07:28:26.274Z
114352026-08-15T07:28:26.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114362026-08-15T07:28:26.274Z
114372026-08-15T07:28:26.280Z Doc-tests oxide_client
114382026-08-15T07:28:26.280Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-925857150a12ef55.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c74ccfb893b8542c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-3fde4bb775d69170.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
114392026-08-15T07:28:30.592Z
114402026-08-15T07:28:30.592Zrunning 317 tests
114412026-08-15T07:28:30.592Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
114422026-08-15T07:28:30.592Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
114432026-08-15T07:28:30.592Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
114442026-08-15T07:28:30.592Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
114452026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
114462026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
114472026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
114482026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
114492026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
114502026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
114512026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
114522026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
114532026-08-15T07:28:30.593Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
114542026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
114552026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
114562026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
114572026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
114582026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
114592026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
114602026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
114612026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
114622026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
114632026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
114642026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
114652026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
114662026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
114672026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
114682026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
114692026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
114702026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
114712026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
114722026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
114732026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
114742026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
114752026-08-15T07:28:30.600Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
114762026-08-15T07:28:30.601Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
114772026-08-15T07:28:30.602Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
114782026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
114792026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
114802026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
114812026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
114822026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
114832026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
114842026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
114852026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
114862026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
114872026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
114882026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
114892026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
114902026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
114912026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
114922026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
114932026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
114942026-08-15T07:28:30.603Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
114952026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
114962026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
114972026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
114982026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
114992026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
115002026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
115012026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
115022026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
115032026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
115042026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
115052026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
115062026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
115072026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
115082026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
115092026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
115102026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
115112026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
115122026-08-15T07:28:30.605Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
115132026-08-15T07:28:30.606Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
115142026-08-15T07:28:30.606Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
115152026-08-15T07:28:30.606Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
115162026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
115172026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
115182026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
115192026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
115202026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
115212026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
115222026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
115232026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
115242026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
115252026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
115262026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
115272026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
115282026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
115292026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
115302026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
115312026-08-15T07:28:30.607Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
115322026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
115332026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
115342026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
115352026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
115362026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
115372026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
115382026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
115392026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
115402026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
115412026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
115422026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
115432026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
115442026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
115452026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
115462026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
115472026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
115482026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
115492026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
115502026-08-15T07:28:30.608Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
115512026-08-15T07:28:30.609Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
115522026-08-15T07:28:30.609Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
115532026-08-15T07:28:30.609Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
115542026-08-15T07:28:30.614Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
115552026-08-15T07:28:30.614Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
115562026-08-15T07:28:30.614Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
115572026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
115582026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
115592026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
115602026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
115612026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
115622026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
115632026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
115642026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
115652026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
115662026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
115672026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
115682026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
115692026-08-15T07:28:30.615Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
115702026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
115712026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
115722026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
115732026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
115742026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
115752026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
115762026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
115772026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
115782026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
115792026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
115802026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
115812026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
115822026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
115832026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
115842026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
115852026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_list (line 40) ... ignored
115862026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
115872026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
115882026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
115892026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
115902026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
115912026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
115922026-08-15T07:28:30.616Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_view (line 25) ... ignored
115932026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
115942026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
115952026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
115962026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
115972026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
115982026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
115992026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
116002026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
116012026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
116022026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
116032026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
116042026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
116052026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
116062026-08-15T07:28:30.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
116072026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
116082026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
116092026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
116102026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
116112026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
116122026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
116132026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
116142026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
116152026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
116162026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
116172026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
116182026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
116192026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
116202026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
116212026-08-15T07:28:30.618Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
116222026-08-15T07:28:30.619Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
116232026-08-15T07:28:30.619Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
116242026-08-15T07:28:30.619Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
116252026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
116262026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
116272026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
116282026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
116292026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
116302026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
116312026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
116322026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
116332026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
116342026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
116352026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
116362026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
116372026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
116382026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
116392026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
116402026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
116412026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
116422026-08-15T07:28:30.620Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
116432026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
116442026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
116452026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
116462026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
116472026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
116482026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
116492026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
116502026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
116512026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
116522026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
116532026-08-15T07:28:30.623Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
116542026-08-15T07:28:30.628Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
116552026-08-15T07:28:30.628Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
116562026-08-15T07:28:30.628Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
116572026-08-15T07:28:30.628Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
116582026-08-15T07:28:30.628Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
116592026-08-15T07:28:30.628Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
116602026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
116612026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
116622026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
116632026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
116642026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
116652026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
116662026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
116672026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
116682026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
116692026-08-15T07:28:30.629Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
116702026-08-15T07:28:30.630Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
116712026-08-15T07:28:30.630Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
116722026-08-15T07:28:30.630Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
116732026-08-15T07:28:30.630Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
116742026-08-15T07:28:30.630Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
116752026-08-15T07:28:30.630Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
116762026-08-15T07:28:30.630Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
116772026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
116782026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
116792026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
116802026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
116812026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
116822026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
116832026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
116842026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
116852026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
116862026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
116872026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
116882026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
116892026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
116902026-08-15T07:28:30.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
116912026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
116922026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
116932026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
116942026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
116952026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
116962026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
116972026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
116982026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
116992026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
117002026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
117012026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
117022026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
117032026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
117042026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
117052026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
117062026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
117072026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
117082026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
117092026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
117102026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
117112026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
117122026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
117132026-08-15T07:28:30.632Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
117142026-08-15T07:28:30.635Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
117152026-08-15T07:28:30.635Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
117162026-08-15T07:28:30.635Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
117172026-08-15T07:28:30.635Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
117182026-08-15T07:28:30.636Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
117192026-08-15T07:28:30.636Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
117202026-08-15T07:28:30.636Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
117212026-08-15T07:28:30.636Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
117222026-08-15T07:28:30.636Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
117232026-08-15T07:28:30.636Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
117242026-08-15T07:28:30.637Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
117252026-08-15T07:28:30.637Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
117262026-08-15T07:28:30.637Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
117272026-08-15T07:28:30.637Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
117282026-08-15T07:28:30.637Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
117292026-08-15T07:28:30.637Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
117302026-08-15T07:28:30.637Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
117312026-08-15T07:28:30.637Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
117322026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
117332026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
117342026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
117352026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
117362026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
117372026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
117382026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
117392026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
117402026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
117412026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
117422026-08-15T07:28:30.638Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
117432026-08-15T07:28:30.639Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
117442026-08-15T07:28:30.639Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
117452026-08-15T07:28:30.639Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
117462026-08-15T07:28:30.639Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
117472026-08-15T07:28:30.639Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
117482026-08-15T07:28:30.639Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
117492026-08-15T07:28:30.639Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
117502026-08-15T07:28:30.639Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
117512026-08-15T07:28:30.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
117522026-08-15T07:28:30.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
117532026-08-15T07:28:30.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
117542026-08-15T07:28:30.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
117552026-08-15T07:28:30.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
117562026-08-15T07:28:30.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
117572026-08-15T07:28:30.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
117582026-08-15T07:28:30.645Z
117592026-08-15T07:28:30.645Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
117602026-08-15T07:28:30.645Z
117612026-08-15T07:28:30.645Zall doctests ran in 0.59s; merged doctests compilation took 0.58s
117622026-08-15T07:28:30.711Z Doc-tests oximeter
117632026-08-15T07:28:30.711Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-df91a603ad6eeaee.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d7faff3ac1ab05f3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.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-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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-08-15T07:28:36.020Z
117652026-08-15T07:28:36.020Zrunning 2 tests
117662026-08-15T07:28:36.023Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
117672026-08-15T07:28:36.028Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
117682026-08-15T07:28:36.028Z
117692026-08-15T07:28:36.028Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
117702026-08-15T07:28:36.028Z
117712026-08-15T07:28:36.037Zall doctests ran in 5.10s; merged doctests compilation took 5.08s
117722026-08-15T07:28:36.076Z Doc-tests oximeter_api
117732026-08-15T07:28:36.076Z 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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.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`
117742026-08-15T07:28:36.614Z
117752026-08-15T07:28:36.614Zrunning 2 tests
117762026-08-15T07:28:36.614Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
117772026-08-15T07:28:36.614Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
117782026-08-15T07:28:36.614Z
117792026-08-15T07:28:36.614Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117802026-08-15T07:28:36.614Z
117812026-08-15T07:28:36.618Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
117822026-08-15T07:28:36.639Z Doc-tests oximeter_client
117832026-08-15T07:28:36.639Z 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-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.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-72357504b05f1750.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`
117842026-08-15T07:28:36.915Z
117852026-08-15T07:28:36.915Zrunning 0 tests
117862026-08-15T07:28:36.915Z
117872026-08-15T07:28:36.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117882026-08-15T07:28:36.915Z
117892026-08-15T07:28:36.941Z Doc-tests oximeter_collector
117902026-08-15T07:28:36.941Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f1a7719ef0d8deec.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-202884787fb871a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4bb1889042393c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
117912026-08-15T07:28:37.425Z
117922026-08-15T07:28:37.425Zrunning 0 tests
117932026-08-15T07:28:37.426Z
117942026-08-15T07:28:37.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117952026-08-15T07:28:37.426Z
117962026-08-15T07:28:37.471Z Doc-tests oximeter_db
117972026-08-15T07:28:37.478Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-6ff2029acfef72bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-012e1206f478bc5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-9b20a1f2b895b83c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.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-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.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-361cb930d20b09a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8af810057c04dcf4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
117982026-08-15T07:28:38.523Z
117992026-08-15T07:28:38.523Zrunning 3 tests
118002026-08-15T07:28:38.523Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
118012026-08-15T07:28:38.523Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
118022026-08-15T07:28:38.523Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
118032026-08-15T07:28:38.524Z
118042026-08-15T07:28:38.524Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
118052026-08-15T07:28:38.524Z
118062026-08-15T07:28:38.527Z
118072026-08-15T07:28:38.527Zrunning 2 tests
118082026-08-15T07:28:38.527Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
118092026-08-15T07:28:38.527Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
118102026-08-15T07:28:38.527Z
118112026-08-15T07:28:38.527Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118122026-08-15T07:28:38.528Z
118132026-08-15T07:28:38.528Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
118142026-08-15T07:28:38.577Z Doc-tests oximeter_instruments
118152026-08-15T07:28:38.577Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-925857150a12ef55.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2584ae22734efb40.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
118162026-08-15T07:28:38.964Z
118172026-08-15T07:28:38.964Zrunning 0 tests
118182026-08-15T07:28:38.964Z
118192026-08-15T07:28:38.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118202026-08-15T07:28:38.965Z
118212026-08-15T07:28:39.001Z Doc-tests oximeter_macro_impl
118222026-08-15T07:28:39.001Z 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-ee1ee095aeeebf2d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.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`
118232026-08-15T07:28:39.051Z
118242026-08-15T07:28:39.051Zrunning 0 tests
118252026-08-15T07:28:39.051Z
118262026-08-15T07:28:39.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118272026-08-15T07:28:39.052Z
118282026-08-15T07:28:39.058Z Doc-tests oximeter_producer
118292026-08-15T07:28:39.059Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d0e2c2b3cbb891de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9888608da9c637a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-37a935cd3aca6550.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f055f637c7058421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
118302026-08-15T07:28:39.412Z
118312026-08-15T07:28:39.412Zrunning 0 tests
118322026-08-15T07:28:39.412Z
118332026-08-15T07:28:39.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118342026-08-15T07:28:39.412Z
118352026-08-15T07:28:39.448Z Doc-tests oximeter_producer_api
118362026-08-15T07:28:39.448Z 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-e73aec427acc1eda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f055f637c7058421.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.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`
118372026-08-15T07:28:39.982Z
118382026-08-15T07:28:39.982Zrunning 2 tests
118392026-08-15T07:28:39.982Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
118402026-08-15T07:28:39.982Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
118412026-08-15T07:28:39.982Z
118422026-08-15T07:28:39.984Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118432026-08-15T07:28:39.984Z
118442026-08-15T07:28:39.988Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
118452026-08-15T07:28:40.008Z Doc-tests oximeter_schema
118462026-08-15T07:28:40.008Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-df91a603ad6eeaee.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.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-30645210b5eb2269.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-730154f55ce99932.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`
118472026-08-15T07:28:40.239Z
118482026-08-15T07:28:40.239Zrunning 0 tests
118492026-08-15T07:28:40.239Z
118502026-08-15T07:28:40.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118512026-08-15T07:28:40.240Z
118522026-08-15T07:28:40.261Z Doc-tests oximeter_test_utils
118532026-08-15T07:28:40.261Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a3a3ac48292c8d35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2078aadc00283f17.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d0b4b25a5bcce9b9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
118542026-08-15T07:28:40.623Z
118552026-08-15T07:28:40.623Zrunning 0 tests
118562026-08-15T07:28:40.623Z
118572026-08-15T07:28:40.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118582026-08-15T07:28:40.625Z
118592026-08-15T07:28:40.660Z Doc-tests oximeter_timeseries_macro
118602026-08-15T07:28:40.661Z 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-ee1ee095aeeebf2d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-18e947488fddcd67.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d7faff3ac1ab05f3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-08af56d783916b0c.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`
118612026-08-15T07:28:40.841Z
118622026-08-15T07:28:40.841Zrunning 0 tests
118632026-08-15T07:28:40.841Z
118642026-08-15T07:28:40.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118652026-08-15T07:28:40.841Z
118662026-08-15T07:28:40.860Z Doc-tests oximeter_types
118672026-08-15T07:28:40.860Z 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-9b20a1f2b895b83c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ba3a21cf34caf82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-04eedc3fc4b2819d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e319940cf372d8f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
118682026-08-15T07:28:41.512Z
118692026-08-15T07:28:41.513Zrunning 11 tests
118702026-08-15T07:28:41.898Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
118712026-08-15T07:28:41.902Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
118722026-08-15T07:28:46.959Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
118732026-08-15T07:28:47.031Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
118742026-08-15T07:28:47.094Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
118752026-08-15T07:28:47.210Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
118762026-08-15T07:28:47.210Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
118772026-08-15T07:28:47.213Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
118782026-08-15T07:28:47.214Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
118792026-08-15T07:28:51.688Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
118802026-08-15T07:28:51.691Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
118812026-08-15T07:28:51.691Z
118822026-08-15T07:28:51.691Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.18s
118832026-08-15T07:28:51.691Z
118842026-08-15T07:28:51.691Zall doctests ran in 10.65s; merged doctests compilation took 0.47s
118852026-08-15T07:28:51.719Z Doc-tests oximeter_types_versions
118862026-08-15T07:28:51.722Z 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-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2351e3119c69b410.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-fb2a4196c2f5780d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-72357504b05f1750.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`
118872026-08-15T07:28:52.486Z
118882026-08-15T07:28:52.486Zrunning 1 test
118892026-08-15T07:28:52.486Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
118902026-08-15T07:28:52.486Z
118912026-08-15T07:28:52.490Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118922026-08-15T07:28:52.490Z
118932026-08-15T07:28:52.490Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
118942026-08-15T07:28:52.523Z Doc-tests oxlog
118952026-08-15T07:28:52.527Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-922a3f6e10b77432.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-72357504b05f1750.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`
118962026-08-15T07:28:52.580Z
118972026-08-15T07:28:52.581Zrunning 0 tests
118982026-08-15T07:28:52.582Z
118992026-08-15T07:28:52.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119002026-08-15T07:28:52.582Z
119012026-08-15T07:28:52.588Z Doc-tests oxql_types
119022026-08-15T07:28:52.588Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45654b41aa91770f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3d188db6eb471a89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
119032026-08-15T07:28:52.849Z
119042026-08-15T07:28:52.849Zrunning 0 tests
119052026-08-15T07:28:52.849Z
119062026-08-15T07:28:52.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119072026-08-15T07:28:52.850Z
119082026-08-15T07:28:52.874Z Doc-tests parallel_task_set
119092026-08-15T07:28:52.874Z 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-ee1ee095aeeebf2d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
119102026-08-15T07:28:52.924Z
119112026-08-15T07:28:52.924Zrunning 0 tests
119122026-08-15T07:28:52.924Z
119132026-08-15T07:28:52.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119142026-08-15T07:28:52.924Z
119152026-08-15T07:28:52.932Z Doc-tests rack_init_config
119162026-08-15T07:28:52.932Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name rack_init_config --test dev-tools/rack-init-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/rack-init-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rack_init_config=/work/oxidecomputer/omicron/target/debug/deps/librack_init_config-4f496be79927331d.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.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`
119172026-08-15T07:28:53.130Z
119182026-08-15T07:28:53.130Zrunning 0 tests
119192026-08-15T07:28:53.130Z
119202026-08-15T07:28:53.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119212026-08-15T07:28:53.130Z
119222026-08-15T07:28:53.152Z Doc-tests range_requests
119232026-08-15T07:28:53.152Z 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-e73aec427acc1eda.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-925857150a12ef55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a3f801e12ed0f1e1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.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`
119242026-08-15T07:28:53.279Z
119252026-08-15T07:28:53.279Zrunning 0 tests
119262026-08-15T07:28:53.279Z
119272026-08-15T07:28:53.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119282026-08-15T07:28:53.282Z
119292026-08-15T07:28:53.293Z Doc-tests reconfigurator_cli
119302026-08-15T07:28:53.296Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bfc9284a88c5a434.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.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-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-86de7da38d96c5c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e351ba574ddcc76e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1633e4d7f1f46435.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-bfa63ebcfddd32c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-965b542aacb19bad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-ab82ba8093a1eaf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
119312026-08-15T07:28:53.780Z
119322026-08-15T07:28:53.780Zrunning 0 tests
119332026-08-15T07:28:53.780Z
119342026-08-15T07:28:53.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119352026-08-15T07:28:53.780Z
119362026-08-15T07:28:53.817Z Doc-tests repo_depot_api
119372026-08-15T07:28:53.819Z 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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-256b9f5392dddef0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.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`
119382026-08-15T07:28:54.333Z
119392026-08-15T07:28:54.333Zrunning 2 tests
119402026-08-15T07:28:54.333Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
119412026-08-15T07:28:54.333Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
119422026-08-15T07:28:54.333Z
119432026-08-15T07:28:54.333Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119442026-08-15T07:28:54.333Z
119452026-08-15T07:28:54.337Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
119462026-08-15T07:28:54.358Z Doc-tests repo_depot_client
119472026-08-15T07:28:54.358Z 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-ee1ee095aeeebf2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9feecb568d748f64.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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`
119482026-08-15T07:28:54.494Z
119492026-08-15T07:28:54.494Zrunning 0 tests
119502026-08-15T07:28:54.494Z
119512026-08-15T07:28:54.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119522026-08-15T07:28:54.494Z
119532026-08-15T07:28:54.509Z Doc-tests sled_agent_api
119542026-08-15T07:28:54.514Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-73e0ee9a67465d03.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.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`
119552026-08-15T07:28:55.150Z
119562026-08-15T07:28:55.150Zrunning 2 tests
119572026-08-15T07:28:55.150Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 120) ... ignored
119582026-08-15T07:28:55.150Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 126) ... ignored
119592026-08-15T07:28:55.150Z
119602026-08-15T07:28:55.150Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119612026-08-15T07:28:55.150Z
119622026-08-15T07:28:55.154Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
119632026-08-15T07:28:55.182Z Doc-tests sled_agent_client
119642026-08-15T07:28:55.182Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e6650e2181fb840a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
119652026-08-15T07:28:56.745Z
119662026-08-15T07:28:56.745Zrunning 0 tests
119672026-08-15T07:28:56.745Z
119682026-08-15T07:28:56.746Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119692026-08-15T07:28:56.746Z
119702026-08-15T07:28:56.802Z Doc-tests sled_agent_config_reconciler
119712026-08-15T07:28:56.802Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d889de77cf66fa62.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-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-2979ae9651705b15.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-73e0ee9a67465d03.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.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`
119722026-08-15T07:28:57.274Z
119732026-08-15T07:28:57.274Zrunning 0 tests
119742026-08-15T07:28:57.274Z
119752026-08-15T07:28:57.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119762026-08-15T07:28:57.274Z
119772026-08-15T07:28:57.315Z Doc-tests sled_agent_early_networking
119782026-08-15T07:28:57.315Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_early_networking --test sled-agent/early-networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/early-networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-c375d22df3a1a113.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
119792026-08-15T07:28:57.571Z
119802026-08-15T07:28:57.571Zrunning 0 tests
119812026-08-15T07:28:57.571Z
119822026-08-15T07:28:57.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119832026-08-15T07:28:57.571Z
119842026-08-15T07:28:57.597Z Doc-tests sled_agent_health_monitor
119852026-08-15T07:28:57.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-73e0ee9a67465d03.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-ade24a5d31bf9e71.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.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-dab9e1b0915c6ea0.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`
119862026-08-15T07:28:57.821Z
119872026-08-15T07:28:57.821Zrunning 0 tests
119882026-08-15T07:28:57.821Z
119892026-08-15T07:28:57.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119902026-08-15T07:28:57.821Z
119912026-08-15T07:28:57.845Z Doc-tests sled_agent_measurements
119922026-08-15T07:28:57.845Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-d5694beef03c8b4f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.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-dab9e1b0915c6ea0.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`
119932026-08-15T07:28:58.115Z
119942026-08-15T07:28:58.115Zrunning 0 tests
119952026-08-15T07:28:58.115Z
119962026-08-15T07:28:58.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119972026-08-15T07:28:58.115Z
119982026-08-15T07:28:58.145Z Doc-tests sled_agent_rack_setup
119992026-08-15T07:28:58.145Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eacea5135fccc3ba.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-95dd076f65783f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.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-cc284e7de73ac05f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d16f8af3ee607e34.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-7134e67f4276d43c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-1b0b8f0f6e90c239.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-a5f5ac0479b7eeb0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
120002026-08-15T07:28:58.537Z
120012026-08-15T07:28:58.537Zrunning 0 tests
120022026-08-15T07:28:58.537Z
120032026-08-15T07:28:58.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120042026-08-15T07:28:58.537Z
120052026-08-15T07:28:58.573Z Doc-tests sled_agent_resolvable_files
120062026-08-15T07:28:58.576Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d889de77cf66fa62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-7b390c73a1b1a435.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`
120072026-08-15T07:28:58.847Z
120082026-08-15T07:28:58.847Zrunning 0 tests
120092026-08-15T07:28:58.847Z
120102026-08-15T07:28:58.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120112026-08-15T07:28:58.847Z
120122026-08-15T07:28:58.874Z Doc-tests sled_agent_resolvable_files_examples
120132026-08-15T07:28:58.875Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d889de77cf66fa62.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.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`
120142026-08-15T07:28:59.073Z
120152026-08-15T07:28:59.073Zrunning 0 tests
120162026-08-15T07:28:59.073Z
120172026-08-15T07:28:59.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120182026-08-15T07:28:59.073Z
120192026-08-15T07:28:59.094Z Doc-tests sled_agent_scrimlet_reconcilers
120202026-08-15T07:28:59.098Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_scrimlet_reconcilers --test sled-agent/scrimlet-reconcilers/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-90c7ff56165581f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ae99d63ced9d56af.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-dc01a3dbc6f808cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-2344460e7ed50a5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-89ceb60045bcae0b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.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`
120212026-08-15T07:28:59.430Z
120222026-08-15T07:28:59.430Zrunning 0 tests
120232026-08-15T07:28:59.430Z
120242026-08-15T07:28:59.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120252026-08-15T07:28:59.430Z
120262026-08-15T07:28:59.460Z Doc-tests sled_agent_types
120272026-08-15T07:28:59.460Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
120282026-08-15T07:28:59.720Z
120292026-08-15T07:28:59.720Zrunning 0 tests
120302026-08-15T07:28:59.720Z
120312026-08-15T07:28:59.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120322026-08-15T07:28:59.721Z
120332026-08-15T07:28:59.745Z Doc-tests sled_agent_types_versions
120342026-08-15T07:28:59.745Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d9ae97acbd1fac8a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5dbca69c58ac7138.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-79b4d167f02d3472.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8e521d7d954751f5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-730154f55ce99932.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f19f4e2e2cac25ff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
120352026-08-15T07:29:01.925Z
120362026-08-15T07:29:01.925Zrunning 1 test
120372026-08-15T07:29:01.925Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
120382026-08-15T07:29:01.925Z
120392026-08-15T07:29:01.925Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120402026-08-15T07:29:01.925Z
120412026-08-15T07:29:01.928Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
120422026-08-15T07:29:02.007Z Doc-tests sled_diagnostics
120432026-08-15T07:29:02.016Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-724582a27a049761.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-922a3f6e10b77432.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-60182c433d87e2bf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.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`
120442026-08-15T07:29:02.270Z
120452026-08-15T07:29:02.270Zrunning 0 tests
120462026-08-15T07:29:02.270Z
120472026-08-15T07:29:02.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120482026-08-15T07:29:02.270Z
120492026-08-15T07:29:02.296Z Doc-tests sled_hardware
120502026-08-15T07:29:02.296Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-4556a528906caf03.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5125b23c1717a570.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-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-e4fe8da0e00ffca7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.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`
120512026-08-15T07:29:02.609Z
120522026-08-15T07:29:02.610Zrunning 0 tests
120532026-08-15T07:29:02.610Z
120542026-08-15T07:29:02.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120552026-08-15T07:29:02.610Z
120562026-08-15T07:29:02.639Z Doc-tests sled_hardware_types
120572026-08-15T07:29:02.644Z 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-450502dea98a3d14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.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`
120582026-08-15T07:29:02.744Z
120592026-08-15T07:29:02.744Zrunning 0 tests
120602026-08-15T07:29:02.744Z
120612026-08-15T07:29:02.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120622026-08-15T07:29:02.744Z
120632026-08-15T07:29:02.757Z Doc-tests sled_storage
120642026-08-15T07:29:02.757Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.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-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7fa6973cd2f4d141.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
120652026-08-15T07:29:03.019Z
120662026-08-15T07:29:03.019Zrunning 0 tests
120672026-08-15T07:29:03.019Z
120682026-08-15T07:29:03.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120692026-08-15T07:29:03.023Z
120702026-08-15T07:29:03.048Z Doc-tests sp_sim
120712026-08-15T07:29:03.048Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.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-2780983ac7565205.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34b2515e3ed3e811.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.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-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f14646c288864d72.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`
120722026-08-15T07:29:03.516Z
120732026-08-15T07:29:03.516Zrunning 0 tests
120742026-08-15T07:29:03.516Z
120752026-08-15T07:29:03.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120762026-08-15T07:29:03.516Z
120772026-08-15T07:29:03.556Z Doc-tests support_bundle_collection
120782026-08-15T07:29:03.560Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name support_bundle_collection --test support-bundle-collection/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/support-bundle-collection -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b398d3854d98a593.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a770e3d43d075cd6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-21553ca10b076939.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8124e2a8bb7b0844.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6bfc87442d95802.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9a5e67055ffd0397.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1b0b8f0f6e90c239.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-041a87a2c9558a38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-acd7b50cbad58f45.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`
120792026-08-15T07:29:03.999Z
120802026-08-15T07:29:03.999Zrunning 0 tests
120812026-08-15T07:29:03.999Z
120822026-08-15T07:29:03.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120832026-08-15T07:29:03.999Z
120842026-08-15T07:29:04.043Z Doc-tests sush_proxy
120852026-08-15T07:29:04.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sush_proxy --test sush-proxy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sush-proxy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea67ec6fbb6a78ff.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-51728f01edf6f07e.rlib --extern sush_proxy=/work/oxidecomputer/omicron/target/debug/deps/libsush_proxy-c48bc7ffd3a528d9.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-deab219c5fcfa42d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.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`
120862026-08-15T07:29:04.307Z
120872026-08-15T07:29:04.307Zrunning 0 tests
120882026-08-15T07:29:04.307Z
120892026-08-15T07:29:04.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120902026-08-15T07:29:04.307Z
120912026-08-15T07:29:04.334Z Doc-tests transient_dns_server
120922026-08-15T07:29:04.334Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b16119c56d9dc588.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-574338e820b90529.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-dfc86aa05c0a261c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-5281da7572e4dde3.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`
120932026-08-15T07:29:04.542Z
120942026-08-15T07:29:04.542Zrunning 0 tests
120952026-08-15T07:29:04.543Z
120962026-08-15T07:29:04.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120972026-08-15T07:29:04.543Z
120982026-08-15T07:29:04.564Z Doc-tests trust_quorum
120992026-08-15T07:29:04.568Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-3c826cb7ce98a364.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.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-e73aec427acc1eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cb619244d9b34aba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa7056e1fa3d105a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-ea67ec6fbb6a78ff.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-29914b79490a44fd.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-dab9e1b0915c6ea0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8a09284f59617d90.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c3af4bb22cc23f03.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bbea14426df96d18.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.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`
121002026-08-15T07:29:04.920Z
121012026-08-15T07:29:04.920Zrunning 0 tests
121022026-08-15T07:29:04.920Z
121032026-08-15T07:29:04.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121042026-08-15T07:29:04.920Z
121052026-08-15T07:29:04.951Z Doc-tests trust_quorum_protocol
121062026-08-15T07:29:04.951Z 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-3c826cb7ce98a364.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c007b2dd43c437c2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-c3af4bb22cc23f03.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bbea14426df96d18.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.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`
121072026-08-15T07:29:05.189Z
121082026-08-15T07:29:05.189Zrunning 0 tests
121092026-08-15T07:29:05.189Z
121102026-08-15T07:29:05.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121112026-08-15T07:29:05.189Z
121122026-08-15T07:29:05.211Z Doc-tests trust_quorum_test_utils
121132026-08-15T07:29:05.211Z 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-c007b2dd43c437c2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-c3af4bb22cc23f03.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bbea14426df96d18.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121142026-08-15T07:29:05.376Z
121152026-08-15T07:29:05.377Zrunning 0 tests
121162026-08-15T07:29:05.377Z
121172026-08-15T07:29:05.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121182026-08-15T07:29:05.377Z
121192026-08-15T07:29:05.391Z Doc-tests trust_quorum_types
121202026-08-15T07:29:05.391Z 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-ee1ee095aeeebf2d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-b283f61c93383db9.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f19f4e2e2cac25ff.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`
121212026-08-15T07:29:05.488Z
121222026-08-15T07:29:05.488Zrunning 0 tests
121232026-08-15T07:29:05.488Z
121242026-08-15T07:29:05.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121252026-08-15T07:29:05.488Z
121262026-08-15T07:29:05.501Z Doc-tests trust_quorum_types_versions
121272026-08-15T07:29:05.501Z 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-d9ae97acbd1fac8a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-450502dea98a3d14.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1aaf97b54c2ca26.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c0e21b63af79841b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-f19f4e2e2cac25ff.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`
121282026-08-15T07:29:06.063Z
121292026-08-15T07:29:06.063Zrunning 1 test
121302026-08-15T07:29:06.063Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
121312026-08-15T07:29:06.063Z
121322026-08-15T07:29:06.064Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121332026-08-15T07:29:06.064Z
121342026-08-15T07:29:06.068Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
121352026-08-15T07:29:06.087Z Doc-tests typed_rng
121362026-08-15T07:29:06.087Z 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-86de7da38d96c5c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.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-2cd4ccf3d404df41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.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`
121372026-08-15T07:29:06.157Z
121382026-08-15T07:29:06.157Zrunning 0 tests
121392026-08-15T07:29:06.157Z
121402026-08-15T07:29:06.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121412026-08-15T07:29:06.161Z
121422026-08-15T07:29:06.167Z Doc-tests wicket
121432026-08-15T07:29:06.171Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-4a2c4f3ca17e1238.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-05054e85bc1496ca.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-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-4591d36eda71a382.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7897221df8af975.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-540195f3575be404.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17766fdf992a0d26.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6ffac603925980d1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.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`
121442026-08-15T07:29:06.678Z
121452026-08-15T07:29:06.679Zrunning 0 tests
121462026-08-15T07:29:06.679Z
121472026-08-15T07:29:06.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121482026-08-15T07:29:06.679Z
121492026-08-15T07:29:06.716Z Doc-tests wicket_common
121502026-08-15T07:29:06.716Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.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-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.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-dab9e1b0915c6ea0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.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`
121512026-08-15T07:29:07.095Z
121522026-08-15T07:29:07.095Zrunning 0 tests
121532026-08-15T07:29:07.095Z
121542026-08-15T07:29:07.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121552026-08-15T07:29:07.095Z
121562026-08-15T07:29:07.127Z Doc-tests wicket_dbg
121572026-08-15T07:29:07.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e597593959815fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef7ccfd675ce2c1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-90dba8b761b0b6e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-da1a361d8f0ccad4.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`
121582026-08-15T07:29:07.402Z
121592026-08-15T07:29:07.402Zrunning 0 tests
121602026-08-15T07:29:07.402Z
121612026-08-15T07:29:07.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121622026-08-15T07:29:07.404Z
121632026-08-15T07:29:07.428Z Doc-tests wicketd
121642026-08-15T07:29:07.428Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-e8931c36098e8cb6.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5b414a5a1d6cd267.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2d1a01b4ed2b043d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-fffdb8c490258207.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ee031d3635291622.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-724582a27a049761.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a897f8a12b0eadae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9d55a1baf27cd4b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1aa30fade9d1be50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9c7dd78be1428465.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-925857150a12ef55.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30c6b54cb031e4fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-fc8fe808b44d484c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-141100ddd7b64c47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a3d3827bf59cc4fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d230ad3132c59ab4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-16e91e849edd131e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9430f8951ef567a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0afbd22cbb3b4a5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d7d96bab1ceb0061.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0385d8620143202b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2d8ce4a2d60e4e98.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-7642c5beed1ae6ca.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9c784298440d0ca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d5694beef03c8b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-471177c808da5135.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ffb7c6de8b3f01c4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-4653043739c6035a.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-dab9e1b0915c6ea0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-baabbcc9cf35b601.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-68429762f8457780.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5b80fdde4273bb0d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-916e80afe2c92076.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a87f17acb17d273b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-7b390c73a1b1a435.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-11c1696199f196d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c5a74ee4e150da3f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8425163520f51b62.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-e3142971d9190e0e.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-050c9f1874fc71a7.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.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`
121652026-08-15T07:29:07.893Z
121662026-08-15T07:29:07.893Zrunning 0 tests
121672026-08-15T07:29:07.893Z
121682026-08-15T07:29:07.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121692026-08-15T07:29:07.893Z
121702026-08-15T07:29:07.930Z Doc-tests wicketd_api
121712026-08-15T07:29:07.930Z 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-5b414a5a1d6cd267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d5ac4a036d19983a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a85d6c5af9ba3116.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8425163520f51b62.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.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`
121722026-08-15T07:29:08.567Z
121732026-08-15T07:29:08.567Zrunning 2 tests
121742026-08-15T07:29:08.567Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
121752026-08-15T07:29:08.567Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
121762026-08-15T07:29:08.568Z
121772026-08-15T07:29:08.568Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121782026-08-15T07:29:08.568Z
121792026-08-15T07:29:08.572Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
121802026-08-15T07:29:08.601Z Doc-tests wicketd_client
121812026-08-15T07:29:08.601Z 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-5b414a5a1d6cd267.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8406df98f0af3f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-f532ccc0988a7c2d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b806e085531ce136.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e164d978b49672dd.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.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`
121822026-08-15T07:29:09.691Z
121832026-08-15T07:29:09.691Zrunning 0 tests
121842026-08-15T07:29:09.691Z
121852026-08-15T07:29:09.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121862026-08-15T07:29:09.691Z
121872026-08-15T07:29:09.739Z Doc-tests wicketd_commission_api
121882026-08-15T07:29:09.739Z 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-e73aec427acc1eda.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-ed5a29cca011b8b5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-e3142971d9190e0e.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.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`
121892026-08-15T07:29:10.305Z
121902026-08-15T07:29:10.305Zrunning 2 tests
121912026-08-15T07:29:10.305Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 61) ... ignored
121922026-08-15T07:29:10.305Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 67) ... ignored
121932026-08-15T07:29:10.305Z
121942026-08-15T07:29:10.305Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121952026-08-15T07:29:10.305Z
121962026-08-15T07:29:10.309Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
121972026-08-15T07:29:10.333Z Doc-tests wicketd_commission_client
121982026-08-15T07:29:10.333Z 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-4a2c4f3ca17e1238.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-204aa07a098611bb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.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-050c9f1874fc71a7.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.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`
121992026-08-15T07:29:10.689Z
122002026-08-15T07:29:10.689Zrunning 0 tests
122012026-08-15T07:29:10.689Z
122022026-08-15T07:29:10.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122032026-08-15T07:29:10.690Z
122042026-08-15T07:29:10.717Z Doc-tests wicketd_commission_types
122052026-08-15T07:29:10.718Z 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-ee1ee095aeeebf2d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-c52143fa06576de7.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.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`
122062026-08-15T07:29:10.907Z
122072026-08-15T07:29:10.907Zrunning 0 tests
122082026-08-15T07:29:10.907Z
122092026-08-15T07:29:10.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122102026-08-15T07:29:10.907Z
122112026-08-15T07:29:10.927Z Doc-tests wicketd_commission_types_versions
122122026-08-15T07:29:10.928Z 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-a06dbc3056d84a4b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-4a2c4f3ca17e1238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-78a8414a8cb95463.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-30645210b5eb2269.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e449b8a499c5c336.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-730154f55ce99932.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-72357504b05f1750.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-5ba97a1e570ae402.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`
122132026-08-15T07:29:11.823Z
122142026-08-15T07:29:11.823Zrunning 1 test
122152026-08-15T07:29:11.823Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
122162026-08-15T07:29:11.823Z
122172026-08-15T07:29:11.823Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122182026-08-15T07:29:11.823Z
122192026-08-15T07:29:11.827Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
122202026-08-15T07:29:11.864Z Doc-tests xtask_downloader
122212026-08-15T07:29:11.868Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.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-ee1ee095aeeebf2d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33afcdfdd3fe227c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.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-dab9e1b0915c6ea0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-6b9776e0d006ef7f.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`
122222026-08-15T07:29:11.978Z
122232026-08-15T07:29:11.979Zrunning 1 test
122242026-08-15T07:29:11.983Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
122252026-08-15T07:29:11.983Z
122262026-08-15T07:29:11.983Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122272026-08-15T07:29:11.984Z
122282026-08-15T07:29:11.991Z Doc-tests zfs_test_harness
122292026-08-15T07:29:11.991Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b48cb21fde76e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-312cf64198d6dc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-02725c1a440335f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-888147737f1d11d7.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-dab9e1b0915c6ea0.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-95d47ecb88b77d23.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`
122302026-08-15T07:29:12.231Z
122312026-08-15T07:29:12.231Zrunning 0 tests
122322026-08-15T07:29:12.232Z
122332026-08-15T07:29:12.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122342026-08-15T07:29:12.232Z
122352026-08-15T07:29:12.255Z Doc-tests zone_setup
122362026-08-15T07:29:12.256Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6ff2029acfef72bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e73aec427acc1eda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-8bd8251e9129520d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2e4f5d25cd0fbe74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ee1ee095aeeebf2d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73a130c45581546c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-322167b87a3cc767.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-c6d49d5b69a02394.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8c9657f523394819.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dab9e1b0915c6ea0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-36080ee248620430.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-04a6e68232dbda24.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`
122372026-08-15T07:29:12.473Z
122382026-08-15T07:29:12.473Zrunning 0 tests
122392026-08-15T07:29:12.473Z
122402026-08-15T07:29:12.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122412026-08-15T07:29:12.474Z
122422026-08-15T07:29:12.574Z
122432026-08-15T07:29:12.574Zreal 2:37.017564457
122442026-08-15T07:29:12.574Zuser 2:05.017309808
122452026-08-15T07:29:12.578Zsys 1:00.733413551
122462026-08-15T07:29:12.578Ztrap 0.015494120
122472026-08-15T07:29:12.578Ztflt 0.807303847
122482026-08-15T07:29:12.578Zdflt 0.196887514
122492026-08-15T07:29:12.578Zkflt 0.000036710
122502026-08-15T07:29:12.578Zlock 12:44.793079415
122512026-08-15T07:29:12.578Zslp 15:17.959707987
122522026-08-15T07:29:12.578Zlat 0.279755127
122532026-08-15T07:29:12.578Zstop 4.293605913
122542026-08-15T07:29:12.579Z+ banner 'check schema migration cleanup'
122552026-08-15T07:29:12.579Z
122562026-08-15T07:29:12.579Z #### # # ###### #### # # #### #### # # ######
122572026-08-15T07:29:12.579Z # # # # # # # # # # # # # # #
122582026-08-15T07:29:12.579Z # ###### ##### # #### #### # ###### #####
122592026-08-15T07:29:12.579Z # # # # # # # # # # # #
122602026-08-15T07:29:12.579Z # # # # # # # # # # # # # # # #
122612026-08-15T07:29:12.579Z #### # # ###### #### # # #### #### # # ######
122622026-08-15T07:29:12.579Z
122632026-08-15T07:29:12.579Z+ ptime -m cargo xtask schema old-migrations
122642026-08-15T07:29:13.093Z Compiling serde_core v1.0.228
122652026-08-15T07:29:13.093Z Compiling libc v0.2.185
122662026-08-15T07:29:13.093Z Compiling serde v1.0.228
122672026-08-15T07:29:13.096Z Compiling rustix v1.1.4
122682026-08-15T07:29:13.097Z Compiling serde_json v1.0.151
122692026-08-15T07:29:13.097Z Compiling bitflags v2.11.0
122702026-08-15T07:29:13.180Z Compiling syn v1.0.109
122712026-08-15T07:29:13.184Z Compiling log v0.4.33
122722026-08-15T07:29:13.193Z Compiling getrandom v0.3.4
122732026-08-15T07:29:13.203Z Compiling hashbrown v0.17.0
122742026-08-15T07:29:13.316Z Compiling usdt-impl v0.5.0
122752026-08-15T07:29:13.331Z Compiling fs-err v3.3.0
122762026-08-15T07:29:13.331Z Compiling heck v0.4.1
122772026-08-15T07:29:13.334Z Compiling once_cell v1.21.3
122782026-08-15T07:29:13.345Z Compiling anyhow v1.0.104
122792026-08-15T07:29:13.386Z Compiling syn v2.0.117
122802026-08-15T07:29:13.775Z Compiling indexmap v2.14.0
122812026-08-15T07:29:14.003Z Compiling errno v0.3.14
122822026-08-15T07:29:14.003Z Compiling thread-id v4.2.2
122832026-08-15T07:29:14.007Z Compiling memmap v0.7.0
122842026-08-15T07:29:14.677Z Compiling proc-macro-error v1.0.4
122852026-08-15T07:29:14.881Z Compiling terminal_size v0.4.3
122862026-08-15T07:29:14.882Z Compiling tempfile v3.27.0
122872026-08-15T07:29:14.992Z Compiling clap_builder v4.6.0
122882026-08-15T07:29:14.992Z Compiling textwrap v0.16.2
122892026-08-15T07:29:15.041Z Compiling tabled_derive v0.7.0
122902026-08-15T07:29:15.141Z Compiling camino v1.2.5
122912026-08-15T07:29:15.142Z Compiling semver v1.0.28
122922026-08-15T07:29:15.142Z Compiling cargo-platform v0.3.2
122932026-08-15T07:29:15.419Z Compiling camino-tempfile v1.4.1
122942026-08-15T07:29:15.431Z Compiling pest_generator v2.8.6
122952026-08-15T07:29:15.857Z Compiling tabled v0.15.0
122962026-08-15T07:29:15.924Z Compiling serde_derive v1.0.228
122972026-08-15T07:29:15.924Z Compiling thiserror-impl v1.0.69
122982026-08-15T07:29:15.928Z Compiling zerocopy-derive v0.7.35
122992026-08-15T07:29:15.928Z Compiling scroll_derive v0.12.1
123002026-08-15T07:29:15.928Z Compiling thiserror-impl v2.0.18
123012026-08-15T07:29:15.928Z Compiling clap_derive v4.6.1
123022026-08-15T07:29:15.987Z Compiling pest_derive v2.8.6
123032026-08-15T07:29:16.708Z Compiling scroll v0.12.0
123042026-08-15T07:29:16.736Z Compiling zerocopy v0.7.35
123052026-08-15T07:29:16.929Z Compiling goblin v0.8.2
123062026-08-15T07:29:16.999Z Compiling thiserror v1.0.69
123072026-08-15T07:29:17.051Z Compiling thiserror v2.0.18
123082026-08-15T07:29:17.086Z Compiling dtrace-parser v0.2.0
123092026-08-15T07:29:17.383Z Compiling clap v4.6.1
123102026-08-15T07:29:18.360Z Compiling dof v0.3.0
123112026-08-15T07:29:18.360Z Compiling serde_tokenstream v0.2.3
123122026-08-15T07:29:18.372Z Compiling toml_datetime v0.6.11
123132026-08-15T07:29:18.376Z Compiling serde_spanned v0.6.9
123142026-08-15T07:29:18.376Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
123152026-08-15T07:29:18.376Z Compiling cargo_metadata v0.23.1
123162026-08-15T07:29:18.376Z Compiling macaddr v1.0.1
123172026-08-15T07:29:18.558Z Compiling toml_edit v0.22.27
123182026-08-15T07:29:19.059Z Compiling usdt-attr-macro v0.5.0
123192026-08-15T07:29:19.059Z Compiling usdt-macro v0.5.0
123202026-08-15T07:29:19.775Z Compiling toml v0.8.23
123212026-08-15T07:29:19.812Z Compiling usdt v0.5.0
123222026-08-15T07:29:20.097Z Compiling cargo_toml v0.21.0
123232026-08-15T07:29:21.406Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
123242026-08-15T07:29:23.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
123252026-08-15T07:29:23.834Z Running `target/debug/xtask schema old-migrations`
123262026-08-15T07:29:24.833Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
123272026-08-15T07:29:25.014Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
123282026-08-15T07:29:25.014Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
123292026-08-15T07:29:25.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
123302026-08-15T07:29:25.557Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
123312026-08-15T07:29:25.557Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
123322026-08-15T07:29:32.851Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
123332026-08-15T07:29:32.851Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
123342026-08-15T07:29:32.857Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
123352026-08-15T07:29:33.762Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
123362026-08-15T07:29:33.763Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
123372026-08-15T07:29:33.767Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123382026-08-15T07:29:34.928Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
123392026-08-15T07:29:35.166Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
123402026-08-15T07:29:42.498Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
123412026-08-15T07:29:51.320Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
123422026-08-15T07:29:52.958Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123432026-08-15T07:30:27.821Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
123442026-08-15T07:30:39.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
123452026-08-15T07:30:39.824Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
123462026-08-15T07:30:39.825Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
123472026-08-15T07:30:39.973Z Running `target/debug/schema old-migrations`
123482026-08-15T07:30:40.040ZIdentifying old migrations that can be removed
123492026-08-15T07:30:40.149ZBase schema version: 148.0.0
123502026-08-15T07:30:40.153ZOK: No old migrations found
123512026-08-15T07:30:40.153Z
123522026-08-15T07:30:40.153Zreal 1:27.569256321
123532026-08-15T07:30:40.153Zuser 2:42.591496863
123542026-08-15T07:30:40.153Zsys 27.255810249
123552026-08-15T07:30:40.153Ztrap 0.022245922
123562026-08-15T07:30:40.153Ztflt 0.667391625
123572026-08-15T07:30:40.153Zdflt 1.646695163
123582026-08-15T07:30:40.153Zkflt 0.000026540
123592026-08-15T07:30:40.153Zlock 12:21.666481735
123602026-08-15T07:30:40.154Zslp 5:38.969258655
123612026-08-15T07:30:40.154Zlat 0.353629681
123622026-08-15T07:30:40.154Zstop 17.483887028
123632026-08-15T07:30:40.154Z+ [[ illumos == \i\l\l\u\m\o\s ]]
123642026-08-15T07:30:40.155Z+ banner live-test
123652026-08-15T07:30:40.159Z
123662026-08-15T07:30:40.160Z # # # # ###### ##### ###### #### #####
123672026-08-15T07:30:40.160Z # # # # # # # # #
123682026-08-15T07:30:40.160Z # # # # ##### ##### # ##### #### #
123692026-08-15T07:30:40.160Z # # # # # # # # #
123702026-08-15T07:30:40.160Z # # # # # # # # # #
123712026-08-15T07:30:40.160Z ###### # ## ###### # ###### #### #
123722026-08-15T07:30:40.160Z
123732026-08-15T07:30:40.160Z+ ptime -m cargo xtask live-tests
123742026-08-15T07:30:40.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
123752026-08-15T07:30:40.692Z Running `target/debug/xtask live-tests`
123762026-08-15T07:30:40.733Zusing temporary directory: /var/tmp/omicron_tmp/.tmp4Km9gp
123772026-08-15T07:30:40.733Zwill create archive file: /var/tmp/omicron_tmp/.tmp4Km9gp/live-tests-archive/omicron-live-tests.tar.zst
123782026-08-15T07:30:40.733Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
123792026-08-15T07:30:40.733Z
123802026-08-15T07:30:40.737Zrunning: /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/.tmp4Km9gp/live-tests-archive/omicron-live-tests.tar.zst"
123812026-08-15T07:30:42.782Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
123822026-08-15T07:30:42.786Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
123832026-08-15T07:30:42.786Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123842026-08-15T07:30:42.946Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
123852026-08-15T07:30:42.946Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
123862026-08-15T07:30:42.951Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
123872026-08-15T07:30:42.994Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
123882026-08-15T07:30:43.037Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
123892026-08-15T07:30:43.040Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
123902026-08-15T07:30:43.040Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
123912026-08-15T07:30:43.041Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
123922026-08-15T07:30:44.076Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
123932026-08-15T07:30:44.765Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
123942026-08-15T07:30:48.416Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123952026-08-15T07:30:48.416Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
123962026-08-15T07:30:49.468Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
123972026-08-15T07:31:20.957Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
123982026-08-15T07:31:21.512Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
123992026-08-15T07:31:23.875Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
124002026-08-15T07:31:24.489Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
124012026-08-15T07:31:53.073Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
124022026-08-15T07:32:00.350Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
124032026-08-15T07:32:23.066Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 41s
124042026-08-15T07:32:23.070Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
124052026-08-15T07:32:23.070Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
124062026-08-15T07:32:23.273Zinfo: experimental features enabled: setup-scripts, benchmarks
124072026-08-15T07:32:23.279Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmp4Km9gp/live-tests-archive/omicron-live-tests.tar.zst
124082026-08-15T07:32:23.949Z Archived 402 files to /var/tmp/omicron_tmp/.tmp4Km9gp/live-tests-archive/omicron-live-tests.tar.zst in 0.67s
124092026-08-15T07:32:24.043Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp4Km9gp/live-tests-archive\""
124102026-08-15T07:32:24.051Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp4Km9gp" "live-tests-archive"
124112026-08-15T07:32:24.246Zcreated:
124122026-08-15T07:32:24.246ZTo use this:
124132026-08-15T07:32:24.246Z
124142026-08-15T07:32:24.246Z1. Copy the tarball to the switch zone in a deployed Omicron system.
124152026-08-15T07:32:24.246Z
124162026-08-15T07:32:24.246Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
124172026-08-15T07:32:24.250Z e.g., scp \
124182026-08-15T07:32:24.250Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
124192026-08-15T07:32:24.250Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124202026-08-15T07:32:24.251Z
124212026-08-15T07:32:24.251Z2. Copy the `cargo-nextest` binary to the same place.
124222026-08-15T07:32:24.251Z
124232026-08-15T07:32:24.251Z e.g., scp \
124242026-08-15T07:32:24.251Z $(which cargo-nextest) \
124252026-08-15T07:32:24.251Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124262026-08-15T07:32:24.251Z
124272026-08-15T07:32:24.251Z3. From the switch zone on that system, unpack the tarball with:
124282026-08-15T07:32:24.251Z
124292026-08-15T07:32:24.251Z tar xzf live-tests-archive.tgz
124302026-08-15T07:32:24.251Z
124312026-08-15T07:32:24.251Z4. From the switch zone on that system, run tests with:
124322026-08-15T07:32:24.251Z
124332026-08-15T07:32:24.251Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
124342026-08-15T07:32:24.251Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
124352026-08-15T07:32:24.251Z --workspace-remap live-tests-archive
124362026-08-15T07:32:24.251Z
124372026-08-15T07:32:24.251Z
124382026-08-15T07:32:24.252Zreal 1:44.087329161
124392026-08-15T07:32:24.252Zuser 2:43.522728254
124402026-08-15T07:32:24.252Zsys 27.623230058
124412026-08-15T07:32:24.252Ztrap 0.021996757
124422026-08-15T07:32:24.252Ztflt 0.281279137
124432026-08-15T07:32:24.252Zdflt 1.298732511
124442026-08-15T07:32:24.252Zkflt 0.000007210
124452026-08-15T07:32:24.252Zlock 14:31.384133123
124462026-08-15T07:32:24.252Zslp 10:21.549487598
124472026-08-15T07:32:24.252Zlat 0.228078673
124482026-08-15T07:32:24.252Zstop 5.672581757
124492026-08-15T07:32:24.254Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
124502026-08-15T07:32:24.257Z+ unset TMPDIR
124512026-08-15T07:32:24.257Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
124522026-08-15T07:32:24.257Zfiles in /var/tmp/omicron_tmp (none expected on success):
124532026-08-15T07:32:24.257Z+ find /var/tmp/omicron_tmp -ls
124542026-08-15T07:32:24.258Z135605 32 drwxr-xr-x 2 build build 2 Aug 15 07:32 /var/tmp/omicron_tmp
124552026-08-15T07:32:24.258Z+ rmdir /var/tmp/omicron_tmp
124562026-08-15T07:32:24.261Zprocess exited: duration 1955895 ms, exit code 0
 
124572026-08-15T07:32:24.274Zfound 6 output files
124582026-08-15T07:32:24.274Zuploading: /work/cargo-build-analysis.jsonl (1842751 bytes)
124592026-08-15T07:32:25.308Zuploaded: /work/cargo-build-analysis.jsonl
124602026-08-15T07:32:25.308Zuploading: /work/environment.json (108 bytes)
124612026-08-15T07:32:26.319Zuploaded: /work/environment.json
124622026-08-15T07:32:26.319Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (658526 bytes)
124632026-08-15T07:32:27.343Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
124642026-08-15T07:32:27.343Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (281489920 bytes)
124652026-08-15T07:32:31.820Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124662026-08-15T07:32:31.823Zuploading: /tmp/nextest-run-archive.zip (3198398 bytes)
124672026-08-15T07:32:32.860Zuploaded: /tmp/nextest-run-archive.zip
124682026-08-15T07:32:32.860Zuploading: /tmp/nextest-chrome-trace.json (4195276 bytes)
124692026-08-15T07:32:33.908Zuploaded: /tmp/nextest-chrome-trace.json